diff --git a/latest/extensions/api/classes/_src_common_base_store_.basestore/index.html b/latest/extensions/api/classes/_src_common_base_store_.basestore/index.html index aa8df4e8cb..d12e29d4f4 100644 --- a/latest/extensions/api/classes/_src_common_base_store_.basestore/index.html +++ b/latest/extensions/api/classes/_src_common_base_store_.basestore/index.html @@ -1148,7 +1148,7 @@

Constructors#

constructor#

+ Protectednew BaseStore(params: BaseStoreParams): BaseStore

-

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

+

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

Parameters:

@@ -1168,46 +1168,46 @@

Properties#

data#

data: T = {} as T

-

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

+

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


isLoaded#

isLoaded: boolean = false

-

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

+

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


params#

Protected params: BaseStoreParams

-

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

+

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


storeConfig#

Protected storeConfig: Config\

-

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

+

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


syncDisposers#

Protected syncDisposers: Function[] = []

-

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

+

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


whenLoaded#

whenLoaded: Promise\ & { cancel: () => void } = when(() => this.isLoaded)

-

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

+

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

Accessors#

name#

• get name(): string

-

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

+

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

Returns: string


path#

• get path(): string

-

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

+

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

Returns: string


syncChannel#

• get syncChannel(): string

-

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

+

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

Returns: string

Methods#

applyWithoutSync#

ProtectedapplyWithoutSync(callback: () => void): void

-

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

+

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

Parameters:

@@ -1227,22 +1227,22 @@

cwd#

Protectedcwd(): string

-

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

+

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

Returns: string


disableSync#

disableSync(): void

-

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

+

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

Returns: void


enableSync#

enableSync(): void

-

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

+

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

Returns: void


fromStore#

ProtectedfromStore(data: T): void

-

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

+

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

Parameters:

@@ -1262,22 +1262,22 @@

getSubFrames#

ProtectedgetSubFrames(): Promise\

-

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

+

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

Returns: Promise\


init#

Protectedinit(): Promise\

-

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

+

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

Returns: Promise\


load#

load(): Promise\

-

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

+

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

Returns: Promise\


onModelChange#

ProtectedonModelChange(model: T): Promise\

-

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

+

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

Parameters:

@@ -1297,7 +1297,7 @@

onSync#

ProtectedonSync(model: T): void

-

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

+

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

Parameters:

@@ -1317,7 +1317,7 @@

onSyncFromMain#

ProtectedonSyncFromMain(model: T): void

-

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

+

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

Parameters:

@@ -1337,7 +1337,7 @@

saveToFile#

ProtectedsaveToFile(model: T): Promise\

-

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

+

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

Parameters:

@@ -1357,7 +1357,7 @@

syncToWebViews#

ProtectedsyncToWebViews(model: T): Promise\

-

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

+

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

Parameters:

@@ -1377,18 +1377,18 @@

toJSON#

toJSON(): T

-

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

+

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

Returns: T


unregisterIpcListener#

unregisterIpcListener(): void

-

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

+

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

Returns: void


getInstance#

StaticgetInstance\(...args: ConstructorParameters\<Constructor\>): T

Inherited from Singleton.getInstance

-

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

+

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

Type parameters:

@@ -1422,7 +1422,7 @@

resetInstance#

StaticresetInstance(): void

Inherited from Singleton.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/_src_common_cluster_store_.clusterstore/index.html b/latest/extensions/api/classes/_src_common_cluster_store_.clusterstore/index.html index 5c9837ef4d..354bda9681 100644 --- a/latest/extensions/api/classes/_src_common_cluster_store_.clusterstore/index.html +++ b/latest/extensions/api/classes/_src_common_cluster_store_.clusterstore/index.html @@ -1274,87 +1274,87 @@

Properties#

activeCluster#

activeCluster: ClusterId

-

Defined in src/common/cluster-store.ts:77

+

Defined in src/common/cluster-store.ts:77


clusters#

clusters: ObservableMap\Cluster> = observable.map\()

-

Defined in src/common/cluster-store.ts:79

+

Defined in src/common/cluster-store.ts:79


data#

data: T = {} as T

Inherited from BaseStore.data

-

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

+

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


isLoaded#

isLoaded: boolean = false

Inherited from BaseStore.isLoaded

-

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

+

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


params#

Protected params: BaseStoreParams

Inherited from BaseStore.params

-

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

+

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


removedClusters#

removedClusters: ObservableMap\Cluster> = observable.map\()

-

Defined in src/common/cluster-store.ts:78

+

Defined in src/common/cluster-store.ts:78


storeConfig#

Protected storeConfig: Config\<ClusterStoreModel>

Inherited from BaseStore.storeConfig

-

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

+

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


syncDisposers#

Protected syncDisposers: Function[] = []

Inherited from BaseStore.syncDisposers

-

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

+

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


whenLoaded#

whenLoaded: Promise\ & { cancel: () => void } = when(() => this.isLoaded)

Inherited from BaseStore.whenLoaded

-

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

+

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

Accessors#

active#

• get active(): Cluster | null

-

Defined in src/common/cluster-store.ts:131

+

Defined in src/common/cluster-store.ts:131

Returns: Cluster | null


activeClusterId#

• get activeClusterId(): string

-

Defined in src/common/cluster-store.ts:119

+

Defined in src/common/cluster-store.ts:119

Returns: string


clustersList#

• get clustersList(): Cluster[]

-

Defined in src/common/cluster-store.ts:123

+

Defined in src/common/cluster-store.ts:123

Returns: Cluster[]


enabledClustersList#

• get enabledClustersList(): Cluster[]

-

Defined in src/common/cluster-store.ts:127

+

Defined in src/common/cluster-store.ts:127

Returns: Cluster[]


name#

• get name(): string

Inherited from BaseStore.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 BaseStore.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 BaseStore.syncChannel

-

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

+

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

Returns: string

Methods#

addCluster#

addCluster(model: ClusterModel | Cluster): Cluster

-

Defined in src/common/cluster-store.ts:183

+

Defined in src/common/cluster-store.ts:183

Parameters:

@@ -1374,7 +1374,7 @@

addClusters#

addClusters(...models: ClusterModel[]): Cluster[]

-

Defined in src/common/cluster-store.ts:173

+

Defined in src/common/cluster-store.ts:173

Parameters:

@@ -1395,7 +1395,7 @@

applyWithoutSync#

ProtectedapplyWithoutSync(callback: () => void): void

Inherited from BaseStore.applyWithoutSync

-

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

+

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

Parameters:

@@ -1416,25 +1416,25 @@

cwd#

Protectedcwd(): string

Inherited from BaseStore.cwd

-

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

+

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

Returns: string


disableSync#

disableSync(): void

Inherited from BaseStore.disableSync

-

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

+

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

Returns: void


enableSync#

enableSync(): void

Inherited from BaseStore.enableSync

-

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

+

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

Returns: void


fromStore#

ProtectedfromStore(__namedParameters?: { activeCluster: string ; clusters: ClusterModel[] = [] }): void

Overrides BaseStore.fromStore

-

Defined in src/common/cluster-store.ts:221

+

Defined in src/common/cluster-store.ts:221

Parameters:

@@ -1456,7 +1456,7 @@

getById#

getById(id: ClusterId): Cluster

-

Defined in src/common/cluster-store.ts:162

+

Defined in src/common/cluster-store.ts:162

Parameters:

@@ -1476,7 +1476,7 @@

getByWorkspaceId#

getByWorkspaceId(workspaceId: string): Cluster[]

-

Defined in src/common/cluster-store.ts:166

+

Defined in src/common/cluster-store.ts:166

Parameters:

@@ -1497,23 +1497,23 @@

getSubFrames#

ProtectedgetSubFrames(): Promise\

Inherited from BaseStore.getSubFrames

-

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

+

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

Returns: Promise\


hasClusters#

hasClusters(): boolean

-

Defined in src/common/cluster-store.ts:158

+

Defined in src/common/cluster-store.ts:158

Returns: boolean


init#

Protectedinit(): Promise\

Inherited from BaseStore.init

-

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

+

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

Returns: Promise\


isActive#

isActive(id: ClusterId): boolean

-

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

+

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

Parameters:

@@ -1534,13 +1534,13 @@

load#

load(): Promise\

Inherited from BaseStore.load

-

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

+

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

Returns: Promise\


onModelChange#

ProtectedonModelChange(model: ClusterStoreModel): Promise\

Inherited from BaseStore.onModelChange

-

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

+

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

Parameters:

@@ -1561,7 +1561,7 @@

onSync#

ProtectedonSync(model: ClusterStoreModel): void

Inherited from BaseStore.onSync

-

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

+

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

Parameters:

@@ -1582,7 +1582,7 @@

onSyncFromMain#

ProtectedonSyncFromMain(model: ClusterStoreModel): void

Inherited from BaseStore.onSyncFromMain

-

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

+

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

Parameters:

@@ -1602,22 +1602,22 @@

pushState#

pushState(): void

-

Defined in src/common/cluster-store.ts:113

+

Defined in src/common/cluster-store.ts:113

Returns: void


pushStateToViewsPeriodically#

ProtectedpushStateToViewsPeriodically(): void

-

Defined in src/common/cluster-store.ts:91

+

Defined in src/common/cluster-store.ts:91

Returns: void


registerIpcListener#

registerIpcListener(): void

-

Defined in src/common/cluster-store.ts:100

+

Defined in src/common/cluster-store.ts:100

Returns: void


removeById#

removeById(clusterId: ClusterId): Promise\

-

Defined in src/common/cluster-store.ts:198

+

Defined in src/common/cluster-store.ts:198

Parameters:

@@ -1637,7 +1637,7 @@

removeByWorkspaceId#

removeByWorkspaceId(workspaceId: string): void

-

Defined in src/common/cluster-store.ts:214

+

Defined in src/common/cluster-store.ts:214

Parameters:

@@ -1657,7 +1657,7 @@

removeCluster#

removeCluster(model: ClusterModel): Promise\

-

Defined in src/common/cluster-store.ts:193

+

Defined in src/common/cluster-store.ts:193

Parameters:

@@ -1678,7 +1678,7 @@

saveToFile#

ProtectedsaveToFile(model: ClusterStoreModel): Promise\

Inherited from BaseStore.saveToFile

-

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

+

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

Parameters:

@@ -1698,7 +1698,7 @@

setActive#

setActive(id: ClusterId): void

-

Defined in src/common/cluster-store.ts:140

+

Defined in src/common/cluster-store.ts:140

Parameters:

@@ -1718,7 +1718,7 @@

swapIconOrders#

swapIconOrders(workspace: WorkspaceId, from: number, to: number): void

-

Defined in src/common/cluster-store.ts:145

+

Defined in src/common/cluster-store.ts:145

Parameters:

@@ -1747,7 +1747,7 @@

syncToWebViews#

ProtectedsyncToWebViews(model: ClusterStoreModel): Promise\

Inherited from BaseStore.syncToWebViews

-

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

+

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

Parameters:

@@ -1768,18 +1768,18 @@

toJSON#

toJSON(): ClusterStoreModel

Overrides BaseStore.toJSON

-

Defined in src/common/cluster-store.ts:252

+

Defined in src/common/cluster-store.ts:252

Returns: ClusterStoreModel


unregisterIpcListener#

unregisterIpcListener(): void

Overrides BaseStore.unregisterIpcListener

-

Defined in src/common/cluster-store.ts:108

+

Defined in src/common/cluster-store.ts:108

Returns: void


embedCustomKubeConfig#

StaticembedCustomKubeConfig(clusterId: ClusterId, kubeConfig: KubeConfig | string): string

-

Defined in src/common/cluster-store.ts:70

+

Defined in src/common/cluster-store.ts:70

Parameters:

@@ -1803,7 +1803,7 @@

getCustomKubeConfigPath#

StaticgetCustomKubeConfigPath(clusterId: ClusterId): string

-

Defined in src/common/cluster-store.ts:66

+

Defined in src/common/cluster-store.ts:66

Parameters:

@@ -1824,7 +1824,7 @@

getInstance#

StaticgetInstance\(...args: ConstructorParameters\<Constructor\>): T

Inherited from Singleton.getInstance

-

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

+

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

Type parameters:

@@ -1858,7 +1858,7 @@

resetInstance#

StaticresetInstance(): void

Inherited from Singleton.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/_src_common_custom_errors_.execvalidationnotfounderror/index.html b/latest/extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/index.html index 3f9068ac9b..f08c9950c8 100644 --- a/latest/extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/index.html +++ b/latest/extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/index.html @@ -899,7 +899,7 @@

Constructors#

constructor#

+ new ExecValidationNotFoundError(execPath: string, isAbsolute: boolean): ExecValidationNotFoundError

-

Defined in src/common/custom-errors.ts:1

+

Defined in src/common/custom-errors.ts:1

Parameters:

diff --git a/latest/extensions/api/classes/_src_common_event_emitter_.eventemitter/index.html b/latest/extensions/api/classes/_src_common_event_emitter_.eventemitter/index.html index 9a69e0a982..59c2fc752f 100644 --- a/latest/extensions/api/classes/_src_common_event_emitter_.eventemitter/index.html +++ b/latest/extensions/api/classes/_src_common_event_emitter_.eventemitter/index.html @@ -920,11 +920,11 @@

Properties#

listeners#

Protected listeners: Map\<Callback\, Options> = new Map\, Options>()

-

Defined in src/common/event-emitter.ts:11

+

Defined in src/common/event-emitter.ts:11

Methods#

addListener#

addListener(callback: Callback\, options?: Options): void

-

Defined in src/common/event-emitter.ts:13

+

Defined in src/common/event-emitter.ts:13

Parameters:

@@ -951,7 +951,7 @@

emit#

emit(...data: D): void

-

Defined in src/common/event-emitter.ts:32

+

Defined in src/common/event-emitter.ts:32

Parameters:

@@ -971,12 +971,12 @@

removeAllListeners#

removeAllListeners(): void

-

Defined in src/common/event-emitter.ts:28

+

Defined in src/common/event-emitter.ts:28

Returns: void


removeListener#

removeListener(callback: Callback\): void

-

Defined in src/common/event-emitter.ts:24

+

Defined in src/common/event-emitter.ts:24

Parameters:

diff --git a/latest/extensions/api/classes/_src_common_search_store_.searchstore/index.html b/latest/extensions/api/classes/_src_common_search_store_.searchstore/index.html index 762417bf83..f5bd8883c0 100644 --- a/latest/extensions/api/classes/_src_common_search_store_.searchstore/index.html +++ b/latest/extensions/api/classes/_src_common_search_store_.searchstore/index.html @@ -1001,36 +1001,36 @@

Properties#

activeOverlayIndex#

activeOverlayIndex: number = -1

-

Defined in src/common/search-store.ts:7

+

Defined in src/common/search-store.ts:7


occurrences#

occurrences: number[] = []

-

Defined in src/common/search-store.ts:6

+

Defined in src/common/search-store.ts:6


searchQuery#

searchQuery: string = ""

-

Defined in src/common/search-store.ts:5

+

Defined in src/common/search-store.ts:5

Accessors#

activeFind#

• get activeFind(): number

-

Defined in src/common/search-store.ts:91

+

Defined in src/common/search-store.ts:91

Returns: number


activeOverlayLine#

• get activeOverlayLine(): number

-

Defined in src/common/search-store.ts:87

+

Defined in src/common/search-store.ts:87

Gets line index of where active overlay is located

Returns: number

A line index within the text/logs array


totalFinds#

• get totalFinds(): number

-

Defined in src/common/search-store.ts:95

+

Defined in src/common/search-store.ts:95

Returns: number

Methods#

escapeRegex#

escapeRegex(value: string): string

-

Defined in src/common/search-store.ts:114

+

Defined in src/common/search-store.ts:114

An utility methods escaping user string to safely pass it into new Regex(variable)

Parameters:

@@ -1053,7 +1053,7 @@

findOccurences#

findOccurences(text: string[], query: string): number[]

-

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

+

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

Does searching within text array, create a list of search keyword occurences. Each keyword "occurency" is saved as index of the the line where keyword founded

Parameters:

@@ -1083,7 +1083,7 @@ Each keyword "occurency" is saved as index of the the line where keyword founded

getNextOverlay#

getNextOverlay(loopOver?: boolean): number

-

Defined in src/common/search-store.ts:52

+

Defined in src/common/search-store.ts:52

Getting next overlay index within the occurences array

Parameters:

@@ -1109,7 +1109,7 @@ Each keyword "occurency" is saved as index of the the line where keyword founded

getPrevOverlay#

getPrevOverlay(loopOver?: boolean): number

-

Defined in src/common/search-store.ts:65

+

Defined in src/common/search-store.ts:65

Getting previous overlay index within the occurences array of occurences

Parameters:

@@ -1135,7 +1135,7 @@ Each keyword "occurency" is saved as index of the the line where keyword founded

isActiveOverlay#

isActiveOverlay(line: number, occurence: number): boolean

-

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

+

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

Checks if overlay is active (to highlight it with orange background usually)

Parameters:

@@ -1163,7 +1163,7 @@ Each keyword "occurency" is saved as index of the the line where keyword founded

onSearch#

onSearch(text: string[], query?: string): void

-

Defined in src/common/search-store.ts:15

+

Defined in src/common/search-store.ts:15

Sets default activeOverlayIndex

Parameters:

@@ -1194,17 +1194,17 @@ Each keyword "occurency" is saved as index of the the line where keyword founded

reset#

reset(): void

-

Defined in src/common/search-store.ts:119

+

Defined in src/common/search-store.ts:119

Returns: void


setNextOverlayActive#

setNextOverlayActive(): void

-

Defined in src/common/search-store.ts:74

+

Defined in src/common/search-store.ts:74

Returns: void


setPrevOverlayActive#

setPrevOverlayActive(): void

-

Defined in src/common/search-store.ts:79

+

Defined in src/common/search-store.ts:79

Returns: void

diff --git a/latest/extensions/api/classes/_src_common_user_store_.userstore/index.html b/latest/extensions/api/classes/_src_common_user_store_.userstore/index.html index 00e5441e0e..c8d6a21d25 100644 --- a/latest/extensions/api/classes/_src_common_user_store_.userstore/index.html +++ b/latest/extensions/api/classes/_src_common_user_store_.userstore/index.html @@ -1226,80 +1226,80 @@

data#

data: T = {} as T

Inherited from BaseStore.data

-

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

+

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


isLoaded#

isLoaded: boolean = false

Inherited from BaseStore.isLoaded

-

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

+

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


kubeConfigPath#

kubeConfigPath: string = kubeConfigDefaultPath

-

Defined in src/common/user-store.ts:46

+

Defined in src/common/user-store.ts:46


lastSeenAppVersion#

lastSeenAppVersion: string = "0.0.0"

-

Defined in src/common/user-store.ts:45

+

Defined in src/common/user-store.ts:45


newContexts#

newContexts: ObservableSet\ = observable.set\()

-

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

+

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


params#

Protected params: BaseStoreParams

Inherited from BaseStore.params

-

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

+

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


seenContexts#

seenContexts: ObservableSet\ = observable.set\()

-

Defined in src/common/user-store.ts:47

+

Defined in src/common/user-store.ts:47


storeConfig#

Protected storeConfig: Config\<UserStoreModel>

Inherited from BaseStore.storeConfig

-

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

+

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


syncDisposers#

Protected syncDisposers: Function[] = []

Inherited from BaseStore.syncDisposers

-

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

+

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


whenLoaded#

whenLoaded: Promise\ & { cancel: () => void } = when(() => this.isLoaded)

Inherited from BaseStore.whenLoaded

-

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

+

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


defaultTheme#

Static Readonly defaultTheme: ThemeId = "lens-dark"

-

Defined in src/common/user-store.ts:34

+

Defined in src/common/user-store.ts:34

Accessors#

isNewVersion#

• get isNewVersion(): boolean

-

Defined in src/common/user-store.ts:81

+

Defined in src/common/user-store.ts:81

Returns: boolean


name#

• get name(): string

Inherited from BaseStore.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 BaseStore.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 BaseStore.syncChannel

-

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

+

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

Returns: string

Methods#

applyWithoutSync#

ProtectedapplyWithoutSync(callback: () => void): void

Inherited from BaseStore.applyWithoutSync

-

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

+

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

Parameters:

@@ -1320,25 +1320,25 @@

cwd#

Protectedcwd(): string

Inherited from BaseStore.cwd

-

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

+

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

Returns: string


disableSync#

disableSync(): void

Inherited from BaseStore.disableSync

-

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

+

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

Returns: void


enableSync#

enableSync(): void

Inherited from BaseStore.enableSync

-

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

+

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

Returns: void


fromStore#

ProtectedfromStore(data?: Partial\<UserStoreModel>): Promise\

Overrides BaseStore.fromStore

-

Defined in src/common/user-store.ts:133

+

Defined in src/common/user-store.ts:134

Parameters:

@@ -1360,7 +1360,7 @@

getDefaultKubectlPath#

getDefaultKubectlPath(): string

-

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

+

Defined in src/common/user-store.ts:129

Getting default directory to download kubectl binaries

Returns: string

string

@@ -1368,35 +1368,35 @@

getSubFrames#

ProtectedgetSubFrames(): Promise\

Inherited from BaseStore.getSubFrames

-

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

+

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

Returns: Promise\


handleOnLoad#

ProtectedhandleOnLoad(): Promise\

-

Defined in src/common/user-store.ts:59

+

Defined in src/common/user-store.ts:59

Returns: Promise\


init#

Protectedinit(): Promise\

Inherited from BaseStore.init

-

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

+

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

Returns: Promise\


load#

load(): Promise\

Inherited from BaseStore.load

-

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

+

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

Returns: Promise\


markNewContextsAsSeen#

markNewContextsAsSeen(): void

-

Defined in src/common/user-store.ts:118

+

Defined in src/common/user-store.ts:119

Returns: void


onModelChange#

ProtectedonModelChange(model: UserStoreModel): Promise\

Inherited from BaseStore.onModelChange

-

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

+

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

Parameters:

@@ -1417,7 +1417,7 @@

onSync#

ProtectedonSync(model: UserStoreModel): void

Inherited from BaseStore.onSync

-

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

+

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

Parameters:

@@ -1438,7 +1438,7 @@

onSyncFromMain#

ProtectedonSyncFromMain(model: UserStoreModel): void

Inherited from BaseStore.onSyncFromMain

-

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

+

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

Parameters:

@@ -1458,28 +1458,28 @@

refreshNewContexts#

ProtectedrefreshNewContexts(): Promise\

-

Defined in src/common/user-store.ts:101

+

Defined in src/common/user-store.ts:102

Returns: Promise\


resetKubeConfigPath#

resetKubeConfigPath(): void

-

Defined in src/common/user-store.ts:86

+

Defined in src/common/user-store.ts:86

Returns: void


resetTheme#

-

resetTheme(): void

-

Defined in src/common/user-store.ts:91

-

Returns: void

+

resetTheme(): Promise\

+

Defined in src/common/user-store.ts:91

+

Returns: Promise\


saveLastSeenAppVersion#

saveLastSeenAppVersion(): void

-

Defined in src/common/user-store.ts:96

+

Defined in src/common/user-store.ts:97

Returns: void


saveToFile#

ProtectedsaveToFile(model: UserStoreModel): Promise\

Inherited from BaseStore.saveToFile

-

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

+

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

Parameters:

@@ -1500,7 +1500,7 @@

syncToWebViews#

ProtectedsyncToWebViews(model: UserStoreModel): Promise\

Inherited from BaseStore.syncToWebViews

-

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

+

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

Parameters:

@@ -1521,19 +1521,19 @@

toJSON#

toJSON(): UserStoreModel

Overrides BaseStore.toJSON

-

Defined in src/common/user-store.ts:145

+

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

Returns: UserStoreModel


unregisterIpcListener#

unregisterIpcListener(): void

Inherited from BaseStore.unregisterIpcListener

-

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

+

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

Returns: void


getInstance#

StaticgetInstance\(...args: ConstructorParameters\<Constructor\>): T

Inherited from Singleton.getInstance

-

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

+

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

Type parameters:

@@ -1567,12 +1567,12 @@

resetInstance#

StaticresetInstance(): void

Inherited from Singleton.resetInstance

-

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

+

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

Returns: void

Object literals#

preferences#

preferences: object

-

Defined in src/common/user-store.ts:50

+

Defined in src/common/user-store.ts:50

Properties:

diff --git a/latest/extensions/api/classes/_src_common_utils_singleton_.singleton/index.html b/latest/extensions/api/classes/_src_common_utils_singleton_.singleton/index.html index 5c7376863a..c3ee595b66 100644 --- a/latest/extensions/api/classes/_src_common_utils_singleton_.singleton/index.html +++ b/latest/extensions/api/classes/_src_common_utils_singleton_.singleton/index.html @@ -853,7 +853,7 @@

Methods#

getInstance#

StaticgetInstance\(...args: ConstructorParameters\<Constructor\>): T

-

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

+

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

Type parameters:

@@ -886,7 +886,7 @@

resetInstance#

StaticresetInstance(): 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/_src_common_workspace_store_.workspace/index.html b/latest/extensions/api/classes/_src_common_workspace_store_.workspace/index.html index dc33d35cdc..876455aa50 100644 --- a/latest/extensions/api/classes/_src_common_workspace_store_.workspace/index.html +++ b/latest/extensions/api/classes/_src_common_workspace_store_.workspace/index.html @@ -1004,7 +1004,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:

@@ -1025,41 +1025,41 @@

description#

Optional 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

Implementation of WorkspaceState.enabled

-

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


ownerRef#

Optional 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:

@@ -1081,7 +1081,7 @@

setState#

setState(state: WorkspaceState): void

-

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

+

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

Parameters:

@@ -1101,7 +1101,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/_src_common_workspace_store_.workspacestore/index.html b/latest/extensions/api/classes/_src_common_workspace_store_.workspacestore/index.html index 98eaf26e17..f8b920dc67 100644 --- a/latest/extensions/api/classes/_src_common_workspace_store_.workspacestore/index.html +++ b/latest/extensions/api/classes/_src_common_workspace_store_.workspacestore/index.html @@ -1210,82 +1210,82 @@

Properties#

currentWorkspaceId#

currentWorkspaceId: string = WorkspaceStore.defaultId

-

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

+

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


data#

data: T = {} as T

Inherited from BaseStore.data

-

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

+

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


isLoaded#

isLoaded: boolean = false

Inherited from BaseStore.isLoaded

-

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

+

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


params#

Protected params: BaseStoreParams

Inherited from BaseStore.params

-

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

+

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


storeConfig#

Protected storeConfig: Config\<WorkspaceStoreModel>

Inherited from BaseStore.storeConfig

-

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

+

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


syncDisposers#

Protected syncDisposers: Function[] = []

Inherited from BaseStore.syncDisposers

-

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

+

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


whenLoaded#

whenLoaded: Promise\ & { cancel: () => void } = when(() => this.isLoaded)

Inherited from BaseStore.whenLoaded

-

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

+

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


workspaces#

workspaces: ObservableMap\Workspace> = observable.map\({ [WorkspaceStore.defaultId]: new Workspace({ id: WorkspaceStore.defaultId, name: "default" }) })

-

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

+

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


defaultId#

Static Readonly defaultId: WorkspaceId = "default"

-

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

+

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

Accessors#

currentWorkspace#

• get currentWorkspace(): Workspace

-

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

+

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

Returns: Workspace


enabledWorkspacesList#

• get enabledWorkspacesList(): Workspace[]

-

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

+

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

Returns: Workspace[]


name#

• get name(): string

Inherited from BaseStore.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 BaseStore.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 BaseStore.syncChannel

-

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

+

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

Returns: string


workspacesList#

• get workspacesList(): Workspace[]

-

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

+

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

Returns: Workspace[]

Methods#

addWorkspace#

addWorkspace(workspace: Workspace): Workspace

-

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

+

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

Parameters:

@@ -1306,7 +1306,7 @@

applyWithoutSync#

ProtectedapplyWithoutSync(callback: () => void): void

Inherited from BaseStore.applyWithoutSync

-

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

+

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

Parameters:

@@ -1327,25 +1327,25 @@

cwd#

Protectedcwd(): string

Inherited from BaseStore.cwd

-

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

+

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

Returns: string


disableSync#

disableSync(): void

Inherited from BaseStore.disableSync

-

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

+

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

Returns: void


enableSync#

enableSync(): void

Inherited from BaseStore.enableSync

-

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

+

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

Returns: void


fromStore#

ProtectedfromStore(__namedParameters: { currentWorkspace: string ; workspaces: WorkspaceModel[] = [] }): void

Overrides BaseStore.fromStore

-

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

+

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

Parameters:

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

getById#

getById(id: WorkspaceId): Workspace

-

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

+

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

Parameters:

@@ -1385,7 +1385,7 @@

getByName#

getByName(name: string): Workspace

-

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

+

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

Parameters:

@@ -1406,18 +1406,18 @@

getSubFrames#

ProtectedgetSubFrames(): Promise\

Inherited from BaseStore.getSubFrames

-

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

+

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

Returns: Promise\


init#

Protectedinit(): Promise\

Inherited from BaseStore.init

-

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

+

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

Returns: Promise\


isDefault#

isDefault(id: WorkspaceId): boolean

-

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

+

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

Parameters:

@@ -1438,13 +1438,13 @@

load#

load(): Promise\

Inherited from BaseStore.load

-

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

+

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

Returns: Promise\


onModelChange#

ProtectedonModelChange(model: WorkspaceStoreModel): Promise\

Inherited from BaseStore.onModelChange

-

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

+

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

Parameters:

@@ -1465,7 +1465,7 @@

onSync#

ProtectedonSync(model: WorkspaceStoreModel): void

Inherited from BaseStore.onSync

-

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

+

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

Parameters:

@@ -1486,7 +1486,7 @@

onSyncFromMain#

ProtectedonSyncFromMain(model: WorkspaceStoreModel): void

Inherited from BaseStore.onSyncFromMain

-

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

+

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

Parameters:

@@ -1506,17 +1506,17 @@

pushState#

pushState(): void

-

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

+

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

Returns: void


registerIpcListener#

registerIpcListener(): void

-

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

+

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

Returns: void


removeWorkspace#

removeWorkspace(workspace: Workspace): void

-

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

+

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

Parameters:

@@ -1536,7 +1536,7 @@

removeWorkspaceById#

removeWorkspaceById(id: WorkspaceId): void

-

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

+

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

Parameters:

@@ -1557,7 +1557,7 @@

saveToFile#

ProtectedsaveToFile(model: WorkspaceStoreModel): Promise\

Inherited from BaseStore.saveToFile

-

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

+

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

Parameters:

@@ -1577,7 +1577,7 @@

setActive#

setActive(id?: string, reset?: boolean): void

-

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

+

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

Parameters:

@@ -1605,7 +1605,7 @@

syncToWebViews#

ProtectedsyncToWebViews(model: WorkspaceStoreModel): Promise\

Inherited from BaseStore.syncToWebViews

-

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

+

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

Parameters:

@@ -1626,19 +1626,19 @@

toJSON#

toJSON(): WorkspaceStoreModel

Overrides BaseStore.toJSON

-

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

+

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

Returns: WorkspaceStoreModel


unregisterIpcListener#

unregisterIpcListener(): void

Overrides BaseStore.unregisterIpcListener

-

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

+

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

Returns: void


getInstance#

StaticgetInstance\(...args: ConstructorParameters\<Constructor\>): T

Inherited from Singleton.getInstance

-

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

+

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

Type parameters:

@@ -1672,7 +1672,7 @@

resetInstance#

StaticresetInstance(): void

Inherited from Singleton.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/_src_extensions_cluster_feature_.clusterfeature/index.html b/latest/extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/index.html index 3e91db27e9..b9e47de216 100644 --- a/latest/extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/index.html +++ b/latest/extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/index.html @@ -961,19 +961,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#

applyResources#

ProtectedapplyResources(cluster: Cluster, resources: string[]): Promise\

-

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

+

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

Parameters:

@@ -997,7 +997,7 @@

install#

Abstractinstall(cluster: Cluster): Promise\

-

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

+

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

Parameters:

@@ -1017,7 +1017,7 @@

renderTemplates#

ProtectedrenderTemplates(folderPath: string): string[]

-

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

+

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

Parameters:

@@ -1037,7 +1037,7 @@

uninstall#

Abstractuninstall(cluster: Cluster): Promise\

-

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

+

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

Parameters:

@@ -1057,7 +1057,7 @@

updateStatus#

AbstractupdateStatus(cluster: Cluster): Promise\<ClusterFeatureStatus>

-

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

+

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

Parameters:

@@ -1077,7 +1077,7 @@

upgrade#

Abstractupgrade(cluster: Cluster): Promise\

-

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

+

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

Parameters:

@@ -1097,7 +1097,7 @@

Object literals#

status#

status: object

-

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

+

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

Properties:

diff --git a/latest/extensions/api/classes/_src_extensions_extension_loader_.extensionloader/index.html b/latest/extensions/api/classes/_src_extensions_extension_loader_.extensionloader/index.html index 03a32d5f19..75c0850350 100644 --- a/latest/extensions/api/classes/_src_extensions_extension_loader_.extensionloader/index.html +++ b/latest/extensions/api/classes/_src_extensions_extension_loader_.extensionloader/index.html @@ -1024,33 +1024,33 @@

Constructors#

constructor#

+ new ExtensionLoader(): ExtensionLoader

-

Defined in src/extensions/extension-loader.ts:23

+

Defined in src/extensions/extension-loader.ts:23

Returns: ExtensionLoader

Properties#

extensions#

Protected extensions: ObservableMap\InstalledExtension> = observable.map\()

-

Defined in src/extensions/extension-loader.ts:19

+

Defined in src/extensions/extension-loader.ts:19


instances#

Protected instances: ObservableMap\LensExtension> = observable.map\()

-

Defined in src/extensions/extension-loader.ts:20

+

Defined in src/extensions/extension-loader.ts:20


isLoaded#

isLoaded: boolean = false

-

Defined in src/extensions/extension-loader.ts:22

+

Defined in src/extensions/extension-loader.ts:22


whenLoaded#

whenLoaded: Promise\ & { cancel: () => void } = when(() => this.isLoaded)

-

Defined in src/extensions/extension-loader.ts:23

+

Defined in src/extensions/extension-loader.ts:23

Accessors#

userExtensions#

• get userExtensions(): Map\<LensExtensionId, InstalledExtension>

-

Defined in src/extensions/extension-loader.ts:39

+

Defined in src/extensions/extension-loader.ts:39

Returns: Map\<LensExtensionId, InstalledExtension>

Methods#

autoInitExtensions#

ProtectedautoInitExtensions(register: (ext: LensExtension) => Function[]): IReactionDisposer

-

Defined in src/extensions/extension-loader.ts:83

+

Defined in src/extensions/extension-loader.ts:83

Parameters:

@@ -1070,7 +1070,7 @@

broadcastExtensions#

broadcastExtensions(frameId?: number): Promise\

-

Defined in src/extensions/extension-loader.ts:140

+

Defined in src/extensions/extension-loader.ts:140

Parameters:

@@ -1090,7 +1090,7 @@

getExtension#

getExtension(extId: LensExtensionId): InstalledExtension

-

Defined in src/extensions/extension-loader.ts:129

+

Defined in src/extensions/extension-loader.ts:129

Parameters:

@@ -1110,7 +1110,7 @@

init#

init(extensions: Map\<LensExtensionId, InstalledExtension>): Promise\

-

Defined in src/extensions/extension-loader.ts:50

+

Defined in src/extensions/extension-loader.ts:50

Parameters:

@@ -1130,22 +1130,22 @@

loadOnClusterManagerRenderer#

loadOnClusterManagerRenderer(): void

-

Defined in src/extensions/extension-loader.ts:64

+

Defined in src/extensions/extension-loader.ts:64

Returns: void


loadOnClusterRenderer#

loadOnClusterRenderer(): void

-

Defined in src/extensions/extension-loader.ts:74

+

Defined in src/extensions/extension-loader.ts:74

Returns: void


loadOnMain#

loadOnMain(): void

-

Defined in src/extensions/extension-loader.ts:57

+

Defined in src/extensions/extension-loader.ts:57

Returns: void


requireExtension#

ProtectedrequireExtension(extension: InstalledExtension): any

-

Defined in src/extensions/extension-loader.ts:112

+

Defined in src/extensions/extension-loader.ts:112

Parameters:

@@ -1165,7 +1165,7 @@

toJSON#

toJSON(): Map\<LensExtensionId, InstalledExtension>

-

Defined in src/extensions/extension-loader.ts:133

+

Defined in src/extensions/extension-loader.ts:133

Returns: Map\<LensExtensionId, InstalledExtension>

diff --git a/latest/extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/index.html b/latest/extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/index.html index 3d274d71da..feca0fc38f 100644 --- a/latest/extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/index.html +++ b/latest/extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/index.html @@ -1024,46 +1024,46 @@

Properties#

bundledFolderPath#

Protected bundledFolderPath: string

-

Defined in src/extensions/extension-manager.ts:27

+

Defined in src/extensions/extension-manager.ts:27

Accessors#

extensionPackagesRoot#

• get extensionPackagesRoot(): string

-

Defined in src/extensions/extension-manager.ts:33

+

Defined in src/extensions/extension-manager.ts:33

Returns: string


inTreeFolderPath#

• get inTreeFolderPath(): string

-

Defined in src/extensions/extension-manager.ts:41

+

Defined in src/extensions/extension-manager.ts:41

Returns: string


inTreeTargetPath#

• get inTreeTargetPath(): string

-

Defined in src/extensions/extension-manager.ts:37

+

Defined in src/extensions/extension-manager.ts:37

Returns: string


localFolderPath#

• get localFolderPath(): string

-

Defined in src/extensions/extension-manager.ts:49

+

Defined in src/extensions/extension-manager.ts:49

Returns: string


nodeModulesPath#

• get nodeModulesPath(): string

-

Defined in src/extensions/extension-manager.ts:45

+

Defined in src/extensions/extension-manager.ts:45

Returns: string


npmPath#

• get npmPath(): any

-

Defined in src/extensions/extension-manager.ts:53

+

Defined in src/extensions/extension-manager.ts:53

Returns: any


packageJsonPath#

• get packageJsonPath(): string

-

Defined in src/extensions/extension-manager.ts:57

+

Defined in src/extensions/extension-manager.ts:57

Returns: string

Methods#

getByManifest#

ProtectedgetByManifest(manifestPath: string, __namedParameters?: { isBundled: boolean = false }): Promise\<InstalledExtension>

-

Defined in src/extensions/extension-manager.ts:81

+

Defined in src/extensions/extension-manager.ts:81

Parameters:

@@ -1090,27 +1090,27 @@

installPackages#

ProtectedinstallPackages(): Promise\

-

Defined in src/extensions/extension-manager.ts:100

+

Defined in src/extensions/extension-manager.ts:100

Returns: Promise\


load#

load(): Promise\<Map\<LensExtensionId, InstalledExtension>>

-

Defined in src/extensions/extension-manager.ts:61

+

Defined in src/extensions/extension-manager.ts:61

Returns: Promise\<Map\<LensExtensionId, InstalledExtension>>


loadBundledExtensions#

loadBundledExtensions(): Promise\<InstalledExtension[]>

-

Defined in src/extensions/extension-manager.ts:124

+

Defined in src/extensions/extension-manager.ts:124

Returns: Promise\<InstalledExtension[]>


loadExtensions#

loadExtensions(): Promise\InstalledExtension>>

-

Defined in src/extensions/extension-manager.ts:115

+

Defined in src/extensions/extension-manager.ts:115

Returns: Promise\InstalledExtension>>


loadFromFolder#

loadFromFolder(folderPath: string): Promise\<InstalledExtension[]>

-

Defined in src/extensions/extension-manager.ts:144

+

Defined in src/extensions/extension-manager.ts:144

Parameters:

@@ -1130,7 +1130,7 @@

Object literals#

packagesJson#

Protected packagesJson: object

-

Defined in src/extensions/extension-manager.ts:29

+

Defined in src/extensions/extension-manager.ts:29

Properties:

diff --git a/latest/extensions/api/classes/_src_extensions_extension_store_.extensionstore/index.html b/latest/extensions/api/classes/_src_extensions_extension_store_.extensionstore/index.html index afa37610de..6b5e6e4164 100644 --- a/latest/extensions/api/classes/_src_extensions_extension_store_.extensionstore/index.html +++ b/latest/extensions/api/classes/_src_extensions_extension_store_.extensionstore/index.html @@ -1160,7 +1160,7 @@

constructor#

+ Protectednew ExtensionStore(params: BaseStoreParams): ExtensionStore

Inherited from BaseStore.constructor

-

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

+

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

Parameters:

@@ -1181,59 +1181,59 @@

data#

data: T = {} as T

Inherited from BaseStore.data

-

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

+

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


extension#

Protected extension: LensExtension

-

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

+

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


isLoaded#

isLoaded: boolean = false

Inherited from BaseStore.isLoaded

-

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

+

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


params#

Protected params: BaseStoreParams

Inherited from BaseStore.params

-

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

+

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


storeConfig#

Protected storeConfig: Config\

Inherited from BaseStore.storeConfig

-

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

+

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


syncDisposers#

Protected syncDisposers: Function[] = []

Inherited from BaseStore.syncDisposers

-

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

+

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


whenLoaded#

whenLoaded: Promise\ & { cancel: () => void } = when(() => this.isLoaded)

Inherited from BaseStore.whenLoaded

-

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

+

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

Accessors#

name#

• get name(): string

Inherited from BaseStore.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 BaseStore.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 BaseStore.syncChannel

-

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

+

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

Returns: string

Methods#

applyWithoutSync#

ProtectedapplyWithoutSync(callback: () => void): void

Inherited from BaseStore.applyWithoutSync

-

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

+

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

Parameters:

@@ -1254,25 +1254,25 @@

cwd#

Protectedcwd(): string

Overrides BaseStore.cwd

-

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

+

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

Returns: string


disableSync#

disableSync(): void

Inherited from BaseStore.disableSync

-

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

+

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

Returns: void


enableSync#

enableSync(): void

Inherited from BaseStore.enableSync

-

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

+

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

Returns: void


fromStore#

ProtectedfromStore(data: T): void

Inherited from BaseStore.fromStore

-

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

+

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

Parameters:

@@ -1293,24 +1293,24 @@

getSubFrames#

ProtectedgetSubFrames(): Promise\

Inherited from BaseStore.getSubFrames

-

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

+

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

Returns: Promise\


init#

Protectedinit(): Promise\

Inherited from BaseStore.init

-

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

+

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

Returns: Promise\


load#

load(): Promise\

Overrides BaseStore.load

-

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

+

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

Returns: Promise\


loadExtension#

loadExtension(extension: LensExtension): Promise\

-

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

+

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

Parameters:

@@ -1331,7 +1331,7 @@

onModelChange#

ProtectedonModelChange(model: T): Promise\

Inherited from BaseStore.onModelChange

-

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

+

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

Parameters:

@@ -1352,7 +1352,7 @@

onSync#

ProtectedonSync(model: T): void

Inherited from BaseStore.onSync

-

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

+

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

Parameters:

@@ -1373,7 +1373,7 @@

onSyncFromMain#

ProtectedonSyncFromMain(model: T): void

Inherited from BaseStore.onSyncFromMain

-

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

+

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

Parameters:

@@ -1394,7 +1394,7 @@

saveToFile#

ProtectedsaveToFile(model: T): Promise\

Inherited from BaseStore.saveToFile

-

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

+

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

Parameters:

@@ -1415,7 +1415,7 @@

syncToWebViews#

ProtectedsyncToWebViews(model: T): Promise\

Inherited from BaseStore.syncToWebViews

-

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

+

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

Parameters:

@@ -1436,19 +1436,19 @@

toJSON#

toJSON(): T

Inherited from BaseStore.toJSON

-

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

+

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

Returns: T


unregisterIpcListener#

unregisterIpcListener(): void

Inherited from BaseStore.unregisterIpcListener

-

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

+

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

Returns: void


getInstance#

StaticgetInstance\(...args: ConstructorParameters\<Constructor\>): T

Inherited from Singleton.getInstance

-

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

+

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

Type parameters:

@@ -1482,7 +1482,7 @@

resetInstance#

StaticresetInstance(): void

Inherited from Singleton.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/_src_extensions_extensions_store_.extensionsstore/index.html b/latest/extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/index.html index 86a85bf134..71506ecfc7 100644 --- a/latest/extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/index.html +++ b/latest/extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/index.html @@ -1154,65 +1154,65 @@

constructor#

+ new ExtensionsStore(): ExtensionsStore

Overrides BaseStore.constructor

-

Defined in src/extensions/extensions-store.ts:14

+

Defined in src/extensions/extensions-store.ts:14

Returns: ExtensionsStore

Properties#

data#

data: T = {} as T

Inherited from BaseStore.data

-

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

+

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


isLoaded#

isLoaded: boolean = false

Inherited from BaseStore.isLoaded

-

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

+

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


params#

Protected params: BaseStoreParams

Inherited from BaseStore.params

-

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

+

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


state#

Protected state: ObservableMap\LensExtensionState> = observable.map\()

-

Defined in src/extensions/extensions-store.ts:21

+

Defined in src/extensions/extensions-store.ts:21


storeConfig#

Protected storeConfig: Config\<LensExtensionsStoreModel>

Inherited from BaseStore.storeConfig

-

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

+

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


syncDisposers#

Protected syncDisposers: Function[] = []

Inherited from BaseStore.syncDisposers

-

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

+

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


whenLoaded#

whenLoaded: Promise\ & { cancel: () => void } = when(() => this.isLoaded)

Inherited from BaseStore.whenLoaded

-

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

+

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

Accessors#

name#

• get name(): string

Inherited from BaseStore.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 BaseStore.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 BaseStore.syncChannel

-

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

+

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

Returns: string

Methods#

applyWithoutSync#

ProtectedapplyWithoutSync(callback: () => void): void

Inherited from BaseStore.applyWithoutSync

-

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

+

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

Parameters:

@@ -1233,25 +1233,25 @@

cwd#

Protectedcwd(): string

Inherited from BaseStore.cwd

-

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

+

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

Returns: string


disableSync#

disableSync(): void

Inherited from BaseStore.disableSync

-

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

+

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

Returns: void


enableSync#

enableSync(): void

Inherited from BaseStore.enableSync

-

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

+

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

Returns: void


fromStore#

ProtectedfromStore(__namedParameters: { extensions: Record\LensExtensionState> }): void

Overrides BaseStore.fromStore

-

Defined in src/extensions/extensions-store.ts:64

+

Defined in src/extensions/extensions-store.ts:64

Parameters:

@@ -1271,7 +1271,7 @@

getState#

ProtectedgetState(extensionLoader: ExtensionLoader): Record\LensExtensionState>

-

Defined in src/extensions/extensions-store.ts:23

+

Defined in src/extensions/extensions-store.ts:23

Parameters:

@@ -1292,18 +1292,18 @@

getSubFrames#

ProtectedgetSubFrames(): Promise\

Inherited from BaseStore.getSubFrames

-

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

+

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

Returns: Promise\


init#

Protectedinit(): Promise\

Inherited from BaseStore.init

-

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

+

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

Returns: Promise\


isEnabled#

isEnabled(extId: LensExtensionId): boolean

-

Defined in src/extensions/extensions-store.ts:58

+

Defined in src/extensions/extensions-store.ts:58

Parameters:

@@ -1324,12 +1324,12 @@

load#

load(): Promise\

Inherited from BaseStore.load

-

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

+

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

Returns: Promise\


manageState#

manageState(extensionLoader: ExtensionLoader): Promise\

-

Defined in src/extensions/extensions-store.ts:33

+

Defined in src/extensions/extensions-store.ts:33

Parameters:

@@ -1350,7 +1350,7 @@

onModelChange#

ProtectedonModelChange(model: LensExtensionsStoreModel): Promise\

Inherited from BaseStore.onModelChange

-

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

+

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

Parameters:

@@ -1371,7 +1371,7 @@

onSync#

ProtectedonSync(model: LensExtensionsStoreModel): void

Inherited from BaseStore.onSync

-

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

+

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

Parameters:

@@ -1392,7 +1392,7 @@

onSyncFromMain#

ProtectedonSyncFromMain(model: LensExtensionsStoreModel): void

Inherited from BaseStore.onSyncFromMain

-

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

+

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

Parameters:

@@ -1413,7 +1413,7 @@

saveToFile#

ProtectedsaveToFile(model: LensExtensionsStoreModel): Promise\

Inherited from BaseStore.saveToFile

-

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

+

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

Parameters:

@@ -1434,7 +1434,7 @@

syncToWebViews#

ProtectedsyncToWebViews(model: LensExtensionsStoreModel): Promise\

Inherited from BaseStore.syncToWebViews

-

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

+

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

Parameters:

@@ -1455,19 +1455,19 @@

toJSON#

toJSON(): LensExtensionsStoreModel

Overrides BaseStore.toJSON

-

Defined in src/extensions/extensions-store.ts:68

+

Defined in src/extensions/extensions-store.ts:68

Returns: LensExtensionsStoreModel


unregisterIpcListener#

unregisterIpcListener(): void

Inherited from BaseStore.unregisterIpcListener

-

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

+

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

Returns: void


getInstance#

StaticgetInstance\(...args: ConstructorParameters\<Constructor\>): T

Inherited from Singleton.getInstance

-

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

+

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

Type parameters:

@@ -1501,7 +1501,7 @@

resetInstance#

StaticresetInstance(): void

Inherited from Singleton.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/_src_extensions_lens_extension_.lensextension/index.html b/latest/extensions/api/classes/_src_extensions_lens_extension_.lensextension/index.html index 35c8e8d258..50fea84e12 100644 --- a/latest/extensions/api/classes/_src_extensions_lens_extension_.lensextension/index.html +++ b/latest/extensions/api/classes/_src_extensions_lens_extension_.lensextension/index.html @@ -1018,7 +1018,7 @@

Constructors#

constructor#

+ new LensExtension(__namedParameters: { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensExtension

-

Defined in src/extensions/lens-extension.ts:21

+

Defined in src/extensions/lens-extension.ts:21

Parameters:

@@ -1038,59 +1038,59 @@

Properties#

isBundled#

Readonly isBundled: boolean

-

Defined in src/extensions/lens-extension.ts:19

+

Defined in src/extensions/lens-extension.ts:19


manifest#

Readonly manifest: LensExtensionManifest

-

Defined in src/extensions/lens-extension.ts:17

+

Defined in src/extensions/lens-extension.ts:17


manifestPath#

Readonly manifestPath: string

-

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

+

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

Accessors#

description#

• get description(): string

-

Defined in src/extensions/lens-extension.ts:41

+

Defined in src/extensions/lens-extension.ts:41

Returns: string


id#

• get id(): LensExtensionId

-

Defined in src/extensions/lens-extension.ts:29

+

Defined in src/extensions/lens-extension.ts:29

Returns: LensExtensionId


name#

• get name(): string

-

Defined in src/extensions/lens-extension.ts:33

+

Defined in src/extensions/lens-extension.ts:33

Returns: string


version#

• get version(): string

-

Defined in src/extensions/lens-extension.ts:37

+

Defined in src/extensions/lens-extension.ts:37

Returns: string

Methods#

disable#

disable(): Promise\

-

Defined in src/extensions/lens-extension.ts:54

+

Defined in src/extensions/lens-extension.ts:54

Returns: Promise\


enable#

enable(): Promise\

-

Defined in src/extensions/lens-extension.ts:46

+

Defined in src/extensions/lens-extension.ts:46

Returns: Promise\


onActivate#

ProtectedonActivate(): void

-

Defined in src/extensions/lens-extension.ts:90

+

Defined in src/extensions/lens-extension.ts:90

Returns: void


onDeactivate#

ProtectedonDeactivate(): void

-

Defined in src/extensions/lens-extension.ts:94

+

Defined in src/extensions/lens-extension.ts:94

Returns: void


toggle#

toggle(enable?: boolean): void

-

Defined in src/extensions/lens-extension.ts:61

+

Defined in src/extensions/lens-extension.ts:61

Parameters:

@@ -1110,7 +1110,7 @@

whenEnabled#

whenEnabled(handlers: () => Function[]): Promise\<(Anonymous function)>

-

Defined in src/extensions/lens-extension.ts:69

+

Defined in src/extensions/lens-extension.ts:69

Parameters:

diff --git a/latest/extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/index.html b/latest/extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/index.html index 4158c60613..d77f38bc55 100644 --- a/latest/extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/index.html +++ b/latest/extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/index.html @@ -1026,7 +1026,7 @@

constructor#

+ new LensMainExtension(__namedParameters: { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensMainExtension

Inherited from LensRendererExtension.constructor

-

Defined in src/extensions/lens-extension.ts:21

+

Defined in src/extensions/lens-extension.ts:21

Parameters:

@@ -1046,75 +1046,75 @@

Properties#

appMenus#

appMenus: MenuRegistration[] = []

-

Defined in src/extensions/lens-main-extension.ts:6

+

Defined in src/extensions/lens-main-extension.ts:6


isBundled#

Readonly isBundled: boolean

Inherited from LensRendererExtension.isBundled

-

Defined in src/extensions/lens-extension.ts:19

+

Defined in src/extensions/lens-extension.ts:19


manifest#

Readonly manifest: LensExtensionManifest

Inherited from LensRendererExtension.manifest

-

Defined in src/extensions/lens-extension.ts:17

+

Defined in src/extensions/lens-extension.ts:17


manifestPath#

Readonly manifestPath: string

Inherited from LensRendererExtension.manifestPath

-

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

+

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

Accessors#

description#

• get description(): string

Inherited from LensRendererExtension.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 LensRendererExtension.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 LensRendererExtension.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 LensRendererExtension.version

-

Defined in src/extensions/lens-extension.ts:37

+

Defined in src/extensions/lens-extension.ts:37

Returns: string

Methods#

disable#

disable(): Promise\

Inherited from LensRendererExtension.disable

-

Defined in src/extensions/lens-extension.ts:54

+

Defined in src/extensions/lens-extension.ts:54

Returns: Promise\


enable#

enable(): Promise\

Inherited from LensRendererExtension.enable

-

Defined in src/extensions/lens-extension.ts:46

+

Defined in src/extensions/lens-extension.ts:46

Returns: Promise\


onActivate#

ProtectedonActivate(): void

Inherited from LensRendererExtension.onActivate

-

Defined in src/extensions/lens-extension.ts:90

+

Defined in src/extensions/lens-extension.ts:90

Returns: void


onDeactivate#

ProtectedonDeactivate(): void

Inherited from LensRendererExtension.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 LensRendererExtension.toggle

-

Defined in src/extensions/lens-extension.ts:61

+

Defined in src/extensions/lens-extension.ts:61

Parameters:

@@ -1135,7 +1135,7 @@

whenEnabled#

whenEnabled(handlers: () => Function[]): Promise\<(Anonymous function)>

Inherited from LensRendererExtension.whenEnabled

-

Defined in src/extensions/lens-extension.ts:69

+

Defined in src/extensions/lens-extension.ts:69

Parameters:

diff --git a/latest/extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/index.html b/latest/extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/index.html index 5820d19d24..88e1affc37 100644 --- a/latest/extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/index.html +++ b/latest/extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/index.html @@ -1074,7 +1074,7 @@

constructor#

+ new LensRendererExtension(__namedParameters: { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensRendererExtension

Inherited from LensRendererExtension.constructor

-

Defined in src/extensions/lens-extension.ts:21

+

Defined in src/extensions/lens-extension.ts:21

Parameters:

@@ -1094,99 +1094,99 @@

Properties#

appPreferences#

appPreferences: AppPreferenceRegistration[] = []

-

Defined in src/extensions/lens-renderer-extension.ts:12

+

Defined in src/extensions/lens-renderer-extension.ts:12


clusterFeatures#

clusterFeatures: ClusterFeatureRegistration[] = []

-

Defined in src/extensions/lens-renderer-extension.ts:13

+

Defined in src/extensions/lens-renderer-extension.ts:13


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#

Readonly isBundled: boolean

Inherited from LensRendererExtension.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:15

+

Defined in src/extensions/lens-renderer-extension.ts:15


kubeObjectMenuItems#

kubeObjectMenuItems: KubeObjectMenuRegistration[] = []

-

Defined in src/extensions/lens-renderer-extension.ts:16

+

Defined in src/extensions/lens-renderer-extension.ts:16


manifest#

Readonly manifest: LensExtensionManifest

Inherited from LensRendererExtension.manifest

-

Defined in src/extensions/lens-extension.ts:17

+

Defined in src/extensions/lens-extension.ts:17


manifestPath#

Readonly manifestPath: string

Inherited from LensRendererExtension.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:14

+

Defined in src/extensions/lens-renderer-extension.ts:14

Accessors#

description#

• get description(): string

Inherited from LensRendererExtension.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 LensRendererExtension.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 LensRendererExtension.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 LensRendererExtension.version

-

Defined in src/extensions/lens-extension.ts:37

+

Defined in src/extensions/lens-extension.ts:37

Returns: string

Methods#

disable#

disable(): Promise\

Inherited from LensRendererExtension.disable

-

Defined in src/extensions/lens-extension.ts:54

+

Defined in src/extensions/lens-extension.ts:54

Returns: Promise\


enable#

enable(): Promise\

Inherited from LensRendererExtension.enable

-

Defined in src/extensions/lens-extension.ts:46

+

Defined in src/extensions/lens-extension.ts:46

Returns: Promise\


onActivate#

ProtectedonActivate(): void

Inherited from LensRendererExtension.onActivate

-

Defined in src/extensions/lens-extension.ts:90

+

Defined in src/extensions/lens-extension.ts:90

Returns: void


onDeactivate#

ProtectedonDeactivate(): void

Inherited from LensRendererExtension.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 LensRendererExtension.toggle

-

Defined in src/extensions/lens-extension.ts:61

+

Defined in src/extensions/lens-extension.ts:61

Parameters:

@@ -1207,7 +1207,7 @@

whenEnabled#

whenEnabled(handlers: () => Function[]): Promise\<(Anonymous function)>

Inherited from LensRendererExtension.whenEnabled

-

Defined in src/extensions/lens-extension.ts:69

+

Defined in src/extensions/lens-extension.ts:69

Parameters:

diff --git a/latest/extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/index.html b/latest/extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/index.html index b2bdca97d5..682f7e9aad 100644 --- a/latest/extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/index.html +++ b/latest/extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/index.html @@ -892,12 +892,12 @@

items#

Protected items: IObservableArray\ = observable\([], { deep: false })

Inherited from BaseRegistry.items

-

Defined in src/extensions/registries/base-registry.ts:5

+

Defined in src/extensions/registries/base-registry.ts:5

Methods#

add#

add(...items: AppPreferenceRegistration[]): (Anonymous function)

Inherited from BaseRegistry.add

-

Defined in src/extensions/registries/base-registry.ts:12

+

Defined in src/extensions/registries/base-registry.ts:12

Parameters:

@@ -918,13 +918,13 @@

getItems#

getItems(): AppPreferenceRegistration[]

Inherited from BaseRegistry.getItems

-

Defined in src/extensions/registries/base-registry.ts:7

+

Defined in src/extensions/registries/base-registry.ts:7

Returns: AppPreferenceRegistration[]


remove#

remove(...items: AppPreferenceRegistration[]): void

Inherited from BaseRegistry.remove

-

Defined in src/extensions/registries/base-registry.ts:18

+

Defined in src/extensions/registries/base-registry.ts:18

Parameters:

diff --git a/latest/extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/index.html b/latest/extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/index.html index 9edf311121..bd7c58253d 100644 --- a/latest/extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/index.html +++ b/latest/extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/index.html @@ -920,11 +920,11 @@

Properties#

items#

Protected items: IObservableArray\ = observable\([], { deep: false })

-

Defined in src/extensions/registries/base-registry.ts:5

+

Defined in src/extensions/registries/base-registry.ts:5

Methods#

add#

add(...items: T[]): (Anonymous function)

-

Defined in src/extensions/registries/base-registry.ts:12

+

Defined in src/extensions/registries/base-registry.ts:12

Parameters:

@@ -944,12 +944,12 @@

getItems#

getItems(): T[]

-

Defined in src/extensions/registries/base-registry.ts:7

+

Defined in src/extensions/registries/base-registry.ts:7

Returns: T[]


remove#

remove(...items: T[]): void

-

Defined in src/extensions/registries/base-registry.ts:18

+

Defined in src/extensions/registries/base-registry.ts:18

Parameters:

diff --git a/latest/extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/index.html b/latest/extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/index.html index 219e30cb19..50c4da3e08 100644 --- a/latest/extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/index.html +++ b/latest/extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/index.html @@ -892,12 +892,12 @@

items#

Protected items: IObservableArray\ = observable\([], { deep: false })

Inherited from BaseRegistry.items

-

Defined in src/extensions/registries/base-registry.ts:5

+

Defined in src/extensions/registries/base-registry.ts:5

Methods#

add#

add(...items: ClusterFeatureRegistration[]): (Anonymous function)

Inherited from BaseRegistry.add

-

Defined in src/extensions/registries/base-registry.ts:12

+

Defined in src/extensions/registries/base-registry.ts:12

Parameters:

@@ -918,13 +918,13 @@

getItems#

getItems(): ClusterFeatureRegistration[]

Inherited from BaseRegistry.getItems

-

Defined in src/extensions/registries/base-registry.ts:7

+

Defined in src/extensions/registries/base-registry.ts:7

Returns: ClusterFeatureRegistration[]


remove#

remove(...items: ClusterFeatureRegistration[]): void

Inherited from BaseRegistry.remove

-

Defined in src/extensions/registries/base-registry.ts:18

+

Defined in src/extensions/registries/base-registry.ts:18

Parameters:

diff --git a/latest/extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/index.html b/latest/extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/index.html index 02b1f9dc04..3ff15e906b 100644 --- a/latest/extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/index.html +++ b/latest/extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/index.html @@ -900,12 +900,12 @@

items#

Protected items: IObservableArray\ = observable\([], { deep: false })

Inherited from BaseRegistry.items

-

Defined in src/extensions/registries/base-registry.ts:5

+

Defined in src/extensions/registries/base-registry.ts:5

Methods#

add#

add(...items: KubeObjectDetailRegistration[]): (Anonymous function)

Inherited from BaseRegistry.add

-

Defined in src/extensions/registries/base-registry.ts:12

+

Defined in src/extensions/registries/base-registry.ts:12

Parameters:

@@ -926,12 +926,12 @@

getItems#

getItems(): KubeObjectDetailRegistration[]

Inherited from BaseRegistry.getItems

-

Defined in src/extensions/registries/base-registry.ts:7

+

Defined in src/extensions/registries/base-registry.ts:7

Returns: KubeObjectDetailRegistration[]


getItemsForKind#

getItemsForKind(kind: string, apiVersion: string): KubeObjectDetailRegistration[]

-

Defined in src/extensions/registries/kube-object-detail-registry.ts:15

+

Defined in src/extensions/registries/kube-object-detail-registry.ts:15

Parameters:

@@ -956,7 +956,7 @@

remove#

remove(...items: KubeObjectDetailRegistration[]): void

Inherited from BaseRegistry.remove

-

Defined in src/extensions/registries/base-registry.ts:18

+

Defined in src/extensions/registries/base-registry.ts:18

Parameters:

diff --git a/latest/extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/index.html b/latest/extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/index.html index 4198763b2a..f4a3ed6efc 100644 --- a/latest/extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/index.html +++ b/latest/extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/index.html @@ -900,12 +900,12 @@

items#

Protected items: IObservableArray\ = observable\([], { deep: false })

Inherited from BaseRegistry.items

-

Defined in src/extensions/registries/base-registry.ts:5

+

Defined in src/extensions/registries/base-registry.ts:5

Methods#

add#

add(...items: KubeObjectMenuRegistration[]): (Anonymous function)

Inherited from BaseRegistry.add

-

Defined in src/extensions/registries/base-registry.ts:12

+

Defined in src/extensions/registries/base-registry.ts:12

Parameters:

@@ -926,12 +926,12 @@

getItems#

getItems(): KubeObjectMenuRegistration[]

Inherited from BaseRegistry.getItems

-

Defined in src/extensions/registries/base-registry.ts:7

+

Defined in src/extensions/registries/base-registry.ts:7

Returns: KubeObjectMenuRegistration[]


getItemsForKind#

getItemsForKind(kind: string, apiVersion: string): KubeObjectMenuRegistration[]

-

Defined in src/extensions/registries/kube-object-menu-registry.ts:15

+

Defined in src/extensions/registries/kube-object-menu-registry.ts:15

Parameters:

@@ -956,7 +956,7 @@

remove#

remove(...items: KubeObjectMenuRegistration[]): void

Inherited from BaseRegistry.remove

-

Defined in src/extensions/registries/base-registry.ts:18

+

Defined in src/extensions/registries/base-registry.ts:18

Parameters:

diff --git a/latest/extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/index.html b/latest/extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/index.html index 3a8e16cfb1..0a58b0e5df 100644 --- a/latest/extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/index.html +++ b/latest/extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/index.html @@ -892,12 +892,12 @@

items#

Protected items: IObservableArray\ = observable\([], { deep: false })

Inherited from BaseRegistry.items

-

Defined in src/extensions/registries/base-registry.ts:5

+

Defined in src/extensions/registries/base-registry.ts:5

Methods#

add#

add(...items: MenuRegistration[]): (Anonymous function)

Inherited from BaseRegistry.add

-

Defined in src/extensions/registries/base-registry.ts:12

+

Defined in src/extensions/registries/base-registry.ts:12

Parameters:

@@ -918,13 +918,13 @@

getItems#

getItems(): MenuRegistration[]

Inherited from BaseRegistry.getItems

-

Defined in src/extensions/registries/base-registry.ts:7

+

Defined in src/extensions/registries/base-registry.ts:7

Returns: MenuRegistration[]


remove#

remove(...items: MenuRegistration[]): void

Inherited from BaseRegistry.remove

-

Defined in src/extensions/registries/base-registry.ts:18

+

Defined in src/extensions/registries/base-registry.ts:18

Parameters:

diff --git a/latest/extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/index.html b/latest/extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/index.html index f9ed18046c..1162b084a0 100644 --- a/latest/extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/index.html +++ b/latest/extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/index.html @@ -892,12 +892,12 @@

items#

Protected items: IObservableArray\ = observable\([], { deep: false })

Inherited from BaseRegistry.items

-

Defined in src/extensions/registries/base-registry.ts:5

+

Defined in src/extensions/registries/base-registry.ts:5

Methods#

add#

add(...items: PageRegistration[]): (Anonymous function)

Inherited from BaseRegistry.add

-

Defined in src/extensions/registries/base-registry.ts:12

+

Defined in src/extensions/registries/base-registry.ts:12

Parameters:

@@ -918,13 +918,13 @@

getItems#

getItems(): PageRegistration[]

Inherited from BaseRegistry.getItems

-

Defined in src/extensions/registries/base-registry.ts:7

+

Defined in src/extensions/registries/base-registry.ts:7

Returns: PageRegistration[]


remove#

remove(...items: PageRegistration[]): void

Inherited from BaseRegistry.remove

-

Defined in src/extensions/registries/base-registry.ts:18

+

Defined in src/extensions/registries/base-registry.ts:18

Parameters:

diff --git a/latest/extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/index.html b/latest/extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/index.html index d9f6f25731..1afcc25558 100644 --- a/latest/extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/index.html +++ b/latest/extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/index.html @@ -892,12 +892,12 @@

items#

Protected items: IObservableArray\ = observable\([], { deep: false })

Inherited from BaseRegistry.items

-

Defined in src/extensions/registries/base-registry.ts:5

+

Defined in src/extensions/registries/base-registry.ts:5

Methods#

add#

add(...items: PageRegistration[]): (Anonymous function)

Inherited from BaseRegistry.add

-

Defined in src/extensions/registries/base-registry.ts:12

+

Defined in src/extensions/registries/base-registry.ts:12

Parameters:

@@ -918,13 +918,13 @@

getItems#

getItems(): PageRegistration[]

Inherited from BaseRegistry.getItems

-

Defined in src/extensions/registries/base-registry.ts:7

+

Defined in src/extensions/registries/base-registry.ts:7

Returns: PageRegistration[]


remove#

remove(...items: PageRegistration[]): void

Inherited from BaseRegistry.remove

-

Defined in src/extensions/registries/base-registry.ts:18

+

Defined in src/extensions/registries/base-registry.ts:18

Parameters:

diff --git a/latest/extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/index.html b/latest/extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/index.html index 481feec9b3..4b858241db 100644 --- a/latest/extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/index.html +++ b/latest/extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/index.html @@ -892,12 +892,12 @@

items#

Protected items: IObservableArray\ = observable\([], { deep: false })

Inherited from BaseRegistry.items

-

Defined in src/extensions/registries/base-registry.ts:5

+

Defined in src/extensions/registries/base-registry.ts:5

Methods#

add#

add(...items: StatusBarRegistration[]): (Anonymous function)

Inherited from BaseRegistry.add

-

Defined in src/extensions/registries/base-registry.ts:12

+

Defined in src/extensions/registries/base-registry.ts:12

Parameters:

@@ -918,13 +918,13 @@

getItems#

getItems(): StatusBarRegistration[]

Inherited from BaseRegistry.getItems

-

Defined in src/extensions/registries/base-registry.ts:7

+

Defined in src/extensions/registries/base-registry.ts:7

Returns: StatusBarRegistration[]


remove#

remove(...items: StatusBarRegistration[]): void

Inherited from BaseRegistry.remove

-

Defined in src/extensions/registries/base-registry.ts:18

+

Defined in src/extensions/registries/base-registry.ts:18

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_app_updater_.appupdater/index.html b/latest/extensions/api/classes/_src_main_app_updater_.appupdater/index.html index 1d6ef79889..a9b9e77391 100644 --- a/latest/extensions/api/classes/_src_main_app_updater_.appupdater/index.html +++ b/latest/extensions/api/classes/_src_main_app_updater_.appupdater/index.html @@ -921,7 +921,7 @@

Constructors#

constructor#

+ new AppUpdater(updateInterval?: number): AppUpdater

-

Defined in src/main/app-updater.ts:9

+

Defined in src/main/app-updater.ts:9

Parameters:

@@ -943,20 +943,20 @@

Properties#

updateInterval#

Protected updateInterval: number

-

Defined in src/main/app-updater.ts:11

+

Defined in src/main/app-updater.ts:11


defaultUpdateIntervalMs#

Static Readonly defaultUpdateIntervalMs: number = 1000 * 60 * 60 * 24

-

Defined in src/main/app-updater.ts:5

+

Defined in src/main/app-updater.ts:5

Methods#

start#

start(): Promise\

-

Defined in src/main/app-updater.ts:15

+

Defined in src/main/app-updater.ts:15

Returns: Promise\


checkForUpdates#

StaticcheckForUpdates(): Promise\

-

Defined in src/main/app-updater.ts:7

+

Defined in src/main/app-updater.ts:7

Returns: Promise\

diff --git a/latest/extensions/api/classes/_src_main_cluster_.cluster/index.html b/latest/extensions/api/classes/_src_main_cluster_.cluster/index.html index 4f324d7dcf..0518b95775 100644 --- a/latest/extensions/api/classes/_src_main_cluster_.cluster/index.html +++ b/latest/extensions/api/classes/_src_main_cluster_.cluster/index.html @@ -1412,7 +1412,7 @@

Constructors#

constructor#

+ new Cluster(model: ClusterModel): Cluster

-

Defined in src/main/cluster.ts:91

+

Defined in src/main/cluster.ts:91

Parameters:

@@ -1433,160 +1433,160 @@

accessible#

accessible: boolean = false

Implementation of ClusterState.accessible

-

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


activated#

Protected activated: boolean = false

-

Defined in src/main/cluster.ts:59

+

Defined in src/main/cluster.ts:59


allowedNamespaces#

allowedNamespaces: string[] = []

Implementation of ClusterState.allowedNamespaces

-

Defined in src/main/cluster.ts:81

+

Defined in src/main/cluster.ts:81


allowedResources#

allowedResources: string[] = []

Implementation of ClusterState.allowedResources

-

Defined in src/main/cluster.ts:82

+

Defined in src/main/cluster.ts:82


apiUrl#

apiUrl: string

Implementation of ClusterState.apiUrl

-

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

Implementation of ClusterState.disconnected

-

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

Implementation of ClusterState.eventCount

-

Defined in src/main/cluster.ts:78

+

Defined in src/main/cluster.ts:78


eventDisposers#

Protected eventDisposers: Function[] = []

-

Defined in src/main/cluster.ts:58

+

Defined in src/main/cluster.ts:58


failureReason#

failureReason: string

Implementation of ClusterState.failureReason

-

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

Implementation of ClusterState.initialized

-

Defined in src/main/cluster.ts:64

+

Defined in src/main/cluster.ts:64


isAdmin#

isAdmin: boolean = false

Implementation of ClusterState.isAdmin

-

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


kubeconfigManager#

Protected 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

Implementation of ClusterState.online

-

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

Implementation of ClusterState.ready

-

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\ & { cancel: () => void } = when(() => this.initialized)

-

Defined in src/main/cluster.ts:61

+

Defined in src/main/cluster.ts:61


whenReady#

whenReady: Promise\ & { cancel: () => void } = 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\

-

Defined in src/main/cluster.ts:153

+

Defined in src/main/cluster.ts:153

Parameters:

@@ -1608,12 +1608,12 @@

bindEvents#

ProtectedbindEvents(): void

-

Defined in src/main/cluster.ts:130

+

Defined in src/main/cluster.ts:130

Returns: void


canI#

canI(resourceAttributes: V1ResourceAttributes): Promise\

-

Defined in src/main/cluster.ts:309

+

Defined in src/main/cluster.ts:309

Parameters:

@@ -1633,37 +1633,37 @@

disconnect#

disconnect(): void

-

Defined in src/main/cluster.ts:186

+

Defined in src/main/cluster.ts:186

Returns: void


getAllowedNamespaces#

ProtectedgetAllowedNamespaces(): Promise\

-

Defined in src/main/cluster.ts:429

+

Defined in src/main/cluster.ts:429

Returns: Promise\


getAllowedResources#

ProtectedgetAllowedResources(): Promise\<KubeResource[]>

-

Defined in src/main/cluster.ts:454

+

Defined in src/main/cluster.ts:454

Returns: Promise\<KubeResource[]>


getConnectionStatus#

ProtectedgetConnectionStatus(): Promise\<ClusterStatus>

-

Defined in src/main/cluster.ts:279

+

Defined in src/main/cluster.ts:279

Returns: Promise\<ClusterStatus>


getEventCount#

ProtectedgetEventCount(): Promise\

-

Defined in src/main/cluster.ts:332

+

Defined in src/main/cluster.ts:332

Returns: Promise\


getKubeconfig#

ProtectedgetKubeconfig(): 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

@@ -1706,7 +1706,7 @@

getMetrics#

getMetrics(prometheusPath: string, queryParams: IMetricsReqParams & { query: string }): Promise\

-

Defined in src/main/cluster.ts:268

+

Defined in src/main/cluster.ts:268

Parameters:

@@ -1730,22 +1730,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\

-

Defined in src/main/cluster.ts:111

+

Defined in src/main/cluster.ts:111

Parameters:

@@ -1765,12 +1765,12 @@

isClusterAdmin#

isClusterAdmin(): Promise\

-

Defined in src/main/cluster.ts:324

+

Defined in src/main/cluster.ts:324

Returns: Promise\


k8sRequest#

Protectedk8sRequest\(path: string, options?: RequestPromiseOptions): Promise\

-

Defined in src/main/cluster.ts:255

+

Defined in src/main/cluster.ts:255

Type parameters:

@@ -1812,7 +1812,7 @@

pushState#

pushState(state?: ClusterState): void

-

Defined in src/main/cluster.ts:407

+

Defined in src/main/cluster.ts:407

Parameters:

@@ -1834,12 +1834,12 @@

reconnect#

reconnect(): Promise\

-

Defined in src/main/cluster.ts:178

+

Defined in src/main/cluster.ts:178

Returns: Promise\


refresh#

refresh(opts?: ClusterRefreshOptions): Promise\

-

Defined in src/main/cluster.ts:199

+

Defined in src/main/cluster.ts:199

Parameters:

@@ -1861,27 +1861,27 @@

refreshAllowedResources#

refreshAllowedResources(): Promise\

-

Defined in src/main/cluster.ts:233

+

Defined in src/main/cluster.ts:233

Returns: Promise\


refreshConnectionStatus#

refreshConnectionStatus(): Promise\

-

Defined in src/main/cluster.ts:226

+

Defined in src/main/cluster.ts:226

Returns: Promise\


refreshEvents#

refreshEvents(): Promise\

-

Defined in src/main/cluster.ts:239

+

Defined in src/main/cluster.ts:239

Returns: Promise\


refreshMetadata#

refreshMetadata(): Promise\

-

Defined in src/main/cluster.ts:218

+

Defined in src/main/cluster.ts:218

Returns: Promise\


setState#

setState(state: ClusterState): void

-

Defined in src/main/cluster.ts:403

+

Defined in src/main/cluster.ts:403

Parameters:

@@ -1901,17 +1901,17 @@

toJSON#

toJSON(): ClusterModel

-

Defined in src/main/cluster.ts:366

+

Defined in src/main/cluster.ts:366

Returns: ClusterModel


unbindEvents#

ProtectedunbindEvents(): 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/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/index.html b/latest/extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/index.html index 6bcf608f19..96614d64d4 100644 --- a/latest/extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/index.html +++ b/latest/extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/index.html @@ -926,7 +926,7 @@

Constructors#

constructor#

+ new BaseClusterDetector(cluster: Cluster): BaseClusterDetector

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:11

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:11

Parameters:

@@ -946,20 +946,20 @@

Properties#

cluster#

cluster: Cluster

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:10

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:10


key#

key: string

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:11

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:11

Methods#

detect#

detect(): Promise\<ClusterDetectionResult>

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:17

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:17

Returns: Promise\<ClusterDetectionResult>


k8sRequest#

Protectedk8sRequest\(path: string, options?: RequestPromiseOptions): Promise\

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:21

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:21

Type parameters:

diff --git a/latest/extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/index.html b/latest/extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/index.html index 02f4919c55..f6a2860d85 100644 --- a/latest/extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/index.html +++ b/latest/extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/index.html @@ -931,7 +931,7 @@

constructor#

+ new ClusterIdDetector(cluster: Cluster): ClusterIdDetector

Inherited from BaseClusterDetector.constructor

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:11

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:11

Parameters:

@@ -952,28 +952,28 @@

cluster#

cluster: Cluster

Inherited from BaseClusterDetector.cluster

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:10

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:10


key#

key: ClusterMetadataKey = ClusterMetadataKey.CLUSTER_ID

Overrides BaseClusterDetector.key

-

Defined in src/main/cluster-detectors/cluster-id-detector.ts:6

+

Defined in src/main/cluster-detectors/cluster-id-detector.ts:6

Methods#

detect#

detect(): Promise\<{ accuracy: number = 100; value: string = value }>

Overrides BaseClusterDetector.detect

-

Defined in src/main/cluster-detectors/cluster-id-detector.ts:8

+

Defined in src/main/cluster-detectors/cluster-id-detector.ts:8

Returns: Promise\<{ accuracy: number = 100; value: string = value }>


getDefaultNamespaceId#

ProtectedgetDefaultNamespaceId(): Promise\

-

Defined in src/main/cluster-detectors/cluster-id-detector.ts:19

+

Defined in src/main/cluster-detectors/cluster-id-detector.ts:19

Returns: Promise\


k8sRequest#

Protectedk8sRequest\(path: string, options?: RequestPromiseOptions): Promise\

Inherited from BaseClusterDetector.k8sRequest

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:21

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:21

Type parameters:

diff --git a/latest/extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/index.html b/latest/extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/index.html index 42a9a32be5..40008ef5d8 100644 --- a/latest/extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/index.html +++ b/latest/extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/index.html @@ -882,11 +882,11 @@

Properties#

registry#

registry: IObservableArray\<BaseClusterDetector> = observable.array\([], { deep: false })

-

Defined in src/main/cluster-detectors/detector-registry.ts:12

+

Defined in src/main/cluster-detectors/detector-registry.ts:12

Methods#

add#

add(detectorClass: typeof BaseClusterDetector): void

-

Defined in src/main/cluster-detectors/detector-registry.ts:14

+

Defined in src/main/cluster-detectors/detector-registry.ts:14

Parameters:

@@ -906,7 +906,7 @@

detectForCluster#

detectForCluster(cluster: Cluster): Promise\<ClusterMetadata>

-

Defined in src/main/cluster-detectors/detector-registry.ts:18

+

Defined in src/main/cluster-detectors/detector-registry.ts:18

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/index.html b/latest/extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/index.html index 699c8e605d..b44541805a 100644 --- a/latest/extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/index.html +++ b/latest/extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/index.html @@ -1003,7 +1003,7 @@

constructor#

+ new DistributionDetector(cluster: Cluster): DistributionDetector

Inherited from BaseClusterDetector.constructor

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:11

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:11

Parameters:

@@ -1024,72 +1024,72 @@

cluster#

cluster: Cluster

Inherited from BaseClusterDetector.cluster

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:10

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:10


key#

key: ClusterMetadataKey = ClusterMetadataKey.DISTRIBUTION

Overrides BaseClusterDetector.key

-

Defined in src/main/cluster-detectors/distribution-detector.ts:5

+

Defined in src/main/cluster-detectors/distribution-detector.ts:5


version#

version: string

-

Defined in src/main/cluster-detectors/distribution-detector.ts:6

+

Defined in src/main/cluster-detectors/distribution-detector.ts:6

Methods#

detect#

detect(): Promise\<{ accuracy: number = 80; value: string = "rancher" }>

Overrides BaseClusterDetector.detect

-

Defined in src/main/cluster-detectors/distribution-detector.ts:8

+

Defined in src/main/cluster-detectors/distribution-detector.ts:8

Returns: Promise\<{ accuracy: number = 80; value: string = "rancher" }>


getKubernetesVersion#

getKubernetesVersion(): Promise\

-

Defined in src/main/cluster-detectors/distribution-detector.ts:37

+

Defined in src/main/cluster-detectors/distribution-detector.ts:37

Returns: Promise\


isAKS#

ProtectedisAKS(): boolean

-

Defined in src/main/cluster-detectors/distribution-detector.ts:56

+

Defined in src/main/cluster-detectors/distribution-detector.ts:56

Returns: boolean


isCustom#

ProtectedisCustom(): boolean

-

Defined in src/main/cluster-detectors/distribution-detector.ts:68

+

Defined in src/main/cluster-detectors/distribution-detector.ts:68

Returns: boolean


isDigitalOcean#

ProtectedisDigitalOcean(): boolean

-

Defined in src/main/cluster-detectors/distribution-detector.ts:60

+

Defined in src/main/cluster-detectors/distribution-detector.ts:60

Returns: boolean


isEKS#

ProtectedisEKS(): boolean

-

Defined in src/main/cluster-detectors/distribution-detector.ts:48

+

Defined in src/main/cluster-detectors/distribution-detector.ts:48

Returns: boolean


isGKE#

ProtectedisGKE(): boolean

-

Defined in src/main/cluster-detectors/distribution-detector.ts:44

+

Defined in src/main/cluster-detectors/distribution-detector.ts:44

Returns: boolean


isIKS#

ProtectedisIKS(): boolean

-

Defined in src/main/cluster-detectors/distribution-detector.ts:52

+

Defined in src/main/cluster-detectors/distribution-detector.ts:52

Returns: boolean


isMinikube#

ProtectedisMinikube(): boolean

-

Defined in src/main/cluster-detectors/distribution-detector.ts:64

+

Defined in src/main/cluster-detectors/distribution-detector.ts:64

Returns: boolean


isRancher#

ProtectedisRancher(): Promise\

-

Defined in src/main/cluster-detectors/distribution-detector.ts:72

+

Defined in src/main/cluster-detectors/distribution-detector.ts:72

Returns: Promise\


k8sRequest#

Protectedk8sRequest\(path: string, options?: RequestPromiseOptions): Promise\

Inherited from BaseClusterDetector.k8sRequest

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:21

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:21

Type parameters:

diff --git a/latest/extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/index.html b/latest/extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/index.html index 793c6792e7..20359e8199 100644 --- a/latest/extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/index.html +++ b/latest/extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/index.html @@ -923,7 +923,7 @@

constructor#

+ new LastSeenDetector(cluster: Cluster): LastSeenDetector

Inherited from BaseClusterDetector.constructor

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:11

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:11

Parameters:

@@ -944,23 +944,23 @@

cluster#

cluster: Cluster

Inherited from BaseClusterDetector.cluster

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:10

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:10


key#

key: ClusterMetadataKey = ClusterMetadataKey.LAST_SEEN

Overrides BaseClusterDetector.key

-

Defined in src/main/cluster-detectors/last-seen-detector.ts:5

+

Defined in src/main/cluster-detectors/last-seen-detector.ts:5

Methods#

detect#

detect(): Promise\<{ accuracy: number = 100; value: string = new Date().toJSON() }>

Overrides BaseClusterDetector.detect

-

Defined in src/main/cluster-detectors/last-seen-detector.ts:7

+

Defined in src/main/cluster-detectors/last-seen-detector.ts:7

Returns: Promise\<{ accuracy: number = 100; value: string = new Date().toJSON() }>


k8sRequest#

Protectedk8sRequest\(path: string, options?: RequestPromiseOptions): Promise\

Inherited from BaseClusterDetector.k8sRequest

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:21

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:21

Type parameters:

diff --git a/latest/extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/index.html b/latest/extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/index.html index 0b1d7369fb..fe998ac3c9 100644 --- a/latest/extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/index.html +++ b/latest/extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/index.html @@ -931,7 +931,7 @@

constructor#

+ new NodesCountDetector(cluster: Cluster): NodesCountDetector

Inherited from BaseClusterDetector.constructor

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:11

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:11

Parameters:

@@ -952,28 +952,28 @@

cluster#

cluster: Cluster

Inherited from BaseClusterDetector.cluster

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:10

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:10


key#

key: ClusterMetadataKey = ClusterMetadataKey.NODES_COUNT

Overrides BaseClusterDetector.key

-

Defined in src/main/cluster-detectors/nodes-count-detector.ts:5

+

Defined in src/main/cluster-detectors/nodes-count-detector.ts:5

Methods#

detect#

detect(): Promise\<{ accuracy: number = 100; value: number = nodeCount }>

Overrides BaseClusterDetector.detect

-

Defined in src/main/cluster-detectors/nodes-count-detector.ts:7

+

Defined in src/main/cluster-detectors/nodes-count-detector.ts:7

Returns: Promise\<{ accuracy: number = 100; value: number = nodeCount }>


getNodeCount#

ProtectedgetNodeCount(): Promise\

-

Defined in src/main/cluster-detectors/nodes-count-detector.ts:13

+

Defined in src/main/cluster-detectors/nodes-count-detector.ts:13

Returns: Promise\


k8sRequest#

Protectedk8sRequest\(path: string, options?: RequestPromiseOptions): Promise\

Inherited from BaseClusterDetector.k8sRequest

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:21

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:21

Type parameters:

diff --git a/latest/extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/index.html b/latest/extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/index.html index a466cb82c0..dbd9b9b277 100644 --- a/latest/extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/index.html +++ b/latest/extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/index.html @@ -939,7 +939,7 @@

constructor#

+ new VersionDetector(cluster: Cluster): VersionDetector

Inherited from BaseClusterDetector.constructor

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:11

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:11

Parameters:

@@ -960,32 +960,32 @@

cluster#

cluster: Cluster

Inherited from BaseClusterDetector.cluster

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:10

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:10


key#

key: ClusterMetadataKey = ClusterMetadataKey.VERSION

Overrides BaseClusterDetector.key

-

Defined in src/main/cluster-detectors/version-detector.ts:5

+

Defined in src/main/cluster-detectors/version-detector.ts:5


value#

value: string

-

Defined in src/main/cluster-detectors/version-detector.ts:6

+

Defined in src/main/cluster-detectors/version-detector.ts:6

Methods#

detect#

detect(): Promise\<{ accuracy: number = 100; value: any = version }>

Overrides BaseClusterDetector.detect

-

Defined in src/main/cluster-detectors/version-detector.ts:8

+

Defined in src/main/cluster-detectors/version-detector.ts:8

Returns: Promise\<{ accuracy: number = 100; value: any = version }>


getKubernetesVersion#

getKubernetesVersion(): Promise\

-

Defined in src/main/cluster-detectors/version-detector.ts:13

+

Defined in src/main/cluster-detectors/version-detector.ts:13

Returns: Promise\


k8sRequest#

Protectedk8sRequest\(path: string, options?: RequestPromiseOptions): Promise\

Inherited from BaseClusterDetector.k8sRequest

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:21

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:21

Type parameters:

diff --git a/latest/extensions/api/classes/_src_main_context_handler_.contexthandler/index.html b/latest/extensions/api/classes/_src_main_context_handler_.contexthandler/index.html index f238044eb3..c21e05d5ae 100644 --- a/latest/extensions/api/classes/_src_main_context_handler_.contexthandler/index.html +++ b/latest/extensions/api/classes/_src_main_context_handler_.contexthandler/index.html @@ -1064,7 +1064,7 @@

Constructors#

constructor#

+ new ContextHandler(cluster: Cluster): ContextHandler

-

Defined in src/main/context-handler.ts:18

+

Defined in src/main/context-handler.ts:18

Parameters:

@@ -1084,50 +1084,50 @@

Properties#

apiTarget#

Protected apiTarget: httpProxy.ServerOptions

-

Defined in src/main/context-handler.ts:16

+

Defined in src/main/context-handler.ts:16


cluster#

Protected cluster: Cluster

-

Defined in src/main/context-handler.ts:20

+

Defined in src/main/context-handler.ts:20


clusterUrl#

clusterUrl: UrlWithStringQuery

-

Defined in src/main/context-handler.ts:14

+

Defined in src/main/context-handler.ts:14


kubeAuthProxy#

Protected kubeAuthProxy: KubeAuthProxy

-

Defined in src/main/context-handler.ts:15

+

Defined in src/main/context-handler.ts:15


prometheusPath#

Protected prometheusPath: string

-

Defined in src/main/context-handler.ts:18

+

Defined in src/main/context-handler.ts:18


prometheusProvider#

Protected prometheusProvider: string

-

Defined in src/main/context-handler.ts:17

+

Defined in src/main/context-handler.ts:17


proxyPort#

proxyPort: number

-

Defined in src/main/context-handler.ts:13

+

Defined in src/main/context-handler.ts:13

Accessors#

proxyLastError#

• get proxyLastError(): string

-

Defined in src/main/context-handler.ts:127

+

Defined in src/main/context-handler.ts:127

Returns: string

Methods#

ensurePort#

ensurePort(): Promise\

-

Defined in src/main/context-handler.ts:101

+

Defined in src/main/context-handler.ts:101

Returns: Promise\


ensureServer#

ensureServer(): Promise\

-

Defined in src/main/context-handler.ts:108

+

Defined in src/main/context-handler.ts:108

Returns: Promise\


getApiTarget#

getApiTarget(isWatchRequest?: boolean): Promise\

-

Defined in src/main/context-handler.ts:77

+

Defined in src/main/context-handler.ts:77

Parameters:

@@ -1149,22 +1149,22 @@

getPrometheusPath#

getPrometheusPath(): Promise\

-

Defined in src/main/context-handler.ts:64

+

Defined in src/main/context-handler.ts:64

Returns: Promise\


getPrometheusProvider#

getPrometheusProvider(): Promise\<PrometheusProvider>

-

Defined in src/main/context-handler.ts:39

+

Defined in src/main/context-handler.ts:39

Returns: Promise\<PrometheusProvider>


getPrometheusService#

getPrometheusService(): Promise\<PrometheusService>

-

Defined in src/main/context-handler.ts:48

+

Defined in src/main/context-handler.ts:48

Returns: Promise\<PrometheusService>


newApiTarget#

ProtectednewApiTarget(timeout: number): Promise\

-

Defined in src/main/context-handler.ts:89

+

Defined in src/main/context-handler.ts:89

Parameters:

@@ -1184,17 +1184,17 @@

resolveAuthProxyUrl#

resolveAuthProxyUrl(): Promise\

-

Defined in src/main/context-handler.ts:71

+

Defined in src/main/context-handler.ts:71

Returns: Promise\


resolvePrometheusPath#

ProtectedresolvePrometheusPath(): Promise\

-

Defined in src/main/context-handler.ts:34

+

Defined in src/main/context-handler.ts:34

Returns: Promise\


setupPrometheus#

ProtectedsetupPrometheus(preferences?: ClusterPreferences): void

-

Defined in src/main/context-handler.ts:25

+

Defined in src/main/context-handler.ts:25

Parameters:

@@ -1216,7 +1216,7 @@

stopServer#

stopServer(): void

-

Defined in src/main/context-handler.ts:120

+

Defined in src/main/context-handler.ts:120

Returns: void

diff --git a/latest/extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/index.html b/latest/extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/index.html index f8eceb09a3..eccdcbd93a 100644 --- a/latest/extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/index.html +++ b/latest/extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/index.html @@ -945,7 +945,7 @@

Constructors#

constructor#

+ new HelmChartManager(repo: HelmRepo): HelmChartManager

-

Defined in src/main/helm/helm-chart-manager.ts:14

+

Defined in src/main/helm/helm-chart-manager.ts:14

Parameters:

@@ -965,20 +965,20 @@

Properties#

cache#

Protected cache: any

-

Defined in src/main/helm/helm-chart-manager.ts:13

+

Defined in src/main/helm/helm-chart-manager.ts:13


repo#

Protected repo: HelmRepo

-

Defined in src/main/helm/helm-chart-manager.ts:14

+

Defined in src/main/helm/helm-chart-manager.ts:14

Methods#

cachedYaml#

ProtectedcachedYaml(): Promise\<CachedYaml>

-

Defined in src/main/helm/helm-chart-manager.ts:60

+

Defined in src/main/helm/helm-chart-manager.ts:60

Returns: Promise\<CachedYaml>


chart#

chart(name: string): Promise\

-

Defined in src/main/helm/helm-chart-manager.ts:21

+

Defined in src/main/helm/helm-chart-manager.ts:21

Parameters:

@@ -998,12 +998,12 @@

charts#

charts(): Promise\

-

Defined in src/main/helm/helm-chart-manager.ts:26

+

Defined in src/main/helm/helm-chart-manager.ts:26

Returns: Promise\


getReadme#

getReadme(name: string, version?: string): Promise\

-

Defined in src/main/helm/helm-chart-manager.ts:36

+

Defined in src/main/helm/helm-chart-manager.ts:36

Parameters:

@@ -1030,7 +1030,7 @@

getValues#

getValues(name: string, version?: string): Promise\

-

Defined in src/main/helm/helm-chart-manager.ts:47

+

Defined in src/main/helm/helm-chart-manager.ts:47

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_helm_helm_cli_.helmcli/index.html b/latest/extensions/api/classes/_src_main_helm_helm_cli_.helmcli/index.html index c76e00daac..6018a05d84 100644 --- a/latest/extensions/api/classes/_src_main_helm_helm_cli_.helmcli/index.html +++ b/latest/extensions/api/classes/_src_main_helm_helm_cli_.helmcli/index.html @@ -1099,7 +1099,7 @@

constructor#

+ new HelmCli(baseDir: string, version: string): HelmCli

Overrides LensBinary.constructor

-

Defined in src/main/helm/helm-cli.ts:6

+

Defined in src/main/helm/helm-cli.ts:6

Parameters:

@@ -1124,139 +1124,139 @@

arch#

Protected arch: string

Inherited from LensBinary.arch

-

Defined in src/main/lens-binary.ts:27

+

Defined in src/main/lens-binary.ts:27


binaryName#

Protected binaryName: string

Inherited from LensBinary.binaryName

-

Defined in src/main/lens-binary.ts:25

+

Defined in src/main/lens-binary.ts:25


binaryVersion#

binaryVersion: string

Inherited from LensBinary.binaryVersion

-

Defined in src/main/lens-binary.ts:19

+

Defined in src/main/lens-binary.ts:19


directory#

Protected directory: string

Inherited from LensBinary.directory

-

Defined in src/main/lens-binary.ts:20

+

Defined in src/main/lens-binary.ts:20


dirname#

Protected dirname: string

Inherited from LensBinary.dirname

-

Defined in src/main/lens-binary.ts:24

+

Defined in src/main/lens-binary.ts:24


logger#

Protected logger: Console | Logger

Inherited from LensBinary.logger

-

Defined in src/main/lens-binary.ts:30

+

Defined in src/main/lens-binary.ts:30


originalBinaryName#

Protected originalBinaryName: string

Inherited from LensBinary.originalBinaryName

-

Defined in src/main/lens-binary.ts:28

+

Defined in src/main/lens-binary.ts:28


path#

Protected path: string

Inherited from LensBinary.path

-

Defined in src/main/lens-binary.ts:22

+

Defined in src/main/lens-binary.ts:22


platformName#

Protected platformName: string

Inherited from LensBinary.platformName

-

Defined in src/main/lens-binary.ts:26

+

Defined in src/main/lens-binary.ts:26


requestOpts#

Protected requestOpts: request.Options

Inherited from LensBinary.requestOpts

-

Defined in src/main/lens-binary.ts:29

+

Defined in src/main/lens-binary.ts:29


tarPath#

Protected tarPath: string

Inherited from LensBinary.tarPath

-

Defined in src/main/lens-binary.ts:23

+

Defined in src/main/lens-binary.ts:23


url#

Protected url: string

Inherited from LensBinary.url

-

Defined in src/main/lens-binary.ts:21

+

Defined in src/main/lens-binary.ts:21

Methods#

binDir#

binDir(): Promise\

Inherited from LensBinary.binDir

-

Defined in src/main/lens-binary.ts:96

+

Defined in src/main/lens-binary.ts:96

Returns: Promise\


binaryDir#

ProtectedbinaryDir(): void

Inherited from LensBinary.binaryDir

-

Defined in src/main/lens-binary.ts:67

+

Defined in src/main/lens-binary.ts:67

Returns: void


binaryPath#

binaryPath(): Promise\

Inherited from LensBinary.binaryPath

-

Defined in src/main/lens-binary.ts:71

+

Defined in src/main/lens-binary.ts:71

Returns: Promise\


checkBinary#

ProtectedcheckBinary(): Promise\

Inherited from LensBinary.checkBinary

-

Defined in src/main/lens-binary.ts:106

+

Defined in src/main/lens-binary.ts:106

Returns: Promise\


downloadBinary#

ProtecteddownloadBinary(): Promise\

Inherited from LensBinary.downloadBinary

-

Defined in src/main/lens-binary.ts:149

+

Defined in src/main/lens-binary.ts:149

Returns: Promise\


ensureBinary#

ensureBinary(): Promise\

Inherited from LensBinary.ensureBinary

-

Defined in src/main/lens-binary.ts:111

+

Defined in src/main/lens-binary.ts:111

Returns: Promise\


getBinaryDir#

getBinaryDir(): string

Inherited from LensBinary.getBinaryDir

-

Defined in src/main/lens-binary.ts:92

+

Defined in src/main/lens-binary.ts:92

Returns: string


getBinaryPath#

ProtectedgetBinaryPath(): string

Overrides LensBinary.getBinaryPath

-

Defined in src/main/helm/helm-cli.ts:26

+

Defined in src/main/helm/helm-cli.ts:26

Returns: string


getOriginalBinaryPath#

ProtectedgetOriginalBinaryPath(): string

Overrides LensBinary.getOriginalBinaryPath

-

Defined in src/main/helm/helm-cli.ts:30

+

Defined in src/main/helm/helm-cli.ts:30

Returns: string


getTarName#

ProtectedgetTarName(): string | null

Overrides LensBinary.getTarName

-

Defined in src/main/helm/helm-cli.ts:18

+

Defined in src/main/helm/helm-cli.ts:18

Returns: string | null


getUrl#

ProtectedgetUrl(): string

Overrides LensBinary.getUrl

-

Defined in src/main/helm/helm-cli.ts:22

+

Defined in src/main/helm/helm-cli.ts:22

Returns: string


renameBinary#

ProtectedrenameBinary(): Promise\

Inherited from LensBinary.renameBinary

-

Defined in src/main/lens-binary.ts:135

+

Defined in src/main/lens-binary.ts:135

Returns: Promise\


setLogger#

setLogger(logger: Console | Logger): void

Inherited from LensBinary.setLogger

-

Defined in src/main/lens-binary.ts:63

+

Defined in src/main/lens-binary.ts:63

Parameters:

@@ -1277,7 +1277,7 @@

untarBinary#

ProtecteduntarBinary(): Promise\

Inherited from LensBinary.untarBinary

-

Defined in src/main/lens-binary.ts:123

+

Defined in src/main/lens-binary.ts:123

Returns: Promise\

diff --git a/latest/extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/index.html b/latest/extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/index.html index e4f5eadad6..2e94cc76fc 100644 --- a/latest/extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/index.html +++ b/latest/extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/index.html @@ -907,7 +907,7 @@

Methods#

deleteRelease#

deleteRelease(name: string, namespace: string, pathToKubeconfig: string): Promise\

-

Defined in src/main/helm/helm-release-manager.ts:75

+

Defined in src/main/helm/helm-release-manager.ts:75

Parameters:

@@ -935,7 +935,7 @@

getHistory#

getHistory(name: string, namespace: string, pathToKubeconfig: string): Promise\

-

Defined in src/main/helm/helm-release-manager.ts:88

+

Defined in src/main/helm/helm-release-manager.ts:88

Parameters:

@@ -963,7 +963,7 @@

getRelease#

getRelease(name: string, namespace: string, cluster: Cluster): Promise\

-

Defined in src/main/helm/helm-release-manager.ts:67

+

Defined in src/main/helm/helm-release-manager.ts:67

Parameters:

@@ -991,7 +991,7 @@

getResources#

ProtectedgetResources(name: string, namespace: string, cluster: Cluster): Promise\

-

Defined in src/main/helm/helm-release-manager.ts:100

+

Defined in src/main/helm/helm-release-manager.ts:100

Parameters:

@@ -1019,7 +1019,7 @@

getValues#

getValues(name: string, namespace: string, pathToKubeconfig: string): Promise\

-

Defined in src/main/helm/helm-release-manager.ts:82

+

Defined in src/main/helm/helm-release-manager.ts:82

Parameters:

@@ -1047,7 +1047,7 @@

installChart#

installChart(chart: string, values: any, name: string, namespace: string, version: string, pathToKubeconfig: string): Promise\<{ log: string = stdout; release: { name: string = releaseName; namespace: string = namespace } }>

-

Defined in src/main/helm/helm-release-manager.ts:27

+

Defined in src/main/helm/helm-release-manager.ts:27

Parameters:

@@ -1087,7 +1087,7 @@

listReleases#

listReleases(pathToKubeconfig: string, namespace?: string): Promise\

-

Defined in src/main/helm/helm-release-manager.ts:11

+

Defined in src/main/helm/helm-release-manager.ts:11

Parameters:

@@ -1111,7 +1111,7 @@

rollback#

rollback(name: string, namespace: string, revision: number, pathToKubeconfig: string): Promise\

-

Defined in src/main/helm/helm-release-manager.ts:94

+

Defined in src/main/helm/helm-release-manager.ts:94

Parameters:

@@ -1143,7 +1143,7 @@

upgradeRelease#

upgradeRelease(name: string, chart: string, values: any, namespace: string, version: string, cluster: Cluster): Promise\<{ log: string = stdout; release: Promise\ = this.getRelease(name, namespace, cluster) }>

-

Defined in src/main/helm/helm-release-manager.ts:51

+

Defined in src/main/helm/helm-release-manager.ts:51

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/index.html b/latest/extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/index.html index d5c674b34a..b62f685bd2 100644 --- a/latest/extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/index.html +++ b/latest/extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/index.html @@ -971,23 +971,23 @@

Properties#

helmEnv#

Protected helmEnv: HelmEnv

-

Defined in src/main/helm/helm-repo-manager.ts:35

+

Defined in src/main/helm/helm-repo-manager.ts:35


initialized#

Protected initialized: boolean

-

Defined in src/main/helm/helm-repo-manager.ts:36

+

Defined in src/main/helm/helm-repo-manager.ts:36


repos#

Protected repos: HelmRepo[]

-

Defined in src/main/helm/helm-repo-manager.ts:34

+

Defined in src/main/helm/helm-repo-manager.ts:34


cache#

Static cache: {}

-

Defined in src/main/helm/helm-repo-manager.ts:32

+

Defined in src/main/helm/helm-repo-manager.ts:32

Methods#

addRepo#

addRepo(__namedParameters: { name: string ; url: string }): Promise\

-

Defined in src/main/helm/helm-repo-manager.ts:112

+

Defined in src/main/helm/helm-repo-manager.ts:112

Parameters:

@@ -1007,22 +1007,22 @@

init#

init(): Promise\

-

Defined in src/main/helm/helm-repo-manager.ts:48

+

Defined in src/main/helm/helm-repo-manager.ts:48

Returns: Promise\


loadAvailableRepos#

loadAvailableRepos(): Promise\<HelmRepo[]>

-

Defined in src/main/helm/helm-repo-manager.ts:38

+

Defined in src/main/helm/helm-repo-manager.ts:38

Returns: Promise\<HelmRepo[]>


parseHelmEnv#

ProtectedparseHelmEnv(): Promise\<HelmEnv>

-

Defined in src/main/helm/helm-repo-manager.ts:58

+

Defined in src/main/helm/helm-repo-manager.ts:58

Returns: Promise\<HelmEnv>


removeRepo#

removeRepo(__namedParameters: { name: string ; url: string }): Promise\

-

Defined in src/main/helm/helm-repo-manager.ts:121

+

Defined in src/main/helm/helm-repo-manager.ts:121

Parameters:

@@ -1042,12 +1042,12 @@

repositories#

repositories(): Promise\<HelmRepo[]>

-

Defined in src/main/helm/helm-repo-manager.ts:74

+

Defined in src/main/helm/helm-repo-manager.ts:74

Returns: Promise\<HelmRepo[]>


repository#

repository(name: string): Promise\<HelmRepo>

-

Defined in src/main/helm/helm-repo-manager.ts:99

+

Defined in src/main/helm/helm-repo-manager.ts:99

Parameters:

@@ -1067,13 +1067,13 @@

update#

update(): Promise\

-

Defined in src/main/helm/helm-repo-manager.ts:104

+

Defined in src/main/helm/helm-repo-manager.ts:104

Returns: Promise\


getInstance#

StaticgetInstance\(...args: ConstructorParameters\<Constructor\>): T

Inherited from Singleton.getInstance

-

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

+

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

Type parameters:

@@ -1107,7 +1107,7 @@

resetInstance#

StaticresetInstance(): void

Inherited from Singleton.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/_src_main_helm_helm_service_.helmservice/index.html b/latest/extensions/api/classes/_src_main_helm_helm_service_.helmservice/index.html index b9d8ff32b1..74229d5797 100644 --- a/latest/extensions/api/classes/_src_main_helm_helm_service_.helmservice/index.html +++ b/latest/extensions/api/classes/_src_main_helm_helm_service_.helmservice/index.html @@ -931,7 +931,7 @@

Methods#

deleteRelease#

deleteRelease(cluster: Cluster, releaseName: string, namespace: string): Promise\

-

Defined in src/main/helm/helm-service.ts:68

+

Defined in src/main/helm/helm-service.ts:68

Parameters:

@@ -959,7 +959,7 @@

excludeDeprecated#

ProtectedexcludeDeprecated(entries: any): any

-

Defined in src/main/helm/helm-service.ts:84

+

Defined in src/main/helm/helm-service.ts:84

Parameters:

@@ -979,7 +979,7 @@

getChart#

getChart(repoName: string, chartName: string, version?: string): Promise\<{ readme: string = ""; versions: {} }>

-

Defined in src/main/helm/helm-service.ts:29

+

Defined in src/main/helm/helm-service.ts:29

Parameters:

@@ -1011,7 +1011,7 @@

getChartValues#

getChartValues(repoName: string, chartName: string, version?: string): Promise\

-

Defined in src/main/helm/helm-service.ts:42

+

Defined in src/main/helm/helm-service.ts:42

Parameters:

@@ -1043,7 +1043,7 @@

getRelease#

getRelease(cluster: Cluster, releaseName: string, namespace: string): Promise\

-

Defined in src/main/helm/helm-service.ts:53

+

Defined in src/main/helm/helm-service.ts:53

Parameters:

@@ -1071,7 +1071,7 @@

getReleaseHistory#

getReleaseHistory(cluster: Cluster, releaseName: string, namespace: string): Promise\

-

Defined in src/main/helm/helm-service.ts:63

+

Defined in src/main/helm/helm-service.ts:63

Parameters:

@@ -1099,7 +1099,7 @@

getReleaseValues#

getReleaseValues(cluster: Cluster, releaseName: string, namespace: string): Promise\

-

Defined in src/main/helm/helm-service.ts:58

+

Defined in src/main/helm/helm-service.ts:58

Parameters:

@@ -1127,7 +1127,7 @@

installChart#

installChart(cluster: Cluster, data: { chart: string ; name: string ; namespace: string ; values: {} ; version: string }): Promise\<{ log: string = stdout; release: { name: string = releaseName; namespace: string = namespace } }>

-

Defined in src/main/helm/helm-service.ts:8

+

Defined in src/main/helm/helm-service.ts:8

Parameters:

@@ -1151,12 +1151,12 @@

listCharts#

listCharts(): Promise\

-

Defined in src/main/helm/helm-service.ts:12

+

Defined in src/main/helm/helm-service.ts:12

Returns: Promise\


listReleases#

listReleases(cluster: Cluster, namespace?: string): Promise\

-

Defined in src/main/helm/helm-service.ts:48

+

Defined in src/main/helm/helm-service.ts:48

Parameters:

@@ -1183,7 +1183,7 @@

rollback#

rollback(cluster: Cluster, releaseName: string, namespace: string, revision: number): Promise\<{ message: string = output }>

-

Defined in src/main/helm/helm-service.ts:78

+

Defined in src/main/helm/helm-service.ts:78

Parameters:

@@ -1215,7 +1215,7 @@

updateRelease#

updateRelease(cluster: Cluster, releaseName: string, namespace: string, data: { chart: string ; values: {} ; version: string }): Promise\<{ log: string = stdout; release: Promise\ = this.getRelease(name, namespace, cluster) }>

-

Defined in src/main/helm/helm-service.ts:73

+

Defined in src/main/helm/helm-service.ts:73

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/index.html b/latest/extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/index.html index 4c225498db..cfa016e2bd 100644 --- a/latest/extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/index.html +++ b/latest/extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/index.html @@ -969,7 +969,7 @@

Constructors#

constructor#

+ new KubeAuthProxy(cluster: Cluster, port: number, env: ProcessEnv): KubeAuthProxy

-

Defined in src/main/kube-auth-proxy.ts:20

+

Defined in src/main/kube-auth-proxy.ts:20

Parameters:

@@ -997,36 +997,36 @@

Properties#

cluster#

Protected cluster: Cluster

-

Defined in src/main/kube-auth-proxy.ts:16

+

Defined in src/main/kube-auth-proxy.ts:16


env#

Protected env: ProcessEnv = null

-

Defined in src/main/kube-auth-proxy.ts:17

+

Defined in src/main/kube-auth-proxy.ts:17


kubectl#

Protected kubectl: Kubectl

-

Defined in src/main/kube-auth-proxy.ts:20

+

Defined in src/main/kube-auth-proxy.ts:20


lastError#

lastError: string

-

Defined in src/main/kube-auth-proxy.ts:14

+

Defined in src/main/kube-auth-proxy.ts:14


port#

Protected port: number

-

Defined in src/main/kube-auth-proxy.ts:19

+

Defined in src/main/kube-auth-proxy.ts:19


proxyProcess#

Protected proxyProcess: ChildProcess

-

Defined in src/main/kube-auth-proxy.ts:18

+

Defined in src/main/kube-auth-proxy.ts:18

Methods#

exit#

exit(): void

-

Defined in src/main/kube-auth-proxy.ts:94

+

Defined in src/main/kube-auth-proxy.ts:94

Returns: void


parseError#

ProtectedparseError(data: string): string

-

Defined in src/main/kube-auth-proxy.ts:73

+

Defined in src/main/kube-auth-proxy.ts:73

Parameters:

@@ -1046,12 +1046,12 @@

run#

run(): Promise\

-

Defined in src/main/kube-auth-proxy.ts:29

+

Defined in src/main/kube-auth-proxy.ts:29

Returns: Promise\


sendIpcLogMessage#

ProtectedsendIpcLogMessage(res: KubeAuthProxyLog): Promise\

-

Defined in src/main/kube-auth-proxy.ts:88

+

Defined in src/main/kube-auth-proxy.ts:88

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/index.html b/latest/extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/index.html index b2e2b5ee94..b470294a13 100644 --- a/latest/extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/index.html +++ b/latest/extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/index.html @@ -946,54 +946,54 @@

Properties#

cluster#

Protected cluster: Cluster

-

Defined in src/main/kubeconfig-manager.ts:14

+

Defined in src/main/kubeconfig-manager.ts:14


configDir#

Protected configDir: string = app.getPath("temp")

-

Defined in src/main/kubeconfig-manager.ts:11

+

Defined in src/main/kubeconfig-manager.ts:11


contextHandler#

Protected contextHandler: ContextHandler

-

Defined in src/main/kubeconfig-manager.ts:14

+

Defined in src/main/kubeconfig-manager.ts:14


port#

Protected port: number

-

Defined in src/main/kubeconfig-manager.ts:14

+

Defined in src/main/kubeconfig-manager.ts:14


tempFile#

Protected tempFile: string

-

Defined in src/main/kubeconfig-manager.ts:12

+

Defined in src/main/kubeconfig-manager.ts:12

Methods#

createProxyKubeconfig#

ProtectedcreateProxyKubeconfig(): Promise\

-

Defined in src/main/kubeconfig-manager.ts:43

+

Defined in src/main/kubeconfig-manager.ts:43

Creates new "temporary" kubeconfig that point to the kubectl-proxy. This way any user of the config does not need to know anything about the auth etc. details.

Returns: Promise\


getPath#

getPath(): string

-

Defined in src/main/kubeconfig-manager.ts:31

+

Defined in src/main/kubeconfig-manager.ts:31

Returns: string


init#

Protectedinit(): Promise\

-

Defined in src/main/kubeconfig-manager.ts:22

+

Defined in src/main/kubeconfig-manager.ts:22

Returns: Promise\


resolveProxyUrl#

ProtectedresolveProxyUrl(): string

-

Defined in src/main/kubeconfig-manager.ts:35

+

Defined in src/main/kubeconfig-manager.ts:35

Returns: string


unlink(): Promise\

-

Defined in src/main/kubeconfig-manager.ts:79

+

Defined in src/main/kubeconfig-manager.ts:79

Returns: Promise\


create#

Staticcreate(cluster: Cluster, contextHandler: ContextHandler, port: number): Promise\<KubeconfigManager>

-

Defined in src/main/kubeconfig-manager.ts:16

+

Defined in src/main/kubeconfig-manager.ts:16

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_kubectl_.kubectl/index.html b/latest/extensions/api/classes/_src_main_kubectl_.kubectl/index.html index 5324e2754a..73974e2be7 100644 --- a/latest/extensions/api/classes/_src_main_kubectl_.kubectl/index.html +++ b/latest/extensions/api/classes/_src_main_kubectl_.kubectl/index.html @@ -1072,7 +1072,7 @@

Constructors#

constructor#

+ new Kubectl(clusterVersion: string): Kubectl

-

Defined in src/main/kubectl.ts:75

+

Defined in src/main/kubectl.ts:75

Parameters:

@@ -1092,45 +1092,45 @@

Properties#

directory#

Protected directory: string

-

Defined in src/main/kubectl.ts:58

+

Defined in src/main/kubectl.ts:58


dirname#

Protected dirname: string

-

Defined in src/main/kubectl.ts:61

+

Defined in src/main/kubectl.ts:61


kubectlVersion#

kubectlVersion: string

-

Defined in src/main/kubectl.ts:57

+

Defined in src/main/kubectl.ts:57


path#

Protected path: string

-

Defined in src/main/kubectl.ts:60

+

Defined in src/main/kubectl.ts:60


url#

Protected url: string

-

Defined in src/main/kubectl.ts:59

+

Defined in src/main/kubectl.ts:59


bundledKubectlVersion#

Static Readonly bundledKubectlVersion: string = bundledVersion

-

Defined in src/main/kubectl.ts:67

+

Defined in src/main/kubectl.ts:67


invalidBundle#

Static invalidBundle: boolean = false

-

Defined in src/main/kubectl.ts:68

+

Defined in src/main/kubectl.ts:68

Accessors#

kubectlDir#

Staticget kubectlDir(): string

-

Defined in src/main/kubectl.ts:63

+

Defined in src/main/kubectl.ts:63

Returns: string

Methods#

binDir#

binDir(): Promise\

-

Defined in src/main/kubectl.ts:149

+

Defined in src/main/kubectl.ts:149

Returns: Promise\


checkBinary#

checkBinary(path: string, checkVersion?: boolean): Promise\

-

Defined in src/main/kubectl.ts:160

+

Defined in src/main/kubectl.ts:160

Parameters:

@@ -1157,37 +1157,37 @@

checkBundled#

ProtectedcheckBundled(): Promise\

-

Defined in src/main/kubectl.ts:186

+

Defined in src/main/kubectl.ts:186

Returns: Promise\


downloadKubectl#

downloadKubectl(): Promise\

-

Defined in src/main/kubectl.ts:241

+

Defined in src/main/kubectl.ts:241

Returns: Promise\


ensureKubectl#

ensureKubectl(): Promise\

-

Defined in src/main/kubectl.ts:204

+

Defined in src/main/kubectl.ts:204

Returns: Promise\


getBundledPath#

getBundledPath(): string

-

Defined in src/main/kubectl.ts:109

+

Defined in src/main/kubectl.ts:109

Returns: string


getDownloadDir#

ProtectedgetDownloadDir(): string

-

Defined in src/main/kubectl.ts:117

+

Defined in src/main/kubectl.ts:117

Returns: string


getDownloadMirror#

ProtectedgetDownloadMirror(): string

-

Defined in src/main/kubectl.ts:332

+

Defined in src/main/kubectl.ts:332

Returns: string


getPath#

getPath(bundled?: boolean): Promise\

-

Defined in src/main/kubectl.ts:125

+

Defined in src/main/kubectl.ts:125

Parameters:

@@ -1209,17 +1209,17 @@

getPathFromPreferences#

getPathFromPreferences(): string

-

Defined in src/main/kubectl.ts:113

+

Defined in src/main/kubectl.ts:113

Returns: string


writeInitScripts#

ProtectedwriteInitScripts(): Promise\

-

Defined in src/main/kubectl.ts:273

+

Defined in src/main/kubectl.ts:273

Returns: Promise\


bundled#

Staticbundled(): Kubectl

-

Defined in src/main/kubectl.ts:72

+

Defined in src/main/kubectl.ts:72

Returns: Kubectl

diff --git a/latest/extensions/api/classes/_src_main_lens_api_.lensapi/index.html b/latest/extensions/api/classes/_src_main_lens_api_.lensapi/index.html index bc0994746a..0af291dc68 100644 --- a/latest/extensions/api/classes/_src_main_lens_api_.lensapi/index.html +++ b/latest/extensions/api/classes/_src_main_lens_api_.lensapi/index.html @@ -865,7 +865,7 @@

Methods#

respond#

Protectedrespond(res: ServerResponse, content: string, contentType: string, status?: number): void

-

Defined in src/main/lens-api.ts:12

+

Defined in src/main/lens-api.ts:12

Parameters:

@@ -902,7 +902,7 @@

respondJson#

ProtectedrespondJson(res: ServerResponse, content: {}, status?: number): void

-

Defined in src/main/lens-api.ts:4

+

Defined in src/main/lens-api.ts:4

Parameters:

@@ -934,7 +934,7 @@

respondText#

ProtectedrespondText(res: ServerResponse, content: string, status?: number): void

-

Defined in src/main/lens-api.ts:8

+

Defined in src/main/lens-api.ts:8

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_lens_binary_.lensbinary/index.html b/latest/extensions/api/classes/_src_main_lens_binary_.lensbinary/index.html index 4c73e47e2f..4521e9d1bf 100644 --- a/latest/extensions/api/classes/_src_main_lens_binary_.lensbinary/index.html +++ b/latest/extensions/api/classes/_src_main_lens_binary_.lensbinary/index.html @@ -1098,7 +1098,7 @@

Constructors#

constructor#

+ new LensBinary(opts: LensBinaryOpts): LensBinary

-

Defined in src/main/lens-binary.ts:30

+

Defined in src/main/lens-binary.ts:30

Parameters:

@@ -1118,115 +1118,115 @@

Properties#

arch#

Protected arch: string

-

Defined in src/main/lens-binary.ts:27

+

Defined in src/main/lens-binary.ts:27


binaryName#

Protected binaryName: string

-

Defined in src/main/lens-binary.ts:25

+

Defined in src/main/lens-binary.ts:25


binaryVersion#

binaryVersion: string

-

Defined in src/main/lens-binary.ts:19

+

Defined in src/main/lens-binary.ts:19


directory#

Protected directory: string

-

Defined in src/main/lens-binary.ts:20

+

Defined in src/main/lens-binary.ts:20


dirname#

Protected dirname: string

-

Defined in src/main/lens-binary.ts:24

+

Defined in src/main/lens-binary.ts:24


logger#

Protected logger: Console | Logger

-

Defined in src/main/lens-binary.ts:30

+

Defined in src/main/lens-binary.ts:30


originalBinaryName#

Protected originalBinaryName: string

-

Defined in src/main/lens-binary.ts:28

+

Defined in src/main/lens-binary.ts:28


path#

Protected path: string

-

Defined in src/main/lens-binary.ts:22

+

Defined in src/main/lens-binary.ts:22


platformName#

Protected platformName: string

-

Defined in src/main/lens-binary.ts:26

+

Defined in src/main/lens-binary.ts:26


requestOpts#

Protected requestOpts: request.Options

-

Defined in src/main/lens-binary.ts:29

+

Defined in src/main/lens-binary.ts:29


tarPath#

Protected tarPath: string

-

Defined in src/main/lens-binary.ts:23

+

Defined in src/main/lens-binary.ts:23


url#

Protected url: string

-

Defined in src/main/lens-binary.ts:21

+

Defined in src/main/lens-binary.ts:21

Methods#

binDir#

binDir(): Promise\

-

Defined in src/main/lens-binary.ts:96

+

Defined in src/main/lens-binary.ts:96

Returns: Promise\


binaryDir#

ProtectedbinaryDir(): void

-

Defined in src/main/lens-binary.ts:67

+

Defined in src/main/lens-binary.ts:67

Returns: void


binaryPath#

binaryPath(): Promise\

-

Defined in src/main/lens-binary.ts:71

+

Defined in src/main/lens-binary.ts:71

Returns: Promise\


checkBinary#

ProtectedcheckBinary(): Promise\

-

Defined in src/main/lens-binary.ts:106

+

Defined in src/main/lens-binary.ts:106

Returns: Promise\


downloadBinary#

ProtecteddownloadBinary(): Promise\

-

Defined in src/main/lens-binary.ts:149

+

Defined in src/main/lens-binary.ts:149

Returns: Promise\


ensureBinary#

ensureBinary(): Promise\

-

Defined in src/main/lens-binary.ts:111

+

Defined in src/main/lens-binary.ts:111

Returns: Promise\


getBinaryDir#

getBinaryDir(): string

-

Defined in src/main/lens-binary.ts:92

+

Defined in src/main/lens-binary.ts:92

Returns: string


getBinaryPath#

ProtectedgetBinaryPath(): string

-

Defined in src/main/lens-binary.ts:84

+

Defined in src/main/lens-binary.ts:84

Returns: string


getOriginalBinaryPath#

ProtectedgetOriginalBinaryPath(): string

-

Defined in src/main/lens-binary.ts:88

+

Defined in src/main/lens-binary.ts:88

Returns: string


getTarName#

ProtectedgetTarName(): string | null

-

Defined in src/main/lens-binary.ts:76

+

Defined in src/main/lens-binary.ts:76

Returns: string | null


getUrl#

ProtectedgetUrl(): string

-

Defined in src/main/lens-binary.ts:80

+

Defined in src/main/lens-binary.ts:80

Returns: string


renameBinary#

ProtectedrenameBinary(): Promise\

-

Defined in src/main/lens-binary.ts:135

+

Defined in src/main/lens-binary.ts:135

Returns: Promise\


setLogger#

setLogger(logger: Console | Logger): void

-

Defined in src/main/lens-binary.ts:63

+

Defined in src/main/lens-binary.ts:63

Parameters:

@@ -1246,7 +1246,7 @@

untarBinary#

ProtecteduntarBinary(): Promise\

-

Defined in src/main/lens-binary.ts:123

+

Defined in src/main/lens-binary.ts:123

Returns: Promise\

diff --git a/latest/extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/index.html b/latest/extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/index.html index 200ce5ff32..ab5b3295b4 100644 --- a/latest/extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/index.html +++ b/latest/extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/index.html @@ -912,24 +912,24 @@

id: string = "helm"

Implementation of PrometheusProvider.id

Overrides PrometheusLens.id

-

Defined in src/main/prometheus/helm.ts:7

+

Defined in src/main/prometheus/helm.ts:7


name#

name: string = "Helm"

Implementation of PrometheusProvider.name

Overrides PrometheusLens.name

-

Defined in src/main/prometheus/helm.ts:8

+

Defined in src/main/prometheus/helm.ts:8


rateAccuracy#

rateAccuracy: string = "5m"

Overrides PrometheusLens.rateAccuracy

-

Defined in src/main/prometheus/helm.ts:9

+

Defined in src/main/prometheus/helm.ts:9

Methods#

getPrometheusService#

getPrometheusService(client: CoreV1Api): Promise\<PrometheusService>

Implementation of PrometheusProvider

Overrides PrometheusLens.getPrometheusService

-

Defined in src/main/prometheus/helm.ts:11

+

Defined in src/main/prometheus/helm.ts:11

Parameters:

@@ -951,7 +951,7 @@

getQueries(opts: PrometheusQueryOpts): PrometheusQuery

Implementation of PrometheusProvider

Inherited from PrometheusLens.getQueries

-

Defined in src/main/prometheus/lens.ts:25

+

Defined in src/main/prometheus/lens.ts:25

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/index.html b/latest/extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/index.html index cd072f7caf..ee118e4bd3 100644 --- a/latest/extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/index.html +++ b/latest/extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/index.html @@ -911,21 +911,21 @@

id#

id: string = "lens"

Implementation of PrometheusProvider.id

-

Defined in src/main/prometheus/lens.ts:6

+

Defined in src/main/prometheus/lens.ts:6


name#

name: string = "Lens"

Implementation of PrometheusProvider.name

-

Defined in src/main/prometheus/lens.ts:7

+

Defined in src/main/prometheus/lens.ts:7


rateAccuracy#

rateAccuracy: string = "1m"

-

Defined in src/main/prometheus/lens.ts:8

+

Defined in src/main/prometheus/lens.ts:8

Methods#

getPrometheusService#

getPrometheusService(client: CoreV1Api): Promise\<PrometheusService>

Implementation of PrometheusProvider

-

Defined in src/main/prometheus/lens.ts:10

+

Defined in src/main/prometheus/lens.ts:10

Parameters:

@@ -946,7 +946,7 @@

getQueries#

getQueries(opts: PrometheusQueryOpts): PrometheusQuery

Implementation of PrometheusProvider

-

Defined in src/main/prometheus/lens.ts:25

+

Defined in src/main/prometheus/lens.ts:25

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/index.html b/latest/extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/index.html index 68a14c11ea..29769ec5b7 100644 --- a/latest/extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/index.html +++ b/latest/extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/index.html @@ -910,21 +910,21 @@

id#

id: string = "operator"

Implementation of PrometheusProvider.id

-

Defined in src/main/prometheus/operator.ts:7

+

Defined in src/main/prometheus/operator.ts:7


name#

name: string = "Prometheus Operator"

Implementation of PrometheusProvider.name

-

Defined in src/main/prometheus/operator.ts:8

+

Defined in src/main/prometheus/operator.ts:8


rateAccuracy#

rateAccuracy: string = "1m"

-

Defined in src/main/prometheus/operator.ts:6

+

Defined in src/main/prometheus/operator.ts:6

Methods#

getPrometheusService#

getPrometheusService(client: CoreV1Api): Promise\<PrometheusService>

Implementation of PrometheusProvider

-

Defined in src/main/prometheus/operator.ts:10

+

Defined in src/main/prometheus/operator.ts:10

Parameters:

@@ -945,7 +945,7 @@

getQueries#

getQueries(opts: PrometheusQueryOpts): PrometheusQuery

Implementation of PrometheusProvider

-

Defined in src/main/prometheus/operator.ts:33

+

Defined in src/main/prometheus/operator.ts:33

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/index.html b/latest/extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/index.html index ae6437935c..1ea429529d 100644 --- a/latest/extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/index.html +++ b/latest/extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/index.html @@ -859,7 +859,7 @@

Methods#

getProvider#

StaticgetProvider(type: string): PrometheusProvider

-

Defined in src/main/prometheus/provider-registry.ts:76

+

Defined in src/main/prometheus/provider-registry.ts:76

Parameters:

@@ -879,12 +879,12 @@

getProviders#

StaticgetProviders(): PrometheusProvider[]

-

Defined in src/main/prometheus/provider-registry.ts:87

+

Defined in src/main/prometheus/provider-registry.ts:87

Returns: PrometheusProvider[]


registerProvider#

StaticregisterProvider(key: string, provider: PrometheusProvider): void

-

Defined in src/main/prometheus/provider-registry.ts:83

+

Defined in src/main/prometheus/provider-registry.ts:83

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/index.html b/latest/extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/index.html index a18f241d30..d6c9e35e65 100644 --- a/latest/extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/index.html +++ b/latest/extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/index.html @@ -910,21 +910,21 @@

id#

id: string = "stacklight"

Implementation of PrometheusProvider.id

-

Defined in src/main/prometheus/stacklight.ts:6

+

Defined in src/main/prometheus/stacklight.ts:6


name#

name: string = "Stacklight"

Implementation of PrometheusProvider.name

-

Defined in src/main/prometheus/stacklight.ts:7

+

Defined in src/main/prometheus/stacklight.ts:7


rateAccuracy#

rateAccuracy: string = "1m"

-

Defined in src/main/prometheus/stacklight.ts:8

+

Defined in src/main/prometheus/stacklight.ts:8

Methods#

getPrometheusService#

getPrometheusService(client: CoreV1Api): Promise\<PrometheusService>

Implementation of PrometheusProvider

-

Defined in src/main/prometheus/stacklight.ts:10

+

Defined in src/main/prometheus/stacklight.ts:10

Parameters:

@@ -945,7 +945,7 @@

getQueries#

getQueries(opts: PrometheusQueryOpts): PrometheusQuery

Implementation of PrometheusProvider

-

Defined in src/main/prometheus/stacklight.ts:25

+

Defined in src/main/prometheus/stacklight.ts:25

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_resource_applier_.resourceapplier/index.html b/latest/extensions/api/classes/_src_main_resource_applier_.resourceapplier/index.html index 991c436a52..5cb7847129 100644 --- a/latest/extensions/api/classes/_src_main_resource_applier_.resourceapplier/index.html +++ b/latest/extensions/api/classes/_src_main_resource_applier_.resourceapplier/index.html @@ -929,7 +929,7 @@

Constructors#

constructor#

+ new ResourceApplier(cluster: Cluster): ResourceApplier

-

Defined in src/main/resource-applier.ts:12

+

Defined in src/main/resource-applier.ts:12

Parameters:

@@ -949,11 +949,11 @@

Properties#

cluster#

Protected cluster: Cluster

-

Defined in src/main/resource-applier.ts:13

+

Defined in src/main/resource-applier.ts:13

Methods#

apply#

apply(resource: KubernetesObject | any): Promise\

-

Defined in src/main/resource-applier.ts:16

+

Defined in src/main/resource-applier.ts:16

Parameters:

@@ -973,7 +973,7 @@

kubectlApply#

ProtectedkubectlApply(content: string): Promise\

-

Defined in src/main/resource-applier.ts:22

+

Defined in src/main/resource-applier.ts:22

Parameters:

@@ -993,7 +993,7 @@

kubectlApplyAll#

kubectlApplyAll(resources: string[]): Promise\

-

Defined in src/main/resource-applier.ts:48

+

Defined in src/main/resource-applier.ts:48

Parameters:

@@ -1013,7 +1013,7 @@

sanitizeObject#

ProtectedsanitizeObject(resource: KubernetesObject | any): any

-

Defined in src/main/resource-applier.ts:72

+

Defined in src/main/resource-applier.ts:72

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_router_.router/index.html b/latest/extensions/api/classes/_src_main_router_.router/index.html index 0d09c5d6ab..bd6ed408fb 100644 --- a/latest/extensions/api/classes/_src_main_router_.router/index.html +++ b/latest/extensions/api/classes/_src_main_router_.router/index.html @@ -937,21 +937,21 @@

Constructors#

constructor#

+ new Router(): Router

-

Defined in src/main/router.ts:41

+

Defined in src/main/router.ts:41

Returns: Router

Properties#

router#

Protected router: any

-

Defined in src/main/router.ts:41

+

Defined in src/main/router.ts:41

Methods#

addRoutes#

ProtectedaddRoutes(): void

-

Defined in src/main/router.ts:119

+

Defined in src/main/router.ts:119

Returns: void


getMimeType#

ProtectedgetMimeType(filename: string): string

-

Defined in src/main/router.ts:81

+

Defined in src/main/router.ts:81

Parameters:

@@ -971,7 +971,7 @@

getRequest#

ProtectedgetRequest(opts: RouterRequestOpts): Promise\<LensApiRequest>

-

Defined in src/main/router.ts:62

+

Defined in src/main/router.ts:62

Parameters:

@@ -991,7 +991,7 @@

handleStaticFile#

handleStaticFile(filePath: string, res: ServerResponse, req: IncomingMessage): Promise\

-

Defined in src/main/router.ts:97

+

Defined in src/main/router.ts:97

Parameters:

@@ -1019,7 +1019,7 @@

route#

route(cluster: Cluster, req: IncomingMessage, res: ServerResponse): Promise\

-

Defined in src/main/router.ts:48

+

Defined in src/main/router.ts:48

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/index.html b/latest/extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/index.html index 2c25361cfb..8e686ab08c 100644 --- a/latest/extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/index.html +++ b/latest/extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/index.html @@ -948,7 +948,7 @@

Methods#

deleteRelease#

deleteRelease(request: LensApiRequest): Promise\

-

Defined in src/main/routes/helm-route.ts:102

+

Defined in src/main/routes/helm-route.ts:102

Parameters:

@@ -968,7 +968,7 @@

getChart#

getChart(request: LensApiRequest): Promise\

-

Defined in src/main/routes/helm-route.ts:13

+

Defined in src/main/routes/helm-route.ts:13

Parameters:

@@ -988,7 +988,7 @@

getChartValues#

getChartValues(request: LensApiRequest): Promise\

-

Defined in src/main/routes/helm-route.ts:19

+

Defined in src/main/routes/helm-route.ts:19

Parameters:

@@ -1008,7 +1008,7 @@

getRelease#

getRelease(request: LensApiRequest): Promise\

-

Defined in src/main/routes/helm-route.ts:69

+

Defined in src/main/routes/helm-route.ts:69

Parameters:

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

getReleaseHistory#

getReleaseHistory(request: LensApiRequest): Promise\

-

Defined in src/main/routes/helm-route.ts:91

+

Defined in src/main/routes/helm-route.ts:91

Parameters:

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

getReleaseValues#

getReleaseValues(request: LensApiRequest): Promise\

-

Defined in src/main/routes/helm-route.ts:80

+

Defined in src/main/routes/helm-route.ts:80

Parameters:

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

installChart#

installChart(request: LensApiRequest): Promise\

-

Defined in src/main/routes/helm-route.ts:25

+

Defined in src/main/routes/helm-route.ts:25

Parameters:

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

listCharts#

listCharts(request: LensApiRequest): Promise\

-

Defined in src/main/routes/helm-route.ts:7

+

Defined in src/main/routes/helm-route.ts:7

Parameters:

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

listReleases#

listReleases(request: LensApiRequest): Promise\

-

Defined in src/main/routes/helm-route.ts:58

+

Defined in src/main/routes/helm-route.ts:58

Parameters:

@@ -1129,7 +1129,7 @@

respond#

Protectedrespond(res: ServerResponse, content: string, contentType: string, status?: number): void

Inherited from LensApi.respond

-

Defined in src/main/lens-api.ts:12

+

Defined in src/main/lens-api.ts:12

Parameters:

@@ -1167,7 +1167,7 @@

respondJson#

ProtectedrespondJson(res: ServerResponse, content: {}, status?: number): void

Inherited from LensApi.respondJson

-

Defined in src/main/lens-api.ts:4

+

Defined in src/main/lens-api.ts:4

Parameters:

@@ -1200,7 +1200,7 @@

respondText#

ProtectedrespondText(res: ServerResponse, content: string, status?: number): void

Inherited from LensApi.respondText

-

Defined in src/main/lens-api.ts:8

+

Defined in src/main/lens-api.ts:8

Parameters:

@@ -1232,7 +1232,7 @@

rollbackRelease#

rollbackRelease(request: LensApiRequest): Promise\

-

Defined in src/main/routes/helm-route.ts:47

+

Defined in src/main/routes/helm-route.ts:47

Parameters:

@@ -1252,7 +1252,7 @@

updateRelease#

updateRelease(request: LensApiRequest): Promise\

-

Defined in src/main/routes/helm-route.ts:36

+

Defined in src/main/routes/helm-route.ts:36

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/index.html b/latest/extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/index.html index 4921610a13..56bdd2f564 100644 --- a/latest/extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/index.html +++ b/latest/extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/index.html @@ -869,7 +869,7 @@

respond#

Protectedrespond(res: ServerResponse, content: string, contentType: string, status?: number): void

Inherited from LensApi.respond

-

Defined in src/main/lens-api.ts:12

+

Defined in src/main/lens-api.ts:12

Parameters:

@@ -907,7 +907,7 @@

respondJson#

ProtectedrespondJson(res: ServerResponse, content: {}, status?: number): void

Inherited from LensApi.respondJson

-

Defined in src/main/lens-api.ts:4

+

Defined in src/main/lens-api.ts:4

Parameters:

@@ -940,7 +940,7 @@

respondText#

ProtectedrespondText(res: ServerResponse, content: string, status?: number): void

Inherited from LensApi.respondText

-

Defined in src/main/lens-api.ts:8

+

Defined in src/main/lens-api.ts:8

Parameters:

@@ -972,7 +972,7 @@

routeServiceAccountRoute#

routeServiceAccountRoute(request: LensApiRequest): Promise\

-

Defined in src/main/routes/kubeconfig-route.ts:44

+

Defined in src/main/routes/kubeconfig-route.ts:44

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/index.html b/latest/extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/index.html index 10df03f46a..ad4e0e8fed 100644 --- a/latest/extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/index.html +++ b/latest/extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/index.html @@ -869,7 +869,7 @@

respond#

Protectedrespond(res: ServerResponse, content: string, contentType: string, status?: number): void

Inherited from LensApi.respond

-

Defined in src/main/lens-api.ts:12

+

Defined in src/main/lens-api.ts:12

Parameters:

@@ -907,7 +907,7 @@

respondJson#

ProtectedrespondJson(res: ServerResponse, content: {}, status?: number): void

Inherited from LensApi.respondJson

-

Defined in src/main/lens-api.ts:4

+

Defined in src/main/lens-api.ts:4

Parameters:

@@ -940,7 +940,7 @@

respondText#

ProtectedrespondText(res: ServerResponse, content: string, status?: number): void

Inherited from LensApi.respondText

-

Defined in src/main/lens-api.ts:8

+

Defined in src/main/lens-api.ts:8

Parameters:

@@ -972,7 +972,7 @@

routeMetrics#

routeMetrics(request: LensApiRequest): Promise\

-

Defined in src/main/routes/metrics-route.ts:10

+

Defined in src/main/routes/metrics-route.ts:10

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_routes_port_forward_route_.portforward/index.html b/latest/extensions/api/classes/_src_main_routes_port_forward_route_.portforward/index.html index 9b5dca92e4..e273c06ce1 100644 --- a/latest/extensions/api/classes/_src_main_routes_port_forward_route_.portforward/index.html +++ b/latest/extensions/api/classes/_src_main_routes_port_forward_route_.portforward/index.html @@ -985,7 +985,7 @@

Constructors#

constructor#

+ new PortForward(obj: any): PortForward

-

Defined in src/main/routes/port-forward-route.ts:32

+

Defined in src/main/routes/port-forward-route.ts:32

Parameters:

@@ -1005,53 +1005,53 @@

Properties#

clusterId#

clusterId: string

-

Defined in src/main/routes/port-forward-route.ts:25

+

Defined in src/main/routes/port-forward-route.ts:25


kind#

kind: string

-

Defined in src/main/routes/port-forward-route.ts:28

+

Defined in src/main/routes/port-forward-route.ts:28


kubeConfig#

kubeConfig: string

-

Defined in src/main/routes/port-forward-route.ts:27

+

Defined in src/main/routes/port-forward-route.ts:27


localPort#

localPort: number

-

Defined in src/main/routes/port-forward-route.ts:32

+

Defined in src/main/routes/port-forward-route.ts:32


name#

name: string

-

Defined in src/main/routes/port-forward-route.ts:30

+

Defined in src/main/routes/port-forward-route.ts:30


namespace#

namespace: string

-

Defined in src/main/routes/port-forward-route.ts:29

+

Defined in src/main/routes/port-forward-route.ts:29


port#

port: string

-

Defined in src/main/routes/port-forward-route.ts:31

+

Defined in src/main/routes/port-forward-route.ts:31


process#

process: ChildProcessWithoutNullStreams

-

Defined in src/main/routes/port-forward-route.ts:26

+

Defined in src/main/routes/port-forward-route.ts:26


portForwards#

Static portForwards: PortForward[] = []

-

Defined in src/main/routes/port-forward-route.ts:11

+

Defined in src/main/routes/port-forward-route.ts:11

Methods#

open#

open(): void

-

Defined in src/main/routes/port-forward-route.ts:68

+

Defined in src/main/routes/port-forward-route.ts:68

Returns: void


start#

start(): Promise\

-

Defined in src/main/routes/port-forward-route.ts:38

+

Defined in src/main/routes/port-forward-route.ts:38

Returns: Promise\


getPortforward#

StaticgetPortforward(forward: { clusterId: string ; kind: string ; name: string ; namespace: string ; port: string }): PortForward

-

Defined in src/main/routes/port-forward-route.ts:13

+

Defined in src/main/routes/port-forward-route.ts:13

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/index.html b/latest/extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/index.html index cb1dfa4300..df2b41714e 100644 --- a/latest/extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/index.html +++ b/latest/extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/index.html @@ -869,7 +869,7 @@

respond#

Protectedrespond(res: ServerResponse, content: string, contentType: string, status?: number): void

Inherited from LensApi.respond

-

Defined in src/main/lens-api.ts:12

+

Defined in src/main/lens-api.ts:12

Parameters:

@@ -907,7 +907,7 @@

respondJson#

ProtectedrespondJson(res: ServerResponse, content: {}, status?: number): void

Inherited from LensApi.respondJson

-

Defined in src/main/lens-api.ts:4

+

Defined in src/main/lens-api.ts:4

Parameters:

@@ -940,7 +940,7 @@

respondText#

ProtectedrespondText(res: ServerResponse, content: string, status?: number): void

Inherited from LensApi.respondText

-

Defined in src/main/lens-api.ts:8

+

Defined in src/main/lens-api.ts:8

Parameters:

@@ -972,7 +972,7 @@

routePortForward#

routePortForward(request: LensApiRequest): Promise\

-

Defined in src/main/routes/port-forward-route.ts:75

+

Defined in src/main/routes/port-forward-route.ts:75

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/index.html b/latest/extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/index.html index e22bf889ea..715c2f6a12 100644 --- a/latest/extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/index.html +++ b/latest/extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/index.html @@ -868,7 +868,7 @@

Methods#

applyResource#

applyResource(request: LensApiRequest): Promise\

-

Defined in src/main/routes/resource-applier-route.ts:6

+

Defined in src/main/routes/resource-applier-route.ts:6

Parameters:

@@ -889,7 +889,7 @@

respond#

Protectedrespond(res: ServerResponse, content: string, contentType: string, status?: number): void

Inherited from LensApi.respond

-

Defined in src/main/lens-api.ts:12

+

Defined in src/main/lens-api.ts:12

Parameters:

@@ -927,7 +927,7 @@

respondJson#

ProtectedrespondJson(res: ServerResponse, content: {}, status?: number): void

Inherited from LensApi.respondJson

-

Defined in src/main/lens-api.ts:4

+

Defined in src/main/lens-api.ts:4

Parameters:

@@ -960,7 +960,7 @@

respondText#

ProtectedrespondText(res: ServerResponse, content: string, status?: number): void

Inherited from LensApi.respondText

-

Defined in src/main/lens-api.ts:8

+

Defined in src/main/lens-api.ts:8

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/index.html b/latest/extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/index.html index 0690c0fc4b..e619ae3c80 100644 --- a/latest/extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/index.html +++ b/latest/extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/index.html @@ -882,7 +882,7 @@

Constructors#

constructor#

+ new ApiWatcher(apiUrl: string, kubeConfig: KubeConfig, response: ServerResponse): ApiWatcher

-

Defined in src/main/routes/watch-route.ts:14

+

Defined in src/main/routes/watch-route.ts:14

Parameters:

@@ -910,12 +910,12 @@

Methods#

start#

start(): Promise\

-

Defined in src/main/routes/watch-route.ts:22

+

Defined in src/main/routes/watch-route.ts:22

Returns: Promise\


stop#

stop(): void

-

Defined in src/main/routes/watch-route.ts:34

+

Defined in src/main/routes/watch-route.ts:34

Returns: void

diff --git a/latest/extensions/api/classes/_src_main_routes_watch_route_.watchroute/index.html b/latest/extensions/api/classes/_src_main_routes_watch_route_.watchroute/index.html index 301946c822..8c3766fba2 100644 --- a/latest/extensions/api/classes/_src_main_routes_watch_route_.watchroute/index.html +++ b/latest/extensions/api/classes/_src_main_routes_watch_route_.watchroute/index.html @@ -869,7 +869,7 @@

respond#

Protectedrespond(res: ServerResponse, content: string, contentType: string, status?: number): void

Inherited from LensApi.respond

-

Defined in src/main/lens-api.ts:12

+

Defined in src/main/lens-api.ts:12

Parameters:

@@ -907,7 +907,7 @@

respondJson#

ProtectedrespondJson(res: ServerResponse, content: {}, status?: number): void

Inherited from LensApi.respondJson

-

Defined in src/main/lens-api.ts:4

+

Defined in src/main/lens-api.ts:4

Parameters:

@@ -940,7 +940,7 @@

respondText#

ProtectedrespondText(res: ServerResponse, content: string, status?: number): void

Inherited from LensApi.respondText

-

Defined in src/main/lens-api.ts:8

+

Defined in src/main/lens-api.ts:8

Parameters:

@@ -972,7 +972,7 @@

routeWatch#

routeWatch(request: LensApiRequest): Promise\

-

Defined in src/main/routes/watch-route.ts:74

+

Defined in src/main/routes/watch-route.ts:74

Parameters:

diff --git a/latest/extensions/api/classes/_src_main_window_manager_.windowmanager/index.html b/latest/extensions/api/classes/_src_main_window_manager_.windowmanager/index.html index 7fc4dadff3..273381fc91 100644 --- a/latest/extensions/api/classes/_src_main_window_manager_.windowmanager/index.html +++ b/latest/extensions/api/classes/_src_main_window_manager_.windowmanager/index.html @@ -1048,7 +1048,7 @@

Constructors#

constructor#

+ new WindowManager(proxyPort: number): WindowManager

-

Defined in src/main/window-manager.ts:17

+

Defined in src/main/window-manager.ts:17

Parameters:

@@ -1068,51 +1068,51 @@

Properties#

activeClusterId#

activeClusterId: ClusterId

-

Defined in src/main/window-manager.ts:17

+

Defined in src/main/window-manager.ts:17


disposers#

Protected disposers: Record\

-

Defined in src/main/window-manager.ts:15

+

Defined in src/main/window-manager.ts:15


mainWindow#

Protected mainWindow: BrowserWindow

-

Defined in src/main/window-manager.ts:12

+

Defined in src/main/window-manager.ts:12


proxyPort#

Protected proxyPort: number

-

Defined in src/main/window-manager.ts:19

+

Defined in src/main/window-manager.ts:19


splashWindow#

Protected splashWindow: BrowserWindow

-

Defined in src/main/window-manager.ts:13

+

Defined in src/main/window-manager.ts:13


windowState#

Protected windowState: State

-

Defined in src/main/window-manager.ts:14

+

Defined in src/main/window-manager.ts:14

Accessors#

mainUrl#

• get mainUrl(): string

-

Defined in src/main/window-manager.ts:26

+

Defined in src/main/window-manager.ts:26

Returns: string

Methods#

bindEvents#

ProtectedbindEvents(): void

-

Defined in src/main/window-manager.ts:99

+

Defined in src/main/window-manager.ts:99

Returns: void


destroy#

destroy(): void

-

Defined in src/main/window-manager.ts:157

+

Defined in src/main/window-manager.ts:157

Returns: void


ensureMainWindow#

ensureMainWindow(): Promise\

-

Defined in src/main/window-manager.ts:106

+

Defined in src/main/window-manager.ts:106

Returns: Promise\


initMainWindow#

initMainWindow(showSplash?: boolean): Promise\

-

Defined in src/main/window-manager.ts:30

+

Defined in src/main/window-manager.ts:30

Parameters:

@@ -1134,17 +1134,17 @@

initMenu#

ProtectedinitMenu(): Promise\

-

Defined in src/main/window-manager.ts:91

+

Defined in src/main/window-manager.ts:91

Returns: Promise\


initTray#

ProtectedinitTray(): void

-

Defined in src/main/window-manager.ts:95

+

Defined in src/main/window-manager.ts:95

Returns: void


navigate(url: string, frameId?: number): Promise\

-

Defined in src/main/window-manager.ts:120

+

Defined in src/main/window-manager.ts:120

Parameters:

@@ -1168,12 +1168,12 @@

reload#

reload(): void

-

Defined in src/main/window-manager.ts:129

+

Defined in src/main/window-manager.ts:129

Returns: void


sendToView#

sendToView(__namedParameters: { channel: string ; data: any[] = []; frameId: number }): void

-

Defined in src/main/window-manager.ts:112

+

Defined in src/main/window-manager.ts:112

Parameters:

@@ -1193,7 +1193,7 @@

showSplash#

showSplash(): Promise\

-

Defined in src/main/window-manager.ts:138

+

Defined in src/main/window-manager.ts:138

Returns: Promise\

diff --git a/latest/extensions/api/classes/_src_renderer_api_api_manager_.apimanager/index.html b/latest/extensions/api/classes/_src_renderer_api_api_manager_.apimanager/index.html index 99c5108636..d73394c539 100644 --- a/latest/extensions/api/classes/_src_renderer_api_api_manager_.apimanager/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_api_manager_.apimanager/index.html @@ -883,7 +883,7 @@

Methods#

getApi#

getApi(pathOrCallback: string | (api: KubeApi) => boolean): KubeApi\

-

Defined in src/renderer/api/api-manager.ts:12

+

Defined in src/renderer/api/api-manager.ts:12

Parameters:

@@ -903,7 +903,7 @@

getStore#

getStore(api: string | KubeApi): KubeObjectStore

-

Defined in src/renderer/api/api-manager.ts:47

+

Defined in src/renderer/api/api-manager.ts:47

Parameters:

@@ -923,7 +923,7 @@

registerApi#

registerApi(apiBase: string, api: KubeApi): void

-

Defined in src/renderer/api/api-manager.ts:20

+

Defined in src/renderer/api/api-manager.ts:20

Parameters:

@@ -947,7 +947,7 @@

registerStore#

registerStore(store: KubeObjectStore, apis?: KubeApi[]): void

-

Defined in src/renderer/api/api-manager.ts:41

+

Defined in src/renderer/api/api-manager.ts:41

Parameters:

@@ -974,7 +974,7 @@

resolveApi#

ProtectedresolveApi(api: string | KubeApi): KubeApi

-

Defined in src/renderer/api/api-manager.ts:26

+

Defined in src/renderer/api/api-manager.ts:26

Parameters:

@@ -994,7 +994,7 @@

unregisterApi#

unregisterApi(api: string | KubeApi): void

-

Defined in src/renderer/api/api-manager.ts:31

+

Defined in src/renderer/api/api-manager.ts:31

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/index.html index 4d2b19829b..098573fc7c 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/index.html @@ -1149,7 +1149,7 @@

constructor#

+ new Cluster(data: KubeJsonApiData): Cluster

Inherited from KubeObject.constructor

-

Defined in src/renderer/api/kube-object.ts:69

+

Defined in src/renderer/api/kube-object.ts:69

Parameters:

@@ -1170,21 +1170,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: { clusterNetwork?: { pods?: { cidrBlocks?: string[] } ; serviceDomain?: string ; services?: { cidrBlocks?: string[] } } ; providerSpec: { value: { profile: string } } }

-

Defined in src/renderer/api/endpoints/cluster.api.ts:57

+

Defined in src/renderer/api/endpoints/cluster.api.ts:57

Type declaration:

@@ -1208,7 +1208,7 @@

status#

Optional status: { apiEndpoints: { host: string ; port: string }[] ; errorMessage?: string ; errorReason?: string ; providerStatus: { adminPassword?: string ; adminUser?: string ; kubeconfig?: string ; lensAddress?: string ; processState?: string } }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/cluster.api.ts:73

+

Defined in src/renderer/api/endpoints/cluster.api.ts:73

Type declaration:

@@ -1239,28 +1239,28 @@

apiBase#

Static apiBase: string = "/apis/cluster.k8s.io/v1alpha1/clusters"

-

Defined in src/renderer/api/endpoints/cluster.api.ts:55

+

Defined in src/renderer/api/endpoints/cluster.api.ts:55


kind#

Static kind: string = "Cluster"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/cluster.api.ts:54

+

Defined in src/renderer/api/endpoints/cluster.api.ts:54


namespaced#

Static Readonly namespaced: boolean

Inherited from KubeObject.namespaced

-

Defined in src/renderer/api/kube-object.ts:48

+

Defined in src/renderer/api/kube-object.ts:48

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:

@@ -1281,7 +1281,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:

@@ -1314,7 +1314,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:

@@ -1337,68 +1337,68 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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(): ACTIVE | CREATING | REMOVING | ERROR

-

Defined in src/renderer/api/endpoints/cluster.api.ts:89

+

Defined in src/renderer/api/endpoints/cluster.api.ts:89

Returns: ACTIVE | CREATING | REMOVING | ERROR


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1434,7 +1434,7 @@

create#

Staticcreate(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:

@@ -1455,7 +1455,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1476,7 +1476,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1497,7 +1497,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1518,7 +1518,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_cluster_api_.clusterapi/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/index.html index b5045fe965..7c3a8dc109 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/index.html @@ -1123,7 +1123,7 @@

constructor#

+ new ClusterApi(options: IKubeApiOptions\<Cluster>): ClusterApi

Inherited from KubeApi.constructor

-

Defined in src/renderer/api/kube-api.ts:67

+

Defined in src/renderer/api/kube-api.ts:67

Parameters:

@@ -1144,80 +1144,80 @@

apiBase#

Readonly apiBase: string

Inherited from KubeApi.apiBase

-

Defined in src/renderer/api/kube-api.ts:57

+

Defined in src/renderer/api/kube-api.ts:57


apiGroup#

Readonly apiGroup: string

Inherited from KubeApi.apiGroup

-

Defined in src/renderer/api/kube-api.ts:59

+

Defined in src/renderer/api/kube-api.ts:59


apiPrefix#

Readonly apiPrefix: string

Inherited from KubeApi.apiPrefix

-

Defined in src/renderer/api/kube-api.ts:58

+

Defined in src/renderer/api/kube-api.ts:58


apiResource#

Readonly apiResource: string

Inherited from KubeApi.apiResource

-

Defined in src/renderer/api/kube-api.ts:62

+

Defined in src/renderer/api/kube-api.ts:62


apiVersion#

Readonly apiVersion: string

Inherited from KubeApi.apiVersion

-

Defined in src/renderer/api/kube-api.ts:60

+

Defined in src/renderer/api/kube-api.ts:60


apiVersionWithGroup#

Readonly apiVersionWithGroup: string

Inherited from KubeApi.apiVersionWithGroup

-

Defined in src/renderer/api/kube-api.ts:61

+

Defined in src/renderer/api/kube-api.ts:61


isNamespaced#

Readonly isNamespaced: boolean

Inherited from KubeApi.isNamespaced

-

Defined in src/renderer/api/kube-api.ts:63

+

Defined in src/renderer/api/kube-api.ts:63


kind#

Readonly kind: string

Inherited from KubeApi.kind

-

Defined in src/renderer/api/kube-api.ts:56

+

Defined in src/renderer/api/kube-api.ts:56


objectConstructor#

objectConstructor: IKubeObjectConstructor\<Cluster>

Inherited from KubeApi.objectConstructor

-

Defined in src/renderer/api/kube-api.ts:65

+

Defined in src/renderer/api/kube-api.ts:65


options#

Protected options: IKubeApiOptions\<Cluster>

Inherited from KubeApi.options

-

Defined in src/renderer/api/kube-api.ts:69

+

Defined in src/renderer/api/kube-api.ts:69


request#

Protected request: KubeJsonApi

Inherited from KubeApi.request

-

Defined in src/renderer/api/kube-api.ts:66

+

Defined in src/renderer/api/kube-api.ts:66


resourceVersions#

Protected resourceVersions: Map\ = new Map\()

Inherited from KubeApi.resourceVersions

-

Defined in src/renderer/api/kube-api.ts:67

+

Defined in src/renderer/api/kube-api.ts:67


kind#

Static kind: string = "Cluster"

-

Defined in src/renderer/api/endpoints/cluster.api.ts:6

+

Defined in src/renderer/api/endpoints/cluster.api.ts:6


namespaced#

Static namespaced: boolean = true

-

Defined in src/renderer/api/endpoints/cluster.api.ts:7

+

Defined in src/renderer/api/endpoints/cluster.api.ts:7


parseApi#

Static parseApi: parseKubeApi = parseKubeApi

Inherited from KubeApi.parseApi

-

Defined in src/renderer/api/kube-api.ts:49

+

Defined in src/renderer/api/kube-api.ts:49

Methods#

create#

create(__namedParameters?: { name: string = ""; namespace: string = "default" }, data?: Partial\<Cluster>): Promise\<Cluster>

Inherited from KubeApi.create

-

Defined in src/renderer/api/kube-api.ts:158

+

Defined in src/renderer/api/kube-api.ts:158

Parameters:

@@ -1245,7 +1245,7 @@

delete#

delete(__namedParameters: { name: string = ""; namespace: string = "default" }): Promise\<KubeJsonApiData>

Inherited from KubeApi.delete

-

Defined in src/renderer/api/kube-api.ts:182

+

Defined in src/renderer/api/kube-api.ts:182

Parameters:

@@ -1266,7 +1266,7 @@

get#

get(__namedParameters?: { name: string = ""; namespace: string = "default" }, query?: IKubeApiQueryParams): Promise\<Cluster>

Inherited from KubeApi.get

-

Defined in src/renderer/api/kube-api.ts:152

+

Defined in src/renderer/api/kube-api.ts:152

Parameters:

@@ -1293,7 +1293,7 @@

getMetrics#

getMetrics(nodeNames: string[], params?: IMetricsReqParams): Promise\<IClusterMetrics>

-

Defined in src/renderer/api/endpoints/cluster.api.ts:9

+

Defined in src/renderer/api/endpoints/cluster.api.ts:9

Parameters:

@@ -1318,7 +1318,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:100

Parameters:

@@ -1341,7 +1341,7 @@

getUrl#

getUrl(__namedParameters?: { name: string = ""; namespace: string = "" }, 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:108

Parameters:

@@ -1369,7 +1369,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:187

Parameters:

@@ -1397,7 +1397,7 @@

list#

list(__namedParameters?: { namespace: string = "" }, query?: IKubeApiQueryParams): Promise\<Cluster[]>

Inherited from KubeApi.list

-

Defined in src/renderer/api/kube-api.ts:146

+

Defined in src/renderer/api/kube-api.ts:146

Parameters:

@@ -1425,7 +1425,7 @@

parseResponse#

ProtectedparseResponse(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:120

Parameters:

@@ -1450,7 +1450,7 @@

refreshResourceVersion#

refreshResourceVersion(params?: { namespace: string }): Promise\

Inherited from KubeApi.refreshResourceVersion

-

Defined in src/renderer/api/kube-api.ts:104

+

Defined in src/renderer/api/kube-api.ts:104

Parameters:

@@ -1471,7 +1471,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:96

Parameters:

@@ -1499,7 +1499,7 @@

update#

update(__namedParameters?: { name: string = ""; namespace: string = "default" }, data?: Partial\<Cluster>): Promise\<Cluster>

Inherited from KubeApi.update

-

Defined in src/renderer/api/kube-api.ts:175

+

Defined in src/renderer/api/kube-api.ts:175

Parameters:

@@ -1527,13 +1527,13 @@

watch#

watch(): function

Inherited from KubeApi.watch

-

Defined in src/renderer/api/kube-api.ts:195

+

Defined in src/renderer/api/kube-api.ts:195

Returns: function


watchAll#

StaticwatchAll(...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:51

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/index.html index e772eac39d..a491fc3344 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/index.html @@ -1149,7 +1149,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:

@@ -1170,53 +1170,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: { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[]

Inherited from Role.rules

-

Defined in src/renderer/api/endpoints/role.api.ts:9

+

Defined in src/renderer/api/endpoints/role.api.ts:9


status#

Optional status: any

Inherited from KubeObject.status

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


apiBase#

Static 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


kind#

Static 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


namespaced#

Static 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:

@@ -1237,7 +1237,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:

@@ -1270,7 +1270,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:

@@ -1293,69 +1293,69 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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(): { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[]

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: { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: 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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1391,7 +1391,7 @@

create#

Staticcreate(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:

@@ -1412,7 +1412,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1433,7 +1433,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1454,7 +1454,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1475,7 +1475,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/index.html index 5c9192bccb..098b6b218f 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/index.html @@ -1165,7 +1165,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:

@@ -1186,22 +1186,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: { apiGroup?: string ; kind: string ; name: string }

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:

@@ -1229,38 +1229,38 @@

status#

Optional status: any

Inherited from KubeObject.status

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


subjects#

Optional subjects: IRoleBindingSubject[]

Inherited from RoleBinding.subjects

-

Defined in src/renderer/api/endpoints/role-binding.api.ts:18

+

Defined in src/renderer/api/endpoints/role-binding.api.ts:18


apiBase#

Static apiBase: string = "/apis/rbac.authorization.k8s.io/v1/clusterrolebindings"

Overrides RoleBinding.apiBase

-

Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:7

+

Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:7


kind#

Static kind: string = "ClusterRoleBinding"

Overrides RoleBinding.kind

-

Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:5

+

Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:5


namespaced#

Static namespaced: boolean = false

Overrides RoleBinding.namespaced

-

Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:6

+

Defined in src/renderer/api/endpoints/cluster-role-binding.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:

@@ -1281,7 +1281,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:

@@ -1314,7 +1314,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:

@@ -1337,75 +1337,75 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1441,7 +1441,7 @@

create#

Staticcreate(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:

@@ -1462,7 +1462,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1483,7 +1483,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1504,7 +1504,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1525,7 +1525,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_configmap_api_.configmap/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/index.html index f7f2ec6803..21f6faf800 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/index.html @@ -1149,7 +1149,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:

@@ -1170,51 +1170,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


data#

data: { [param:string]: string; }

-

Defined in src/renderer/api/endpoints/configmap.api.ts:17

+

Defined in src/renderer/api/endpoints/configmap.api.ts:17


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


status#

Optional status: any

Inherited from KubeObject.status

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


apiBase#

Static apiBase: string = "/api/v1/configmaps"

-

Defined in src/renderer/api/endpoints/configmap.api.ts:10

+

Defined in src/renderer/api/endpoints/configmap.api.ts:10


kind#

Static kind: string = "ConfigMap"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/configmap.api.ts:8

+

Defined in src/renderer/api/endpoints/configmap.api.ts:8


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/configmap.api.ts:9

+

Defined in src/renderer/api/endpoints/configmap.api.ts:9

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:

@@ -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,68 +1291,68 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1388,7 +1388,7 @@

create#

Staticcreate(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:

@@ -1409,7 +1409,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1430,7 +1430,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1451,7 +1451,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1472,7 +1472,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/index.html index 20c3ed244a..603cbdaf8b 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/index.html @@ -1261,7 +1261,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:

@@ -1282,21 +1282,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: { additionalPrinterColumns?: AdditionalPrinterColumnsV1Beta[] ; conversion: { strategy?: string ; webhook?: any } ; group: string ; names: { kind: string ; listKind: string ; plural: string ; singular: string } ; scope: \"Namespaced\" | \"Cluster\" | string ; validation?: any ; version?: string ; versions: { additionalPrinterColumns?: AdditionalPrinterColumnsV1[] ; name: string ; schema?: unknown ; served: boolean ; storage: boolean }[] }

-

Defined in src/renderer/api/endpoints/crd.api.ts:25

+

Defined in src/renderer/api/endpoints/crd.api.ts:25

Type declaration:

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

status#

status: { acceptedNames: { kind: string ; listKind: string ; plural: string ; shortNames: string[] ; singular: string } ; conditions: { lastTransitionTime: string ; message: string ; reason: string ; status: string ; type?: string }[] ; storedVersions: string[] }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/crd.api.ts:49

+

Defined in src/renderer/api/endpoints/crd.api.ts:49

Type declaration:

@@ -1371,28 +1371,28 @@

apiBase#

Static apiBase: string = "/apis/apiextensions.k8s.io/v1/customresourcedefinitions"

-

Defined in src/renderer/api/endpoints/crd.api.ts:23

+

Defined in src/renderer/api/endpoints/crd.api.ts:23


kind#

Static kind: string = "CustomResourceDefinition"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/crd.api.ts:21

+

Defined in src/renderer/api/endpoints/crd.api.ts:21


namespaced#

Static namespaced: boolean = false

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/crd.api.ts:22

+

Defined in src/renderer/api/endpoints/crd.api.ts:22

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:

@@ -1413,7 +1413,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:

@@ -1446,7 +1446,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:

@@ -1468,48 +1468,48 @@

getConditions#

getConditions(): { isReady: boolean = status === "True"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[]

-

Defined in src/renderer/api/endpoints/crd.api.ts:136

+

Defined in src/renderer/api/endpoints/crd.api.ts:136

Returns: { isReady: boolean = status === "True"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[]


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

Implementation of ItemObject

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

Implementation of ItemObject

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

@@ -1541,23 +1541,23 @@

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


getPluralName#

getPluralName(): string

-

Defined in src/renderer/api/endpoints/crd.api.ts:81

+

Defined in src/renderer/api/endpoints/crd.api.ts:81

Returns: string


getPrinterColumns#

getPrinterColumns(ignorePriority?: boolean): AdditionalPrinterColumnsV1[]

-

Defined in src/renderer/api/endpoints/crd.api.ts:123

+

Defined in src/renderer/api/endpoints/crd.api.ts:123

Parameters:

@@ -1579,71 +1579,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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1679,7 +1679,7 @@

create#

Staticcreate(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:

@@ -1700,7 +1700,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1721,7 +1721,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1742,7 +1742,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1763,7 +1763,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_cron_job_api_.cronjob/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/index.html index ede01d6cfe..65e02b6ede 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/index.html @@ -1173,7 +1173,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:

@@ -1194,17 +1194,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: { annotations: { [key:string]: string; } ; creationTimestamp: string ; labels: { [key:string]: string; } ; name: string ; namespace: string ; resourceVersion: string ; selfLink: string ; uid: string }

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:

@@ -1251,7 +1251,7 @@

spec#

spec: { concurrencyPolicy: string ; failedJobsHistoryLimit: number ; jobTemplate: { metadata: { annotations?: { [key:string]: string; } ; creationTimestamp?: string ; labels?: { [key:string]: string; } } ; spec: { template: { metadata: { creationTimestamp?: string } ; spec: { containers: IPodContainer[] ; dnsPolicy: string ; hostPID: boolean ; restartPolicy: string ; schedulerName: string ; terminationGracePeriodSeconds: number } } } } ; schedule: string ; successfulJobsHistoryLimit: number ; suspend: boolean }

-

Defined in src/renderer/api/endpoints/cron-job.api.ts:30

+

Defined in src/renderer/api/endpoints/cron-job.api.ts:30

Type declaration:

@@ -1291,7 +1291,7 @@

status#

status: { lastScheduleTime?: string }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/cron-job.api.ts:63

+

Defined in src/renderer/api/endpoints/cron-job.api.ts:63

Type declaration:

@@ -1310,28 +1310,28 @@

apiBase#

Static apiBase: string = "/apis/batch/v1beta1/cronjobs"

-

Defined in src/renderer/api/endpoints/cron-job.api.ts:12

+

Defined in src/renderer/api/endpoints/cron-job.api.ts:12


kind#

Static kind: string = "CronJob"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/cron-job.api.ts:10

+

Defined in src/renderer/api/endpoints/cron-job.api.ts:10


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/cron-job.api.ts:11

+

Defined in src/renderer/api/endpoints/cron-job.api.ts:11

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:

@@ -1352,7 +1352,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:

@@ -1385,7 +1385,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:

@@ -1408,83 +1408,83 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1520,7 +1520,7 @@

create#

Staticcreate(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:

@@ -1541,7 +1541,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1562,7 +1562,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1583,7 +1583,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1604,7 +1604,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/index.html index 6c064ba63f..d8e04ea6a6 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/index.html @@ -1197,7 +1197,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:

@@ -1218,22 +1218,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: { revisionHistoryLimit: number ; selector: { matchLabels: { [name:string]: string; } } ; template: { metadata: { creationTimestamp?: string ; labels: { name: string } } ; spec: { affinity?: IAffinity ; containers: IPodContainer[] ; dnsPolicy: string ; hostPID: boolean ; initContainers?: IPodContainer[] ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; terminationGracePeriodSeconds: number ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; updateStrategy: { rollingUpdate: { maxUnavailable: number } ; type: string } }

Overrides WorkloadKubeObject.spec

-

Defined in src/renderer/api/endpoints/daemon-set.api.ts:13

+

Defined in src/renderer/api/endpoints/daemon-set.api.ts:13

Type declaration:

@@ -1265,7 +1265,7 @@

status#

status: { currentNumberScheduled: number ; desiredNumberScheduled: number ; numberAvailable: number ; numberMisscheduled: number ; numberReady: number ; numberUnavailable: number ; observedGeneration: number ; updatedNumberScheduled: number }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/daemon-set.api.ts:55

+

Defined in src/renderer/api/endpoints/daemon-set.api.ts:55

Type declaration:

@@ -1312,28 +1312,28 @@

apiBase#

Static apiBase: string = "/apis/apps/v1/daemonsets"

-

Defined in src/renderer/api/endpoints/daemon-set.api.ts:11

+

Defined in src/renderer/api/endpoints/daemon-set.api.ts:11


kind#

Static kind: string = "DaemonSet"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/daemon-set.api.ts:9

+

Defined in src/renderer/api/endpoints/daemon-set.api.ts:9


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/daemon-set.api.ts:10

+

Defined in src/renderer/api/endpoints/daemon-set.api.ts:10

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:

@@ -1354,19 +1354,19 @@

getAffinity#

getAffinity(): IAffinity

Inherited from WorkloadKubeObject.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 WorkloadKubeObject.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:

@@ -1399,7 +1399,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:

@@ -1422,92 +1422,92 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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 WorkloadKubeObject.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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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 WorkloadKubeObject.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 WorkloadKubeObject.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 WorkloadKubeObject.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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1543,7 +1543,7 @@

create#

Staticcreate(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:

@@ -1564,7 +1564,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1585,7 +1585,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1606,7 +1606,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1627,7 +1627,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_deployment_api_.deployment/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/index.html index a427411307..a3c49ceeea 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/index.html @@ -1213,7 +1213,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:

@@ -1234,22 +1234,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: { replicas: number ; selector: { matchLabels: { [app:string]: string; } } ; strategy: { rollingUpdate: { maxSurge: number ; maxUnavailable: number } ; type: string } ; template: { metadata: { annotations?: { [app:string]: string; } ; creationTimestamp?: string ; labels: { [app:string]: string; } } ; spec: { affinity?: IAffinity ; containers: { args?: string[] ; env?: { name: string ; value: string }[] ; image: string ; imagePullPolicy: string ; livenessProbe?: { failureThreshold: number ; httpGet: { path: string ; port: number ; scheme: string } ; initialDelaySeconds: number ; periodSeconds: number ; successThreshold: number ; timeoutSeconds: number } ; name: string ; ports?: { containerPort: number ; name: string ; protocol: string }[] ; readinessProbe?: { failureThreshold: number ; httpGet: { path: string ; port: number ; scheme: string } ; initialDelaySeconds: number ; periodSeconds: number ; successThreshold: number ; timeoutSeconds: number } ; resources: { limits?: { cpu: string ; memory: string } ; requests: { cpu: string ; memory: string } } ; terminationMessagePath: string ; terminationMessagePolicy: string ; volumeMounts?: { mountPath: string ; name: string }[] }[] ; dnsPolicy: string ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; serviceAccount: string ; serviceAccountName: string ; terminationGracePeriodSeconds: number ; tolerations?: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] ; volumes?: { configMap: { defaultMode: number ; name: string ; optional: boolean } ; name: string }[] } } }

Overrides WorkloadKubeObject.spec

-

Defined in src/renderer/api/endpoints/deployment.api.ts:55

+

Defined in src/renderer/api/endpoints/deployment.api.ts:55

Type declaration:

@@ -1281,7 +1281,7 @@

status#

status: { availableReplicas?: number ; conditions: { lastTransitionTime: string ; lastUpdateTime: string ; message: string ; reason: string ; status: string ; type: string }[] ; observedGeneration: number ; readyReplicas: number ; replicas: number ; unavailableReplicas?: number ; updatedReplicas: number }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/deployment.api.ts:155

+

Defined in src/renderer/api/endpoints/deployment.api.ts:155

Type declaration:

@@ -1324,28 +1324,28 @@

apiBase#

Static apiBase: string = "/apis/apps/v1/deployments"

-

Defined in src/renderer/api/endpoints/deployment.api.ts:53

+

Defined in src/renderer/api/endpoints/deployment.api.ts:53


kind#

Static kind: string = "Deployment"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/deployment.api.ts:51

+

Defined in src/renderer/api/endpoints/deployment.api.ts:51


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/deployment.api.ts:52

+

Defined in src/renderer/api/endpoints/deployment.api.ts:52

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:

@@ -1366,19 +1366,19 @@

getAffinity#

getAffinity(): IAffinity

Inherited from WorkloadKubeObject.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 WorkloadKubeObject.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:

@@ -1411,7 +1411,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:

@@ -1433,7 +1433,7 @@

getConditions#

getConditions(activeOnly?: boolean): { lastTransitionTime: string ; lastUpdateTime: string ; message: string ; reason: string ; status: string ; type: string }[]

-

Defined in src/renderer/api/endpoints/deployment.api.ts:172

+

Defined in src/renderer/api/endpoints/deployment.api.ts:172

Parameters:

@@ -1455,7 +1455,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:

@@ -1478,92 +1478,92 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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 WorkloadKubeObject.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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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 WorkloadKubeObject.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 WorkloadKubeObject.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 WorkloadKubeObject.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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1599,7 +1599,7 @@

create#

Staticcreate(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:

@@ -1620,7 +1620,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1641,7 +1641,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1662,7 +1662,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1683,7 +1683,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_deployment_api_.deploymentapi/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/index.html index d5e814ff44..d286ce05ef 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/index.html @@ -1131,7 +1131,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:67

Parameters:

@@ -1152,72 +1152,72 @@

apiBase#

Readonly apiBase: string

Inherited from KubeApi.apiBase

-

Defined in src/renderer/api/kube-api.ts:57

+

Defined in src/renderer/api/kube-api.ts:57


apiGroup#

Readonly apiGroup: string

Inherited from KubeApi.apiGroup

-

Defined in src/renderer/api/kube-api.ts:59

+

Defined in src/renderer/api/kube-api.ts:59


apiPrefix#

Readonly apiPrefix: string

Inherited from KubeApi.apiPrefix

-

Defined in src/renderer/api/kube-api.ts:58

+

Defined in src/renderer/api/kube-api.ts:58


apiResource#

Readonly apiResource: string

Inherited from KubeApi.apiResource

-

Defined in src/renderer/api/kube-api.ts:62

+

Defined in src/renderer/api/kube-api.ts:62


apiVersion#

Readonly apiVersion: string

Inherited from KubeApi.apiVersion

-

Defined in src/renderer/api/kube-api.ts:60

+

Defined in src/renderer/api/kube-api.ts:60


apiVersionWithGroup#

Readonly apiVersionWithGroup: string

Inherited from KubeApi.apiVersionWithGroup

-

Defined in src/renderer/api/kube-api.ts:61

+

Defined in src/renderer/api/kube-api.ts:61


isNamespaced#

Readonly isNamespaced: boolean

Inherited from KubeApi.isNamespaced

-

Defined in src/renderer/api/kube-api.ts:63

+

Defined in src/renderer/api/kube-api.ts:63


kind#

Readonly kind: string

Inherited from KubeApi.kind

-

Defined in src/renderer/api/kube-api.ts:56

+

Defined in src/renderer/api/kube-api.ts:56


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:65


options#

Protected options: IKubeApiOptions\<Deployment>

Inherited from KubeApi.options

-

Defined in src/renderer/api/kube-api.ts:69

+

Defined in src/renderer/api/kube-api.ts:69


request#

Protected request: KubeJsonApi

Inherited from KubeApi.request

-

Defined in src/renderer/api/kube-api.ts:66

+

Defined in src/renderer/api/kube-api.ts:66


resourceVersions#

Protected resourceVersions: Map\ = new Map\()

Inherited from KubeApi.resourceVersions

-

Defined in src/renderer/api/kube-api.ts:67

+

Defined in src/renderer/api/kube-api.ts:67


parseApi#

Static parseApi: parseKubeApi = parseKubeApi

Inherited from KubeApi.parseApi

-

Defined in src/renderer/api/kube-api.ts:49

+

Defined in src/renderer/api/kube-api.ts:49

Methods#

create#

create(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:158

Parameters:

@@ -1245,7 +1245,7 @@

delete#

delete(__namedParameters: { name: string = ""; namespace: string = "default" }): Promise\<KubeJsonApiData>

Inherited from KubeApi.delete

-

Defined in src/renderer/api/kube-api.ts:182

+

Defined in src/renderer/api/kube-api.ts:182

Parameters:

@@ -1266,7 +1266,7 @@

get#

get(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:152

Parameters:

@@ -1293,7 +1293,7 @@

getReplicas#

getReplicas(params: { name: string ; namespace: string }): Promise\

-

Defined in src/renderer/api/endpoints/deployment.api.ts:12

+

Defined in src/renderer/api/endpoints/deployment.api.ts:12

Parameters:

@@ -1314,7 +1314,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:100

Parameters:

@@ -1336,7 +1336,7 @@

getScaleApiUrl#

ProtectedgetScaleApiUrl(params: { name: string ; namespace: string }): string

-

Defined in src/renderer/api/endpoints/deployment.api.ts:8

+

Defined in src/renderer/api/endpoints/deployment.api.ts:8

Parameters:

@@ -1357,7 +1357,7 @@

getUrl#

getUrl(__namedParameters?: { name: string = ""; namespace: string = "" }, 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:108

Parameters:

@@ -1385,7 +1385,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:187

Parameters:

@@ -1413,7 +1413,7 @@

list#

list(__namedParameters?: { namespace: string = "" }, 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:146

Parameters:

@@ -1441,7 +1441,7 @@

parseResponse#

ProtectedparseResponse(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:120

Parameters:

@@ -1466,7 +1466,7 @@

refreshResourceVersion#

refreshResourceVersion(params?: { namespace: string }): Promise\

Inherited from KubeApi.refreshResourceVersion

-

Defined in src/renderer/api/kube-api.ts:104

+

Defined in src/renderer/api/kube-api.ts:104

Parameters:

@@ -1486,7 +1486,7 @@

restart#

restart(params: { name: string ; namespace: string }): CancelablePromise\<KubeJsonApiData>

-

Defined in src/renderer/api/endpoints/deployment.api.ts:29

+

Defined in src/renderer/api/endpoints/deployment.api.ts:29

Parameters:

@@ -1506,7 +1506,7 @@

scale#

scale(params: { name: string ; namespace: string }, 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:

@@ -1531,7 +1531,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:96

Parameters:

@@ -1559,7 +1559,7 @@

update#

update(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:175

Parameters:

@@ -1587,13 +1587,13 @@

watch#

watch(): function

Inherited from KubeApi.watch

-

Defined in src/renderer/api/kube-api.ts:195

+

Defined in src/renderer/api/kube-api.ts:195

Returns: function


watchAll#

StaticwatchAll(...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:51

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/index.html index aeaa23fa0f..3b7d6cba28 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/index.html @@ -1157,7 +1157,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:

@@ -1178,51 +1178,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


status#

Optional 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


apiBase#

Static 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


kind#

Static 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


namespaced#

Static 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:

@@ -1243,7 +1243,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:

@@ -1276,7 +1276,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:

@@ -1298,74 +1298,74 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1401,7 +1401,7 @@

create#

Staticcreate(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:

@@ -1422,7 +1422,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1443,7 +1443,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1464,7 +1464,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1485,7 +1485,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/index.html index 7bf5b44c9e..d31665e04e 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/index.html @@ -956,7 +956,7 @@

Constructors#

constructor#

+ new EndpointAddress(data: IEndpointAddress): EndpointAddress

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:42

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:42

Parameters:

@@ -977,21 +977,21 @@

hostname#

hostname: string

Implementation of IEndpointAddress.hostname

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:33

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:33


ip#

ip: string

Implementation of IEndpointAddress.ip

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:34

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:34


nodeName#

nodeName: string

Implementation of IEndpointAddress.nodeName

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:35

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:35


targetRef#

Optional targetRef: { kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string }

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:36

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:36

Type declaration:

@@ -1026,17 +1026,17 @@

Methods#

getId#

getId(): string

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:48

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:48

Returns: string


getName#

getName(): string

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:52

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:52

Returns: string


getTargetRef#

getTargetRef(): ITargetRef

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:56

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:56

Returns: ITargetRef

diff --git a/latest/extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/index.html index 559ba5c8cd..f206c3d0b7 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/index.html @@ -948,7 +948,7 @@

Constructors#

constructor#

+ new EndpointSubset(data: IEndpointSubset): EndpointSubset

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:68

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:68

Parameters:

@@ -969,31 +969,31 @@

addresses#

addresses: IEndpointAddress[]

Implementation of IEndpointSubset.addresses

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:66

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:66


notReadyAddresses#

notReadyAddresses: IEndpointAddress[]

Implementation of IEndpointSubset.notReadyAddresses

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:67

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:67


ports#

ports: IEndpointPort[]

Implementation of IEndpointSubset.ports

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:68

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:68

Methods#

getAddresses#

getAddresses(): EndpointAddress[]

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:74

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:74

Returns: EndpointAddress[]


getNotReadyAddresses#

getNotReadyAddresses(): EndpointAddress[]

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:79

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:79

Returns: EndpointAddress[]


toString#

toString(): string

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:84

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:84

Returns: string

diff --git a/latest/extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/index.html index 26f482c767..b87d1e7ac5 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/index.html @@ -1253,7 +1253,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:

@@ -1274,23 +1274,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: { apiVersion: string ; fieldPath: string ; kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string }

-

Defined in src/renderer/api/endpoints/events.api.ts:13

+

Defined in src/renderer/api/endpoints/events.api.ts:13

Type declaration:

@@ -1334,36 +1334,36 @@

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


lastTimestamp#

lastTimestamp: string

-

Defined in src/renderer/api/endpoints/events.api.ts:29

+

Defined in src/renderer/api/endpoints/events.api.ts:29


message#

message: string

-

Defined in src/renderer/api/endpoints/events.api.ts:23

+

Defined in src/renderer/api/endpoints/events.api.ts:23


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


reason#

reason: string

-

Defined in src/renderer/api/endpoints/events.api.ts:22

+

Defined in src/renderer/api/endpoints/events.api.ts:22


reportingComponent#

reportingComponent: string

-

Defined in src/renderer/api/endpoints/events.api.ts:33

+

Defined in src/renderer/api/endpoints/events.api.ts:33


reportingInstance#

reportingInstance: string

-

Defined in src/renderer/api/endpoints/events.api.ts:34

+

Defined in src/renderer/api/endpoints/events.api.ts:34


source#

source: { component: string ; host: string }

-

Defined in src/renderer/api/endpoints/events.api.ts:24

+

Defined in src/renderer/api/endpoints/events.api.ts:24

Type declaration:

@@ -1387,36 +1387,36 @@

status#

Optional status: any

Inherited from KubeObject.status

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


type#

type: string

-

Defined in src/renderer/api/endpoints/events.api.ts:31

+

Defined in src/renderer/api/endpoints/events.api.ts:31


apiBase#

Static apiBase: string = "/api/v1/events"

-

Defined in src/renderer/api/endpoints/events.api.ts:11

+

Defined in src/renderer/api/endpoints/events.api.ts:11


kind#

Static kind: string = "Event"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/events.api.ts:9

+

Defined in src/renderer/api/endpoints/events.api.ts:9


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/events.api.ts:10

+

Defined in src/renderer/api/endpoints/events.api.ts:10

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:

@@ -1437,7 +1437,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:

@@ -1470,7 +1470,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:

@@ -1493,83 +1493,83 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1605,7 +1605,7 @@

create#

Staticcreate(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:

@@ -1626,7 +1626,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1647,7 +1647,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1668,7 +1668,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1689,7 +1689,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/index.html index 9a07042791..4509bfa566 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/index.html @@ -1205,7 +1205,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:

@@ -1226,21 +1226,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: { maxReplicas: number ; metrics: IHpaMetric[] ; minReplicas: number ; scaleTargetRef: { apiVersion: string ; kind: string ; name: string } }

-

Defined in src/renderer/api/endpoints/hpa.api.ts:46

+

Defined in src/renderer/api/endpoints/hpa.api.ts:46

Type declaration:

@@ -1272,7 +1272,7 @@

status#

status: { conditions: { lastTransitionTime: string ; message: string ; reason: string ; status: string ; type: string }[] ; currentMetrics: IHpaMetric[] ; currentReplicas: number ; desiredReplicas: number }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/hpa.api.ts:56

+

Defined in src/renderer/api/endpoints/hpa.api.ts:56

Type declaration:

@@ -1303,28 +1303,28 @@

apiBase#

Static apiBase: string = "/apis/autoscaling/v2beta1/horizontalpodautoscalers"

-

Defined in src/renderer/api/endpoints/hpa.api.ts:44

+

Defined in src/renderer/api/endpoints/hpa.api.ts:44


kind#

Static kind: string = "HorizontalPodAutoscaler"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/hpa.api.ts:42

+

Defined in src/renderer/api/endpoints/hpa.api.ts:42


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/hpa.api.ts:43

+

Defined in src/renderer/api/endpoints/hpa.api.ts:43

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:

@@ -1345,7 +1345,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:

@@ -1378,7 +1378,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:

@@ -1400,41 +1400,41 @@

getConditions#

getConditions(): { isReady: boolean = status === "True"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[]

-

Defined in src/renderer/api/endpoints/hpa.api.ts:81

+

Defined in src/renderer/api/endpoints/hpa.api.ts:81

Returns: { isReady: boolean = status === "True"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[]


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

Implementation of ItemObject

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


getMetricName#

ProtectedgetMetricName(metric: IHpaMetric): string

-

Defined in src/renderer/api/endpoints/hpa.api.ts:101

+

Defined in src/renderer/api/endpoints/hpa.api.ts:101

Parameters:

@@ -1454,7 +1454,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:

@@ -1474,60 +1474,60 @@

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1563,7 +1563,7 @@

create#

Staticcreate(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:

@@ -1584,7 +1584,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1605,7 +1605,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1626,7 +1626,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1647,7 +1647,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_ingress_api_.ingress/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/index.html index a3a4ed044b..e73252244d 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/index.html @@ -1173,7 +1173,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:

@@ -1194,21 +1194,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: { backend?: { serviceName: string ; servicePort: number } ; rules?: { host?: string ; http: { paths: { backend: { serviceName: string ; servicePort: number } ; path?: string }[] } }[] ; tls: { secretName: string }[] }

-

Defined in src/renderer/api/endpoints/ingress.api.ts:38

+

Defined in src/renderer/api/endpoints/ingress.api.ts:38

Type declaration:

@@ -1236,7 +1236,7 @@

status#

status: { loadBalancer: { ingress: ILoadBalancerIngress[] } }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/ingress.api.ts:59

+

Defined in src/renderer/api/endpoints/ingress.api.ts:59

Type declaration:

@@ -1255,28 +1255,28 @@

apiBase#

Static apiBase: string = "/apis/extensions/v1beta1/ingresses"

-

Defined in src/renderer/api/endpoints/ingress.api.ts:36

+

Defined in src/renderer/api/endpoints/ingress.api.ts:36


kind#

Static kind: string = "Ingress"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/ingress.api.ts:34

+

Defined in src/renderer/api/endpoints/ingress.api.ts:34


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/ingress.api.ts:35

+

Defined in src/renderer/api/endpoints/ingress.api.ts:35

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:

@@ -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,83 +1353,83 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1465,7 +1465,7 @@

create#

Staticcreate(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:

@@ -1486,7 +1486,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1507,7 +1507,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1528,7 +1528,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1549,7 +1549,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_ingress_api_.ingressapi/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/index.html index aef3e4eac7..b2d98ae5db 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/index.html @@ -1107,7 +1107,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:67

Parameters:

@@ -1128,72 +1128,72 @@

apiBase#

Readonly apiBase: string

Inherited from KubeApi.apiBase

-

Defined in src/renderer/api/kube-api.ts:57

+

Defined in src/renderer/api/kube-api.ts:57


apiGroup#

Readonly apiGroup: string

Inherited from KubeApi.apiGroup

-

Defined in src/renderer/api/kube-api.ts:59

+

Defined in src/renderer/api/kube-api.ts:59


apiPrefix#

Readonly apiPrefix: string

Inherited from KubeApi.apiPrefix

-

Defined in src/renderer/api/kube-api.ts:58

+

Defined in src/renderer/api/kube-api.ts:58


apiResource#

Readonly apiResource: string

Inherited from KubeApi.apiResource

-

Defined in src/renderer/api/kube-api.ts:62

+

Defined in src/renderer/api/kube-api.ts:62


apiVersion#

Readonly apiVersion: string

Inherited from KubeApi.apiVersion

-

Defined in src/renderer/api/kube-api.ts:60

+

Defined in src/renderer/api/kube-api.ts:60


apiVersionWithGroup#

Readonly apiVersionWithGroup: string

Inherited from KubeApi.apiVersionWithGroup

-

Defined in src/renderer/api/kube-api.ts:61

+

Defined in src/renderer/api/kube-api.ts:61


isNamespaced#

Readonly isNamespaced: boolean

Inherited from KubeApi.isNamespaced

-

Defined in src/renderer/api/kube-api.ts:63

+

Defined in src/renderer/api/kube-api.ts:63


kind#

Readonly kind: string

Inherited from KubeApi.kind

-

Defined in src/renderer/api/kube-api.ts:56

+

Defined in src/renderer/api/kube-api.ts:56


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:65


options#

Protected options: IKubeApiOptions\<Ingress>

Inherited from KubeApi.options

-

Defined in src/renderer/api/kube-api.ts:69

+

Defined in src/renderer/api/kube-api.ts:69


request#

Protected request: KubeJsonApi

Inherited from KubeApi.request

-

Defined in src/renderer/api/kube-api.ts:66

+

Defined in src/renderer/api/kube-api.ts:66


resourceVersions#

Protected resourceVersions: Map\ = new Map\()

Inherited from KubeApi.resourceVersions

-

Defined in src/renderer/api/kube-api.ts:67

+

Defined in src/renderer/api/kube-api.ts:67


parseApi#

Static parseApi: parseKubeApi = parseKubeApi

Inherited from KubeApi.parseApi

-

Defined in src/renderer/api/kube-api.ts:49

+

Defined in src/renderer/api/kube-api.ts:49

Methods#

create#

create(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:158

Parameters:

@@ -1221,7 +1221,7 @@

delete#

delete(__namedParameters: { name: string = ""; namespace: string = "default" }): Promise\<KubeJsonApiData>

Inherited from KubeApi.delete

-

Defined in src/renderer/api/kube-api.ts:182

+

Defined in src/renderer/api/kube-api.ts:182

Parameters:

@@ -1242,7 +1242,7 @@

get#

get(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:152

Parameters:

@@ -1269,7 +1269,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:

@@ -1294,7 +1294,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:100

Parameters:

@@ -1317,7 +1317,7 @@

getUrl#

getUrl(__namedParameters?: { name: string = ""; namespace: string = "" }, 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:108

Parameters:

@@ -1345,7 +1345,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:187

Parameters:

@@ -1373,7 +1373,7 @@

list#

list(__namedParameters?: { namespace: string = "" }, 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:146

Parameters:

@@ -1401,7 +1401,7 @@

parseResponse#

ProtectedparseResponse(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:120

Parameters:

@@ -1426,7 +1426,7 @@

refreshResourceVersion#

refreshResourceVersion(params?: { namespace: string }): Promise\

Inherited from KubeApi.refreshResourceVersion

-

Defined in src/renderer/api/kube-api.ts:104

+

Defined in src/renderer/api/kube-api.ts:104

Parameters:

@@ -1447,7 +1447,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:96

Parameters:

@@ -1475,7 +1475,7 @@

update#

update(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:175

Parameters:

@@ -1503,13 +1503,13 @@

watch#

watch(): function

Inherited from KubeApi.watch

-

Defined in src/renderer/api/kube-api.ts:195

+

Defined in src/renderer/api/kube-api.ts:195

Returns: function


watchAll#

StaticwatchAll(...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:51

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/index.html index f2a2b836ac..e09090de70 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/index.html @@ -1229,7 +1229,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:

@@ -1250,22 +1250,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: { backoffLimit?: number ; completions?: number ; containers?: IPodContainer[] ; dnsPolicy?: string ; parallelism?: number ; restartPolicy?: string ; schedulerName?: string ; selector?: { matchLabels: { [name:string]: string; } } ; serviceAccount?: string ; serviceAccountName?: string ; template: { metadata: { annotations?: { [name:string]: string; } ; creationTimestamp?: string ; labels?: { [name:string]: string; } } ; spec: { affinity?: IAffinity ; containers: IPodContainer[] ; dnsPolicy: string ; hostPID: boolean ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; terminationGracePeriodSeconds: number ; tolerations?: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; terminationGracePeriodSeconds?: number }

Overrides WorkloadKubeObject.spec

-

Defined in src/renderer/api/endpoints/job.api.ts:14

+

Defined in src/renderer/api/endpoints/job.api.ts:14

Type declaration:

@@ -1329,7 +1329,7 @@

status#

status: { completionTime: string ; conditions: { lastProbeTime: string ; lastTransitionTime: string ; message?: string ; status: string ; type: string }[] ; startTime: string ; succeeded: number }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/job.api.ts:60

+

Defined in src/renderer/api/endpoints/job.api.ts:60

Type declaration:

@@ -1360,46 +1360,46 @@

apiBase#

Static apiBase: string = "/apis/batch/v1/jobs"

-

Defined in src/renderer/api/endpoints/job.api.ts:12

+

Defined in src/renderer/api/endpoints/job.api.ts:12


kind#

Static kind: string = "Job"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/job.api.ts:10

+

Defined in src/renderer/api/endpoints/job.api.ts:10


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/job.api.ts:11

+

Defined in src/renderer/api/endpoints/job.api.ts:11

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(): CancelablePromise\<KubeJsonApiData>

Overrides KubeObject.delete

-

Defined in src/renderer/api/endpoints/job.api.ts:98

+

Defined in src/renderer/api/endpoints/job.api.ts:98

Returns: CancelablePromise\<KubeJsonApiData>


getAffinity#

getAffinity(): IAffinity

Inherited from WorkloadKubeObject.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 WorkloadKubeObject.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:

@@ -1432,7 +1432,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,12 +1454,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

@@ -1494,103 +1494,103 @@

getDesiredCompletions#

getDesiredCompletions(): number

-

Defined in src/renderer/api/endpoints/job.api.ts:73

+

Defined in src/renderer/api/endpoints/job.api.ts:73

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

Implementation of ItemObject

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/job.api.ts:93

+

Defined in src/renderer/api/endpoints/job.api.ts:93

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

Implementation of ItemObject

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 WorkloadKubeObject.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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


getParallelism#

getParallelism(): number

-

Defined in src/renderer/api/endpoints/job.api.ts:81

+

Defined in src/renderer/api/endpoints/job.api.ts:81

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 WorkloadKubeObject.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 WorkloadKubeObject.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 WorkloadKubeObject.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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1626,7 +1626,7 @@

create#

Staticcreate(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:

@@ -1647,7 +1647,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1668,7 +1668,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1689,7 +1689,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1710,7 +1710,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_namespaces_api_.namespace/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/index.html index abc0909044..f9ebc01805 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/index.html @@ -1141,7 +1141,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:

@@ -1162,22 +1162,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


status#

Optional status: { phase: string }

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:

@@ -1196,28 +1196,28 @@

apiBase#

Static apiBase: string = "/api/v1/namespaces"

-

Defined in src/renderer/api/endpoints/namespaces.api.ts:14

+

Defined in src/renderer/api/endpoints/namespaces.api.ts:14


kind#

Static kind: string = "Namespace"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/namespaces.api.ts:12

+

Defined in src/renderer/api/endpoints/namespaces.api.ts:12


namespaced#

Static namespaced: boolean = false

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/namespaces.api.ts:13

+

Defined in src/renderer/api/endpoints/namespaces.api.ts:13

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:

@@ -1238,7 +1238,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:

@@ -1271,7 +1271,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,68 +1294,68 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1391,7 +1391,7 @@

create#

Staticcreate(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:

@@ -1412,7 +1412,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1433,7 +1433,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1454,7 +1454,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1475,7 +1475,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/index.html index 2b1e6cd7df..e3438b3538 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/index.html @@ -1157,7 +1157,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:

@@ -1178,21 +1178,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: { egress: IPolicyEgress[] ; ingress: IPolicyIngress[] ; podSelector: { matchLabels: { [label:string]: string; role: string } } ; policyTypes: string[] }

-

Defined in src/renderer/api/endpoints/network-policy.api.ts:44

+

Defined in src/renderer/api/endpoints/network-policy.api.ts:44

Type declaration:

@@ -1224,32 +1224,32 @@

status#

Optional status: any

Inherited from KubeObject.status

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


apiBase#

Static apiBase: string = "/apis/networking.k8s.io/v1/networkpolicies"

-

Defined in src/renderer/api/endpoints/network-policy.api.ts:42

+

Defined in src/renderer/api/endpoints/network-policy.api.ts:42


kind#

Static kind: string = "NetworkPolicy"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/network-policy.api.ts:40

+

Defined in src/renderer/api/endpoints/network-policy.api.ts:40


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/network-policy.api.ts:41

+

Defined in src/renderer/api/endpoints/network-policy.api.ts:41

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:

@@ -1270,7 +1270,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:

@@ -1303,7 +1303,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:

@@ -1326,73 +1326,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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1428,7 +1428,7 @@

create#

Staticcreate(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:

@@ -1449,7 +1449,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1470,7 +1470,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1491,7 +1491,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1512,7 +1512,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_nodes_api_.node/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/index.html index 7c4ea820d5..83de2f4225 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/index.html @@ -1229,7 +1229,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:

@@ -1250,21 +1250,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: { externalID: string ; podCIDR: string ; taints?: { effect: string ; key: string ; value: string }[] ; unschedulable?: boolean }

-

Defined in src/renderer/api/endpoints/nodes.api.ts:37

+

Defined in src/renderer/api/endpoints/nodes.api.ts:37

Type declaration:

@@ -1296,7 +1296,7 @@

status#

status: { addresses: { address: string ; type: string }[] ; allocatable: { cpu: string ; memory: string ; pods: string } ; capacity: { cpu: string ; memory: string ; pods: string } ; conditions: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] ; images: { names: string[] ; sizeBytes: number }[] ; nodeInfo: { architecture: string ; bootID: string ; containerRuntimeVersion: string ; kernelVersion: string ; kubeProxyVersion: string ; kubeletVersion: string ; machineID: string ; operatingSystem: string ; osImage: string ; systemUUID: string } }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/nodes.api.ts:47

+

Defined in src/renderer/api/endpoints/nodes.api.ts:47

Type declaration:

@@ -1335,28 +1335,28 @@

apiBase#

Static apiBase: string = "/api/v1/nodes"

-

Defined in src/renderer/api/endpoints/nodes.api.ts:35

+

Defined in src/renderer/api/endpoints/nodes.api.ts:35


kind#

Static kind: string = "Node"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/nodes.api.ts:33

+

Defined in src/renderer/api/endpoints/nodes.api.ts:33


namespaced#

Static namespaced: boolean = false

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/nodes.api.ts:34

+

Defined in src/renderer/api/endpoints/nodes.api.ts:34

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:

@@ -1376,13 +1376,13 @@

getActiveConditions#

getActiveConditions(): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[]

-

Defined in src/renderer/api/endpoints/nodes.api.ts:131

+

Defined in src/renderer/api/endpoints/nodes.api.ts:131

Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[]


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:

@@ -1415,7 +1415,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:

@@ -1437,114 +1437,114 @@

getConditions#

getConditions(): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[]

-

Defined in src/renderer/api/endpoints/nodes.api.ts:123

+

Defined in src/renderer/api/endpoints/nodes.api.ts:123

Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[]


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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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(): { effect: string ; key: string ; value: string }[]

-

Defined in src/renderer/api/endpoints/nodes.api.ts:97

+

Defined in src/renderer/api/endpoints/nodes.api.ts:97

Returns: { effect: string ; key: string ; value: string }[]


getWarningConditions#

getWarningConditions(): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[]

-

Defined in src/renderer/api/endpoints/nodes.api.ts:135

+

Defined in src/renderer/api/endpoints/nodes.api.ts:135

Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1580,7 +1580,7 @@

create#

Staticcreate(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:

@@ -1601,7 +1601,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1622,7 +1622,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1643,7 +1643,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1664,7 +1664,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_nodes_api_.nodesapi/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/index.html index 5cd815217c..d811002d42 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/index.html @@ -1107,7 +1107,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:67

Parameters:

@@ -1128,72 +1128,72 @@

apiBase#

Readonly apiBase: string

Inherited from KubeApi.apiBase

-

Defined in src/renderer/api/kube-api.ts:57

+

Defined in src/renderer/api/kube-api.ts:57


apiGroup#

Readonly apiGroup: string

Inherited from KubeApi.apiGroup

-

Defined in src/renderer/api/kube-api.ts:59

+

Defined in src/renderer/api/kube-api.ts:59


apiPrefix#

Readonly apiPrefix: string

Inherited from KubeApi.apiPrefix

-

Defined in src/renderer/api/kube-api.ts:58

+

Defined in src/renderer/api/kube-api.ts:58


apiResource#

Readonly apiResource: string

Inherited from KubeApi.apiResource

-

Defined in src/renderer/api/kube-api.ts:62

+

Defined in src/renderer/api/kube-api.ts:62


apiVersion#

Readonly apiVersion: string

Inherited from KubeApi.apiVersion

-

Defined in src/renderer/api/kube-api.ts:60

+

Defined in src/renderer/api/kube-api.ts:60


apiVersionWithGroup#

Readonly apiVersionWithGroup: string

Inherited from KubeApi.apiVersionWithGroup

-

Defined in src/renderer/api/kube-api.ts:61

+

Defined in src/renderer/api/kube-api.ts:61


isNamespaced#

Readonly isNamespaced: boolean

Inherited from KubeApi.isNamespaced

-

Defined in src/renderer/api/kube-api.ts:63

+

Defined in src/renderer/api/kube-api.ts:63


kind#

Readonly kind: string

Inherited from KubeApi.kind

-

Defined in src/renderer/api/kube-api.ts:56

+

Defined in src/renderer/api/kube-api.ts:56


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:65


options#

Protected options: IKubeApiOptions\<Node>

Inherited from KubeApi.options

-

Defined in src/renderer/api/kube-api.ts:69

+

Defined in src/renderer/api/kube-api.ts:69


request#

Protected request: KubeJsonApi

Inherited from KubeApi.request

-

Defined in src/renderer/api/kube-api.ts:66

+

Defined in src/renderer/api/kube-api.ts:66


resourceVersions#

Protected resourceVersions: Map\ = new Map\()

Inherited from KubeApi.resourceVersions

-

Defined in src/renderer/api/kube-api.ts:67

+

Defined in src/renderer/api/kube-api.ts:67


parseApi#

Static parseApi: parseKubeApi = parseKubeApi

Inherited from KubeApi.parseApi

-

Defined in src/renderer/api/kube-api.ts:49

+

Defined in src/renderer/api/kube-api.ts:49

Methods#

create#

create(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:158

Parameters:

@@ -1221,7 +1221,7 @@

delete#

delete(__namedParameters: { name: string = ""; namespace: string = "default" }): Promise\<KubeJsonApiData>

Inherited from KubeApi.delete

-

Defined in src/renderer/api/kube-api.ts:182

+

Defined in src/renderer/api/kube-api.ts:182

Parameters:

@@ -1242,7 +1242,7 @@

get#

get(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:152

Parameters:

@@ -1269,13 +1269,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:100

Parameters:

@@ -1298,7 +1298,7 @@

getUrl#

getUrl(__namedParameters?: { name: string = ""; namespace: string = "" }, 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:108

Parameters:

@@ -1326,7 +1326,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:187

Parameters:

@@ -1354,7 +1354,7 @@

list#

list(__namedParameters?: { namespace: string = "" }, 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:146

Parameters:

@@ -1382,7 +1382,7 @@

parseResponse#

ProtectedparseResponse(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:120

Parameters:

@@ -1407,7 +1407,7 @@

refreshResourceVersion#

refreshResourceVersion(params?: { namespace: string }): Promise\

Inherited from KubeApi.refreshResourceVersion

-

Defined in src/renderer/api/kube-api.ts:104

+

Defined in src/renderer/api/kube-api.ts:104

Parameters:

@@ -1428,7 +1428,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:96

Parameters:

@@ -1456,7 +1456,7 @@

update#

update(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:175

Parameters:

@@ -1484,13 +1484,13 @@

watch#

watch(): function

Inherited from KubeApi.watch

-

Defined in src/renderer/api/kube-api.ts:195

+

Defined in src/renderer/api/kube-api.ts:195

Returns: function


watchAll#

StaticwatchAll(...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:51

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/index.html index 3d98b2d8e5..4ce14f90cd 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/index.html @@ -1165,7 +1165,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:

@@ -1186,21 +1186,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: { accessModes: string[] ; capacity: { storage: string } ; claimRef: { apiVersion: string ; kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } ; flexVolume: { driver: string ; options: { clusterNamespace: string ; image: string ; pool: string ; storageClass: string } } ; mountOptions?: string[] ; nfs?: { path: string ; server: string } ; persistentVolumeReclaimPolicy: string ; storageClassName: string }

-

Defined in src/renderer/api/endpoints/persistent-volume.api.ts:12

+

Defined in src/renderer/api/endpoints/persistent-volume.api.ts:12

Type declaration:

@@ -1248,7 +1248,7 @@

status#

status: { phase: string ; reason?: string }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/persistent-volume.api.ts:43

+

Defined in src/renderer/api/endpoints/persistent-volume.api.ts:43

Type declaration:

@@ -1271,28 +1271,28 @@

apiBase#

Static apiBase: string = "/api/v1/persistentvolumes"

-

Defined in src/renderer/api/endpoints/persistent-volume.api.ts:10

+

Defined in src/renderer/api/endpoints/persistent-volume.api.ts:10


kind#

Static kind: string = "PersistentVolume"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/persistent-volume.api.ts:8

+

Defined in src/renderer/api/endpoints/persistent-volume.api.ts:8


namespaced#

Static namespaced: boolean = false

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/persistent-volume.api.ts:9

+

Defined in src/renderer/api/endpoints/persistent-volume.api.ts:9

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:

@@ -1313,7 +1313,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:

@@ -1346,7 +1346,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:

@@ -1368,7 +1368,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:

@@ -1390,74 +1390,74 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1493,7 +1493,7 @@

create#

Staticcreate(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:

@@ -1514,7 +1514,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1535,7 +1535,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1556,7 +1556,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1577,7 +1577,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/index.html index 3e46ea7f05..ba1c89e963 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/index.html @@ -1181,7 +1181,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:

@@ -1202,21 +1202,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: { accessModes: string[] ; resources: { requests: { storage: string } } ; selector: { matchExpressions: { key: string ; operator: string ; values: string[] }[] ; matchLabels: { release: string } } ; storageClassName: string }

-

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:

@@ -1248,7 +1248,7 @@

status#

status: { phase: string }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:49

+

Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:49

Type declaration:

@@ -1267,28 +1267,28 @@

apiBase#

Static apiBase: string = "/api/v1/persistentvolumeclaims"

-

Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:28

+

Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:28


kind#

Static kind: string = "PersistentVolumeClaim"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:26

+

Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:26


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:27

+

Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:27

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:

@@ -1309,7 +1309,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:

@@ -1342,7 +1342,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:

@@ -1365,54 +1365,54 @@

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

Implementation of ItemObject

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(): { key: string ; operator: string ; values: string[] }[]

-

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: { key: string ; operator: string ; values: string[] }[]


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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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:

@@ -1433,35 +1433,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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1497,7 +1497,7 @@

create#

Staticcreate(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:

@@ -1518,7 +1518,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1539,7 +1539,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1560,7 +1560,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1581,7 +1581,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/index.html index 7d6c9b9880..0957ef1824 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/index.html @@ -1107,7 +1107,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:67

Parameters:

@@ -1128,72 +1128,72 @@

apiBase#

Readonly apiBase: string

Inherited from KubeApi.apiBase

-

Defined in src/renderer/api/kube-api.ts:57

+

Defined in src/renderer/api/kube-api.ts:57


apiGroup#

Readonly apiGroup: string

Inherited from KubeApi.apiGroup

-

Defined in src/renderer/api/kube-api.ts:59

+

Defined in src/renderer/api/kube-api.ts:59


apiPrefix#

Readonly apiPrefix: string

Inherited from KubeApi.apiPrefix

-

Defined in src/renderer/api/kube-api.ts:58

+

Defined in src/renderer/api/kube-api.ts:58


apiResource#

Readonly apiResource: string

Inherited from KubeApi.apiResource

-

Defined in src/renderer/api/kube-api.ts:62

+

Defined in src/renderer/api/kube-api.ts:62


apiVersion#

Readonly apiVersion: string

Inherited from KubeApi.apiVersion

-

Defined in src/renderer/api/kube-api.ts:60

+

Defined in src/renderer/api/kube-api.ts:60


apiVersionWithGroup#

Readonly apiVersionWithGroup: string

Inherited from KubeApi.apiVersionWithGroup

-

Defined in src/renderer/api/kube-api.ts:61

+

Defined in src/renderer/api/kube-api.ts:61


isNamespaced#

Readonly isNamespaced: boolean

Inherited from KubeApi.isNamespaced

-

Defined in src/renderer/api/kube-api.ts:63

+

Defined in src/renderer/api/kube-api.ts:63


kind#

Readonly kind: string

Inherited from KubeApi.kind

-

Defined in src/renderer/api/kube-api.ts:56

+

Defined in src/renderer/api/kube-api.ts:56


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:65


options#

Protected options: IKubeApiOptions\<PersistentVolumeClaim>

Inherited from KubeApi.options

-

Defined in src/renderer/api/kube-api.ts:69

+

Defined in src/renderer/api/kube-api.ts:69


request#

Protected request: KubeJsonApi

Inherited from KubeApi.request

-

Defined in src/renderer/api/kube-api.ts:66

+

Defined in src/renderer/api/kube-api.ts:66


resourceVersions#

Protected resourceVersions: Map\ = new Map\()

Inherited from KubeApi.resourceVersions

-

Defined in src/renderer/api/kube-api.ts:67

+

Defined in src/renderer/api/kube-api.ts:67


parseApi#

Static parseApi: parseKubeApi = parseKubeApi

Inherited from KubeApi.parseApi

-

Defined in src/renderer/api/kube-api.ts:49

+

Defined in src/renderer/api/kube-api.ts:49

Methods#

create#

create(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:158

Parameters:

@@ -1221,7 +1221,7 @@

delete#

delete(__namedParameters: { name: string = ""; namespace: string = "default" }): Promise\<KubeJsonApiData>

Inherited from KubeApi.delete

-

Defined in src/renderer/api/kube-api.ts:182

+

Defined in src/renderer/api/kube-api.ts:182

Parameters:

@@ -1242,7 +1242,7 @@

get#

get(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:152

Parameters:

@@ -1269,7 +1269,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:

@@ -1294,7 +1294,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:100

Parameters:

@@ -1317,7 +1317,7 @@

getUrl#

getUrl(__namedParameters?: { name: string = ""; namespace: string = "" }, 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:108

Parameters:

@@ -1345,7 +1345,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:187

Parameters:

@@ -1373,7 +1373,7 @@

list#

list(__namedParameters?: { namespace: string = "" }, 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:146

Parameters:

@@ -1401,7 +1401,7 @@

parseResponse#

ProtectedparseResponse(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:120

Parameters:

@@ -1426,7 +1426,7 @@

refreshResourceVersion#

refreshResourceVersion(params?: { namespace: string }): Promise\

Inherited from KubeApi.refreshResourceVersion

-

Defined in src/renderer/api/kube-api.ts:104

+

Defined in src/renderer/api/kube-api.ts:104

Parameters:

@@ -1447,7 +1447,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:96

Parameters:

@@ -1475,7 +1475,7 @@

update#

update(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:175

Parameters:

@@ -1503,13 +1503,13 @@

watch#

watch(): function

Inherited from KubeApi.watch

-

Defined in src/renderer/api/kube-api.ts:195

+

Defined in src/renderer/api/kube-api.ts:195

Returns: function


watchAll#

StaticwatchAll(...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:51

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/index.html index 45fc34f38b..92949ae03e 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/index.html @@ -1157,7 +1157,7 @@

constructor#

+ new PodMetrics(data: KubeJsonApiData): PodMetrics

Inherited from KubeObject.constructor

-

Defined in src/renderer/api/kube-object.ts:69

+

Defined in src/renderer/api/kube-object.ts:69

Parameters:

@@ -1178,59 +1178,59 @@

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


containers#

containers: { name: string ; usage: { cpu: string ; memory: string } }[]

-

Defined in src/renderer/api/endpoints/pod-metrics.api.ts:11

+

Defined in src/renderer/api/endpoints/pod-metrics.api.ts:11


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


status#

Optional status: any

Inherited from KubeObject.status

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


timestamp#

timestamp: string

-

Defined in src/renderer/api/endpoints/pod-metrics.api.ts:9

+

Defined in src/renderer/api/endpoints/pod-metrics.api.ts:9


window#

window: string

-

Defined in src/renderer/api/endpoints/pod-metrics.api.ts:10

+

Defined in src/renderer/api/endpoints/pod-metrics.api.ts:10


apiBase#

Static apiBase: string = "/apis/metrics.k8s.io/v1beta1/pods"

-

Defined in src/renderer/api/endpoints/pod-metrics.api.ts:7

+

Defined in src/renderer/api/endpoints/pod-metrics.api.ts:7


kind#

Static kind: string = "Pod"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/pod-metrics.api.ts:5

+

Defined in src/renderer/api/endpoints/pod-metrics.api.ts:5


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/pod-metrics.api.ts:6

+

Defined in src/renderer/api/endpoints/pod-metrics.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:

@@ -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,63 +1307,63 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1399,7 +1399,7 @@

create#

Staticcreate(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:

@@ -1420,7 +1420,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1441,7 +1441,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1462,7 +1462,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1483,7 +1483,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/index.html index f47852cd85..053c2e1825 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/index.html @@ -1181,7 +1181,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:

@@ -1202,21 +1202,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: { maxUnavailable: string ; minAvailable: string ; selector: { matchLabels: { [app:string]: string; } } }

-

Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:11

+

Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:11

Type declaration:

@@ -1244,7 +1244,7 @@

status#

status: { currentHealthy: number ; desiredHealthy: number ; disruptionsAllowed: number ; expectedPods: number }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:16

+

Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:16

Type declaration:

@@ -1275,28 +1275,28 @@

apiBase#

Static apiBase: string = "/apis/policy/v1beta1/poddisruptionbudgets"

-

Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:9

+

Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:9


kind#

Static kind: string = "PodDisruptionBudget"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:7

+

Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:7


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:8

+

Defined in src/renderer/api/endpoints/poddisruptionbudget.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:

@@ -1317,7 +1317,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:

@@ -1350,7 +1350,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:

@@ -1372,89 +1372,89 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1490,7 +1490,7 @@

create#

Staticcreate(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:

@@ -1511,7 +1511,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1532,7 +1532,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1553,7 +1553,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1574,7 +1574,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_pods_api_.pod/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/index.html index 8ca43a2ebe..61f5daa522 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/index.html @@ -1357,7 +1357,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:

@@ -1378,22 +1378,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: { affinity: IAffinity ; containers: IPodContainer[] ; dnsPolicy: string ; initContainers: IPodContainer[] ; nodeName: string ; nodeSelector?: { [selector:string]: string; } ; priority: number ; priorityClassName: string ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; serviceAccount: string ; serviceAccountName: string ; terminationGracePeriodSeconds: number ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] ; volumes?: { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[] }

Overrides WorkloadKubeObject.spec

-

Defined in src/renderer/api/endpoints/pods.api.ts:178

+

Defined in src/renderer/api/endpoints/pods.api.ts:178

Type declaration:

@@ -1473,7 +1473,7 @@

status#

status: { conditions: { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[] ; containerStatuses?: IPodContainerStatus[] ; hostIP: string ; initContainerStatuses?: IPodContainerStatus[] ; phase: string ; podIP: string ; qosClass: string ; reason?: string ; startTime: string }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/pods.api.ts:219

+

Defined in src/renderer/api/endpoints/pods.api.ts:219

Type declaration:

@@ -1524,28 +1524,28 @@

apiBase#

Static apiBase: string = "/api/v1/pods"

-

Defined in src/renderer/api/endpoints/pods.api.ts:176

+

Defined in src/renderer/api/endpoints/pods.api.ts:176


kind#

Static kind: string = "Pod"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/pods.api.ts:174

+

Defined in src/renderer/api/endpoints/pods.api.ts:174


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/pods.api.ts:175

+

Defined in src/renderer/api/endpoints/pods.api.ts:175

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:

@@ -1566,19 +1566,19 @@

getAffinity#

getAffinity(): IAffinity

Overrides WorkloadKubeObject.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 WorkloadKubeObject.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:

@@ -1610,13 +1610,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:

@@ -1638,12 +1638,12 @@

getConditions#

getConditions(): { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[]

-

Defined in src/renderer/api/endpoints/pods.api.ts:336

+

Defined in src/renderer/api/endpoints/pods.api.ts:336

Returns: { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[]


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:

@@ -1665,36 +1665,36 @@

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

Implementation of ItemObject

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:

@@ -1716,40 +1716,40 @@

getName(): string

Implementation of ItemObject

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 WorkloadKubeObject.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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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:

@@ -1769,12 +1769,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:

@@ -1794,94 +1794,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 WorkloadKubeObject.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 WorkloadKubeObject.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(): { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[]

Overrides WorkloadKubeObject.getTolerations

-

Defined in src/renderer/api/endpoints/pods.api.ts:356

+

Defined in src/renderer/api/endpoints/pods.api.ts:356

Returns: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[]


getVolumes#

getVolumes(): { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[]

-

Defined in src/renderer/api/endpoints/pods.api.ts:340

+

Defined in src/renderer/api/endpoints/pods.api.ts:340

Returns: { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1917,7 +1917,7 @@

create#

Staticcreate(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:

@@ -1938,7 +1938,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1959,7 +1959,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1980,7 +1980,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -2001,7 +2001,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_pods_api_.podsapi/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/index.html index 90b4c424ab..7d4cd6ccb8 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/index.html @@ -1115,7 +1115,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:67

Parameters:

@@ -1136,72 +1136,72 @@

apiBase#

Readonly apiBase: string

Inherited from KubeApi.apiBase

-

Defined in src/renderer/api/kube-api.ts:57

+

Defined in src/renderer/api/kube-api.ts:57


apiGroup#

Readonly apiGroup: string

Inherited from KubeApi.apiGroup

-

Defined in src/renderer/api/kube-api.ts:59

+

Defined in src/renderer/api/kube-api.ts:59


apiPrefix#

Readonly apiPrefix: string

Inherited from KubeApi.apiPrefix

-

Defined in src/renderer/api/kube-api.ts:58

+

Defined in src/renderer/api/kube-api.ts:58


apiResource#

Readonly apiResource: string

Inherited from KubeApi.apiResource

-

Defined in src/renderer/api/kube-api.ts:62

+

Defined in src/renderer/api/kube-api.ts:62


apiVersion#

Readonly apiVersion: string

Inherited from KubeApi.apiVersion

-

Defined in src/renderer/api/kube-api.ts:60

+

Defined in src/renderer/api/kube-api.ts:60


apiVersionWithGroup#

Readonly apiVersionWithGroup: string

Inherited from KubeApi.apiVersionWithGroup

-

Defined in src/renderer/api/kube-api.ts:61

+

Defined in src/renderer/api/kube-api.ts:61


isNamespaced#

Readonly isNamespaced: boolean

Inherited from KubeApi.isNamespaced

-

Defined in src/renderer/api/kube-api.ts:63

+

Defined in src/renderer/api/kube-api.ts:63


kind#

Readonly kind: string

Inherited from KubeApi.kind

-

Defined in src/renderer/api/kube-api.ts:56

+

Defined in src/renderer/api/kube-api.ts:56


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:65


options#

Protected options: IKubeApiOptions\<Pod>

Inherited from KubeApi.options

-

Defined in src/renderer/api/kube-api.ts:69

+

Defined in src/renderer/api/kube-api.ts:69


request#

Protected request: KubeJsonApi

Inherited from KubeApi.request

-

Defined in src/renderer/api/kube-api.ts:66

+

Defined in src/renderer/api/kube-api.ts:66


resourceVersions#

Protected resourceVersions: Map\ = new Map\()

Inherited from KubeApi.resourceVersions

-

Defined in src/renderer/api/kube-api.ts:67

+

Defined in src/renderer/api/kube-api.ts:67


parseApi#

Static parseApi: parseKubeApi = parseKubeApi

Inherited from KubeApi.parseApi

-

Defined in src/renderer/api/kube-api.ts:49

+

Defined in src/renderer/api/kube-api.ts:49

Methods#

create#

create(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:158

Parameters:

@@ -1229,7 +1229,7 @@

delete#

delete(__namedParameters: { name: string = ""; namespace: string = "default" }): Promise\<KubeJsonApiData>

Inherited from KubeApi.delete

-

Defined in src/renderer/api/kube-api.ts:182

+

Defined in src/renderer/api/kube-api.ts:182

Parameters:

@@ -1250,7 +1250,7 @@

get#

get(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:152

Parameters:

@@ -1277,7 +1277,7 @@

getLogs#

getLogs(params: { name: string ; namespace: string }, query?: IPodLogsQuery): Promise\

-

Defined in src/renderer/api/endpoints/pods.api.ts:7

+

Defined in src/renderer/api/endpoints/pods.api.ts:7

Parameters:

@@ -1301,7 +1301,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:

@@ -1334,7 +1334,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:100

Parameters:

@@ -1357,7 +1357,7 @@

getUrl#

getUrl(__namedParameters?: { name: string = ""; namespace: string = "" }, 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:108

Parameters:

@@ -1385,7 +1385,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:187

Parameters:

@@ -1413,7 +1413,7 @@

list#

list(__namedParameters?: { namespace: string = "" }, 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:146

Parameters:

@@ -1441,7 +1441,7 @@

parseResponse#

ProtectedparseResponse(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:120

Parameters:

@@ -1466,7 +1466,7 @@

refreshResourceVersion#

refreshResourceVersion(params?: { namespace: string }): Promise\

Inherited from KubeApi.refreshResourceVersion

-

Defined in src/renderer/api/kube-api.ts:104

+

Defined in src/renderer/api/kube-api.ts:104

Parameters:

@@ -1487,7 +1487,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:96

Parameters:

@@ -1515,7 +1515,7 @@

update#

update(__namedParameters?: { name: string = ""; namespace: string = "default" }, 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:175

Parameters:

@@ -1543,13 +1543,13 @@

watch#

watch(): function

Inherited from KubeApi.watch

-

Defined in src/renderer/api/kube-api.ts:195

+

Defined in src/renderer/api/kube-api.ts:195

Returns: function


watchAll#

StaticwatchAll(...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:51

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/index.html index 83f82d3e33..2308d627e9 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/index.html @@ -1165,7 +1165,7 @@

constructor#

+ new PodSecurityPolicy(data: KubeJsonApiData): PodSecurityPolicy

Inherited from KubeObject.constructor

-

Defined in src/renderer/api/kube-object.ts:69

+

Defined in src/renderer/api/kube-object.ts:69

Parameters:

@@ -1186,21 +1186,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: { allowPrivilegeEscalation?: boolean ; allowedCSIDrivers?: { name: string }[] ; allowedCapabilities: string[] ; allowedFlexVolumes?: { driver: string }[] ; allowedHostPaths?: { pathPrefix: string ; readOnly: boolean }[] ; allowedProcMountTypes?: string[] ; allowedUnsafeSysctls?: string[] ; defaultAddCapabilities?: string[] ; defaultAllowPrivilegeEscalation?: boolean ; forbiddenSysctls?: string[] ; fsGroup?: { ranges: { max: number ; min: number }[] ; rule: string } ; hostIPC?: boolean ; hostNetwork?: boolean ; hostPID?: boolean ; hostPorts?: { max: number ; min: number }[] ; privileged?: boolean ; readOnlyRootFilesystem?: boolean ; requiredDropCapabilities?: string[] ; runAsGroup?: { ranges: { max: number ; min: number }[] ; rule: string } ; runAsUser?: { ranges: { max: number ; min: number }[] ; rule: string } ; runtimeClass?: { allowedRuntimeClassNames: string[] ; defaultRuntimeClassName: string } ; seLinux?: { rule: string ; seLinuxOptions: { level: string ; role: string ; type: string ; user: string } } ; supplementalGroups?: { ranges: { max: number ; min: number }[] ; rule: string } ; volumes?: string[] }

-

Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:11

+

Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:11

Type declaration:

@@ -1312,32 +1312,32 @@

status#

Optional status: any

Inherited from KubeObject.status

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


apiBase#

Static apiBase: string = "/apis/policy/v1beta1/podsecuritypolicies"

-

Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:9

+

Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:9


kind#

Static kind: string = "PodSecurityPolicy"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:7

+

Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:7


namespaced#

Static namespaced: boolean = false

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:8

+

Defined in src/renderer/api/endpoints/podsecuritypolicy.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:

@@ -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,50 +1414,50 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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/podsecuritypolicy.api.ts:79

+

Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:79

Returns: object

@@ -1493,29 +1493,29 @@

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[]


getVolumes#

getVolumes(): string[]

-

Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:75

+

Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:75

Returns: string[]


isPrivileged#

isPrivileged(): boolean

-

Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:71

+

Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:71

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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1551,7 +1551,7 @@

create#

Staticcreate(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:

@@ -1572,7 +1572,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1593,7 +1593,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1614,7 +1614,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1635,7 +1635,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_replica_set_api_.replicaset/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/index.html index 4559d41c2d..a5f103b08d 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/index.html @@ -1197,7 +1197,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:

@@ -1218,22 +1218,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: { containers?: IPodContainer[] ; dnsPolicy?: string ; replicas?: number ; restartPolicy?: string ; schedulerName?: string ; selector?: { matchLabels: { [key:string]: string; } } ; template?: { spec?: { affinity?: IAffinity ; containers: IPodContainer[] ; nodeSelector?: { [selector:string]: string; } ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; terminationGracePeriodSeconds?: number }

Overrides WorkloadKubeObject.spec

-

Defined in src/renderer/api/endpoints/replica-set.api.ts:13

+

Defined in src/renderer/api/endpoints/replica-set.api.ts:13

Type declaration:

@@ -1281,7 +1281,7 @@

status#

status: { availableReplicas: number ; fullyLabeledReplicas: number ; observedGeneration: number ; readyReplicas: number ; replicas: number }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/replica-set.api.ts:41

+

Defined in src/renderer/api/endpoints/replica-set.api.ts:41

Type declaration:

@@ -1316,28 +1316,28 @@

apiBase#

Static apiBase: string = "/apis/apps/v1/replicasets"

-

Defined in src/renderer/api/endpoints/replica-set.api.ts:11

+

Defined in src/renderer/api/endpoints/replica-set.api.ts:11


kind#

Static kind: string = "ReplicaSet"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/replica-set.api.ts:9

+

Defined in src/renderer/api/endpoints/replica-set.api.ts:9


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/replica-set.api.ts:10

+

Defined in src/renderer/api/endpoints/replica-set.api.ts:10

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:

@@ -1358,19 +1358,19 @@

getAffinity#

getAffinity(): IAffinity

Inherited from WorkloadKubeObject.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 WorkloadKubeObject.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:

@@ -1403,7 +1403,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:

@@ -1426,92 +1426,92 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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 WorkloadKubeObject.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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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 WorkloadKubeObject.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 WorkloadKubeObject.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 WorkloadKubeObject.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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1547,7 +1547,7 @@

create#

Staticcreate(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:

@@ -1568,7 +1568,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1589,7 +1589,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1610,7 +1610,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1631,7 +1631,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/index.html index 9a8a6fa334..0b89a93359 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/index.html @@ -1149,7 +1149,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:

@@ -1170,21 +1170,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: { hard: IResourceQuotaValues ; scopeSelector?: { matchExpressions: { operator: string ; scopeName: string ; values: string[] }[] } }

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:43

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:43

Type declaration:

@@ -1208,7 +1208,7 @@

status#

status: { hard: IResourceQuotaValues ; used: IResourceQuotaValues }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:54

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:54

Type declaration:

@@ -1231,28 +1231,28 @@

apiBase#

Static apiBase: string = "/api/v1/resourcequotas"

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:36

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:36


kind#

Static kind: string = "ResourceQuota"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:34

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:34


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:35

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:35

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:

@@ -1273,7 +1273,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:

@@ -1306,7 +1306,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:

@@ -1329,68 +1329,68 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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(): { operator: string ; scopeName: string ; values: string[] }[]

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:59

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:59

Returns: { operator: string ; scopeName: string ; values: 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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1426,7 +1426,7 @@

create#

Staticcreate(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:

@@ -1447,7 +1447,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1468,7 +1468,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1489,7 +1489,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1510,7 +1510,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_role_api_.role/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/index.html index 0613e5d8ff..1b0e9c8c16 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/index.html @@ -1150,7 +1150,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:

@@ -1171,51 +1171,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: { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[]

-

Defined in src/renderer/api/endpoints/role.api.ts:9

+

Defined in src/renderer/api/endpoints/role.api.ts:9


status#

Optional status: any

Inherited from KubeObject.status

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


apiBase#

Static 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


kind#

Static 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


namespaced#

Static 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:

@@ -1236,7 +1236,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:

@@ -1269,7 +1269,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:

@@ -1292,68 +1292,68 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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(): { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[]

-

Defined in src/renderer/api/endpoints/role.api.ts:16

+

Defined in src/renderer/api/endpoints/role.api.ts:16

Returns: { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: 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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1389,7 +1389,7 @@

create#

Staticcreate(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:

@@ -1410,7 +1410,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1431,7 +1431,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1452,7 +1452,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1473,7 +1473,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/index.html index 4537ffd53f..e79e07b179 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/index.html @@ -1166,7 +1166,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:

@@ -1187,21 +1187,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: { apiGroup?: string ; kind: string ; name: string }

-

Defined in src/renderer/api/endpoints/role-binding.api.ts:19

+

Defined in src/renderer/api/endpoints/role-binding.api.ts:19

Type declaration:

@@ -1229,36 +1229,36 @@

status#

Optional status: any

Inherited from KubeObject.status

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


subjects#

Optional subjects: IRoleBindingSubject[]

-

Defined in src/renderer/api/endpoints/role-binding.api.ts:18

+

Defined in src/renderer/api/endpoints/role-binding.api.ts:18


apiBase#

Static apiBase: string = "/apis/rbac.authorization.k8s.io/v1/rolebindings"

-

Defined in src/renderer/api/endpoints/role-binding.api.ts:16

+

Defined in src/renderer/api/endpoints/role-binding.api.ts:16


kind#

Static kind: string = "RoleBinding"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/role-binding.api.ts:14

+

Defined in src/renderer/api/endpoints/role-binding.api.ts:14


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/role-binding.api.ts:15

+

Defined in src/renderer/api/endpoints/role-binding.api.ts:15

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:

@@ -1279,7 +1279,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:

@@ -1312,7 +1312,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:

@@ -1335,73 +1335,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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1437,7 +1437,7 @@

create#

Staticcreate(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:

@@ -1458,7 +1458,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1479,7 +1479,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1500,7 +1500,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1521,7 +1521,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_secret_api_.secret/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/index.html index 24d0e545e5..3a728272a7 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/index.html @@ -1165,7 +1165,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:

@@ -1186,11 +1186,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: { [prop:string]: string; token?: string }

-

Defined in src/renderer/api/endpoints/secret.api.ts:29

+

Defined in src/renderer/api/endpoints/secret.api.ts:29

Type declaration:

@@ -1210,46 +1210,46 @@

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


status#

Optional status: any

Inherited from KubeObject.status

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


type#

type: SecretType

-

Defined in src/renderer/api/endpoints/secret.api.ts:28

+

Defined in src/renderer/api/endpoints/secret.api.ts:28


apiBase#

Static apiBase: string = "/api/v1/secrets"

-

Defined in src/renderer/api/endpoints/secret.api.ts:26

+

Defined in src/renderer/api/endpoints/secret.api.ts:26


kind#

Static kind: string = "Secret"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/secret.api.ts:24

+

Defined in src/renderer/api/endpoints/secret.api.ts:24


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/secret.api.ts:25

+

Defined in src/renderer/api/endpoints/secret.api.ts:25

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:

@@ -1270,7 +1270,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:

@@ -1303,7 +1303,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:

@@ -1326,73 +1326,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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1428,7 +1428,7 @@

create#

Staticcreate(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:

@@ -1449,7 +1449,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1470,7 +1470,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1491,7 +1491,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1512,7 +1512,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/index.html index 13348c18c0..fb7e96e341 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/index.html @@ -1165,7 +1165,7 @@

constructor#

+ new SelfSubjectRulesReview(data: KubeJsonApiData): SelfSubjectRulesReview

Inherited from KubeObject.constructor

-

Defined in src/renderer/api/kube-object.ts:69

+

Defined in src/renderer/api/kube-object.ts:69

Parameters:

@@ -1186,21 +1186,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: { namespace?: string }

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:28

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:28

Type declaration:

@@ -1220,7 +1220,7 @@

status#

status: { incomplete: boolean ; nonResourceRules: ISelfSubjectReviewRule[] ; resourceRules: ISelfSubjectReviewRule[] }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:33

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:33

Type declaration:

@@ -1247,28 +1247,28 @@

apiBase#

Static apiBase: string = "/apis/authorization.k8s.io/v1/selfsubjectrulesreviews"

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:26

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:26


kind#

Static kind: string = "SelfSubjectRulesReview"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:24

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:24


namespaced#

Static namespaced: boolean = false

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:25

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:25

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:

@@ -1289,7 +1289,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:

@@ -1322,7 +1322,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:

@@ -1345,66 +1345,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

Implementation of ItemObject

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

Implementation of ItemObject

Inherited from KubeObject.getName

-

Defined in src/renderer/api/kube-object.ts:92

+

Defined in src/renderer/api/kube-object.ts:92

Returns: string


getNonResourceRules#

getNonResourceRules(): ISelfSubjectReviewRule[]

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:44

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:44

Returns: ISelfSubjectReviewRule[]


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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


getResourceRules#

getResourceRules(): ISelfSubjectReviewRule[]

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:39

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:39

Returns: ISelfSubjectReviewRule[]


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[]


normalize#

Protectednormalize(rule: ISelfSubjectReviewRule): ISelfSubjectReviewRule

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:49

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:49

Parameters:

@@ -1425,13 +1425,13 @@

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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1467,7 +1467,7 @@

create#

Staticcreate(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:

@@ -1488,7 +1488,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1509,7 +1509,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1530,7 +1530,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1551,7 +1551,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/index.html index 3b17b936b2..0ee4286045 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/index.html @@ -1099,7 +1099,7 @@

constructor#

+ new SelfSubjectRulesReviewApi(options: IKubeApiOptions\<SelfSubjectRulesReview>): SelfSubjectRulesReviewApi

Inherited from KubeApi.constructor

-

Defined in src/renderer/api/kube-api.ts:67

+

Defined in src/renderer/api/kube-api.ts:67

Parameters:

@@ -1120,72 +1120,72 @@

apiBase#

Readonly apiBase: string

Inherited from KubeApi.apiBase

-

Defined in src/renderer/api/kube-api.ts:57

+

Defined in src/renderer/api/kube-api.ts:57


apiGroup#

Readonly apiGroup: string

Inherited from KubeApi.apiGroup

-

Defined in src/renderer/api/kube-api.ts:59

+

Defined in src/renderer/api/kube-api.ts:59


apiPrefix#

Readonly apiPrefix: string

Inherited from KubeApi.apiPrefix

-

Defined in src/renderer/api/kube-api.ts:58

+

Defined in src/renderer/api/kube-api.ts:58


apiResource#

Readonly apiResource: string

Inherited from KubeApi.apiResource

-

Defined in src/renderer/api/kube-api.ts:62

+

Defined in src/renderer/api/kube-api.ts:62


apiVersion#

Readonly apiVersion: string

Inherited from KubeApi.apiVersion

-

Defined in src/renderer/api/kube-api.ts:60

+

Defined in src/renderer/api/kube-api.ts:60


apiVersionWithGroup#

Readonly apiVersionWithGroup: string

Inherited from KubeApi.apiVersionWithGroup

-

Defined in src/renderer/api/kube-api.ts:61

+

Defined in src/renderer/api/kube-api.ts:61


isNamespaced#

Readonly isNamespaced: boolean

Inherited from KubeApi.isNamespaced

-

Defined in src/renderer/api/kube-api.ts:63

+

Defined in src/renderer/api/kube-api.ts:63


kind#

Readonly kind: string

Inherited from KubeApi.kind

-

Defined in src/renderer/api/kube-api.ts:56

+

Defined in src/renderer/api/kube-api.ts:56


objectConstructor#

objectConstructor: IKubeObjectConstructor\<SelfSubjectRulesReview>

Inherited from KubeApi.objectConstructor

-

Defined in src/renderer/api/kube-api.ts:65

+

Defined in src/renderer/api/kube-api.ts:65


options#

Protected options: IKubeApiOptions\<SelfSubjectRulesReview>

Inherited from KubeApi.options

-

Defined in src/renderer/api/kube-api.ts:69

+

Defined in src/renderer/api/kube-api.ts:69


request#

Protected request: KubeJsonApi

Inherited from KubeApi.request

-

Defined in src/renderer/api/kube-api.ts:66

+

Defined in src/renderer/api/kube-api.ts:66


resourceVersions#

Protected resourceVersions: Map\ = new Map\()

Inherited from KubeApi.resourceVersions

-

Defined in src/renderer/api/kube-api.ts:67

+

Defined in src/renderer/api/kube-api.ts:67


parseApi#

Static parseApi: parseKubeApi = parseKubeApi

Inherited from KubeApi.parseApi

-

Defined in src/renderer/api/kube-api.ts:49

+

Defined in src/renderer/api/kube-api.ts:49

Methods#

create#

create(__namedParameters: { namespace: string = "default" }): Promise\<SelfSubjectRulesReview>

Overrides KubeApi.create

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:5

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:5

Parameters:

@@ -1206,7 +1206,7 @@

delete#

delete(__namedParameters: { name: string = ""; namespace: string = "default" }): Promise\<KubeJsonApiData>

Inherited from KubeApi.delete

-

Defined in src/renderer/api/kube-api.ts:182

+

Defined in src/renderer/api/kube-api.ts:182

Parameters:

@@ -1227,7 +1227,7 @@

get#

get(__namedParameters?: { name: string = ""; namespace: string = "default" }, query?: IKubeApiQueryParams): Promise\<SelfSubjectRulesReview>

Inherited from KubeApi.get

-

Defined in src/renderer/api/kube-api.ts:152

+

Defined in src/renderer/api/kube-api.ts:152

Parameters:

@@ -1255,7 +1255,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:100

Parameters:

@@ -1278,7 +1278,7 @@

getUrl#

getUrl(__namedParameters?: { name: string = ""; namespace: string = "" }, 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:108

Parameters:

@@ -1306,7 +1306,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:187

Parameters:

@@ -1334,7 +1334,7 @@

list#

list(__namedParameters?: { namespace: string = "" }, query?: IKubeApiQueryParams): Promise\<SelfSubjectRulesReview[]>

Inherited from KubeApi.list

-

Defined in src/renderer/api/kube-api.ts:146

+

Defined in src/renderer/api/kube-api.ts:146

Parameters:

@@ -1362,7 +1362,7 @@

parseResponse#

ProtectedparseResponse(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:120

Parameters:

@@ -1387,7 +1387,7 @@

refreshResourceVersion#

refreshResourceVersion(params?: { namespace: string }): Promise\

Inherited from KubeApi.refreshResourceVersion

-

Defined in src/renderer/api/kube-api.ts:104

+

Defined in src/renderer/api/kube-api.ts:104

Parameters:

@@ -1408,7 +1408,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:96

Parameters:

@@ -1436,7 +1436,7 @@

update#

update(__namedParameters?: { name: string = ""; namespace: string = "default" }, data?: Partial\<SelfSubjectRulesReview>): Promise\<SelfSubjectRulesReview>

Inherited from KubeApi.update

-

Defined in src/renderer/api/kube-api.ts:175

+

Defined in src/renderer/api/kube-api.ts:175

Parameters:

@@ -1464,13 +1464,13 @@

watch#

watch(): function

Inherited from KubeApi.watch

-

Defined in src/renderer/api/kube-api.ts:195

+

Defined in src/renderer/api/kube-api.ts:195

Returns: function


watchAll#

StaticwatchAll(...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:51

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/index.html index bb101e8122..21896910d0 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/index.html @@ -1165,7 +1165,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:

@@ -1186,55 +1186,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


imagePullSecrets#

Optional imagePullSecrets: { name: string }[]

-

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


secrets#

Optional secrets: { name: string }[]

-

Defined in src/renderer/api/endpoints/service-accounts.api.ts:11

+

Defined in src/renderer/api/endpoints/service-accounts.api.ts:11


status#

Optional status: any

Inherited from KubeObject.status

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


apiBase#

Static 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


kind#

Static 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


namespaced#

Static 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:

@@ -1255,7 +1255,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:

@@ -1288,7 +1288,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:

@@ -1311,73 +1311,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

Implementation of ItemObject

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(): { name: string }[]

-

Defined in src/renderer/api/endpoints/service-accounts.api.ts:22

+

Defined in src/renderer/api/endpoints/service-accounts.api.ts:22

Returns: { name: 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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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(): { name: string }[]

-

Defined in src/renderer/api/endpoints/service-accounts.api.ts:18

+

Defined in src/renderer/api/endpoints/service-accounts.api.ts:18

Returns: { name: 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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1413,7 +1413,7 @@

create#

Staticcreate(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:

@@ -1434,7 +1434,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1455,7 +1455,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1476,7 +1476,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1497,7 +1497,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_service_api_.service/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/index.html index be2c655b94..7f0636dbf2 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/index.html @@ -1205,7 +1205,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:

@@ -1226,21 +1226,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: { clusterIP: string ; externalIPs?: string[] ; externalTrafficPolicy?: string ; loadBalancerIP?: string ; ports: ServicePort[] ; selector: { [key:string]: string; } ; sessionAffinity: string ; type: string }

-

Defined in src/renderer/api/endpoints/service.api.ts:38

+

Defined in src/renderer/api/endpoints/service.api.ts:38

Type declaration:

@@ -1288,7 +1288,7 @@

status#

status: { loadBalancer?: { ingress?: { hostname?: string ; ip?: string }[] } }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/service.api.ts:49

+

Defined in src/renderer/api/endpoints/service.api.ts:49

Type declaration:

@@ -1307,28 +1307,28 @@

apiBase#

Static apiBase: string = "/api/v1/services"

-

Defined in src/renderer/api/endpoints/service.api.ts:36

+

Defined in src/renderer/api/endpoints/service.api.ts:36


kind#

Static kind: string = "Service"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/service.api.ts:34

+

Defined in src/renderer/api/endpoints/service.api.ts:34


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/service.api.ts:35

+

Defined in src/renderer/api/endpoints/service.api.ts:35

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:

@@ -1349,7 +1349,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:

@@ -1382,7 +1382,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:

@@ -1404,36 +1404,36 @@

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

Implementation of ItemObject

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

@@ -1454,68 +1454,68 @@

getName(): string

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


getPorts#

getPorts(): ServicePort[]

-

Defined in src/renderer/api/endpoints/service.api.ts:79

+

Defined in src/renderer/api/endpoints/service.api.ts:79

Returns: ServicePort[]


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[]


getSelector#

getSelector(): string[]

-

Defined in src/renderer/api/endpoints/service.api.ts:74

+

Defined in src/renderer/api/endpoints/service.api.ts:74

Returns: string[]


getStatus#

getStatus(): \"Active\" | \"Pending\"

-

Defined in src/renderer/api/endpoints/service.api.ts:92

+

Defined in src/renderer/api/endpoints/service.api.ts:92

Returns: \"Active\" | \"Pending\"


getType#

getType(): string

-

Defined in src/renderer/api/endpoints/service.api.ts:70

+

Defined in src/renderer/api/endpoints/service.api.ts:70

Returns: string


isActive#

isActive(): boolean

-

Defined in src/renderer/api/endpoints/service.api.ts:88

+

Defined in src/renderer/api/endpoints/service.api.ts:88

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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1551,7 +1551,7 @@

create#

Staticcreate(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:

@@ -1572,7 +1572,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1593,7 +1593,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1614,7 +1614,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1635,7 +1635,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_service_api_.serviceport/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/index.html index 830295d9c3..11f3daa5b4 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/index.html @@ -948,7 +948,7 @@

Constructors#

constructor#

+ new ServicePort(data: IServicePort): ServicePort

-

Defined in src/renderer/api/endpoints/service.api.ts:17

+

Defined in src/renderer/api/endpoints/service.api.ts:17

Parameters:

@@ -969,30 +969,30 @@

name#

Optional name: string

Implementation of IServicePort.name

-

Defined in src/renderer/api/endpoints/service.api.ts:13

+

Defined in src/renderer/api/endpoints/service.api.ts:13


nodePort#

Optional nodePort: number

-

Defined in src/renderer/api/endpoints/service.api.ts:17

+

Defined in src/renderer/api/endpoints/service.api.ts:17


port#

port: number

Implementation of IServicePort.port

-

Defined in src/renderer/api/endpoints/service.api.ts:15

+

Defined in src/renderer/api/endpoints/service.api.ts:15


protocol#

protocol: string

Implementation of IServicePort.protocol

-

Defined in src/renderer/api/endpoints/service.api.ts:14

+

Defined in src/renderer/api/endpoints/service.api.ts:14


targetPort#

targetPort: number

Implementation of IServicePort.targetPort

-

Defined in src/renderer/api/endpoints/service.api.ts:16

+

Defined in src/renderer/api/endpoints/service.api.ts:16

Methods#

toString#

toString(): string

-

Defined in src/renderer/api/endpoints/service.api.ts:23

+

Defined in src/renderer/api/endpoints/service.api.ts:23

Returns: string

diff --git a/latest/extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/index.html index 0b183f39d0..9d1ca9e6ff 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/index.html @@ -1197,7 +1197,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:

@@ -1218,22 +1218,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: { replicas: number ; selector: { matchLabels: { [key:string]: string; } } ; serviceName: string ; template: { metadata: { labels: { app: string } } ; spec: { affinity?: IAffinity ; containers: { image: string ; name: string ; ports: { containerPort: number ; name: string }[] ; volumeMounts: { mountPath: string ; name: string }[] }[] ; nodeSelector?: { [selector:string]: string; } ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; volumeClaimTemplates: { metadata: { name: string } ; spec: { accessModes: string[] ; resources: { requests: { storage: string } } } }[] }

Overrides WorkloadKubeObject.spec

-

Defined in src/renderer/api/endpoints/stateful-set.api.ts:13

+

Defined in src/renderer/api/endpoints/stateful-set.api.ts:13

Type declaration:

@@ -1269,7 +1269,7 @@

status#

status: { collisionCount: number ; currentReplicas: number ; currentRevision: string ; observedGeneration: number ; replicas: number ; updateRevision: string }

Overrides KubeObject.status

-

Defined in src/renderer/api/endpoints/stateful-set.api.ts:66

+

Defined in src/renderer/api/endpoints/stateful-set.api.ts:66

Type declaration:

@@ -1308,28 +1308,28 @@

apiBase#

Static apiBase: string = "/apis/apps/v1/statefulsets"

-

Defined in src/renderer/api/endpoints/stateful-set.api.ts:11

+

Defined in src/renderer/api/endpoints/stateful-set.api.ts:11


kind#

Static kind: string = "StatefulSet"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/stateful-set.api.ts:9

+

Defined in src/renderer/api/endpoints/stateful-set.api.ts:9


namespaced#

Static namespaced: boolean = true

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/stateful-set.api.ts:10

+

Defined in src/renderer/api/endpoints/stateful-set.api.ts:10

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:

@@ -1350,19 +1350,19 @@

getAffinity#

getAffinity(): IAffinity

Inherited from WorkloadKubeObject.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 WorkloadKubeObject.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,92 +1418,92 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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 WorkloadKubeObject.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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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 WorkloadKubeObject.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 WorkloadKubeObject.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 WorkloadKubeObject.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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1539,7 +1539,7 @@

create#

Staticcreate(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:

@@ -1560,7 +1560,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1581,7 +1581,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1602,7 +1602,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1623,7 +1623,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_endpoints_storage_class_api_.storageclass/index.html b/latest/extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/index.html index b657608215..492252389b 100644 --- a/latest/extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/index.html @@ -1197,7 +1197,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:

@@ -1218,67 +1218,67 @@

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


mountOptions#

Optional 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: { [param:string]: string; }

-

Defined in src/renderer/api/endpoints/storage-class.api.ts:15

+

Defined in src/renderer/api/endpoints/storage-class.api.ts:15


provisioner#

provisioner: string

-

Defined in src/renderer/api/endpoints/storage-class.api.ts:11

+

Defined in src/renderer/api/endpoints/storage-class.api.ts:11


reclaimPolicy#

reclaimPolicy: string

-

Defined in src/renderer/api/endpoints/storage-class.api.ts:14

+

Defined in src/renderer/api/endpoints/storage-class.api.ts:14


status#

Optional status: any

Inherited from KubeObject.status

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


volumeBindingMode#

volumeBindingMode: string

-

Defined in src/renderer/api/endpoints/storage-class.api.ts:13

+

Defined in src/renderer/api/endpoints/storage-class.api.ts:13


apiBase#

Static apiBase: string = "/apis/storage.k8s.io/v1/storageclasses"

-

Defined in src/renderer/api/endpoints/storage-class.api.ts:9

+

Defined in src/renderer/api/endpoints/storage-class.api.ts:9


kind#

Static kind: string = "StorageClass"

Overrides KubeObject.kind

-

Defined in src/renderer/api/endpoints/storage-class.api.ts:7

+

Defined in src/renderer/api/endpoints/storage-class.api.ts:7


namespaced#

Static namespaced: boolean = false

Overrides KubeObject.namespaced

-

Defined in src/renderer/api/endpoints/storage-class.api.ts:8

+

Defined in src/renderer/api/endpoints/storage-class.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:

@@ -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,78 +1355,78 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1462,7 +1462,7 @@

create#

Staticcreate(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:

@@ -1483,7 +1483,7 @@

isJsonApiData#

StaticisJsonApiData(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:

@@ -1504,7 +1504,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(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:

@@ -1525,7 +1525,7 @@

isNonSystem#

StaticisNonSystem(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:

@@ -1546,7 +1546,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_json_api_.jsonapi/index.html b/latest/extensions/api/classes/_src_renderer_api_json_api_.jsonapi/index.html index eaa4a6b769..340725cf89 100644 --- a/latest/extensions/api/classes/_src_renderer_api_json_api_.jsonapi/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_json_api_.jsonapi/index.html @@ -1062,7 +1062,7 @@

Constructors#

constructor#

+ new JsonApi(config: JsonApiConfig, reqInit?: RequestInit): JsonApi

-

Defined in src/renderer/api/json-api.ts:43

+

Defined in src/renderer/api/json-api.ts:43

Parameters:

@@ -1086,23 +1086,23 @@

Properties#

config#

Protected config: JsonApiConfig

-

Defined in src/renderer/api/json-api.ts:45

+

Defined in src/renderer/api/json-api.ts:45


onData#

onData: EventEmitter\<[D, Response]> = new EventEmitter\<[D, Response]>()

-

Defined in src/renderer/api/json-api.ts:51

+

Defined in src/renderer/api/json-api.ts:51


onError#

onError: EventEmitter\<[JsonApiErrorParsed, Response]> = new EventEmitter\<[JsonApiErrorParsed, Response]>()

-

Defined in src/renderer/api/json-api.ts:52

+

Defined in src/renderer/api/json-api.ts:52


reqInit#

Protected Optional reqInit: RequestInit

-

Defined in src/renderer/api/json-api.ts:45

+

Defined in src/renderer/api/json-api.ts:45

Methods#

del#

del\(path: string, params?: P, reqInit?: RequestInit): CancelablePromise\

-

Defined in src/renderer/api/json-api.ts:70

+

Defined in src/renderer/api/json-api.ts:70

Type parameters:

@@ -1149,7 +1149,7 @@

get#

get\(path: string, params?: P, reqInit?: RequestInit): CancelablePromise\

-

Defined in src/renderer/api/json-api.ts:54

+

Defined in src/renderer/api/json-api.ts:54

Type parameters:

@@ -1196,7 +1196,7 @@

parseError#

ProtectedparseError(error: JsonApiError | string, res: Response): string[]

-

Defined in src/renderer/api/json-api.ts:119

+

Defined in src/renderer/api/json-api.ts:119

Parameters:

@@ -1220,7 +1220,7 @@

parseResponse#

ProtectedparseResponse\(res: Response, log: JsonApiLog): Promise\

-

Defined in src/renderer/api/json-api.ts:95

+

Defined in src/renderer/api/json-api.ts:95

Type parameters:

@@ -1257,7 +1257,7 @@

patch#

patch\(path: string, params?: P, reqInit?: RequestInit): CancelablePromise\

-

Defined in src/renderer/api/json-api.ts:66

+

Defined in src/renderer/api/json-api.ts:66

Type parameters:

@@ -1304,7 +1304,7 @@

post#

post\(path: string, params?: P, reqInit?: RequestInit): CancelablePromise\

-

Defined in src/renderer/api/json-api.ts:58

+

Defined in src/renderer/api/json-api.ts:58

Type parameters:

@@ -1351,7 +1351,7 @@

put#

put\(path: string, params?: P, reqInit?: RequestInit): CancelablePromise\

-

Defined in src/renderer/api/json-api.ts:62

+

Defined in src/renderer/api/json-api.ts:62

Type parameters:

@@ -1398,7 +1398,7 @@

request#

Protectedrequest\(path: string, params?: P, init?: RequestInit): CancelablePromise\

-

Defined in src/renderer/api/json-api.ts:74

+

Defined in src/renderer/api/json-api.ts:74

Type parameters:

@@ -1443,7 +1443,7 @@

writeLog#

ProtectedwriteLog(log: JsonApiLog): void

-

Defined in src/renderer/api/json-api.ts:132

+

Defined in src/renderer/api/json-api.ts:132

Parameters:

@@ -1463,7 +1463,7 @@

Object literals#

configDefault#

Static configDefault: object

-

Defined in src/renderer/api/json-api.ts:41

+

Defined in src/renderer/api/json-api.ts:41

Properties:

@@ -1484,7 +1484,7 @@

reqInitDefault#

Static reqInitDefault: object

-

Defined in src/renderer/api/json-api.ts:35

+

Defined in src/renderer/api/json-api.ts:35

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/index.html b/latest/extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/index.html index dca21e8763..5ec68389fd 100644 --- a/latest/extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/index.html @@ -936,7 +936,7 @@

Constructors#

constructor#

+ new JsonApiErrorParsed(error: JsonApiError | DOMException, messages: string[]): JsonApiErrorParsed

-

Defined in src/renderer/api/json-api.ts:143

+

Defined in src/renderer/api/json-api.ts:143

Parameters:

@@ -960,16 +960,16 @@

Properties#

isUsedForNotification#

isUsedForNotification: boolean = false

-

Defined in src/renderer/api/json-api.ts:143

+

Defined in src/renderer/api/json-api.ts:143

Accessors#

isAborted#

• get isAborted(): boolean

-

Defined in src/renderer/api/json-api.ts:148

+

Defined in src/renderer/api/json-api.ts:148

Returns: boolean

Methods#

toString#

toString(): string

-

Defined in src/renderer/api/json-api.ts:152

+

Defined in src/renderer/api/json-api.ts:152

Returns: string

diff --git a/latest/extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/index.html b/latest/extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/index.html index f4546da393..67ae9b8b1d 100644 --- a/latest/extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/index.html @@ -1129,7 +1129,7 @@

Constructors#

constructor#

+ new KubeApi(options: IKubeApiOptions\): KubeApi

-

Defined in src/renderer/api/kube-api.ts:67

+

Defined in src/renderer/api/kube-api.ts:67

Parameters:

@@ -1149,59 +1149,59 @@

Properties#

apiBase#

Readonly apiBase: string

-

Defined in src/renderer/api/kube-api.ts:57

+

Defined in src/renderer/api/kube-api.ts:57


apiGroup#

Readonly apiGroup: string

-

Defined in src/renderer/api/kube-api.ts:59

+

Defined in src/renderer/api/kube-api.ts:59


apiPrefix#

Readonly apiPrefix: string

-

Defined in src/renderer/api/kube-api.ts:58

+

Defined in src/renderer/api/kube-api.ts:58


apiResource#

Readonly apiResource: string

-

Defined in src/renderer/api/kube-api.ts:62

+

Defined in src/renderer/api/kube-api.ts:62


apiVersion#

Readonly apiVersion: string

-

Defined in src/renderer/api/kube-api.ts:60

+

Defined in src/renderer/api/kube-api.ts:60


apiVersionWithGroup#

Readonly apiVersionWithGroup: string

-

Defined in src/renderer/api/kube-api.ts:61

+

Defined in src/renderer/api/kube-api.ts:61


isNamespaced#

Readonly isNamespaced: boolean

-

Defined in src/renderer/api/kube-api.ts:63

+

Defined in src/renderer/api/kube-api.ts:63


kind#

Readonly kind: string

-

Defined in src/renderer/api/kube-api.ts:56

+

Defined in src/renderer/api/kube-api.ts:56


objectConstructor#

objectConstructor: IKubeObjectConstructor\

-

Defined in src/renderer/api/kube-api.ts:65

+

Defined in src/renderer/api/kube-api.ts:65


options#

Protected options: IKubeApiOptions\

-

Defined in src/renderer/api/kube-api.ts:69

+

Defined in src/renderer/api/kube-api.ts:69


request#

Protected request: KubeJsonApi

-

Defined in src/renderer/api/kube-api.ts:66

+

Defined in src/renderer/api/kube-api.ts:66


resourceVersions#

Protected resourceVersions: Map\ = new Map\()

-

Defined in src/renderer/api/kube-api.ts:67

+

Defined in src/renderer/api/kube-api.ts:67


parseApi#

Static parseApi: parseKubeApi = parseKubeApi

-

Defined in src/renderer/api/kube-api.ts:49

+

Defined in src/renderer/api/kube-api.ts:49

Methods#

create#

create(__namedParameters?: { name: string = ""; namespace: string = "default" }, data?: Partial\): Promise\

-

Defined in src/renderer/api/kube-api.ts:158

+

Defined in src/renderer/api/kube-api.ts:158

Parameters:

@@ -1228,7 +1228,7 @@

delete#

delete(__namedParameters: { name: string = ""; namespace: string = "default" }): Promise\<KubeJsonApiData>

-

Defined in src/renderer/api/kube-api.ts:182

+

Defined in src/renderer/api/kube-api.ts:182

Parameters:

@@ -1248,7 +1248,7 @@

get#

get(__namedParameters?: { name: string = ""; namespace: string = "default" }, query?: IKubeApiQueryParams): Promise\

-

Defined in src/renderer/api/kube-api.ts:152

+

Defined in src/renderer/api/kube-api.ts:152

Parameters:

@@ -1275,7 +1275,7 @@

getResourceVersion#

getResourceVersion(namespace?: string): string

-

Defined in src/renderer/api/kube-api.ts:100

+

Defined in src/renderer/api/kube-api.ts:100

Parameters:

@@ -1297,7 +1297,7 @@

getUrl#

getUrl(__namedParameters?: { name: string = ""; namespace: string = "" }, query?: Partial\<IKubeApiQueryParams>): string

-

Defined in src/renderer/api/kube-api.ts:108

+

Defined in src/renderer/api/kube-api.ts:108

Parameters:

@@ -1324,7 +1324,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:187

Parameters:

@@ -1351,7 +1351,7 @@

list#

list(__namedParameters?: { namespace: string = "" }, query?: IKubeApiQueryParams): Promise\

-

Defined in src/renderer/api/kube-api.ts:146

+

Defined in src/renderer/api/kube-api.ts:146

Parameters:

@@ -1378,7 +1378,7 @@

parseResponse#

ProtectedparseResponse(data: KubeJsonApiData | KubeJsonApiData[] | KubeJsonApiDataList, namespace?: string): any

-

Defined in src/renderer/api/kube-api.ts:120

+

Defined in src/renderer/api/kube-api.ts:120

Parameters:

@@ -1402,7 +1402,7 @@

refreshResourceVersion#

refreshResourceVersion(params?: { namespace: string }): Promise\

-

Defined in src/renderer/api/kube-api.ts:104

+

Defined in src/renderer/api/kube-api.ts:104

Parameters:

@@ -1422,7 +1422,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:96

Parameters:

@@ -1449,7 +1449,7 @@

update#

update(__namedParameters?: { name: string = ""; namespace: string = "default" }, data?: Partial\): Promise\

-

Defined in src/renderer/api/kube-api.ts:175

+

Defined in src/renderer/api/kube-api.ts:175

Parameters:

@@ -1476,12 +1476,12 @@

watch#

watch(): function

-

Defined in src/renderer/api/kube-api.ts:195

+

Defined in src/renderer/api/kube-api.ts:195

Returns: function


watchAll#

StaticwatchAll(...apis: KubeApi[]): (Anonymous function)

-

Defined in src/renderer/api/kube-api.ts:51

+

Defined in src/renderer/api/kube-api.ts:51

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/index.html b/latest/extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/index.html index e76b17c125..6e93bf2dab 100644 --- a/latest/extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/index.html @@ -1131,7 +1131,7 @@

constructor#

+ new VersionedKubeApi(opts: IKubeApiOptions\): 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:

@@ -1152,72 +1152,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#

Readonly apiGroup: string

Inherited from KubeApi.apiGroup

-

Defined in src/renderer/api/kube-api.ts:59

+

Defined in src/renderer/api/kube-api.ts:59


apiPrefix#

Readonly apiPrefix: string

Inherited from KubeApi.apiPrefix

-

Defined in src/renderer/api/kube-api.ts:58

+

Defined in src/renderer/api/kube-api.ts:58


apiResource#

Readonly apiResource: string

Inherited from KubeApi.apiResource

-

Defined in src/renderer/api/kube-api.ts:62

+

Defined in src/renderer/api/kube-api.ts:62


apiVersion#

Readonly apiVersion: string

Inherited from KubeApi.apiVersion

-

Defined in src/renderer/api/kube-api.ts:60

+

Defined in src/renderer/api/kube-api.ts:60


apiVersionWithGroup#

Readonly apiVersionWithGroup: string

Inherited from KubeApi.apiVersionWithGroup

-

Defined in src/renderer/api/kube-api.ts:61

+

Defined in src/renderer/api/kube-api.ts:61


isNamespaced#

Readonly isNamespaced: boolean

Inherited from KubeApi.isNamespaced

-

Defined in src/renderer/api/kube-api.ts:63

+

Defined in src/renderer/api/kube-api.ts:63


kind#

Readonly kind: string

Inherited from KubeApi.kind

-

Defined in src/renderer/api/kube-api.ts:56

+

Defined in src/renderer/api/kube-api.ts:56


objectConstructor#

objectConstructor: IKubeObjectConstructor\

Inherited from KubeApi.objectConstructor

-

Defined in src/renderer/api/kube-api.ts:65

+

Defined in src/renderer/api/kube-api.ts:65


options#

Protected options: IKubeApiOptions\

Inherited from KubeApi.options

-

Defined in src/renderer/api/kube-api.ts:69

+

Defined in src/renderer/api/kube-api.ts:69


request#

Protected request: KubeJsonApi

Inherited from KubeApi.request

-

Defined in src/renderer/api/kube-api.ts:66

+

Defined in src/renderer/api/kube-api.ts:66


resourceVersions#

Protected resourceVersions: Map\ = new Map\()

Inherited from KubeApi.resourceVersions

-

Defined in src/renderer/api/kube-api.ts:67

+

Defined in src/renderer/api/kube-api.ts:67


parseApi#

Static parseApi: parseKubeApi = parseKubeApi

Inherited from KubeApi.parseApi

-

Defined in src/renderer/api/kube-api.ts:49

+

Defined in src/renderer/api/kube-api.ts:49

Methods#

create#

create(__namedParameters?: { name: string = ""; namespace: string = "default" }, data?: Partial\): Promise\

Inherited from KubeApi.create

-

Defined in src/renderer/api/kube-api.ts:158

+

Defined in src/renderer/api/kube-api.ts:158

Parameters:

@@ -1245,7 +1245,7 @@

delete#

delete(__namedParameters: { name: string = ""; namespace: string = "default" }): Promise\<KubeJsonApiData>

Inherited from KubeApi.delete

-

Defined in src/renderer/api/kube-api.ts:182

+

Defined in src/renderer/api/kube-api.ts:182

Parameters:

@@ -1266,7 +1266,7 @@

get#

get(__namedParameters?: { name: string = ""; namespace: string = "default" }, query?: IKubeApiQueryParams): Promise\

Overrides KubeApi.get

-

Defined in src/renderer/api/kube-api-versioned.ts:39

+

Defined in src/renderer/api/kube-api-versioned.ts:39

Parameters:

@@ -1293,13 +1293,13 @@

getPreferredVersion#

getPreferredVersion(): Promise\

-

Defined in src/renderer/api/kube-api-versioned.ts:22

+

Defined in src/renderer/api/kube-api-versioned.ts:22

Returns: Promise\


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:100

Parameters:

@@ -1322,7 +1322,7 @@

getUrl#

getUrl(__namedParameters?: { name: string = ""; namespace: string = "" }, 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:

@@ -1350,7 +1350,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:187

Parameters:

@@ -1378,7 +1378,7 @@

list#

list(__namedParameters?: { namespace: string = "" }, query?: IKubeApiQueryParams): Promise\

Overrides KubeApi.list

-

Defined in src/renderer/api/kube-api-versioned.ts:35

+

Defined in src/renderer/api/kube-api-versioned.ts:35

Parameters:

@@ -1406,7 +1406,7 @@

parseResponse#

ProtectedparseResponse(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:120

Parameters:

@@ -1431,7 +1431,7 @@

refreshResourceVersion#

refreshResourceVersion(params?: { namespace: string }): Promise\

Inherited from KubeApi.refreshResourceVersion

-

Defined in src/renderer/api/kube-api.ts:104

+

Defined in src/renderer/api/kube-api.ts:104

Parameters:

@@ -1452,7 +1452,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:96

Parameters:

@@ -1480,7 +1480,7 @@

update#

update(__namedParameters?: { name: string = ""; namespace: string = "default" }, data?: Partial\): Promise\

Inherited from KubeApi.update

-

Defined in src/renderer/api/kube-api.ts:175

+

Defined in src/renderer/api/kube-api.ts:175

Parameters:

@@ -1508,13 +1508,13 @@

watch#

watch(): function

Inherited from KubeApi.watch

-

Defined in src/renderer/api/kube-api.ts:195

+

Defined in src/renderer/api/kube-api.ts:195

Returns: function


watchAll#

StaticwatchAll(...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:51

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/index.html b/latest/extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/index.html index 455ef9e702..276b896795 100644 --- a/latest/extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/index.html @@ -1034,7 +1034,7 @@

constructor#

+ new KubeJsonApi(config: JsonApiConfig, reqInit?: RequestInit): KubeJsonApi

Inherited from JsonApi.constructor

-

Defined in src/renderer/api/json-api.ts:43

+

Defined in src/renderer/api/json-api.ts:43

Parameters:

@@ -1059,27 +1059,27 @@

config#

Protected config: JsonApiConfig

Inherited from JsonApi.config

-

Defined in src/renderer/api/json-api.ts:45

+

Defined in src/renderer/api/json-api.ts:45


onData#

onData: EventEmitter\<[D, Response]> = new EventEmitter\<[D, Response]>()

Inherited from JsonApi.onData

-

Defined in src/renderer/api/json-api.ts:51

+

Defined in src/renderer/api/json-api.ts:51


onError#

onError: EventEmitter\<[JsonApiErrorParsed, Response]> = new EventEmitter\<[JsonApiErrorParsed, Response]>()

Inherited from JsonApi.onError

-

Defined in src/renderer/api/json-api.ts:52

+

Defined in src/renderer/api/json-api.ts:52


reqInit#

Protected Optional reqInit: RequestInit

Inherited from JsonApi.reqInit

-

Defined in src/renderer/api/json-api.ts:45

+

Defined in src/renderer/api/json-api.ts:45

Methods#

del#

del\(path: string, params?: JsonApiParams, reqInit?: RequestInit): CancelablePromise\

Inherited from JsonApi.del

-

Defined in src/renderer/api/json-api.ts:70

+

Defined in src/renderer/api/json-api.ts:70

Type parameters:

@@ -1127,7 +1127,7 @@

get#

get\(path: string, params?: JsonApiParams, reqInit?: RequestInit): CancelablePromise\

Inherited from JsonApi.get

-

Defined in src/renderer/api/json-api.ts:54

+

Defined in src/renderer/api/json-api.ts:54

Type parameters:

@@ -1175,7 +1175,7 @@

parseError#

ProtectedparseError(error: KubeJsonApiError | any, res: Response): string[]

Overrides JsonApi.parseError

-

Defined in src/renderer/api/kube-json-api.ts:46

+

Defined in src/renderer/api/kube-json-api.ts:46

Parameters:

@@ -1200,7 +1200,7 @@

parseResponse#

ProtectedparseResponse\(res: Response, log: JsonApiLog): Promise\

Inherited from JsonApi.parseResponse

-

Defined in src/renderer/api/json-api.ts:95

+

Defined in src/renderer/api/json-api.ts:95

Type parameters:

@@ -1238,7 +1238,7 @@

patch#

patch\(path: string, params?: JsonApiParams, reqInit?: RequestInit): CancelablePromise\

Inherited from JsonApi.patch

-

Defined in src/renderer/api/json-api.ts:66

+

Defined in src/renderer/api/json-api.ts:66

Type parameters:

@@ -1286,7 +1286,7 @@

post#

post\(path: string, params?: JsonApiParams, reqInit?: RequestInit): CancelablePromise\

Inherited from JsonApi.post

-

Defined in src/renderer/api/json-api.ts:58

+

Defined in src/renderer/api/json-api.ts:58

Type parameters:

@@ -1334,7 +1334,7 @@

put#

put\(path: string, params?: JsonApiParams, reqInit?: RequestInit): CancelablePromise\

Inherited from JsonApi.put

-

Defined in src/renderer/api/json-api.ts:62

+

Defined in src/renderer/api/json-api.ts:62

Type parameters:

@@ -1382,7 +1382,7 @@

request#

Protectedrequest\(path: string, params?: JsonApiParams, init?: RequestInit): CancelablePromise\

Inherited from JsonApi.request

-

Defined in src/renderer/api/json-api.ts:74

+

Defined in src/renderer/api/json-api.ts:74

Type parameters:

@@ -1428,7 +1428,7 @@

writeLog#

ProtectedwriteLog(log: JsonApiLog): void

Inherited from JsonApi.writeLog

-

Defined in src/renderer/api/json-api.ts:132

+

Defined in src/renderer/api/json-api.ts:132

Parameters:

@@ -1449,7 +1449,7 @@

configDefault#

Static configDefault: object

Inherited from JsonApi.configDefault

-

Defined in src/renderer/api/json-api.ts:41

+

Defined in src/renderer/api/json-api.ts:41

Properties:

@@ -1471,7 +1471,7 @@

reqInitDefault#

Static reqInitDefault: object

Inherited from JsonApi.reqInitDefault

-

Defined in src/renderer/api/json-api.ts:35

+

Defined in src/renderer/api/json-api.ts:35

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/index.html b/latest/extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/index.html index 6ec8a26472..d629df0eb4 100644 --- a/latest/extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/index.html @@ -1148,7 +1148,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:

@@ -1168,36 +1168,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


status#

Optional status: any

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


kind#

Static Readonly kind: string

-

Defined in src/renderer/api/kube-object.ts:47

+

Defined in src/renderer/api/kube-object.ts:47


namespaced#

Static Readonly 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:

@@ -1217,7 +1217,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:

@@ -1249,7 +1249,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:

@@ -1271,54 +1271,54 @@

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

Implementation of ItemObject

-

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

Implementation of ItemObject

-

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(): { namespace: string = this.getNs() }[]

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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#

update\(data: Partial\): Promise\

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1353,7 +1353,7 @@

create#

Staticcreate(data: any): KubeObject

-

Defined in src/renderer/api/kube-object.ts:50

+

Defined in src/renderer/api/kube-object.ts:50

Parameters:

@@ -1373,7 +1373,7 @@

isJsonApiData#

StaticisJsonApiData(object: any): object is KubeJsonApiData

-

Defined in src/renderer/api/kube-object.ts:58

+

Defined in src/renderer/api/kube-object.ts:58

Parameters:

@@ -1393,7 +1393,7 @@

isJsonApiDataList#

StaticisJsonApiDataList(object: any): object is KubeJsonApiDataList

-

Defined in src/renderer/api/kube-object.ts:62

+

Defined in src/renderer/api/kube-object.ts:62

Parameters:

@@ -1413,7 +1413,7 @@

isNonSystem#

StaticisNonSystem(item: KubeJsonApiData | KubeObject): boolean

-

Defined in src/renderer/api/kube-object.ts:54

+

Defined in src/renderer/api/kube-object.ts:54

Parameters:

@@ -1433,7 +1433,7 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_api_kube_watch_api_.kubewatchapi/index.html b/latest/extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/index.html index eb2570e5d9..b4538e4830 100644 --- a/latest/extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/index.html @@ -1064,41 +1064,41 @@

Constructors#

constructor#

+ new KubeWatchApi(): KubeWatchApi

-

Defined in src/renderer/api/kube-watch-api.ts:35

+

Defined in src/renderer/api/kube-watch-api.ts:35

Returns: KubeWatchApi

Properties#

evtSource#

Protected evtSource: EventSource

-

Defined in src/renderer/api/kube-watch-api.ts:30

+

Defined in src/renderer/api/kube-watch-api.ts:30


maxReconnectsOnError#

Protected maxReconnectsOnError: number = 10

-

Defined in src/renderer/api/kube-watch-api.ts:34

+

Defined in src/renderer/api/kube-watch-api.ts:34


onData#

Protected onData: EventEmitter\<[IKubeWatchEvent\]> = new EventEmitter\<[IKubeWatchEvent]>()

-

Defined in src/renderer/api/kube-watch-api.ts:31

+

Defined in src/renderer/api/kube-watch-api.ts:31


reconnectAttempts#

Protected reconnectAttempts: number = this.maxReconnectsOnError

-

Defined in src/renderer/api/kube-watch-api.ts:35

+

Defined in src/renderer/api/kube-watch-api.ts:35


reconnectTimeoutMs#

Protected reconnectTimeoutMs: number = 5000

-

Defined in src/renderer/api/kube-watch-api.ts:33

+

Defined in src/renderer/api/kube-watch-api.ts:33


subscribers#

Protected subscribers: ObservableMap\<KubeApi\, number> = observable.map\()

-

Defined in src/renderer/api/kube-watch-api.ts:32

+

Defined in src/renderer/api/kube-watch-api.ts:32

Accessors#

activeApis#

• get activeApis(): KubeApi\[]

-

Defined in src/renderer/api/kube-watch-api.ts:44

+

Defined in src/renderer/api/kube-watch-api.ts:44

Returns: KubeApi\[]

Methods#

addListener#

addListener(store: KubeObjectStore, callback: (evt: IKubeWatchEvent) => void): (Anonymous function)

-

Defined in src/renderer/api/kube-watch-api.ts:149

+

Defined in src/renderer/api/kube-watch-api.ts:149

Parameters:

@@ -1122,22 +1122,22 @@

connect#

Protectedconnect(): void

-

Defined in src/renderer/api/kube-watch-api.ts:75

+

Defined in src/renderer/api/kube-watch-api.ts:75

Returns: void


disconnect#

Protecteddisconnect(): void

-

Defined in src/renderer/api/kube-watch-api.ts:95

+

Defined in src/renderer/api/kube-watch-api.ts:95

Returns: void


getQuery#

ProtectedgetQuery(): Partial\<IKubeWatchRouteQuery>

-

Defined in src/renderer/api/kube-watch-api.ts:63

+

Defined in src/renderer/api/kube-watch-api.ts:63

Returns: Partial\<IKubeWatchRouteQuery>


getSubscribersCount#

getSubscribersCount(api: KubeApi): number

-

Defined in src/renderer/api/kube-watch-api.ts:48

+

Defined in src/renderer/api/kube-watch-api.ts:48

Parameters:

@@ -1157,7 +1157,7 @@

onError#

ProtectedonError(evt: MessageEvent): void

-

Defined in src/renderer/api/kube-watch-api.ts:133

+

Defined in src/renderer/api/kube-watch-api.ts:133

Parameters:

@@ -1177,7 +1177,7 @@

onMessage#

ProtectedonMessage(evt: MessageEvent): void

-

Defined in src/renderer/api/kube-watch-api.ts:102

+

Defined in src/renderer/api/kube-watch-api.ts:102

Parameters:

@@ -1197,7 +1197,7 @@

onRouteEvent#

ProtectedonRouteEvent(event: IKubeWatchRouteEvent): Promise\

-

Defined in src/renderer/api/kube-watch-api.ts:112

+

Defined in src/renderer/api/kube-watch-api.ts:112

Parameters:

@@ -1217,17 +1217,17 @@

reconnect#

reconnect(): void

-

Defined in src/renderer/api/kube-watch-api.ts:88

+

Defined in src/renderer/api/kube-watch-api.ts:88

Returns: void


reset#

reset(): void

-

Defined in src/renderer/api/kube-watch-api.ts:163

+

Defined in src/renderer/api/kube-watch-api.ts:163

Returns: void


subscribe#

subscribe(...apis: KubeApi[]): (Anonymous function)

-

Defined in src/renderer/api/kube-watch-api.ts:52

+

Defined in src/renderer/api/kube-watch-api.ts:52

Parameters:

@@ -1247,7 +1247,7 @@

writeLog#

ProtectedwriteLog(...data: any[]): void

-

Defined in src/renderer/api/kube-watch-api.ts:143

+

Defined in src/renderer/api/kube-watch-api.ts:143

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/index.html b/latest/extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/index.html index 8ae7a171bb..7433a7e2d7 100644 --- a/latest/extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/index.html @@ -1233,7 +1233,7 @@

constructor#

+ new TerminalApi(options: TerminalApiQuery): TerminalApi

Overrides WebSocketApi.constructor

-

Defined in src/renderer/api/terminal-api.ts:37

+

Defined in src/renderer/api/terminal-api.ts:37

Parameters:

@@ -1253,64 +1253,64 @@

Properties#

isReady#

isReady: boolean = false

-

Defined in src/renderer/api/terminal-api.ts:37

+

Defined in src/renderer/api/terminal-api.ts:37


onClose#

onClose: EventEmitter\<[]> = new EventEmitter\<[]>()

Inherited from WebSocketApi.onClose

-

Defined in src/renderer/api/websocket-api.ts:37

+

Defined in src/renderer/api/websocket-api.ts:37


onData#

onData: EventEmitter\<[string]> = new EventEmitter\<[string]>()

Inherited from WebSocketApi.onData

-

Defined in src/renderer/api/websocket-api.ts:36

+

Defined in src/renderer/api/websocket-api.ts:36


onOpen#

onOpen: EventEmitter\<[]> = new EventEmitter\<[]>()

Inherited from WebSocketApi.onOpen

-

Defined in src/renderer/api/websocket-api.ts:35

+

Defined in src/renderer/api/websocket-api.ts:35


onReady#

onReady: EventEmitter\<[]> = new EventEmitter\<[]>()

-

Defined in src/renderer/api/terminal-api.ts:36

+

Defined in src/renderer/api/terminal-api.ts:36


options#

Protected options: TerminalApiQuery

-

Defined in src/renderer/api/terminal-api.ts:39

+

Defined in src/renderer/api/terminal-api.ts:39


params#

Protected params: IParams

Inherited from WebSocketApi.params

-

Defined in src/renderer/api/websocket-api.ts:47

+

Defined in src/renderer/api/websocket-api.ts:47


pendingCommands#

Protected pendingCommands: IMessage[] = []

Inherited from WebSocketApi.pendingCommands

-

Defined in src/renderer/api/websocket-api.ts:28

+

Defined in src/renderer/api/websocket-api.ts:28


pingMessage#

Protected pingMessage: string = "PING"

Inherited from WebSocketApi.pingMessage

-

Defined in src/renderer/api/websocket-api.ts:31

+

Defined in src/renderer/api/websocket-api.ts:31


pingTimer#

Protected pingTimer: any

Inherited from WebSocketApi.pingTimer

-

Defined in src/renderer/api/websocket-api.ts:30

+

Defined in src/renderer/api/websocket-api.ts:30


readyState#

readyState: WebSocketApiState = WebSocketApiState.PENDING

Inherited from WebSocketApi.readyState

-

Defined in src/renderer/api/websocket-api.ts:33

+

Defined in src/renderer/api/websocket-api.ts:33


reconnectTimer#

Protected reconnectTimer: any

Inherited from WebSocketApi.reconnectTimer

-

Defined in src/renderer/api/websocket-api.ts:29

+

Defined in src/renderer/api/websocket-api.ts:29


size#

Protected size: { Height: number ; Width: number }

-

Defined in src/renderer/api/terminal-api.ts:34

+

Defined in src/renderer/api/terminal-api.ts:34

Type declaration:

@@ -1334,24 +1334,24 @@

socket#

Protected socket: WebSocket

Inherited from WebSocketApi.socket

-

Defined in src/renderer/api/websocket-api.ts:27

+

Defined in src/renderer/api/websocket-api.ts:27

Accessors#

isConnected#

• get isConnected(): boolean

Inherited from WebSocketApi.isConnected

-

Defined in src/renderer/api/websocket-api.ts:58

+

Defined in src/renderer/api/websocket-api.ts:58

Returns: boolean


isOnline#

• get isOnline(): boolean

Inherited from WebSocketApi.isOnline

-

Defined in src/renderer/api/websocket-api.ts:63

+

Defined in src/renderer/api/websocket-api.ts:63

Returns: boolean

Methods#

_onClose#

Protected_onClose(evt: CloseEvent): void

Overrides WebSocketApi._onClose

-

Defined in src/renderer/api/terminal-api.ts:122

+

Defined in src/renderer/api/terminal-api.ts:122

Parameters:

@@ -1372,7 +1372,7 @@

_onError#

Protected_onError(evt: Event): void

Inherited from WebSocketApi._onError

-

Defined in src/renderer/api/websocket-api.ts:148

+

Defined in src/renderer/api/websocket-api.ts:148

Parameters:

@@ -1393,7 +1393,7 @@

_onMessage#

Protected_onMessage(evt: MessageEvent): void

Inherited from WebSocketApi._onMessage

-

Defined in src/renderer/api/websocket-api.ts:142

+

Defined in src/renderer/api/websocket-api.ts:142

Parameters:

@@ -1414,7 +1414,7 @@

_onOpen#

Protected_onOpen(evt: Event): void

Overrides WebSocketApi._onOpen

-

Defined in src/renderer/api/terminal-api.ts:115

+

Defined in src/renderer/api/terminal-api.ts:115

Parameters:

@@ -1434,7 +1434,7 @@

_onReady#

Protected_onReady(data: string): boolean

-

Defined in src/renderer/api/terminal-api.ts:83

+

Defined in src/renderer/api/terminal-api.ts:83

Parameters:

@@ -1455,18 +1455,18 @@

connect#

connect(): Promise\

Overrides WebSocketApi.connect

-

Defined in src/renderer/api/terminal-api.ts:63

+

Defined in src/renderer/api/terminal-api.ts:63

Returns: Promise\


destroy#

destroy(): void

Overrides WebSocketApi.destroy

-

Defined in src/renderer/api/terminal-api.ts:70

+

Defined in src/renderer/api/terminal-api.ts:70

Returns: void


emitError#

ProtectedemitError(error: string): void

-

Defined in src/renderer/api/terminal-api.ts:139

+

Defined in src/renderer/api/terminal-api.ts:139

Parameters:

@@ -1486,7 +1486,7 @@

emitStatus#

ProtectedemitStatus(data: string, options?: { color?: TerminalColor ; showTime?: boolean }): void

-

Defined in src/renderer/api/terminal-api.ts:127

+

Defined in src/renderer/api/terminal-api.ts:127

Parameters:

@@ -1514,18 +1514,18 @@

flush#

Protectedflush(): void

Inherited from WebSocketApi.flush

-

Defined in src/renderer/api/websocket-api.ts:126

+

Defined in src/renderer/api/websocket-api.ts:126

Returns: void


getUrl#

getUrl(): Promise\

-

Defined in src/renderer/api/terminal-api.ts:47

+

Defined in src/renderer/api/terminal-api.ts:47

Returns: Promise\


parseMessage#

ProtectedparseMessage(data: string): any

Overrides WebSocketApi.parseMessage

-

Defined in src/renderer/api/terminal-api.ts:110

+

Defined in src/renderer/api/terminal-api.ts:110

Parameters:

@@ -1546,25 +1546,25 @@

ping#

ping(): void

Inherited from WebSocketApi.ping

-

Defined in src/renderer/api/websocket-api.ts:83

+

Defined in src/renderer/api/websocket-api.ts:83

Returns: void


reconnect#

reconnect(): void

Overrides WebSocketApi.reconnect

-

Defined in src/renderer/api/terminal-api.ts:93

+

Defined in src/renderer/api/terminal-api.ts:93

Returns: void


removeAllListeners#

removeAllListeners(): void

Overrides WebSocketApi.removeAllListeners

-

Defined in src/renderer/api/terminal-api.ts:77

+

Defined in src/renderer/api/terminal-api.ts:77

Returns: void


send#

send(command: string): void

Inherited from WebSocketApi.send

-

Defined in src/renderer/api/websocket-api.ts:113

+

Defined in src/renderer/api/websocket-api.ts:113

Parameters:

@@ -1584,7 +1584,7 @@

sendCommand#

sendCommand(key: string, channel?: TerminalChannels): void

-

Defined in src/renderer/api/terminal-api.ts:98

+

Defined in src/renderer/api/terminal-api.ts:98

Parameters:

@@ -1611,7 +1611,7 @@

sendTerminalSize#

sendTerminalSize(cols: number, rows: number): void

-

Defined in src/renderer/api/terminal-api.ts:102

+

Defined in src/renderer/api/terminal-api.ts:102

Parameters:

@@ -1636,7 +1636,7 @@

setParams#

setParams(params: Partial\<IParams>): void

Inherited from WebSocketApi.setParams

-

Defined in src/renderer/api/websocket-api.ts:67

+

Defined in src/renderer/api/websocket-api.ts:67

Parameters:

@@ -1657,7 +1657,7 @@

writeLog#

ProtectedwriteLog(...data: any[]): void

Inherited from WebSocketApi.writeLog

-

Defined in src/renderer/api/websocket-api.ts:164

+

Defined in src/renderer/api/websocket-api.ts:164

Parameters:

@@ -1678,7 +1678,7 @@

defaultParams#

Static defaultParams: object

Inherited from WebSocketApi.defaultParams

-

Defined in src/renderer/api/websocket-api.ts:39

+

Defined in src/renderer/api/websocket-api.ts:39

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/index.html b/latest/extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/index.html index 267ab533b3..c8afe3ea7a 100644 --- a/latest/extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/index.html @@ -1152,7 +1152,7 @@

Constructors#

constructor#

+ new WebSocketApi(params: IParams): WebSocketApi

-

Defined in src/renderer/api/websocket-api.ts:45

+

Defined in src/renderer/api/websocket-api.ts:45

Parameters:

@@ -1172,57 +1172,57 @@

Properties#

onClose#

onClose: EventEmitter\<[]> = new EventEmitter\<[]>()

-

Defined in src/renderer/api/websocket-api.ts:37

+

Defined in src/renderer/api/websocket-api.ts:37


onData#

onData: EventEmitter\<[string]> = new EventEmitter\<[string]>()

-

Defined in src/renderer/api/websocket-api.ts:36

+

Defined in src/renderer/api/websocket-api.ts:36


onOpen#

onOpen: EventEmitter\<[]> = new EventEmitter\<[]>()

-

Defined in src/renderer/api/websocket-api.ts:35

+

Defined in src/renderer/api/websocket-api.ts:35


params#

Protected params: IParams

-

Defined in src/renderer/api/websocket-api.ts:47

+

Defined in src/renderer/api/websocket-api.ts:47


pendingCommands#

Protected pendingCommands: IMessage[] = []

-

Defined in src/renderer/api/websocket-api.ts:28

+

Defined in src/renderer/api/websocket-api.ts:28


pingMessage#

Protected pingMessage: string = "PING"

-

Defined in src/renderer/api/websocket-api.ts:31

+

Defined in src/renderer/api/websocket-api.ts:31


pingTimer#

Protected pingTimer: any

-

Defined in src/renderer/api/websocket-api.ts:30

+

Defined in src/renderer/api/websocket-api.ts:30


readyState#

readyState: WebSocketApiState = WebSocketApiState.PENDING

-

Defined in src/renderer/api/websocket-api.ts:33

+

Defined in src/renderer/api/websocket-api.ts:33


reconnectTimer#

Protected reconnectTimer: any

-

Defined in src/renderer/api/websocket-api.ts:29

+

Defined in src/renderer/api/websocket-api.ts:29


socket#

Protected socket: WebSocket

-

Defined in src/renderer/api/websocket-api.ts:27

+

Defined in src/renderer/api/websocket-api.ts:27

Accessors#

isConnected#

• get isConnected(): boolean

-

Defined in src/renderer/api/websocket-api.ts:58

+

Defined in src/renderer/api/websocket-api.ts:58

Returns: boolean


isOnline#

• get isOnline(): boolean

-

Defined in src/renderer/api/websocket-api.ts:63

+

Defined in src/renderer/api/websocket-api.ts:63

Returns: boolean

Methods#

_onClose#

Protected_onClose(evt: CloseEvent): void

-

Defined in src/renderer/api/websocket-api.ts:152

+

Defined in src/renderer/api/websocket-api.ts:152

Parameters:

@@ -1242,7 +1242,7 @@

_onError#

Protected_onError(evt: Event): void

-

Defined in src/renderer/api/websocket-api.ts:148

+

Defined in src/renderer/api/websocket-api.ts:148

Parameters:

@@ -1262,7 +1262,7 @@

_onMessage#

Protected_onMessage(evt: MessageEvent): void

-

Defined in src/renderer/api/websocket-api.ts:142

+

Defined in src/renderer/api/websocket-api.ts:142

Parameters:

@@ -1282,7 +1282,7 @@

_onOpen#

Protected_onOpen(evt: Event): void

-

Defined in src/renderer/api/websocket-api.ts:135

+

Defined in src/renderer/api/websocket-api.ts:135

Parameters:

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

connect#

connect(url?: string): void

-

Defined in src/renderer/api/websocket-api.ts:71

+

Defined in src/renderer/api/websocket-api.ts:71

Parameters:

@@ -1324,17 +1324,17 @@

destroy#

destroy(): void

-

Defined in src/renderer/api/websocket-api.ts:96

+

Defined in src/renderer/api/websocket-api.ts:96

Returns: void


flush#

Protectedflush(): void

-

Defined in src/renderer/api/websocket-api.ts:126

+

Defined in src/renderer/api/websocket-api.ts:126

Returns: void


parseMessage#

ProtectedparseMessage(data: string): string

-

Defined in src/renderer/api/websocket-api.ts:131

+

Defined in src/renderer/api/websocket-api.ts:131

Parameters:

@@ -1354,22 +1354,22 @@

ping#

ping(): void

-

Defined in src/renderer/api/websocket-api.ts:83

+

Defined in src/renderer/api/websocket-api.ts:83

Returns: void


reconnect#

reconnect(): void

-

Defined in src/renderer/api/websocket-api.ts:88

+

Defined in src/renderer/api/websocket-api.ts:88

Returns: void


removeAllListeners#

removeAllListeners(): void

-

Defined in src/renderer/api/websocket-api.ts:107

+

Defined in src/renderer/api/websocket-api.ts:107

Returns: void


send#

send(command: string): void

-

Defined in src/renderer/api/websocket-api.ts:113

+

Defined in src/renderer/api/websocket-api.ts:113

Parameters:

@@ -1389,7 +1389,7 @@

setParams#

setParams(params: Partial\<IParams>): void

-

Defined in src/renderer/api/websocket-api.ts:67

+

Defined in src/renderer/api/websocket-api.ts:67

Parameters:

@@ -1409,7 +1409,7 @@

writeLog#

ProtectedwriteLog(...data: any[]): void

-

Defined in src/renderer/api/websocket-api.ts:164

+

Defined in src/renderer/api/websocket-api.ts:164

Parameters:

@@ -1429,7 +1429,7 @@

Object literals#

defaultParams#

Static defaultParams: object

-

Defined in src/renderer/api/websocket-api.ts:39

+

Defined in src/renderer/api/websocket-api.ts:39

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/index.html b/latest/extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/index.html index 654168d304..48c75113d9 100644 --- a/latest/extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/index.html +++ b/latest/extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/index.html @@ -1187,7 +1187,7 @@

constructor#

+ new WorkloadKubeObject(data: KubeJsonApiData): WorkloadKubeObject

Inherited from KubeObject.constructor

-

Defined in src/renderer/api/kube-object.ts:69

+

Defined in src/renderer/api/kube-object.ts:69

Parameters:

@@ -1208,47 +1208,47 @@

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: any

-

Defined in src/renderer/api/workload-kube-object.ts:50

+

Defined in src/renderer/api/workload-kube-object.ts:50


status#

Optional status: any

Inherited from KubeObject.status

-

Defined in src/renderer/api/kube-object.ts:78

+

Defined in src/renderer/api/kube-object.ts:78


kind#

Static Readonly kind: string

Inherited from KubeObject.kind

-

Defined in src/renderer/api/kube-object.ts:47

+

Defined in src/renderer/api/kube-object.ts:47


namespaced#

Static Readonly namespaced: boolean

Inherited from KubeObject.namespaced

-

Defined in src/renderer/api/kube-object.ts:48

+

Defined in src/renderer/api/kube-object.ts:48

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:

@@ -1268,18 +1268,18 @@

getAffinity#

getAffinity(): IAffinity

-

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

-

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:

@@ -1312,7 +1312,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:

@@ -1335,83 +1335,83 @@

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

Implementation of ItemObject

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

Implementation of ItemObject

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[]

-

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(): { namespace: string = this.getNs() }[]

Inherited from KubeObject.getOwnerRefs

-

Defined in src/renderer/api/kube-object.ts:129

+

Defined in src/renderer/api/kube-object.ts:129

Returns: { namespace: string = this.getNs() }[]


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/workload-kube-object.ts:52

+

Defined in src/renderer/api/workload-kube-object.ts:52

Returns: string[]


getTemplateLabels#

getTemplateLabels(): string[]

-

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[]

-

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#

update\(data: Partial\): Promise\

Inherited from KubeObject.update

-

Defined in src/renderer/api/kube-object.ts:153

+

Defined in src/renderer/api/kube-object.ts:153

Type parameters:

@@ -1447,7 +1447,7 @@

create#

Staticcreate(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 @@

isJsonApiData#

StaticisJsonApiData(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 @@

isJsonApiDataList#

StaticisJsonApiDataList(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 @@

isNonSystem#

StaticisNonSystem(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 @@

stringifyLabels#

StaticstringifyLabels(labels: { [name:string]: string; }): 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/_src_renderer_components__custom_resources_crd_details_.crddetails/index.html b/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/index.html index 123a337b5c..461dffc7fa 100644 --- a/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/index.html +++ b/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/index.html @@ -1443,7 +1443,7 @@ lifecycle events from running.

render#

render(): Element

Overrides void

-

Defined in src/renderer/components/+custom-resources/crd-details.tsx:24

+

Defined in src/renderer/components/+custom-resources/crd-details.tsx:24

Returns: Element


setState#

diff --git a/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/index.html b/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/index.html index 7c965ecbe0..12123c145d 100644 --- a/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/index.html +++ b/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/index.html @@ -1188,7 +1188,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

Accessors#

groups#

• get groups(): string[]

-

Defined in src/renderer/components/+custom-resources/crd-list.tsx:26

+

Defined in src/renderer/components/+custom-resources/crd-list.tsx:26

Returns: string[]

Methods#

UNSAFE_componentWillMount#

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


onGroupChange#

onGroupChange(group: string): void

-

Defined in src/renderer/components/+custom-resources/crd-list.tsx:30

+

Defined in src/renderer/components/+custom-resources/crd-list.tsx:30

Parameters:

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

render#

render(): Element

Overrides void

-

Defined in src/renderer/components/+custom-resources/crd-list.tsx:38

+

Defined in src/renderer/components/+custom-resources/crd-list.tsx:38

Returns: Element


setState#

diff --git a/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/index.html b/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/index.html index 46ad5cd1ce..8e039fd98a 100644 --- a/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/index.html +++ b/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/index.html @@ -1180,7 +1180,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

Accessors#

crd#

• get crd(): CustomResourceDefinition

-

Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:37

+

Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:37

Returns: CustomResourceDefinition

Methods#

UNSAFE_componentWillMount#

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

render#

render(): Element

Overrides void

-

Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:41

+

Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:41

Returns: Element


setState#

diff --git a/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/index.html b/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/index.html index 22bc6642b1..e9331cb3f2 100644 --- a/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/index.html +++ b/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/index.html @@ -1266,7 +1266,7 @@

constructor#

+ new CRDResourceStore(api: KubeApi\): CRDResourceStore

Overrides KubeObjectStore.constructor

-

Defined in src/renderer/components/+custom-resources/crd-resource.store.ts:8

+

Defined in src/renderer/components/+custom-resources/crd-resource.store.ts:8

Parameters:

@@ -1287,54 +1287,54 @@

api#

api: KubeApi

Overrides KubeObjectStore.api

-

Defined in src/renderer/components/+custom-resources/crd-resource.store.ts:8

+

Defined in src/renderer/components/+custom-resources/crd-resource.store.ts:8


eventsBuffer#

Protected 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 ItemStore.isLoaded

-

Defined in src/renderer/item.store.ts:17

+

Defined in src/renderer/item.store.ts:17


isLoading#

isLoading: boolean = false

Inherited from ItemStore.isLoading

-

Defined in src/renderer/item.store.ts:16

+

Defined in src/renderer/item.store.ts:16


items#

items: IObservableArray\ = observable.array\([], { deep: false })

Inherited from ItemStore.items

-

Defined in src/renderer/item.store.ts:18

+

Defined in src/renderer/item.store.ts:18


limit#

limit: number

Inherited from KubeObjectStore.limit

-

Defined in src/renderer/kube-object.store.ts:14

+

Defined in src/renderer/kube-object.store.ts:14


selectedItemsIds#

selectedItemsIds: ObservableMap\ = observable.map\()

Inherited from ItemStore.selectedItemsIds

-

Defined in src/renderer/item.store.ts:19

+

Defined in src/renderer/item.store.ts:19

Accessors#

selectedItems#

• get selectedItems(): T[]

Inherited from ItemStore.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\

Inherited from ItemStore.[Symbol.iterator]

-

Defined in src/renderer/item.store.ts:162

+

Defined in src/renderer/item.store.ts:162

Returns: Generator\


bindWatchEventsUpdater#

ProtectedbindWatchEventsUpdater(delay?: number): IReactionDisposer

Inherited from KubeObjectStore.bindWatchEventsUpdater

-

Defined in src/renderer/kube-object.store.ts:147

+

Defined in src/renderer/kube-object.store.ts:147

Parameters:

@@ -1357,7 +1357,7 @@

create#

create(params: { name: string ; namespace?: string }, data?: Partial\): Promise\

Inherited from KubeObjectStore.create

-

Defined in src/renderer/kube-object.store.ts:120

+

Defined in src/renderer/kube-object.store.ts:120

Parameters:

@@ -1383,7 +1383,7 @@

ProtectedcreateItem(params: { name: string ; namespace?: string }, data?: Partial\): Promise\

Inherited from KubeObjectStore.createItem

Overrides ItemStore.createItem

-

Defined in src/renderer/kube-object.store.ts:116

+

Defined in src/renderer/kube-object.store.ts:116

Parameters:

@@ -1408,7 +1408,7 @@

defaultSorting#

ProtecteddefaultSorting(item: T): string

Inherited from ItemStore.defaultSorting

-

Defined in src/renderer/item.store.ts:14

+

Defined in src/renderer/item.store.ts:14

Parameters:

@@ -1429,7 +1429,7 @@

filterItemsOnLoad#

ProtectedfilterItemsOnLoad(items: T[]): T[]

Inherited from KubeObjectStore.filterItemsOnLoad

-

Defined in src/renderer/kube-object.store.ts:72

+

Defined in src/renderer/kube-object.store.ts:72

Parameters:

@@ -1450,7 +1450,7 @@

getAllByNs#

getAllByNs(namespace: string | string[], strict?: boolean): T[]

Inherited from KubeObjectStore.getAllByNs

-

Defined in src/renderer/kube-object.store.ts:24

+

Defined in src/renderer/kube-object.store.ts:24

Parameters:

@@ -1478,7 +1478,7 @@

getByLabel#

getByLabel(labels: string[] | { [label:string]: string; }): T[]

Inherited from KubeObjectStore.getByLabel

-

Defined in src/renderer/kube-object.store.ts:45

+

Defined in src/renderer/kube-object.store.ts:45

Parameters:

@@ -1500,7 +1500,7 @@

getByName(name: string, namespace?: string): T

Inherited from KubeObjectStore.getByName

Overrides ItemStore.getByName

-

Defined in src/renderer/kube-object.store.ts:33

+

Defined in src/renderer/kube-object.store.ts:33

Parameters:

@@ -1525,7 +1525,7 @@

getByPath#

getByPath(path: string): T

Inherited from KubeObjectStore.getByPath

-

Defined in src/renderer/kube-object.store.ts:41

+

Defined in src/renderer/kube-object.store.ts:41

Parameters:

@@ -1546,7 +1546,7 @@

getStatuses#

OptionalgetStatuses(items: T[]): Record\

Inherited from KubeObjectStore.getStatuses

-

Defined in src/renderer/kube-object.store.ts:22

+

Defined in src/renderer/kube-object.store.ts:22

Parameters:

@@ -1567,7 +1567,7 @@

isSelected#

isSelected(item: T): boolean

Inherited from ItemStore.isSelected

-

Defined in src/renderer/item.store.ts:102

+

Defined in src/renderer/item.store.ts:102

Parameters:

@@ -1588,7 +1588,7 @@

isSelectedAll#

isSelectedAll(visibleItems?: T[]): boolean

Inherited from ItemStore.isSelectedAll

-

Defined in src/renderer/item.store.ts:137

+

Defined in src/renderer/item.store.ts:137

Parameters:

@@ -1611,7 +1611,7 @@

load#

load(params: { name: string ; namespace?: string }): Promise\

Inherited from KubeObjectStore.load

-

Defined in src/renderer/kube-object.store.ts:99

+

Defined in src/renderer/kube-object.store.ts:99

Parameters:

@@ -1633,13 +1633,13 @@

loadAll(): Promise\

Inherited from KubeObjectStore.loadAll

Overrides ItemStore.loadAll

-

Defined in src/renderer/kube-object.store.ts:77

+

Defined in src/renderer/kube-object.store.ts:77

Returns: Promise\


loadFromPath#

loadFromPath(resourcePath: string): Promise\

Inherited from KubeObjectStore.loadFromPath

-

Defined in src/renderer/kube-object.store.ts:111

+

Defined in src/renderer/kube-object.store.ts:111

Parameters:

@@ -1661,7 +1661,7 @@

ProtectedloadItem(params: { name: string ; namespace?: string }): Promise\

Inherited from KubeObjectStore.loadItem

Overrides ItemStore.loadItem

-

Defined in src/renderer/kube-object.store.ts:94

+

Defined in src/renderer/kube-object.store.ts:94

Parameters:

@@ -1683,7 +1683,7 @@

ProtectedloadItems(allowedNamespaces?: string[]): Promise\

Inherited from KubeObjectStore.loadItems

Overrides ItemStore.loadItems

-

Defined in src/renderer/kube-object.store.ts:60

+

Defined in src/renderer/kube-object.store.ts:60

Parameters:

@@ -1704,7 +1704,7 @@

onWatchApiEvent#

ProtectedonWatchApiEvent(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:

@@ -1725,7 +1725,7 @@

remove#

remove(item: T): Promise\

Inherited from KubeObjectStore.remove

-

Defined in src/renderer/kube-object.store.ts:134

+

Defined in src/renderer/kube-object.store.ts:134

Parameters:

@@ -1746,7 +1746,7 @@

removeItem#

ProtectedremoveItem(item: T, request: () => Promise\): Promise\

Inherited from ItemStore.removeItem

-

Defined in src/renderer/item.store.ts:96

+

Defined in src/renderer/item.store.ts:96

Parameters:

@@ -1772,25 +1772,25 @@

removeSelectedItems(): Promise\

Inherited from KubeObjectStore.removeSelectedItems

Overrides ItemStore.removeSelectedItems

-

Defined in src/renderer/kube-object.store.ts:140

+

Defined in src/renderer/kube-object.store.ts:140

Returns: Promise\


reset#

reset(): void

Inherited from ItemStore.reset

-

Defined in src/renderer/item.store.ts:148

+

Defined in src/renderer/item.store.ts:148

Returns: void


resetSelection#

resetSelection(): void

Inherited from ItemStore.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 ItemStore.select

-

Defined in src/renderer/item.store.ts:107

+

Defined in src/renderer/item.store.ts:107

Parameters:

@@ -1811,7 +1811,7 @@

sortItems#

ProtectedsortItems(items?: T[], sorting?: (item: T) => any[], order?: \"asc\" | \"desc\"): T[]

Inherited from ItemStore.sortItems

-

Defined in src/renderer/item.store.ts:31

+

Defined in src/renderer/item.store.ts:31

Parameters:

@@ -1845,7 +1845,7 @@

subscribe(apis?: KubeApi\[]): (Anonymous function)

Inherited from KubeObjectStore.subscribe

Overrides ItemStore.subscribe

-

Defined in src/renderer/kube-object.store.ts:153

+

Defined in src/renderer/kube-object.store.ts:153

Parameters:

@@ -1868,7 +1868,7 @@

toggleSelection#

toggleSelection(item: T): void

Inherited from ItemStore.toggleSelection

-

Defined in src/renderer/item.store.ts:117

+

Defined in src/renderer/item.store.ts:117

Parameters:

@@ -1889,7 +1889,7 @@

toggleSelectionAll#

toggleSelectionAll(visibleItems?: T[]): void

Inherited from ItemStore.toggleSelectionAll

-

Defined in src/renderer/item.store.ts:127

+

Defined in src/renderer/item.store.ts:127

Parameters:

@@ -1912,7 +1912,7 @@

unselect#

unselect(item: T): void

Inherited from ItemStore.unselect

-

Defined in src/renderer/item.store.ts:112

+

Defined in src/renderer/item.store.ts:112

Parameters:

@@ -1933,7 +1933,7 @@

update#

update(item: T, data: Partial\): Promise\

Inherited from KubeObjectStore.update

-

Defined in src/renderer/kube-object.store.ts:127

+

Defined in src/renderer/kube-object.store.ts:127

Parameters:

@@ -1958,13 +1958,13 @@

updateFromEventsBuffer#

ProtectedupdateFromEventsBuffer(): 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


updateItem#

ProtectedupdateItem(item: T, request: () => Promise\): Promise\

Inherited from ItemStore.updateItem

-

Defined in src/renderer/item.store.ts:88

+

Defined in src/renderer/item.store.ts:88

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/index.html b/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/index.html index a270c6e83b..5aeb33e479 100644 --- a/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/index.html +++ b/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/index.html @@ -1188,12 +1188,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

Accessors#

crd#

• get crd(): CustomResourceDefinition

-

Defined in src/renderer/components/+custom-resources/crd-resources.tsx:38

+

Defined in src/renderer/components/+custom-resources/crd-resources.tsx:38

Returns: CustomResourceDefinition


store#

• get store(): KubeObjectStore\

-

Defined in src/renderer/components/+custom-resources/crd-resources.tsx:43

+

Defined in src/renderer/components/+custom-resources/crd-resources.tsx:43

Returns: KubeObjectStore\

Methods#

UNSAFE_componentWillMount#

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

componentDidMount#

componentDidMount(): void

Overrides Icon.componentDidMount

-

Defined in src/renderer/components/+custom-resources/crd-resources.tsx:27

+

Defined in src/renderer/components/+custom-resources/crd-resources.tsx:27

Returns: void


componentDidUpdate#

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

render#

render(): Element

Overrides void

-

Defined in src/renderer/components/+custom-resources/crd-resources.tsx:48

+

Defined in src/renderer/components/+custom-resources/crd-resources.tsx:48

Returns: Element


setState#

diff --git a/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/index.html b/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/index.html index 0f193d1d34..3d579044a2 100644 --- a/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/index.html +++ b/latest/extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/index.html @@ -1266,65 +1266,65 @@

constructor#

+ new CRDStore(): CRDStore

Overrides KubeObjectStore.constructor

-

Defined in src/renderer/components/+custom-resources/crd.store.ts:23

+

Defined in src/renderer/components/+custom-resources/crd.store.ts:23

Returns: CRDStore

Properties#

api#

api: VersionedKubeApi\<CustomResourceDefinition> = crdApi

Overrides KubeObjectStore.api

-

Defined in src/renderer/components/+custom-resources/crd.store.ts:23

+

Defined in src/renderer/components/+custom-resources/crd.store.ts:23


eventsBuffer#

Protected 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 ItemStore.isLoaded

-

Defined in src/renderer/item.store.ts:17

+

Defined in src/renderer/item.store.ts:17


isLoading#

isLoading: boolean = false

Inherited from ItemStore.isLoading

-

Defined in src/renderer/item.store.ts:16

+

Defined in src/renderer/item.store.ts:16


items#

items: IObservableArray\ = observable.array\([], { deep: false })

Inherited from ItemStore.items

-

Defined in src/renderer/item.store.ts:18

+

Defined in src/renderer/item.store.ts:18


limit#

limit: number

Inherited from KubeObjectStore.limit

-

Defined in src/renderer/kube-object.store.ts:14

+

Defined in src/renderer/kube-object.store.ts:14


selectedItemsIds#

selectedItemsIds: ObservableMap\ = observable.map\()

Inherited from ItemStore.selectedItemsIds

-

Defined in src/renderer/item.store.ts:19

+

Defined in src/renderer/item.store.ts:19

Accessors#

groups#

• get groups(): Record\CustomResourceDefinition[]>

-

Defined in src/renderer/components/+custom-resources/crd.store.ts:39

+

Defined in src/renderer/components/+custom-resources/crd.store.ts:39

Returns: Record\CustomResourceDefinition[]>


selectedItems#

• get selectedItems(): CustomResourceDefinition[]

Inherited from ItemStore.selectedItems

-

Defined in src/renderer/item.store.ts:21

+

Defined in src/renderer/item.store.ts:21

Returns: CustomResourceDefinition[]

Methods#

[Symbol.iterator]#

[Symbol.iterator](): Generator\

Inherited from ItemStore.[Symbol.iterator]

-

Defined in src/renderer/item.store.ts:162

+

Defined in src/renderer/item.store.ts:162

Returns: Generator\


bindWatchEventsUpdater#

ProtectedbindWatchEventsUpdater(delay?: number): IReactionDisposer

Inherited from KubeObjectStore.bindWatchEventsUpdater

-

Defined in src/renderer/kube-object.store.ts:147

+

Defined in src/renderer/kube-object.store.ts:147

Parameters:

@@ -1347,7 +1347,7 @@

create#

create(params: { name: string ; namespace?: string }, data?: Partial\<CustomResourceDefinition>): Promise\<CustomResourceDefinition>

Inherited from KubeObjectStore.create

-

Defined in src/renderer/kube-object.store.ts:120

+

Defined in src/renderer/kube-object.store.ts:120

Parameters:

@@ -1373,7 +1373,7 @@

ProtectedcreateItem(params: { name: string ; namespace?: string }, data?: Partial\<CustomResourceDefinition>): Promise\<CustomResourceDefinition>

Inherited from KubeObjectStore.createItem

Overrides ItemStore.createItem

-

Defined in src/renderer/kube-object.store.ts:116

+

Defined in src/renderer/kube-object.store.ts:116

Parameters:

@@ -1398,7 +1398,7 @@

defaultSorting#

ProtecteddefaultSorting(item: CustomResourceDefinition): string

Inherited from ItemStore.defaultSorting

-

Defined in src/renderer/item.store.ts:14

+

Defined in src/renderer/item.store.ts:14

Parameters:

@@ -1419,7 +1419,7 @@

filterItemsOnLoad#

ProtectedfilterItemsOnLoad(items: CustomResourceDefinition[]): T[]

Inherited from KubeObjectStore.filterItemsOnLoad

-

Defined in src/renderer/kube-object.store.ts:72

+

Defined in src/renderer/kube-object.store.ts:72

Parameters:

@@ -1440,7 +1440,7 @@

getAllByNs#

getAllByNs(namespace: string | string[], strict?: boolean): CustomResourceDefinition[]

Inherited from KubeObjectStore.getAllByNs

-

Defined in src/renderer/kube-object.store.ts:24

+

Defined in src/renderer/kube-object.store.ts:24

Parameters:

@@ -1467,7 +1467,7 @@

getByGroup#

getByGroup(group: string, pluralName: string): CustomResourceDefinition

-

Defined in src/renderer/components/+custom-resources/crd.store.ts:49

+

Defined in src/renderer/components/+custom-resources/crd.store.ts:49

Parameters:

@@ -1492,7 +1492,7 @@

getByLabel#

getByLabel(labels: string[] | { [label:string]: string; }): CustomResourceDefinition[]

Inherited from KubeObjectStore.getByLabel

-

Defined in src/renderer/kube-object.store.ts:45

+

Defined in src/renderer/kube-object.store.ts:45

Parameters:

@@ -1514,7 +1514,7 @@

getByName(name: string, namespace?: string): CustomResourceDefinition

Inherited from KubeObjectStore.getByName

Overrides ItemStore.getByName

-

Defined in src/renderer/kube-object.store.ts:33

+

Defined in src/renderer/kube-object.store.ts:33

Parameters:

@@ -1538,7 +1538,7 @@

getByObject#

getByObject(obj: KubeObject): CustomResourceDefinition

-

Defined in src/renderer/components/+custom-resources/crd.store.ts:55

+

Defined in src/renderer/components/+custom-resources/crd.store.ts:55

Parameters:

@@ -1559,7 +1559,7 @@

getByPath#

getByPath(path: string): CustomResourceDefinition

Inherited from KubeObjectStore.getByPath

-

Defined in src/renderer/kube-object.store.ts:41

+

Defined in src/renderer/kube-object.store.ts:41

Parameters:

@@ -1580,7 +1580,7 @@

getStatuses#

OptionalgetStatuses(items: CustomResourceDefinition[]): Record\

Inherited from KubeObjectStore.getStatuses

-

Defined in src/renderer/kube-object.store.ts:22

+

Defined in src/renderer/kube-object.store.ts:22

Parameters:

@@ -1601,7 +1601,7 @@

isSelected#

isSelected(item: CustomResourceDefinition): boolean

Inherited from ItemStore.isSelected

-

Defined in src/renderer/item.store.ts:102

+

Defined in src/renderer/item.store.ts:102

Parameters:

@@ -1622,7 +1622,7 @@

isSelectedAll#

isSelectedAll(visibleItems?: CustomResourceDefinition[]): boolean

Inherited from ItemStore.isSelectedAll

-

Defined in src/renderer/item.store.ts:137

+

Defined in src/renderer/item.store.ts:137

Parameters:

@@ -1645,7 +1645,7 @@

load#

load(params: { name: string ; namespace?: string }): Promise\<CustomResourceDefinition>

Inherited from KubeObjectStore.load

-

Defined in src/renderer/kube-object.store.ts:99

+

Defined in src/renderer/kube-object.store.ts:99

Parameters:

@@ -1667,13 +1667,13 @@

loadAll(): Promise\

Inherited from KubeObjectStore.loadAll

Overrides ItemStore.loadAll

-

Defined in src/renderer/kube-object.store.ts:77

+

Defined in src/renderer/kube-object.store.ts:77

Returns: Promise\


loadFromPath#

loadFromPath(resourcePath: string): Promise\

Inherited from KubeObjectStore.loadFromPath

-

Defined in src/renderer/kube-object.store.ts:111

+

Defined in src/renderer/kube-object.store.ts:111

Parameters:

@@ -1695,7 +1695,7 @@

ProtectedloadItem(params: { name: string ; namespace?: string }): Promise\<CustomResourceDefinition>

Inherited from KubeObjectStore.loadItem

Overrides ItemStore.loadItem

-

Defined in src/renderer/kube-object.store.ts:94

+

Defined in src/renderer/kube-object.store.ts:94

Parameters:

@@ -1717,7 +1717,7 @@

ProtectedloadItems(allowedNamespaces?: string[]): Promise\<CustomResourceDefinition[]>

Inherited from KubeObjectStore.loadItems

Overrides ItemStore.loadItems

-

Defined in src/renderer/kube-object.store.ts:60

+

Defined in src/renderer/kube-object.store.ts:60

Parameters:

@@ -1738,7 +1738,7 @@

onWatchApiEvent#

ProtectedonWatchApiEvent(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:

@@ -1759,7 +1759,7 @@

remove#

remove(item: CustomResourceDefinition): Promise\

Inherited from KubeObjectStore.remove

-

Defined in src/renderer/kube-object.store.ts:134

+

Defined in src/renderer/kube-object.store.ts:134

Parameters:

@@ -1780,7 +1780,7 @@

removeItem#

ProtectedremoveItem(item: CustomResourceDefinition, request: () => Promise\): Promise\

Inherited from ItemStore.removeItem

-

Defined in src/renderer/item.store.ts:96

+

Defined in src/renderer/item.store.ts:96

Parameters:

@@ -1806,25 +1806,25 @@

removeSelectedItems(): Promise\

Inherited from KubeObjectStore.removeSelectedItems

Overrides ItemStore.removeSelectedItems

-

Defined in src/renderer/kube-object.store.ts:140

+

Defined in src/renderer/kube-object.store.ts:140

Returns: Promise\


reset#

reset(): void

Inherited from ItemStore.reset

-

Defined in src/renderer/item.store.ts:148

+

Defined in src/renderer/item.store.ts:148

Returns: void


resetSelection#

resetSelection(): void

Inherited from ItemStore.resetSelection

-

Defined in src/renderer/item.store.ts:143

+

Defined in src/renderer/item.store.ts:143

Returns: void


select#

select(item: CustomResourceDefinition): void

Inherited from ItemStore.select

-

Defined in src/renderer/item.store.ts:107

+

Defined in src/renderer/item.store.ts:107

Parameters:

@@ -1845,7 +1845,7 @@

sortItems#

ProtectedsortItems(items: CustomResourceDefinition[]): CustomResourceDefinition[]

Overrides ItemStore.sortItems

-

Defined in src/renderer/components/+custom-resources/crd.store.ts:32

+

Defined in src/renderer/components/+custom-resources/crd.store.ts:32

Parameters:

@@ -1867,7 +1867,7 @@

subscribe(apis?: KubeApi\[]): (Anonymous function)

Inherited from KubeObjectStore.subscribe

Overrides ItemStore.subscribe

-

Defined in src/renderer/kube-object.store.ts:153

+

Defined in src/renderer/kube-object.store.ts:153

Parameters:

@@ -1890,7 +1890,7 @@

toggleSelection#

toggleSelection(item: CustomResourceDefinition): void

Inherited from ItemStore.toggleSelection

-

Defined in src/renderer/item.store.ts:117

+

Defined in src/renderer/item.store.ts:117

Parameters:

@@ -1911,7 +1911,7 @@

toggleSelectionAll#

toggleSelectionAll(visibleItems?: CustomResourceDefinition[]): void

Inherited from ItemStore.toggleSelectionAll

-

Defined in src/renderer/item.store.ts:127

+

Defined in src/renderer/item.store.ts:127

Parameters:

@@ -1934,7 +1934,7 @@

unselect#

unselect(item: CustomResourceDefinition): void

Inherited from ItemStore.unselect

-

Defined in src/renderer/item.store.ts:112

+

Defined in src/renderer/item.store.ts:112

Parameters:

@@ -1955,7 +1955,7 @@

update#

update(item: CustomResourceDefinition, data: Partial\<CustomResourceDefinition>): Promise\<CustomResourceDefinition>

Inherited from KubeObjectStore.update

-

Defined in src/renderer/kube-object.store.ts:127

+

Defined in src/renderer/kube-object.store.ts:127

Parameters:

@@ -1980,13 +1980,13 @@

updateFromEventsBuffer#

ProtectedupdateFromEventsBuffer(): 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


updateItem#

ProtectedupdateItem(item: CustomResourceDefinition, request: () => Promise\<CustomResourceDefinition>): Promise\

Inherited from ItemStore.updateItem

-

Defined in src/renderer/item.store.ts:88

+

Defined in src/renderer/item.store.ts:88

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/index.html b/latest/extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/index.html index 37dae362f3..420a7063e5 100644 --- a/latest/extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/index.html +++ b/latest/extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/index.html @@ -1258,66 +1258,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: KubeApi\<KubeEvent> = eventApi

Overrides KubeObjectStore.api

-

Defined in src/renderer/components/+events/event.store.ts:13

+

Defined in src/renderer/components/+events/event.store.ts:13


eventsBuffer#

Protected 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 ItemStore.isLoaded

-

Defined in src/renderer/item.store.ts:17

+

Defined in src/renderer/item.store.ts:17


isLoading#

isLoading: boolean = false

Inherited from ItemStore.isLoading

-

Defined in src/renderer/item.store.ts:16

+

Defined in src/renderer/item.store.ts:16


items#

items: IObservableArray\ = observable.array\([], { deep: false })

Inherited from ItemStore.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\ = observable.map\()

Inherited from ItemStore.selectedItemsIds

-

Defined in src/renderer/item.store.ts:19

+

Defined in src/renderer/item.store.ts:19

Accessors#

selectedItems#

• get selectedItems(): KubeEvent[]

Inherited from ItemStore.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\

Inherited from ItemStore.[Symbol.iterator]

-

Defined in src/renderer/item.store.ts:162

+

Defined in src/renderer/item.store.ts:162

Returns: Generator\


bindWatchEventsUpdater#

ProtectedbindWatchEventsUpdater(): 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: { name: string ; namespace?: string }, 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:

@@ -1343,7 +1343,7 @@

ProtectedcreateItem(params: { name: string ; namespace?: string }, data?: Partial\<KubeEvent>): Promise\<KubeEvent>

Inherited from KubeObjectStore.createItem

Overrides ItemStore.createItem

-

Defined in src/renderer/kube-object.store.ts:116

+

Defined in src/renderer/kube-object.store.ts:116

Parameters:

@@ -1368,7 +1368,7 @@

defaultSorting#

ProtecteddefaultSorting(item: KubeEvent): string

Inherited from ItemStore.defaultSorting

-

Defined in src/renderer/item.store.ts:14

+

Defined in src/renderer/item.store.ts:14

Parameters:

@@ -1389,7 +1389,7 @@

filterItemsOnLoad#

ProtectedfilterItemsOnLoad(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:

@@ -1410,7 +1410,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:

@@ -1438,7 +1438,7 @@

getByLabel#

getByLabel(labels: string[] | { [label:string]: string; }): KubeEvent[]

Inherited from KubeObjectStore.getByLabel

-

Defined in src/renderer/kube-object.store.ts:45

+

Defined in src/renderer/kube-object.store.ts:45

Parameters:

@@ -1460,7 +1460,7 @@

getByName(name: string, namespace?: string): KubeEvent

Inherited from KubeObjectStore.getByName

Overrides ItemStore.getByName

-

Defined in src/renderer/kube-object.store.ts:33

+

Defined in src/renderer/kube-object.store.ts:33

Parameters:

@@ -1485,7 +1485,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:

@@ -1505,7 +1505,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:

@@ -1526,7 +1526,7 @@

getStatuses#

OptionalgetStatuses(items: KubeEvent[]): Record\

Inherited from KubeObjectStore.getStatuses

-

Defined in src/renderer/kube-object.store.ts:22

+

Defined in src/renderer/kube-object.store.ts:22

Parameters:

@@ -1546,13 +1546,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 ItemStore.isSelected

-

Defined in src/renderer/item.store.ts:102

+

Defined in src/renderer/item.store.ts:102

Parameters:

@@ -1573,7 +1573,7 @@

isSelectedAll#

isSelectedAll(visibleItems?: KubeEvent[]): boolean

Inherited from ItemStore.isSelectedAll

-

Defined in src/renderer/item.store.ts:137

+

Defined in src/renderer/item.store.ts:137

Parameters:

@@ -1596,7 +1596,7 @@

load#

load(params: { name: string ; namespace?: string }): 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:

@@ -1618,13 +1618,13 @@

loadAll(): Promise\

Inherited from KubeObjectStore.loadAll

Overrides ItemStore.loadAll

-

Defined in src/renderer/kube-object.store.ts:77

+

Defined in src/renderer/kube-object.store.ts:77

Returns: Promise\


loadFromPath#

loadFromPath(resourcePath: string): Promise\

Inherited from KubeObjectStore.loadFromPath

-

Defined in src/renderer/kube-object.store.ts:111

+

Defined in src/renderer/kube-object.store.ts:111

Parameters:

@@ -1646,7 +1646,7 @@

ProtectedloadItem(params: { name: string ; namespace?: string }): Promise\<KubeEvent>

Inherited from KubeObjectStore.loadItem

Overrides ItemStore.loadItem

-

Defined in src/renderer/kube-object.store.ts:94

+

Defined in src/renderer/kube-object.store.ts:94

Parameters:

@@ -1668,7 +1668,7 @@

ProtectedloadItems(allowedNamespaces?: string[]): Promise\<KubeEvent[]>

Inherited from KubeObjectStore.loadItems

Overrides ItemStore.loadItems

-

Defined in src/renderer/kube-object.store.ts:60

+

Defined in src/renderer/kube-object.store.ts:60

Parameters:

@@ -1689,7 +1689,7 @@

onWatchApiEvent#

ProtectedonWatchApiEvent(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:

@@ -1710,7 +1710,7 @@

remove#

remove(item: KubeEvent): Promise\

Inherited from KubeObjectStore.remove

-

Defined in src/renderer/kube-object.store.ts:134

+

Defined in src/renderer/kube-object.store.ts:134

Parameters:

@@ -1731,7 +1731,7 @@

removeItem#

ProtectedremoveItem(item: KubeEvent, request: () => Promise\): Promise\

Inherited from ItemStore.removeItem

-

Defined in src/renderer/item.store.ts:96

+

Defined in src/renderer/item.store.ts:96

Parameters:

@@ -1757,25 +1757,25 @@

removeSelectedItems(): Promise\

Inherited from KubeObjectStore.removeSelectedItems

Overrides ItemStore.removeSelectedItems

-

Defined in src/renderer/kube-object.store.ts:140

+

Defined in src/renderer/kube-object.store.ts:140

Returns: Promise\


reset#

reset(): void

Inherited from ItemStore.reset

-

Defined in src/renderer/item.store.ts:148

+

Defined in src/renderer/item.store.ts:148

Returns: void


resetSelection#

resetSelection(): void

Inherited from ItemStore.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 ItemStore.select

-

Defined in src/renderer/item.store.ts:107

+

Defined in src/renderer/item.store.ts:107

Parameters:

@@ -1796,7 +1796,7 @@

sortItems#

ProtectedsortItems(items: KubeEvent[]): KubeEvent[]

Overrides ItemStore.sortItems

-

Defined in src/renderer/components/+events/event.store.ts:20

+

Defined in src/renderer/components/+events/event.store.ts:20

Parameters:

@@ -1818,7 +1818,7 @@

subscribe(apis?: KubeApi\[]): (Anonymous function)

Inherited from KubeObjectStore.subscribe

Overrides ItemStore.subscribe

-

Defined in src/renderer/kube-object.store.ts:153

+

Defined in src/renderer/kube-object.store.ts:153

Parameters:

@@ -1841,7 +1841,7 @@

toggleSelection#

toggleSelection(item: KubeEvent): void

Inherited from ItemStore.toggleSelection

-

Defined in src/renderer/item.store.ts:117

+

Defined in src/renderer/item.store.ts:117

Parameters:

@@ -1862,7 +1862,7 @@

toggleSelectionAll#

toggleSelectionAll(visibleItems?: KubeEvent[]): void

Inherited from ItemStore.toggleSelectionAll

-

Defined in src/renderer/item.store.ts:127

+

Defined in src/renderer/item.store.ts:127

Parameters:

@@ -1885,7 +1885,7 @@

unselect#

unselect(item: KubeEvent): void

Inherited from ItemStore.unselect

-

Defined in src/renderer/item.store.ts:112

+

Defined in src/renderer/item.store.ts:112

Parameters:

@@ -1906,7 +1906,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:

@@ -1931,13 +1931,13 @@

updateFromEventsBuffer#

ProtectedupdateFromEventsBuffer(): 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


updateItem#

ProtectedupdateItem(item: KubeEvent, request: () => Promise\<KubeEvent>): Promise\

Inherited from ItemStore.updateItem

-

Defined in src/renderer/item.store.ts:88

+

Defined in src/renderer/item.store.ts:88

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/index.html b/latest/extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/index.html index 60358f0af9..7df5f3c5d6 100644 --- a/latest/extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/index.html +++ b/latest/extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/index.html @@ -1263,7 +1263,7 @@ the entire component tree to unmount.

componentDidMount#

componentDidMount(): Promise\

Overrides Icon.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\


componentDidUpdate#

@@ -1442,7 +1442,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/_src_renderer_components__namespaces_namespace_select_.namespaceselect/index.html b/latest/extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/index.html index 9710394bda..1bc58353ce 100644 --- a/latest/extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/index.html +++ b/latest/extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/index.html @@ -1196,11 +1196,11 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


defaultProps#

Static defaultProps: object = defaultProps as object

-

Defined in src/renderer/components/+namespaces/namespace-select.tsx:32

+

Defined in src/renderer/components/+namespaces/namespace-select.tsx:32

Accessors#

options#

• get options(): SelectOption[]

-

Defined in src/renderer/components/+namespaces/namespace-select.tsx:46

+

Defined in src/renderer/components/+namespaces/namespace-select.tsx:46

Returns: SelectOption[]

Methods#

UNSAFE_componentWillMount#

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

componentDidMount#

componentDidMount(): Promise\

Overrides Icon.componentDidMount

-

Defined in src/renderer/components/+namespaces/namespace-select.tsx:35

+

Defined in src/renderer/components/+namespaces/namespace-select.tsx:35

Returns: Promise\


componentDidUpdate#

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

componentWillUnmount#

componentWillUnmount(): void

Overrides Icon.componentWillUnmount

-

Defined in src/renderer/components/+namespaces/namespace-select.tsx:42

+

Defined in src/renderer/components/+namespaces/namespace-select.tsx:42

Returns: void


componentWillUpdate#

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


formatOptionLabel#

formatOptionLabel(option: SelectOption): object

-

Defined in src/renderer/components/+namespaces/namespace-select.tsx:56

+

Defined in src/renderer/components/+namespaces/namespace-select.tsx:56

Parameters:

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

render#

render(): Element

Overrides void

-

Defined in src/renderer/components/+namespaces/namespace-select.tsx:67

+

Defined in src/renderer/components/+namespaces/namespace-select.tsx:67

Returns: Element


setState#

diff --git a/latest/extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/index.html b/latest/extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/index.html index c0d29e8cf5..4b8b48b1f4 100644 --- a/latest/extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/index.html +++ b/latest/extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/index.html @@ -1443,7 +1443,7 @@ lifecycle events from running.

render#

render(): Element

Overrides void

-

Defined in src/renderer/components/+namespaces/namespace-select.tsx:83

+

Defined in src/renderer/components/+namespaces/namespace-select.tsx:83

Returns: Element


setState#

diff --git a/latest/extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/index.html b/latest/extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/index.html index df2a50add9..9c75136a2e 100644 --- a/latest/extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/index.html +++ b/latest/extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/index.html @@ -1314,73 +1314,73 @@

constructor#

+ new NamespaceStore(): NamespaceStore

Overrides KubeObjectStore.constructor

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:19

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:19

Returns: NamespaceStore

Properties#

api#

api: KubeApi\<Namespace> = namespacesApi

Overrides KubeObjectStore.api

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:11

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:11


contextNs#

contextNs: IObservableArray\ = observable.array\()

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:12

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:12


eventsBuffer#

Protected 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 ItemStore.isLoaded

-

Defined in src/renderer/item.store.ts:17

+

Defined in src/renderer/item.store.ts:17


isLoading#

isLoading: boolean = false

Inherited from ItemStore.isLoading

-

Defined in src/renderer/item.store.ts:16

+

Defined in src/renderer/item.store.ts:16


items#

items: IObservableArray\ = observable.array\([], { deep: false })

Inherited from ItemStore.items

-

Defined in src/renderer/item.store.ts:18

+

Defined in src/renderer/item.store.ts:18


limit#

limit: number

Inherited from KubeObjectStore.limit

-

Defined in src/renderer/kube-object.store.ts:14

+

Defined in src/renderer/kube-object.store.ts:14


selectedItemsIds#

selectedItemsIds: ObservableMap\ = observable.map\()

Inherited from ItemStore.selectedItemsIds

-

Defined in src/renderer/item.store.ts:19

+

Defined in src/renderer/item.store.ts:19


storage#

Protected storage: StorageHelper\ = createStorage\("context_ns", this.contextNs)

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:14

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:14

Accessors#

initNamespaces#

• get initNamespaces(): string[]

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:16

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:16

Returns: string[]


selectedItems#

• get selectedItems(): Namespace[]

Inherited from ItemStore.selectedItems

-

Defined in src/renderer/item.store.ts:21

+

Defined in src/renderer/item.store.ts:21

Returns: Namespace[]

Methods#

[Symbol.iterator]#

[Symbol.iterator](): Generator\

Inherited from ItemStore.[Symbol.iterator]

-

Defined in src/renderer/item.store.ts:162

+

Defined in src/renderer/item.store.ts:162

Returns: Generator\


bindWatchEventsUpdater#

ProtectedbindWatchEventsUpdater(delay?: number): IReactionDisposer

Inherited from KubeObjectStore.bindWatchEventsUpdater

-

Defined in src/renderer/kube-object.store.ts:147

+

Defined in src/renderer/kube-object.store.ts:147

Parameters:

@@ -1403,7 +1403,7 @@

create#

create(params: { name: string ; namespace?: string }, data?: Partial\<Namespace>): Promise\<Namespace>

Inherited from KubeObjectStore.create

-

Defined in src/renderer/kube-object.store.ts:120

+

Defined in src/renderer/kube-object.store.ts:120

Parameters:

@@ -1429,7 +1429,7 @@

ProtectedcreateItem(params: { name: string ; namespace?: string }, data?: Partial\<Namespace>): Promise\<Namespace>

Inherited from KubeObjectStore.createItem

Overrides ItemStore.createItem

-

Defined in src/renderer/kube-object.store.ts:116

+

Defined in src/renderer/kube-object.store.ts:116

Parameters:

@@ -1454,7 +1454,7 @@

defaultSorting#

ProtecteddefaultSorting(item: Namespace): string

Inherited from ItemStore.defaultSorting

-

Defined in src/renderer/item.store.ts:14

+

Defined in src/renderer/item.store.ts:14

Parameters:

@@ -1475,7 +1475,7 @@

filterItemsOnLoad#

ProtectedfilterItemsOnLoad(items: Namespace[]): T[]

Inherited from KubeObjectStore.filterItemsOnLoad

-

Defined in src/renderer/kube-object.store.ts:72

+

Defined in src/renderer/kube-object.store.ts:72

Parameters:

@@ -1496,7 +1496,7 @@

getAllByNs#

getAllByNs(namespace: string | string[], strict?: boolean): Namespace[]

Inherited from KubeObjectStore.getAllByNs

-

Defined in src/renderer/kube-object.store.ts:24

+

Defined in src/renderer/kube-object.store.ts:24

Parameters:

@@ -1524,7 +1524,7 @@

getByLabel#

getByLabel(labels: string[] | { [label:string]: string; }): Namespace[]

Inherited from KubeObjectStore.getByLabel

-

Defined in src/renderer/kube-object.store.ts:45

+

Defined in src/renderer/kube-object.store.ts:45

Parameters:

@@ -1546,7 +1546,7 @@

getByName(name: string, namespace?: string): Namespace

Inherited from KubeObjectStore.getByName

Overrides ItemStore.getByName

-

Defined in src/renderer/kube-object.store.ts:33

+

Defined in src/renderer/kube-object.store.ts:33

Parameters:

@@ -1571,7 +1571,7 @@

getByPath#

getByPath(path: string): Namespace

Inherited from KubeObjectStore.getByPath

-

Defined in src/renderer/kube-object.store.ts:41

+

Defined in src/renderer/kube-object.store.ts:41

Parameters:

@@ -1591,12 +1591,12 @@

getContextParams#

getContextParams(): Partial\<IQueryParams>

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:36

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:36

Returns: Partial\<IQueryParams>


getDummyNamespace#

ProtectedgetDummyNamespace(name: string): Namespace

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:58

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:58

Parameters:

@@ -1617,7 +1617,7 @@

getStatuses#

OptionalgetStatuses(items: Namespace[]): Record\

Inherited from KubeObjectStore.getStatuses

-

Defined in src/renderer/kube-object.store.ts:22

+

Defined in src/renderer/kube-object.store.ts:22

Parameters:

@@ -1637,7 +1637,7 @@

hasContext#

hasContext(namespace: string | string[]): boolean

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:75

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:75

Parameters:

@@ -1658,7 +1658,7 @@

isSelected#

isSelected(item: Namespace): boolean

Inherited from ItemStore.isSelected

-

Defined in src/renderer/item.store.ts:102

+

Defined in src/renderer/item.store.ts:102

Parameters:

@@ -1679,7 +1679,7 @@

isSelectedAll#

isSelectedAll(visibleItems?: Namespace[]): boolean

Inherited from ItemStore.isSelectedAll

-

Defined in src/renderer/item.store.ts:137

+

Defined in src/renderer/item.store.ts:137

Parameters:

@@ -1702,7 +1702,7 @@

load#

load(params: { name: string ; namespace?: string }): Promise\<Namespace>

Inherited from KubeObjectStore.load

-

Defined in src/renderer/kube-object.store.ts:99

+

Defined in src/renderer/kube-object.store.ts:99

Parameters:

@@ -1724,13 +1724,13 @@

loadAll(): Promise\

Inherited from KubeObjectStore.loadAll

Overrides ItemStore.loadAll

-

Defined in src/renderer/kube-object.store.ts:77

+

Defined in src/renderer/kube-object.store.ts:77

Returns: Promise\


loadFromPath#

loadFromPath(resourcePath: string): Promise\

Inherited from KubeObjectStore.loadFromPath

-

Defined in src/renderer/kube-object.store.ts:111

+

Defined in src/renderer/kube-object.store.ts:111

Parameters:

@@ -1752,7 +1752,7 @@

ProtectedloadItem(params: { name: string ; namespace?: string }): Promise\<Namespace>

Inherited from KubeObjectStore.loadItem

Overrides ItemStore.loadItem

-

Defined in src/renderer/kube-object.store.ts:94

+

Defined in src/renderer/kube-object.store.ts:94

Parameters:

@@ -1773,7 +1773,7 @@

loadItems#

ProtectedloadItems(namespaces?: string[]): Promise\<Namespace[]>

Overrides KubeObjectStore.loadItems

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:46

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:46

Parameters:

@@ -1794,7 +1794,7 @@

onWatchApiEvent#

ProtectedonWatchApiEvent(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:

@@ -1815,7 +1815,7 @@

remove#

remove(item: Namespace): Promise\

Overrides KubeObjectStore.remove

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:91

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:91

Parameters:

@@ -1836,7 +1836,7 @@

removeItem#

ProtectedremoveItem(item: Namespace, request: () => Promise\): Promise\

Inherited from ItemStore.removeItem

-

Defined in src/renderer/item.store.ts:96

+

Defined in src/renderer/item.store.ts:96

Parameters:

@@ -1862,25 +1862,25 @@

removeSelectedItems(): Promise\

Inherited from KubeObjectStore.removeSelectedItems

Overrides ItemStore.removeSelectedItems

-

Defined in src/renderer/kube-object.store.ts:140

+

Defined in src/renderer/kube-object.store.ts:140

Returns: Promise\


reset#

reset(): void

Overrides ItemStore.reset

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:86

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:86

Returns: void


resetSelection#

resetSelection(): void

Inherited from ItemStore.resetSelection

-

Defined in src/renderer/item.store.ts:143

+

Defined in src/renderer/item.store.ts:143

Returns: void


select#

select(item: Namespace): void

Inherited from ItemStore.select

-

Defined in src/renderer/item.store.ts:107

+

Defined in src/renderer/item.store.ts:107

Parameters:

@@ -1900,7 +1900,7 @@

setContext#

setContext(namespaces: string[]): void

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:71

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:71

Parameters:

@@ -1921,7 +1921,7 @@

sortItems#

ProtectedsortItems(items?: Namespace[], sorting?: (item: Namespace) => any[], order?: \"asc\" | \"desc\"): Namespace[]

Inherited from ItemStore.sortItems

-

Defined in src/renderer/item.store.ts:31

+

Defined in src/renderer/item.store.ts:31

Parameters:

@@ -1955,7 +1955,7 @@

subscribe(apis?: KubeApi\[]): (Anonymous function)

Inherited from KubeObjectStore.subscribe

Overrides ItemStore.subscribe

-

Defined in src/renderer/kube-object.store.ts:153

+

Defined in src/renderer/kube-object.store.ts:153

Parameters:

@@ -1977,7 +1977,7 @@

toggleContext#

toggleContext(namespace: string): void

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:80

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:80

Parameters:

@@ -1998,7 +1998,7 @@

toggleSelection#

toggleSelection(item: Namespace): void

Inherited from ItemStore.toggleSelection

-

Defined in src/renderer/item.store.ts:117

+

Defined in src/renderer/item.store.ts:117

Parameters:

@@ -2019,7 +2019,7 @@

toggleSelectionAll#

toggleSelectionAll(visibleItems?: Namespace[]): void

Inherited from ItemStore.toggleSelectionAll

-

Defined in src/renderer/item.store.ts:127

+

Defined in src/renderer/item.store.ts:127

Parameters:

@@ -2042,7 +2042,7 @@

unselect#

unselect(item: Namespace): void

Inherited from ItemStore.unselect

-

Defined in src/renderer/item.store.ts:112

+

Defined in src/renderer/item.store.ts:112

Parameters:

@@ -2063,7 +2063,7 @@

update#

update(item: Namespace, data: Partial\<Namespace>): Promise\<Namespace>

Inherited from KubeObjectStore.update

-

Defined in src/renderer/kube-object.store.ts:127

+

Defined in src/renderer/kube-object.store.ts:127

Parameters:

@@ -2088,13 +2088,13 @@

updateFromEventsBuffer#

ProtectedupdateFromEventsBuffer(): 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


updateItem#

ProtectedupdateItem(item: Namespace, request: () => Promise\<Namespace>): Promise\

Inherited from ItemStore.updateItem

-

Defined in src/renderer/item.store.ts:88

+

Defined in src/renderer/item.store.ts:88

Parameters:

@@ -2118,7 +2118,7 @@

updateUrl#

ProtectedupdateUrl(namespaces: string[]): void

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:42

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:42

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/index.html b/latest/extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/index.html index a782cc64d7..9c5baa815f 100644 --- a/latest/extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/index.html +++ b/latest/extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/index.html @@ -1306,68 +1306,68 @@

constructor#

+ new PodsStore(): PodsStore

Inherited from KubeObjectStore.constructor

-

Defined in src/renderer/kube-object.store.ts:14

+

Defined in src/renderer/kube-object.store.ts:14

Returns: PodsStore

Properties#

api#

api: PodsApi = podsApi

Overrides KubeObjectStore.api

-

Defined in src/renderer/components/+workloads-pods/pods.store.ts:11

+

Defined in src/renderer/components/+workloads-pods/pods.store.ts:11


eventsBuffer#

Protected 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 ItemStore.isLoaded

-

Defined in src/renderer/item.store.ts:17

+

Defined in src/renderer/item.store.ts:17


isLoading#

isLoading: boolean = false

Inherited from ItemStore.isLoading

-

Defined in src/renderer/item.store.ts:16

+

Defined in src/renderer/item.store.ts:16


items#

items: IObservableArray\ = observable.array\([], { deep: false })

Inherited from ItemStore.items

-

Defined in src/renderer/item.store.ts:18

+

Defined in src/renderer/item.store.ts:18


kubeMetrics#

kubeMetrics: IObservableArray\<PodMetrics> = observable.array\([])

-

Defined in src/renderer/components/+workloads-pods/pods.store.ts:14

+

Defined in src/renderer/components/+workloads-pods/pods.store.ts:14


limit#

limit: number

Inherited from KubeObjectStore.limit

-

Defined in src/renderer/kube-object.store.ts:14

+

Defined in src/renderer/kube-object.store.ts:14


metrics#

metrics: IPodMetrics = null

-

Defined in src/renderer/components/+workloads-pods/pods.store.ts:13

+

Defined in src/renderer/components/+workloads-pods/pods.store.ts:13


selectedItemsIds#

selectedItemsIds: ObservableMap\ = observable.map\()

Inherited from ItemStore.selectedItemsIds

-

Defined in src/renderer/item.store.ts:19

+

Defined in src/renderer/item.store.ts:19

Accessors#

selectedItems#

• get selectedItems(): Pod[]

Inherited from ItemStore.selectedItems

-

Defined in src/renderer/item.store.ts:21

+

Defined in src/renderer/item.store.ts:21

Returns: Pod[]

Methods#

[Symbol.iterator]#

[Symbol.iterator](): Generator\

Inherited from ItemStore.[Symbol.iterator]

-

Defined in src/renderer/item.store.ts:162

+

Defined in src/renderer/item.store.ts:162

Returns: Generator\


bindWatchEventsUpdater#

ProtectedbindWatchEventsUpdater(delay?: number): IReactionDisposer

Inherited from KubeObjectStore.bindWatchEventsUpdater

-

Defined in src/renderer/kube-object.store.ts:147

+

Defined in src/renderer/kube-object.store.ts:147

Parameters:

@@ -1390,7 +1390,7 @@

create#

create(params: { name: string ; namespace?: string }, data?: Partial\<Pod>): Promise\<Pod>

Inherited from KubeObjectStore.create

-

Defined in src/renderer/kube-object.store.ts:120

+

Defined in src/renderer/kube-object.store.ts:120

Parameters:

@@ -1416,7 +1416,7 @@

ProtectedcreateItem(params: { name: string ; namespace?: string }, data?: Partial\<Pod>): Promise\<Pod>

Inherited from KubeObjectStore.createItem

Overrides ItemStore.createItem

-

Defined in src/renderer/kube-object.store.ts:116

+

Defined in src/renderer/kube-object.store.ts:116

Parameters:

@@ -1441,7 +1441,7 @@

defaultSorting#

ProtecteddefaultSorting(item: Pod): string

Inherited from ItemStore.defaultSorting

-

Defined in src/renderer/item.store.ts:14

+

Defined in src/renderer/item.store.ts:14

Parameters:

@@ -1462,7 +1462,7 @@

filterItemsOnLoad#

ProtectedfilterItemsOnLoad(items: Pod[]): T[]

Inherited from KubeObjectStore.filterItemsOnLoad

-

Defined in src/renderer/kube-object.store.ts:72

+

Defined in src/renderer/kube-object.store.ts:72

Parameters:

@@ -1483,7 +1483,7 @@

getAllByNs#

getAllByNs(namespace: string | string[], strict?: boolean): Pod[]

Inherited from KubeObjectStore.getAllByNs

-

Defined in src/renderer/kube-object.store.ts:24

+

Defined in src/renderer/kube-object.store.ts:24

Parameters:

@@ -1511,7 +1511,7 @@

getByLabel#

getByLabel(labels: string[] | { [label:string]: string; }): Pod[]

Inherited from KubeObjectStore.getByLabel

-

Defined in src/renderer/kube-object.store.ts:45

+

Defined in src/renderer/kube-object.store.ts:45

Parameters:

@@ -1533,7 +1533,7 @@

getByName(name: string, namespace?: string): Pod

Inherited from KubeObjectStore.getByName

Overrides ItemStore.getByName

-

Defined in src/renderer/kube-object.store.ts:33

+

Defined in src/renderer/kube-object.store.ts:33

Parameters:

@@ -1558,7 +1558,7 @@

getByPath#

getByPath(path: string): Pod

Inherited from KubeObjectStore.getByPath

-

Defined in src/renderer/kube-object.store.ts:41

+

Defined in src/renderer/kube-object.store.ts:41

Parameters:

@@ -1578,7 +1578,7 @@

getPodKubeMetrics#

getPodKubeMetrics(pod: Pod): object

-

Defined in src/renderer/components/+workloads-pods/pods.store.ts:48

+

Defined in src/renderer/components/+workloads-pods/pods.store.ts:48

Parameters:

@@ -1616,7 +1616,7 @@

getPodsByNode#

getPodsByNode(node: string): Pod[]

-

Defined in src/renderer/components/+workloads-pods/pods.store.ts:39

+

Defined in src/renderer/components/+workloads-pods/pods.store.ts:39

Parameters:

@@ -1636,7 +1636,7 @@

getPodsByOwner#

getPodsByOwner(workload: WorkloadKubeObject): Pod[]

-

Defined in src/renderer/components/+workloads-pods/pods.store.ts:30

+

Defined in src/renderer/components/+workloads-pods/pods.store.ts:30

Parameters:

@@ -1657,7 +1657,7 @@

getStatuses#

getStatuses(pods: Pod[]): Dictionary\

Overrides KubeObjectStore.getStatuses

-

Defined in src/renderer/components/+workloads-pods/pods.store.ts:44

+

Defined in src/renderer/components/+workloads-pods/pods.store.ts:44

Parameters:

@@ -1678,7 +1678,7 @@

isSelected#

isSelected(item: Pod): boolean

Inherited from ItemStore.isSelected

-

Defined in src/renderer/item.store.ts:102

+

Defined in src/renderer/item.store.ts:102

Parameters:

@@ -1699,7 +1699,7 @@

isSelectedAll#

isSelectedAll(visibleItems?: Pod[]): boolean

Inherited from ItemStore.isSelectedAll

-

Defined in src/renderer/item.store.ts:137

+

Defined in src/renderer/item.store.ts:137

Parameters:

@@ -1722,7 +1722,7 @@

load#

load(params: { name: string ; namespace?: string }): Promise\<Pod>

Inherited from KubeObjectStore.load

-

Defined in src/renderer/kube-object.store.ts:99

+

Defined in src/renderer/kube-object.store.ts:99

Parameters:

@@ -1744,12 +1744,12 @@

loadAll(): Promise\

Inherited from KubeObjectStore.loadAll

Overrides ItemStore.loadAll

-

Defined in src/renderer/kube-object.store.ts:77

+

Defined in src/renderer/kube-object.store.ts:77

Returns: Promise\


loadContainerMetrics#

loadContainerMetrics(pod: Pod): Promise\<IPodMetrics\<IMetrics>>

-

Defined in src/renderer/components/+workloads-pods/pods.store.ts:21

+

Defined in src/renderer/components/+workloads-pods/pods.store.ts:21

Parameters:

@@ -1770,7 +1770,7 @@

loadFromPath#

loadFromPath(resourcePath: string): Promise\

Inherited from KubeObjectStore.loadFromPath

-

Defined in src/renderer/kube-object.store.ts:111

+

Defined in src/renderer/kube-object.store.ts:111

Parameters:

@@ -1792,7 +1792,7 @@

ProtectedloadItem(params: { name: string ; namespace?: string }): Promise\<Pod>

Inherited from KubeObjectStore.loadItem

Overrides ItemStore.loadItem

-

Defined in src/renderer/kube-object.store.ts:94

+

Defined in src/renderer/kube-object.store.ts:94

Parameters:

@@ -1814,7 +1814,7 @@

ProtectedloadItems(allowedNamespaces?: string[]): Promise\<Pod[]>

Inherited from KubeObjectStore.loadItems

Overrides ItemStore.loadItems

-

Defined in src/renderer/kube-object.store.ts:60

+

Defined in src/renderer/kube-object.store.ts:60

Parameters:

@@ -1834,7 +1834,7 @@

loadKubeMetrics#

loadKubeMetrics(namespace?: string): Promise\

-

Defined in src/renderer/components/+workloads-pods/pods.store.ts:25

+

Defined in src/renderer/components/+workloads-pods/pods.store.ts:25

Parameters:

@@ -1854,7 +1854,7 @@

loadMetrics#

loadMetrics(pod: Pod): Promise\

-

Defined in src/renderer/components/+workloads-pods/pods.store.ts:17

+

Defined in src/renderer/components/+workloads-pods/pods.store.ts:17

Parameters:

@@ -1875,7 +1875,7 @@

onWatchApiEvent#

ProtectedonWatchApiEvent(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:

@@ -1896,7 +1896,7 @@

remove#

remove(item: Pod): Promise\

Inherited from KubeObjectStore.remove

-

Defined in src/renderer/kube-object.store.ts:134

+

Defined in src/renderer/kube-object.store.ts:134

Parameters:

@@ -1917,7 +1917,7 @@

removeItem#

ProtectedremoveItem(item: Pod, request: () => Promise\): Promise\

Inherited from ItemStore.removeItem

-

Defined in src/renderer/item.store.ts:96

+

Defined in src/renderer/item.store.ts:96

Parameters:

@@ -1943,25 +1943,25 @@

removeSelectedItems(): Promise\

Inherited from KubeObjectStore.removeSelectedItems

Overrides ItemStore.removeSelectedItems

-

Defined in src/renderer/kube-object.store.ts:140

+

Defined in src/renderer/kube-object.store.ts:140

Returns: Promise\


reset#

reset(): void

Overrides ItemStore.reset

-

Defined in src/renderer/components/+workloads-pods/pods.store.ts:73

+

Defined in src/renderer/components/+workloads-pods/pods.store.ts:73

Returns: void


resetSelection#

resetSelection(): void

Inherited from ItemStore.resetSelection

-

Defined in src/renderer/item.store.ts:143

+

Defined in src/renderer/item.store.ts:143

Returns: void


select#

select(item: Pod): void

Inherited from ItemStore.select

-

Defined in src/renderer/item.store.ts:107

+

Defined in src/renderer/item.store.ts:107

Parameters:

@@ -1982,7 +1982,7 @@

sortItems#

ProtectedsortItems(items?: Pod[], sorting?: (item: Pod) => any[], order?: \"asc\" | \"desc\"): Pod[]

Inherited from ItemStore.sortItems

-

Defined in src/renderer/item.store.ts:31

+

Defined in src/renderer/item.store.ts:31

Parameters:

@@ -2016,7 +2016,7 @@

subscribe(apis?: KubeApi\[]): (Anonymous function)

Inherited from KubeObjectStore.subscribe

Overrides ItemStore.subscribe

-

Defined in src/renderer/kube-object.store.ts:153

+

Defined in src/renderer/kube-object.store.ts:153

Parameters:

@@ -2039,7 +2039,7 @@

toggleSelection#

toggleSelection(item: Pod): void

Inherited from ItemStore.toggleSelection

-

Defined in src/renderer/item.store.ts:117

+

Defined in src/renderer/item.store.ts:117

Parameters:

@@ -2060,7 +2060,7 @@

toggleSelectionAll#

toggleSelectionAll(visibleItems?: Pod[]): void

Inherited from ItemStore.toggleSelectionAll

-

Defined in src/renderer/item.store.ts:127

+

Defined in src/renderer/item.store.ts:127

Parameters:

@@ -2083,7 +2083,7 @@

unselect#

unselect(item: Pod): void

Inherited from ItemStore.unselect

-

Defined in src/renderer/item.store.ts:112

+

Defined in src/renderer/item.store.ts:112

Parameters:

@@ -2104,7 +2104,7 @@

update#

update(item: Pod, data: Partial\<Pod>): Promise\<Pod>

Inherited from KubeObjectStore.update

-

Defined in src/renderer/kube-object.store.ts:127

+

Defined in src/renderer/kube-object.store.ts:127

Parameters:

@@ -2129,13 +2129,13 @@

updateFromEventsBuffer#

ProtectedupdateFromEventsBuffer(): 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


updateItem#

ProtectedupdateItem(item: Pod, request: () => Promise\<Pod>): Promise\

Inherited from ItemStore.updateItem

-

Defined in src/renderer/item.store.ts:88

+

Defined in src/renderer/item.store.ts:88

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/index.html b/latest/extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/index.html index 3040b46953..d7b367f2c4 100644 --- a/latest/extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/index.html @@ -1170,7 +1170,7 @@

constructor#

+ new AceEditor(props: Props): AceEditor

Overrides Tooltip.constructor

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:44

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:44

Parameters:

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


themeSwitcher#

themeSwitcher: IReactionDisposer = reaction(() => themeStore.activeTheme, () => { this.setTheme(this.theme); })

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:55

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:55


contextType#

Static Optional contextType: Context\

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


defaultProps#

Static defaultProps: object = defaultProps as object

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:41

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:41

Accessors#

theme#

• get theme(): \"dreamweaver\" | \"terminal\"

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:59

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:59

Returns: \"dreamweaver\" | \"terminal\"

Methods#

UNSAFE_componentWillMount#

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

componentDidMount#

componentDidMount(): Promise\

Overrides Icon.componentDidMount

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:68

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:68

Returns: Promise\


componentDidUpdate#

componentDidUpdate(): void

Overrides Tooltip.componentDidUpdate

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:92

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:92

Returns: void


componentWillMount#

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

componentWillUnmount#

componentWillUnmount(): void

Overrides Icon.componentWillUnmount

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:102

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:102

Returns: void


componentWillUpdate#

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


focus#

focus(): void

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:114

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:114

Returns: void


forceUpdate#

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


getValue#

getValue(): string

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:120

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:120

Returns: string


onChange#

onChange(delta: Delta): void

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:154

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:154

Parameters:

@@ -1549,23 +1549,23 @@ lifecycle events from running.


onCursorPosChange#

onCursorPosChange(): void

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:146

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:146

Returns: void


render#

render(): Element

Overrides void

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:161

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:161

Returns: Element


resize#

resize(): void

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:108

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:108

Returns: void


setCursorPos#

setCursorPos(pos: Point): void

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:136

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:136

Parameters:

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


setMode#

setMode(mode: string): Promise\

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:128

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:128

Parameters:

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


setTheme#

setTheme(theme: string): Promise\

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:132

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:132

Parameters:

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


setValue#

setValue(value: string, cursorPos?: number): string

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:124

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:124

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/index.html b/latest/extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/index.html index 7d7f4f5a88..658567b566 100644 --- a/latest/extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/index.html @@ -1220,12 +1220,12 @@ lifecycle events from running.


render#

render(): Element

-

Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:45

+

Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:45

Returns: Element


renderButtons#

renderButtons(): Element[]

-

Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:16

+

Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:16

Returns: Element[]


shouldComponentUpdate#

diff --git a/latest/extensions/api/classes/_src_renderer_components_animate_animate_.animate/index.html b/latest/extensions/api/classes/_src_renderer_components_animate_animate_.animate/index.html index e94f612b61..70cd1a4358 100644 --- a/latest/extensions/api/classes/_src_renderer_components_animate_animate_.animate/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_animate_animate_.animate/index.html @@ -1231,7 +1231,7 @@ Should be used with type annotation or static contextType.


isVisible#

isVisible: boolean = !!this.props.enter

-

Defined in src/renderer/components/animate/animate.tsx:27

+

Defined in src/renderer/components/animate/animate.tsx:27


props#

Readonly props: Readonly\<AnimateProps> & Readonly\<{ children?: ReactNode }>

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


VISIBILITY_DELAY_MS#

Static VISIBILITY_DELAY_MS: number = 0

-

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

+

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


contextType#

Static Optional contextType: Context\

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

Accessors#

contentElem#

• get contentElem(): ReactElement\, string \| (props: P) => ReactElement | null | {}>

-

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

+

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

Returns: ReactElement\, string \| (props: P) => ReactElement | null | {}>

Methods#

UNSAFE_componentWillMount#

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

componentDidMount#

componentDidMount(): void

Overrides Icon.componentDidMount

-

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

+

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

Returns: void


componentDidUpdate#

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


enter#

enter(): void

-

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

+

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

Returns: void


forceUpdate#

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


leave#

leave(): void

-

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

+

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

Returns: void


onTransitionEnd#

onTransitionEnd(evt: TransitionEvent): void

-

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

+

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

Parameters:

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

render#

render(): ReactElement\, string \| (props: P) => ReactElement | null | {}>

Overrides void

-

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

+

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

Returns: ReactElement\, string \| (props: P) => ReactElement | null | {}>


reset#

reset(): void

-

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

+

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

Returns: void


setState#

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

Object literals#

statusClassName#

statusClassName: object

-

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

+

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

Properties:

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


defaultProps#

Static defaultProps: object

-

Defined in src/renderer/components/animate/animate.tsx:20

+

Defined in src/renderer/components/animate/animate.tsx:20

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_badge_badge_.badge/index.html b/latest/extensions/api/classes/_src_renderer_components_badge_badge_.badge/index.html index 7973a6cd7e..6236d70098 100644 --- a/latest/extensions/api/classes/_src_renderer_components_badge_badge_.badge/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_badge_badge_.badge/index.html @@ -1443,7 +1443,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/_src_renderer_components_button_button_.button/index.html b/latest/extensions/api/classes/_src_renderer_components_button_button_.button/index.html index b259ebacbe..7eb52231ff 100644 --- a/latest/extensions/api/classes/_src_renderer_components_button_button_.button/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_button_button_.button/index.html @@ -1212,7 +1212,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


shouldComponentUpdate#

diff --git a/latest/extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/index.html b/latest/extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/index.html index 56cb6a6340..1ce047d991 100644 --- a/latest/extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/index.html @@ -1228,12 +1228,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\): void

-

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

+

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

Parameters:

@@ -1253,7 +1253,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


shouldComponentUpdate#

diff --git a/latest/extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/index.html b/latest/extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/index.html index 3f019a384a..a702396bda 100644 --- a/latest/extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/index.html @@ -1239,7 +1239,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#

Readonly props: Readonly\<ConfirmDialogProps> & Readonly\<{ children?: ReactNode }>

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


isOpen#

Static 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


params#

Static 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#

UNSAFE_componentWillMount#

@@ -1378,7 +1378,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


componentDidCatch#

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


ok#

ok(): Promise\

-

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

+

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

Returns: Promise\


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#

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


close#

Staticclose(): 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


open#

Staticopen(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:

@@ -1706,7 +1706,7 @@ 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

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/index.html b/latest/extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/index.html index cfedd059e1..1ad5b855a7 100644 --- a/latest/extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/index.html @@ -1105,16 +1105,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#

UNSAFE_componentWillMount#

@@ -1205,7 +1205,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


componentDidCatch#

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

componentDidMount#

componentDidMount(): void

Overrides Icon.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 Tooltip.componentDidUpdate

-

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

+

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

Parameters:

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

componentWillUnmount#

componentWillUnmount(): void

Overrides Icon.componentWillUnmount

-

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

+

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

Returns: void


componentWillUpdate#

@@ -1383,7 +1383,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:

@@ -1403,12 +1403,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:

@@ -1428,17 +1428,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


shouldComponentUpdate#

@@ -1478,7 +1478,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:

@@ -1498,7 +1498,7 @@ 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

Properties:

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


defaultProps#

Static defaultProps: object

-

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

+

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

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/index.html b/latest/extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/index.html index 5a29e3539a..d0772b071b 100644 --- a/latest/extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/index.html @@ -1128,73 +1128,73 @@

Constructors#

constructor#

+ new DockStore(): DockStore

-

Defined in src/renderer/components/dock/dock.store.ts:55

+

Defined in src/renderer/components/dock/dock.store.ts:55

Returns: DockStore

Properties#

defaultTabId#

Readonly defaultTabId: string = this.initialTabs[0].id

-

Defined in src/renderer/components/dock/dock.store.ts:31

+

Defined in src/renderer/components/dock/dock.store.ts:31


fullSize#

fullSize: boolean = false

-

Defined in src/renderer/components/dock/dock.store.ts:35

+

Defined in src/renderer/components/dock/dock.store.ts:35


height#

height: number = this.defaultHeight

-

Defined in src/renderer/components/dock/dock.store.ts:36

+

Defined in src/renderer/components/dock/dock.store.ts:36


initialTabs#

Protected initialTabs: IDockTab[] = [ { id: "terminal", kind: TabKind.TERMINAL, title: "Terminal" }, ]

-

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

+

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


isOpen#

isOpen: boolean = false

-

Defined in src/renderer/components/dock/dock.store.ts:34

+

Defined in src/renderer/components/dock/dock.store.ts:34


minHeight#

Readonly minHeight: 100 = 100

-

Defined in src/renderer/components/dock/dock.store.ts:32

+

Defined in src/renderer/components/dock/dock.store.ts:32


selectedTabId#

selectedTabId: string = this.defaultTabId

-

Defined in src/renderer/components/dock/dock.store.ts:38

+

Defined in src/renderer/components/dock/dock.store.ts:38


storage#

Protected storage: StorageHelper\<{}> = createStorage("dock", {})

-

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

+

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


tabs#

tabs: IObservableArray\<IDockTab> = observable.array\(this.initialTabs)

-

Defined in src/renderer/components/dock/dock.store.ts:37

+

Defined in src/renderer/components/dock/dock.store.ts:37

Accessors#

defaultHeight#

• get defaultHeight(): number

-

Defined in src/renderer/components/dock/dock.store.ts:44

+

Defined in src/renderer/components/dock/dock.store.ts:44

Returns: number


maxHeight#

• get maxHeight(): number

-

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

+

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

Returns: number


selectedTab#

• get selectedTab(): IDockTab

-

Defined in src/renderer/components/dock/dock.store.ts:40

+

Defined in src/renderer/components/dock/dock.store.ts:40

Returns: IDockTab

Methods#

checkMaxHeight#

ProtectedcheckMaxHeight(): void

-

Defined in src/renderer/components/dock/dock.store.ts:73

+

Defined in src/renderer/components/dock/dock.store.ts:73

Returns: void


close#

close(): void

-

Defined in src/renderer/components/dock/dock.store.ts:103

+

Defined in src/renderer/components/dock/dock.store.ts:103

Returns: void


closeTab#

closeTab(tabId: TabId): Promise\

-

Defined in src/renderer/components/dock/dock.store.ts:150

+

Defined in src/renderer/components/dock/dock.store.ts:150

Parameters:

@@ -1214,7 +1214,7 @@

createTab#

createTab(anonTab: IDockTab, addNumber?: boolean): IDockTab

-

Defined in src/renderer/components/dock/dock.store.ts:136

+

Defined in src/renderer/components/dock/dock.store.ts:136

Parameters:

@@ -1241,7 +1241,7 @@

getNewTabNumber#

ProtectedgetNewTabNumber(kind: TabKind): number

-

Defined in src/renderer/components/dock/dock.store.ts:123

+

Defined in src/renderer/components/dock/dock.store.ts:123

Parameters:

@@ -1261,7 +1261,7 @@

getTabById#

getTabById(tabId: TabId): IDockTab

-

Defined in src/renderer/components/dock/dock.store.ts:119

+

Defined in src/renderer/components/dock/dock.store.ts:119

Parameters:

@@ -1281,12 +1281,12 @@

hasTabs#

hasTabs(): boolean

-

Defined in src/renderer/components/dock/dock.store.ts:90

+

Defined in src/renderer/components/dock/dock.store.ts:90

Returns: boolean


onResize#

onResize(callback: () => void, options?: IReactionOptions): IReactionDisposer

-

Defined in src/renderer/components/dock/dock.store.ts:82

+

Defined in src/renderer/components/dock/dock.store.ts:82

Parameters:

@@ -1310,7 +1310,7 @@

onTabChange#

onTabChange(callback: (tabId: TabId) => void, options?: IReactionOptions): IReactionDisposer

-

Defined in src/renderer/components/dock/dock.store.ts:86

+

Defined in src/renderer/components/dock/dock.store.ts:86

Parameters:

@@ -1334,7 +1334,7 @@

open#

open(fullSize?: boolean): void

-

Defined in src/renderer/components/dock/dock.store.ts:95

+

Defined in src/renderer/components/dock/dock.store.ts:95

Parameters:

@@ -1354,12 +1354,12 @@

reset#

reset(): void

-

Defined in src/renderer/components/dock/dock.store.ts:184

+

Defined in src/renderer/components/dock/dock.store.ts:184

Returns: void


selectTab#

selectTab(tabId: TabId): void

-

Defined in src/renderer/components/dock/dock.store.ts:174

+

Defined in src/renderer/components/dock/dock.store.ts:174

Parameters:

@@ -1379,7 +1379,7 @@

setHeight#

setHeight(height?: number): void

-

Defined in src/renderer/components/dock/dock.store.ts:179

+

Defined in src/renderer/components/dock/dock.store.ts:179

Parameters:

@@ -1399,12 +1399,12 @@

toggle#

toggle(): void

-

Defined in src/renderer/components/dock/dock.store.ts:108

+

Defined in src/renderer/components/dock/dock.store.ts:108

Returns: void


toggleFillSize#

toggleFillSize(): void

-

Defined in src/renderer/components/dock/dock.store.ts:114

+

Defined in src/renderer/components/dock/dock.store.ts:114

Returns: void

diff --git a/latest/extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/index.html b/latest/extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/index.html index f05040ba19..0badf78553 100644 --- a/latest/extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/index.html @@ -969,7 +969,7 @@

Constructors#

constructor#

+ new DockTabStore(options?: Options\): DockTabStore

-

Defined in src/renderer/components/dock/dock-tab.store.ts:12

+

Defined in src/renderer/components/dock/dock-tab.store.ts:12

Parameters:

@@ -991,15 +991,15 @@

Properties#

data#

Protected data: ObservableMap\ = observable.map\([])

-

Defined in src/renderer/components/dock/dock-tab.store.ts:12

+

Defined in src/renderer/components/dock/dock-tab.store.ts:12


options#

Protected options: Options\

-

Defined in src/renderer/components/dock/dock-tab.store.ts:14

+

Defined in src/renderer/components/dock/dock-tab.store.ts:14

Methods#

clearData#

clearData(tabId: TabId): void

-

Defined in src/renderer/components/dock/dock-tab.store.ts:51

+

Defined in src/renderer/components/dock/dock-tab.store.ts:51

Parameters:

@@ -1019,7 +1019,7 @@

getData#

getData(tabId: TabId): T

-

Defined in src/renderer/components/dock/dock-tab.store.ts:43

+

Defined in src/renderer/components/dock/dock-tab.store.ts:43

Parameters:

@@ -1039,17 +1039,17 @@

reset#

reset(): void

-

Defined in src/renderer/components/dock/dock-tab.store.ts:55

+

Defined in src/renderer/components/dock/dock-tab.store.ts:55

Returns: void


serializeData#

ProtectedserializeData(): (string | Partial\)[][]

-

Defined in src/renderer/components/dock/dock-tab.store.ts:35

+

Defined in src/renderer/components/dock/dock-tab.store.ts:35

Returns: (string | Partial\)[][]


setData#

setData(tabId: TabId, data: T): void

-

Defined in src/renderer/components/dock/dock-tab.store.ts:47

+

Defined in src/renderer/components/dock/dock-tab.store.ts:47

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/index.html b/latest/extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/index.html index e5a07942d0..2716f5d23a 100644 --- a/latest/extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/index.html @@ -955,23 +955,23 @@

constructor#

+ new EditResourceStore(): EditResourceStore

Overrides DockTabStore.constructor

-

Defined in src/renderer/components/dock/edit-resource.store.ts:15

+

Defined in src/renderer/components/dock/edit-resource.store.ts:15

Returns: EditResourceStore

Properties#

data#

Protected data: ObservableMap\ = observable.map\([])

Inherited from DockTabStore.data

-

Defined in src/renderer/components/dock/dock-tab.store.ts:12

+

Defined in src/renderer/components/dock/dock-tab.store.ts:12


options#

Protected options: Options\<KubeEditResource>

Inherited from DockTabStore.options

-

Defined in src/renderer/components/dock/dock-tab.store.ts:14

+

Defined in src/renderer/components/dock/dock-tab.store.ts:14

Methods#

clearData#

clearData(tabId: TabId): void

Inherited from DockTabStore.clearData

-

Defined in src/renderer/components/dock/dock-tab.store.ts:51

+

Defined in src/renderer/components/dock/dock-tab.store.ts:51

Parameters:

@@ -992,7 +992,7 @@

getData#

getData(tabId: TabId): T

Inherited from DockTabStore.getData

-

Defined in src/renderer/components/dock/dock-tab.store.ts:43

+

Defined in src/renderer/components/dock/dock-tab.store.ts:43

Parameters:

@@ -1012,7 +1012,7 @@

getTabByResource#

getTabByResource(object: KubeObject): IDockTab

-

Defined in src/renderer/components/dock/edit-resource.store.ts:49

+

Defined in src/renderer/components/dock/edit-resource.store.ts:49

Parameters:

@@ -1033,19 +1033,19 @@

reset#

reset(): void

Overrides DockTabStore.reset

-

Defined in src/renderer/components/dock/edit-resource.store.ts:56

+

Defined in src/renderer/components/dock/edit-resource.store.ts:56

Returns: void


serializeData#

ProtectedserializeData(): (string | Partial\)[][]

Inherited from DockTabStore.serializeData

-

Defined in src/renderer/components/dock/dock-tab.store.ts:35

+

Defined in src/renderer/components/dock/dock-tab.store.ts:35

Returns: (string | Partial\)[][]


setData#

setData(tabId: TabId, data: KubeEditResource): void

Inherited from DockTabStore.setData

-

Defined in src/renderer/components/dock/dock-tab.store.ts:47

+

Defined in src/renderer/components/dock/dock-tab.store.ts:47

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/index.html b/latest/extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/index.html index ddb5019d4f..660bf9a466 100644 --- a/latest/extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/index.html @@ -1058,30 +1058,30 @@

constructor#

+ new PodLogsStore(): PodLogsStore

Overrides DockTabStore.constructor

-

Defined in src/renderer/components/dock/pod-logs.store.ts:34

+

Defined in src/renderer/components/dock/pod-logs.store.ts:34

Returns: PodLogsStore

Properties#

data#

Protected data: ObservableMap\ = observable.map\([])

Inherited from DockTabStore.data

-

Defined in src/renderer/components/dock/dock-tab.store.ts:12

+

Defined in src/renderer/components/dock/dock-tab.store.ts:12


logs#

logs: ObservableMap\ = observable.map\()

-

Defined in src/renderer/components/dock/pod-logs.store.ts:33

+

Defined in src/renderer/components/dock/pod-logs.store.ts:33


newLogSince#

newLogSince: ObservableMap\ = observable.map\()

-

Defined in src/renderer/components/dock/pod-logs.store.ts:34

+

Defined in src/renderer/components/dock/pod-logs.store.ts:34


options#

Protected options: Options\<IPodLogsData>

Inherited from DockTabStore.options

-

Defined in src/renderer/components/dock/dock-tab.store.ts:14

+

Defined in src/renderer/components/dock/dock-tab.store.ts:14

Accessors#

lines#

• get lines(): number

-

Defined in src/renderer/components/dock/pod-logs.store.ts:139

+

Defined in src/renderer/components/dock/pod-logs.store.ts:139

Converts logs into a string array

Returns: number

Length of log lines

@@ -1089,7 +1089,7 @@

clearData#

clearData(tabId: TabId): void

Overrides DockTabStore.clearData

-

Defined in src/renderer/components/dock/pod-logs.store.ts:170

+

Defined in src/renderer/components/dock/pod-logs.store.ts:170

Parameters:

@@ -1109,7 +1109,7 @@

clearLogs#

clearLogs(tabId: TabId): void

-

Defined in src/renderer/components/dock/pod-logs.store.ts:166

+

Defined in src/renderer/components/dock/pod-logs.store.ts:166

Parameters:

@@ -1130,7 +1130,7 @@

getData#

getData(tabId: TabId): T

Inherited from DockTabStore.getData

-

Defined in src/renderer/components/dock/dock-tab.store.ts:43

+

Defined in src/renderer/components/dock/dock-tab.store.ts:43

Parameters:

@@ -1150,7 +1150,7 @@

getLastSinceTime#

getLastSinceTime(tabId: TabId): string

-

Defined in src/renderer/components/dock/pod-logs.store.ts:150

+

Defined in src/renderer/components/dock/pod-logs.store.ts:150

It gets timestamps from all logs then returns last one + 1 second (this allows to avoid getting the last stamp in the selection)

Parameters:

@@ -1174,7 +1174,7 @@

getTimestamps#

getTimestamps(logs: string): RegExpMatchArray

-

Defined in src/renderer/components/dock/pod-logs.store.ts:158

+

Defined in src/renderer/components/dock/pod-logs.store.ts:158

Parameters:

@@ -1194,7 +1194,7 @@

load#

load(tabId: TabId): Promise\

-

Defined in src/renderer/components/dock/pod-logs.store.ts:66

+

Defined in src/renderer/components/dock/pod-logs.store.ts:66

Function prepares tailLines param for passing to API request Each time it increasing it's number, caused to fetch more logs. Also, it handles loading errors, rewriting whole logs with error @@ -1220,7 +1220,7 @@ messages


loadLogs#

loadLogs(tabId: TabId, params: Partial\<IPodLogsQuery>): Promise\

-

Defined in src/renderer/components/dock/pod-logs.store.ts:106

+

Defined in src/renderer/components/dock/pod-logs.store.ts:106

Main logs loading function adds necessary data to payload and makes an API request

Parameters:

@@ -1250,7 +1250,7 @@ an API request


loadMore#

loadMore(tabId: TabId): Promise\

-

Defined in src/renderer/components/dock/pod-logs.store.ts:89

+

Defined in src/renderer/components/dock/pod-logs.store.ts:89

Function is used to refreser/stream-like requests. It changes 'sinceTime' param each time allowing to fetch logs starting from last line recieved.

@@ -1275,7 +1275,7 @@ starting from last line recieved.


removeTimestamps#

removeTimestamps(logs: string): string

-

Defined in src/renderer/components/dock/pod-logs.store.ts:162

+

Defined in src/renderer/components/dock/pod-logs.store.ts:162

Parameters:

@@ -1296,19 +1296,19 @@ starting from last line recieved.

reset#

reset(): void

Inherited from DockTabStore.reset

-

Defined in src/renderer/components/dock/dock-tab.store.ts:55

+

Defined in src/renderer/components/dock/dock-tab.store.ts:55

Returns: void


serializeData#

ProtectedserializeData(): (string | Partial\)[][]

Inherited from DockTabStore.serializeData

-

Defined in src/renderer/components/dock/dock-tab.store.ts:35

+

Defined in src/renderer/components/dock/dock-tab.store.ts:35

Returns: (string | Partial\)[][]


setData#

setData(tabId: TabId, data: IPodLogsData): void

Inherited from DockTabStore.setData

-

Defined in src/renderer/components/dock/dock-tab.store.ts:47

+

Defined in src/renderer/components/dock/dock-tab.store.ts:47

Parameters:

@@ -1332,7 +1332,7 @@ starting from last line recieved.


setNewLogSince#

setNewLogSince(tabId: TabId): void

-

Defined in src/renderer/components/dock/pod-logs.store.ts:128

+

Defined in src/renderer/components/dock/pod-logs.store.ts:128

Sets newLogSince separator timestamp to split old logs from new ones

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/index.html b/latest/extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/index.html index a44a97099e..4539e14772 100644 --- a/latest/extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/index.html @@ -1136,7 +1136,7 @@

Constructors#

constructor#

+ new Terminal(tabId: TabId, api: TerminalApi): Terminal

-

Defined in src/renderer/components/dock/terminal.ts:57

+

Defined in src/renderer/components/dock/terminal.ts:57

Parameters:

@@ -1160,54 +1160,54 @@

Properties#

api#

Protected api: TerminalApi

-

Defined in src/renderer/components/dock/terminal.ts:59

+

Defined in src/renderer/components/dock/terminal.ts:59


disposers#

disposers: Function[] = []

-

Defined in src/renderer/components/dock/terminal.ts:33

+

Defined in src/renderer/components/dock/terminal.ts:33


fitAddon#

fitAddon: FitAddon

-

Defined in src/renderer/components/dock/terminal.ts:31

+

Defined in src/renderer/components/dock/terminal.ts:31


fitLazy#

fitLazy: (Anonymous function) & Cancelable = debounce(this.fit, 250)

-

Defined in src/renderer/components/dock/terminal.ts:131

+

Defined in src/renderer/components/dock/terminal.ts:131


scrollPos#

scrollPos: number = 0

-

Defined in src/renderer/components/dock/terminal.ts:32

+

Defined in src/renderer/components/dock/terminal.ts:32


tabId#

tabId: TabId

-

Defined in src/renderer/components/dock/terminal.ts:59

+

Defined in src/renderer/components/dock/terminal.ts:59


xterm#

xterm: XTerm

-

Defined in src/renderer/components/dock/terminal.ts:30

+

Defined in src/renderer/components/dock/terminal.ts:30


spawningPool#

Static spawningPool: HTMLElement

-

Defined in src/renderer/components/dock/terminal.ts:11

+

Defined in src/renderer/components/dock/terminal.ts:11

Accessors#

elem#

• get elem(): HTMLElement

-

Defined in src/renderer/components/dock/terminal.ts:51

+

Defined in src/renderer/components/dock/terminal.ts:51

Returns: HTMLElement


isActive#

• get isActive(): boolean

-

Defined in src/renderer/components/dock/terminal.ts:63

+

Defined in src/renderer/components/dock/terminal.ts:63

Returns: boolean


viewport#

• get viewport(): Element

-

Defined in src/renderer/components/dock/terminal.ts:55

+

Defined in src/renderer/components/dock/terminal.ts:55

Returns: Element

Methods#

attachTo#

attachTo(parentElem: HTMLElement): void

-

Defined in src/renderer/components/dock/terminal.ts:68

+

Defined in src/renderer/components/dock/terminal.ts:68

Parameters:

@@ -1227,32 +1227,32 @@

destroy#

destroy(): void

-

Defined in src/renderer/components/dock/terminal.ts:115

+

Defined in src/renderer/components/dock/terminal.ts:115

Returns: void


detach#

detach(): void

-

Defined in src/renderer/components/dock/terminal.ts:73

+

Defined in src/renderer/components/dock/terminal.ts:73

Returns: void


fit#

fit(): void

-

Defined in src/renderer/components/dock/terminal.ts:123

+

Defined in src/renderer/components/dock/terminal.ts:123

Returns: void


focus#

focus(): void

-

Defined in src/renderer/components/dock/terminal.ts:133

+

Defined in src/renderer/components/dock/terminal.ts:133

Returns: void


init#

init(): Promise\

-

Defined in src/renderer/components/dock/terminal.ts:77

+

Defined in src/renderer/components/dock/terminal.ts:77

Returns: Promise\


keyHandler#

keyHandler(evt: KeyboardEvent): boolean

-

Defined in src/renderer/components/dock/terminal.ts:169

+

Defined in src/renderer/components/dock/terminal.ts:169

Parameters:

@@ -1272,12 +1272,12 @@

onActivate#

onActivate(): void

-

Defined in src/renderer/components/dock/terminal.ts:159

+

Defined in src/renderer/components/dock/terminal.ts:159

Returns: void


onApiData#

onApiData(data: string): void

-

Defined in src/renderer/components/dock/terminal.ts:137

+

Defined in src/renderer/components/dock/terminal.ts:137

Parameters:

@@ -1297,12 +1297,12 @@

onClear#

onClear(): void

-

Defined in src/renderer/components/dock/terminal.ts:150

+

Defined in src/renderer/components/dock/terminal.ts:150

Returns: void


onClickLink(evt: MouseEvent, link: string): void

-

Defined in src/renderer/components/dock/terminal.ts:165

+

Defined in src/renderer/components/dock/terminal.ts:165

Parameters:

@@ -1326,7 +1326,7 @@

onData#

onData(data: string): void

-

Defined in src/renderer/components/dock/terminal.ts:141

+

Defined in src/renderer/components/dock/terminal.ts:141

Parameters:

@@ -1346,17 +1346,17 @@

onResize#

onResize(): void

-

Defined in src/renderer/components/dock/terminal.ts:154

+

Defined in src/renderer/components/dock/terminal.ts:154

Returns: void


onScroll#

onScroll(): void

-

Defined in src/renderer/components/dock/terminal.ts:146

+

Defined in src/renderer/components/dock/terminal.ts:146

Returns: void


setTheme#

ProtectedsetTheme(colors: Record\): void

-

Defined in src/renderer/components/dock/terminal.ts:36

+

Defined in src/renderer/components/dock/terminal.ts:36

Parameters:

@@ -1376,12 +1376,12 @@

init#

Staticinit(): void

-

Defined in src/renderer/components/dock/terminal.ts:13

+

Defined in src/renderer/components/dock/terminal.ts:13

Returns: void


preloadFonts#

StaticpreloadFonts(): Promise\

-

Defined in src/renderer/components/dock/terminal.ts:23

+

Defined in src/renderer/components/dock/terminal.ts:23

Returns: Promise\

diff --git a/latest/extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/index.html b/latest/extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/index.html index 2096fc1138..e470c69195 100644 --- a/latest/extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/index.html @@ -969,20 +969,20 @@

Constructors#

constructor#

+ new TerminalStore(): TerminalStore

-

Defined in src/renderer/components/dock/terminal.store.ts:29

+

Defined in src/renderer/components/dock/terminal.store.ts:29

Returns: TerminalStore

Properties#

connections#

Protected connections: ObservableMap\TerminalApi> = observable.map\()

-

Defined in src/renderer/components/dock/terminal.store.ts:29

+

Defined in src/renderer/components/dock/terminal.store.ts:29


terminals#

Protected terminals: Map\Terminal> = new Map\()

-

Defined in src/renderer/components/dock/terminal.store.ts:28

+

Defined in src/renderer/components/dock/terminal.store.ts:28

Methods#

connect#

connect(tabId: TabId): Promise\

-

Defined in src/renderer/components/dock/terminal.store.ts:49

+

Defined in src/renderer/components/dock/terminal.store.ts:49

Parameters:

@@ -1002,7 +1002,7 @@

disconnect#

disconnect(tabId: TabId): void

-

Defined in src/renderer/components/dock/terminal.store.ts:63

+

Defined in src/renderer/components/dock/terminal.store.ts:63

Parameters:

@@ -1022,7 +1022,7 @@

getTerminal#

getTerminal(tabId: TabId): Terminal

-

Defined in src/renderer/components/dock/terminal.store.ts:105

+

Defined in src/renderer/components/dock/terminal.store.ts:105

Parameters:

@@ -1042,7 +1042,7 @@

isConnected#

isConnected(tabId: TabId): boolean

-

Defined in src/renderer/components/dock/terminal.store.ts:80

+

Defined in src/renderer/components/dock/terminal.store.ts:80

Parameters:

@@ -1062,7 +1062,7 @@

isDisconnected#

isDisconnected(tabId: TabId): boolean

-

Defined in src/renderer/components/dock/terminal.store.ts:84

+

Defined in src/renderer/components/dock/terminal.store.ts:84

Parameters:

@@ -1082,7 +1082,7 @@

reconnect#

reconnect(tabId: TabId): void

-

Defined in src/renderer/components/dock/terminal.store.ts:75

+

Defined in src/renderer/components/dock/terminal.store.ts:75

Parameters:

@@ -1102,12 +1102,12 @@

reset#

reset(): void

-

Defined in src/renderer/components/dock/terminal.store.ts:109

+

Defined in src/renderer/components/dock/terminal.store.ts:109

Returns: void


sendCommand#

sendCommand(command: string, options?: { enter?: boolean ; newTab?: boolean ; tabId?: TabId }): void

-

Defined in src/renderer/components/dock/terminal.store.ts:91

+

Defined in src/renderer/components/dock/terminal.store.ts:91

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/index.html b/latest/extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/index.html index e98c50b81e..873880b007 100644 --- a/latest/extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/index.html @@ -1205,7 +1205,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


defaultProps#

Static defaultProps: object = defaultProps as object

-

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

+

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

Methods#

UNSAFE_componentWillMount#

OptionalUNSAFE_componentWillMount(): void

@@ -1295,7 +1295,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


componentDidCatch#

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

componentDidMount#

componentDidMount(): void

Overrides Icon.componentDidMount

-

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

+

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

Returns: void


componentDidUpdate#

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

componentWillUnmount#

componentWillUnmount(): void

Overrides Icon.componentWillUnmount

-

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

+

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

Returns: void


componentWillUpdate#

@@ -1504,7 +1504,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:

@@ -1524,7 +1524,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:

@@ -1544,7 +1544,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:

@@ -1565,17 +1565,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/_src_renderer_components_drawer_drawer_item_.draweritem/index.html b/latest/extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/index.html index b875a3cf90..1c7962d8a9 100644 --- a/latest/extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/index.html @@ -1443,7 +1443,7 @@ lifecycle events from running.

render#

render(): Element

Overrides void

-

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

+

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

Returns: Element


setState#

diff --git a/latest/extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/index.html b/latest/extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/index.html index 8c1c00470a..1c74c5b7b2 100644 --- a/latest/extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/index.html @@ -1134,7 +1134,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

state#

state: State

Overrides Tooltip.state

-

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

+

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


contextType#

Static Optional contextType: Context\

@@ -1451,7 +1451,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#

@@ -1531,7 +1531,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/_src_renderer_components_drawer_drawer_title_.drawertitle/index.html b/latest/extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/index.html index 1a6d086561..f8f51de684 100644 --- a/latest/extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/index.html @@ -1443,7 +1443,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/_src_renderer_components_error_boundary_error_boundary_.errorboundary/index.html b/latest/extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/index.html index 1ad8e4ea1f..f9cd2725bd 100644 --- a/latest/extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/index.html @@ -1141,12 +1141,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


resetOnNavigate#

resetOnNavigate: IReactionDisposer = reaction( () => navigation.getPath(), () => this.setState({ error: null, errorInfo: null }) )

-

Defined in src/renderer/components/error-boundary/error-boundary.tsx:25

+

Defined in src/renderer/components/error-boundary/error-boundary.tsx:25


state#

state: State

Overrides Tooltip.state

-

Defined in src/renderer/components/error-boundary/error-boundary.tsx:22

+

Defined in src/renderer/components/error-boundary/error-boundary.tsx:22


contextType#

Static Optional contextType: Context\

@@ -1255,13 +1255,13 @@ prevents this from being invoked.


back#

back(): void

-

Defined in src/renderer/components/error-boundary/error-boundary.tsx:34

+

Defined in src/renderer/components/error-boundary/error-boundary.tsx:34

Returns: void


componentDidCatch#

componentDidCatch(error: Error, errorInfo: ErrorInfo): void

Overrides Tooltip.componentDidCatch

-

Defined in src/renderer/components/error-boundary/error-boundary.tsx:30

+

Defined in src/renderer/components/error-boundary/error-boundary.tsx:30

Parameters:

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

render#

render(): object

Overrides void

-

Defined in src/renderer/components/error-boundary/error-boundary.tsx:38

+

Defined in src/renderer/components/error-boundary/error-boundary.tsx:38

Returns: object


setState#

diff --git a/latest/extensions/api/classes/_src_renderer_components_icon_icon_.icon/index.html b/latest/extensions/api/classes/_src_renderer_components_icon_icon_.icon/index.html index ada2bebc5b..89c37bc91e 100644 --- a/latest/extensions/api/classes/_src_renderer_components_icon_icon_.icon/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_icon_icon_.icon/index.html @@ -1018,7 +1018,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#

UNSAFE_componentWillMount#

@@ -1295,7 +1295,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:

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


onKeyDown#

onKeyDown(evt: KeyboardEvent\): void

-

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

+

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

Parameters:

@@ -1335,7 +1335,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


shouldComponentUpdate#

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

Object literals#

defaultProps#

Static defaultProps: object

-

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

+

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

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/index.html b/latest/extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/index.html index 33f58cd940..7582aaebc6 100644 --- a/latest/extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/index.html @@ -1168,7 +1168,7 @@ Should be used with type annotation or static contextType.


input#

Protected input: HTMLInputElement

-

Defined in src/renderer/components/input/file-input.tsx:18

+

Defined in src/renderer/components/input/file-input.tsx:18


props#

Readonly props: Readonly\<Props> & Readonly\<{ children?: ReactNode }>

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


onChange#

ProtectedonChange(evt: ChangeEvent\): Promise\

-

Defined in src/renderer/components/input/file-input.tsx:29

+

Defined in src/renderer/components/input/file-input.tsx:29

Parameters:

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

render#

render(): Element

Overrides void

-

Defined in src/renderer/components/input/file-input.tsx:54

+

Defined in src/renderer/components/input/file-input.tsx:54

Returns: Element


selectFiles#

selectFiles(): void

-

Defined in src/renderer/components/input/file-input.tsx:25

+

Defined in src/renderer/components/input/file-input.tsx:25

Returns: void


setState#

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

Object literals#

style#

Protected style: object

-

Defined in src/renderer/components/input/file-input.tsx:20

+

Defined in src/renderer/components/input/file-input.tsx:20

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_input_input_.input/index.html b/latest/extensions/api/classes/_src_renderer_components_input_input_.input/index.html index 88ad899e49..cd4017febb 100644 --- a/latest/extensions/api/classes/_src_renderer_components_input_input_.input/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_input_input_.input/index.html @@ -1303,7 +1303,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#

Readonly props: Readonly\<InputProps> & Readonly\<{ children?: ReactNode }>

@@ -1319,7 +1319,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


contextType#

Static Optional contextType: Context\

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


defaultProps#

Static 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#

UNSAFE_componentWillMount#

@@ -1442,7 +1442,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:

@@ -1462,7 +1462,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


componentDidCatch#

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

componentDidMount#

componentDidMount(): void

Overrides Icon.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 Tooltip.componentDidUpdate

-

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

+

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

Parameters:

@@ -1612,7 +1612,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#

@@ -1668,12 +1668,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:

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


onChange#

onChange(evt: ChangeEvent\): void

-

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

+

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

Parameters:

@@ -1713,7 +1713,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:

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


onKeyDown#

onKeyDown(evt: KeyboardEvent\): void

-

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

+

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

Parameters:

@@ -1754,17 +1754,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:

@@ -1826,7 +1826,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:

@@ -1846,7 +1846,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:

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


validate#

validate(value?: string): Promise\

-

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

+

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

Parameters:

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

state#

state: object

Overrides Tooltip.state

-

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

+

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

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/index.html b/latest/extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/index.html index 567f623db7..0732f6a6ce 100644 --- a/latest/extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/index.html @@ -1189,7 +1189,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


defaultProps#

Static defaultProps: object = defaultProps as object

-

Defined in src/renderer/components/input/search-input.tsx:27

+

Defined in src/renderer/components/input/search-input.tsx:27

Methods#

UNSAFE_componentWillMount#

OptionalUNSAFE_componentWillMount(): void

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


clear#

clear(): void

-

Defined in src/renderer/components/input/search-input.tsx:39

+

Defined in src/renderer/components/input/search-input.tsx:39

Returns: void


componentDidCatch#

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

componentDidMount#

componentDidMount(): void

Overrides Icon.componentDidMount

-

Defined in src/renderer/components/input/search-input.tsx:31

+

Defined in src/renderer/components/input/search-input.tsx:31

Returns: void


componentDidUpdate#

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

componentWillUnmount#

componentWillUnmount(): void

Overrides Icon.componentWillUnmount

-

Defined in src/renderer/components/input/search-input.tsx:35

+

Defined in src/renderer/components/input/search-input.tsx:35

Returns: void


componentWillUpdate#

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


focus#

focus(evt: KeyboardEvent): void

-

Defined in src/renderer/components/input/search-input.tsx:62

+

Defined in src/renderer/components/input/search-input.tsx:62

Parameters:

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


onChange#

onChange(val: string, evt: ChangeEvent\): void

-

Defined in src/renderer/components/input/search-input.tsx:45

+

Defined in src/renderer/components/input/search-input.tsx:45

Parameters:

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


onKeyDown#

onKeyDown(evt: KeyboardEvent\): void

-

Defined in src/renderer/components/input/search-input.tsx:49

+

Defined in src/renderer/components/input/search-input.tsx:49

Parameters:

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

render#

render(): Element

Overrides void

-

Defined in src/renderer/components/input/search-input.tsx:69

+

Defined in src/renderer/components/input/search-input.tsx:69

Returns: Element


setState#

diff --git a/latest/extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/index.html b/latest/extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/index.html index 2f60166f44..a125f012c0 100644 --- a/latest/extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/index.html @@ -1161,7 +1161,7 @@ Should be used with type annotation or static contextType.


inputVal#

inputVal: string = ""

-

Defined in src/renderer/components/input/search-input-url.tsx:15

+

Defined in src/renderer/components/input/search-input-url.tsx:15


props#

Readonly props: Readonly\<Props> & Readonly\<{ children?: ReactNode }>

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


updateInput#

updateInput: IReactionDisposer = autorun(() => this.inputVal = getSearch())

-

Defined in src/renderer/components/input/search-input-url.tsx:18

+

Defined in src/renderer/components/input/search-input-url.tsx:18


updateUrl#

updateUrl: (Anonymous function) & Cancelable = debounce((val: string) => setSearch(val), 250)

-

Defined in src/renderer/components/input/search-input-url.tsx:19

+

Defined in src/renderer/components/input/search-input-url.tsx:19


contextType#

Static Optional contextType: Context\

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


clear#

clear(): void

-

Defined in src/renderer/components/input/search-input-url.tsx:26

+

Defined in src/renderer/components/input/search-input-url.tsx:26

Returns: void


componentDidCatch#

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


onChange#

onChange(val: string, evt: ChangeEvent\): void

-

Defined in src/renderer/components/input/search-input-url.tsx:31

+

Defined in src/renderer/components/input/search-input-url.tsx:31

Parameters:

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

render#

render(): Element

Overrides void

-

Defined in src/renderer/components/input/search-input-url.tsx:38

+

Defined in src/renderer/components/input/search-input-url.tsx:38

Returns: Element


setState#

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


setValue#

setValue(value: string): void

-

Defined in src/renderer/components/input/search-input-url.tsx:21

+

Defined in src/renderer/components/input/search-input-url.tsx:21

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/index.html b/latest/extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/index.html index 2a16e8216c..434fc9c392 100644 --- a/latest/extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/index.html @@ -1233,7 +1233,7 @@

constructor#

+ new ItemListLayout(props: ItemListLayoutProps): ItemListLayout

Overrides Tooltip.constructor

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:99

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:99

Parameters:

@@ -1268,7 +1268,7 @@ Should be used with type annotation or static contextType.


isUnmounting#

isUnmounting: boolean = false

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:94

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:94


props#

Readonly props: Readonly\<ItemListLayoutProps> & Readonly\<{ children?: ReactNode }>

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


defaultProps#

Static defaultProps: object = defaultProps as object

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:92

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:92

Accessors#

allItems#

• get allItems(): ItemObject[]

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:181

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:181

Returns: ItemObject[]


filters#

• get filters(): Filter[]

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:164

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:164

Returns: Filter[]


isReady#

• get isReady(): boolean

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:159

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:159

Returns: boolean


items#

• get items(): ItemObject[]

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:186

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:186

Returns: ItemObject[]

Methods#

UNSAFE_componentWillMount#

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


applyFilters#

applyFilters\(filters: ItemsFilter[], items: T[]): T[]

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:176

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:176

Type parameters:

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

componentDidMount#

componentDidMount(): Promise\

Overrides Icon.componentDidMount

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:113

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:113

Returns: Promise\


componentDidUpdate#

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

componentWillUnmount#

componentWillUnmount(): void

Overrides Icon.componentWillUnmount

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:127

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:127

Returns: void


componentWillUpdate#

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


getRow#

getRow(uid: string): Element

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:201

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:201

Parameters:

@@ -1679,33 +1679,33 @@ lifecycle events from running.


removeItemsDialog#

removeItemsDialog(): void

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:251

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:251

Returns: void


render#

render(): Element

Overrides void

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:433

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:433

Returns: Element


renderFilters#

renderFilters(): Element

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:274

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:274

Returns: Element


renderFooter#

renderFooter(): ReactNode

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:427

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:427

Returns: ReactNode


renderHeader#

renderHeader(): Element

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:339

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:339

Returns: Element


renderHeaderContent#

renderHeaderContent(placeholders: IHeaderPlaceholders): ReactNode

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:303

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:303

Parameters:

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


renderInfo#

renderInfo(): Element

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:317

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:317

Returns: Element


renderList#

renderList(): Element

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:373

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:373

Returns: Element


renderNoItems#

renderNoItems(): Element

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:283

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:283

Returns: Element


setState#

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

Object literals#

userSettings#

userSettings: object

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:97

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:97

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/index.html b/latest/extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/index.html index 4b16c54f04..3b993f32f7 100644 --- a/latest/extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/index.html @@ -1497,7 +1497,7 @@ lifecycle events from running.


remove#

remove(filter: Filter): void

-

Defined in src/renderer/components/item-object-list/page-filters-list.tsx:24

+

Defined in src/renderer/components/item-object-list/page-filters-list.tsx:24

Parameters:

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

render#

render(): Element

Overrides void

-

Defined in src/renderer/components/item-object-list/page-filters-list.tsx:66

+

Defined in src/renderer/components/item-object-list/page-filters-list.tsx:66

Returns: Element


renderContent#

renderContent(): Element

-

Defined in src/renderer/components/item-object-list/page-filters-list.tsx:26

+

Defined in src/renderer/components/item-object-list/page-filters-list.tsx:26

Returns: Element


reset#

reset(): void

-

Defined in src/renderer/components/item-object-list/page-filters-list.tsx:23

+

Defined in src/renderer/components/item-object-list/page-filters-list.tsx:23

Returns: void


setState#

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

Object literals#

defaultProps#

Static defaultProps: object

-

Defined in src/renderer/components/item-object-list/page-filters-list.tsx:17

+

Defined in src/renderer/components/item-object-list/page-filters-list.tsx:17

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/index.html b/latest/extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/index.html index 4e50ea8c7e..4c05797376 100644 --- a/latest/extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/index.html @@ -1219,12 +1219,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

Accessors#

groupedOptions#

• get groupedOptions(): GroupSelectOption\<SelectOptionFilter>[]

-

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:31

+

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:31

Returns: GroupSelectOption\<SelectOptionFilter>[]


options#

• get options(): SelectOptionFilter[]

-

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:52

+

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:52

Returns: SelectOptionFilter[]

Methods#

UNSAFE_componentWillMount#

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

render#

render(): Element

Overrides void

-

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:82

+

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:82

Returns: Element


setState#

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

Object literals#

defaultProps#

Static defaultProps: object

-

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:26

+

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:26

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/index.html b/latest/extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/index.html index 1fc4c0b09c..1db99e6499 100644 --- a/latest/extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/index.html @@ -1016,25 +1016,25 @@

Constructors#

constructor#

+ new PageFiltersStore(): PageFiltersStore

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:23

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:23

Returns: PageFiltersStore

Properties#

filters#

Protected filters: IObservableArray\<Filter> = observable.array\([], { deep: false })

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:18

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:18


isDisabled#

Protected isDisabled: ObservableMap\<FilterType, boolean> = observable.map\()

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:19

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:19

Accessors#

activeFilters#

• get activeFilters(): Filter[]

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:21

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:21

Returns: Filter[]

Methods#

addFilter#

addFilter(filter: Filter, begin?: boolean): void

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:71

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:71

Parameters:

@@ -1061,7 +1061,7 @@

disable#

disable(type: FilterType | FilterType[]): (Anonymous function)

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:101

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:101

Parameters:

@@ -1081,7 +1081,7 @@

enable#

enable(type: FilterType | FilterType[]): (Anonymous function)

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:106

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:106

Parameters:

@@ -1101,7 +1101,7 @@

getByType#

getByType(type: FilterType, value?: any): Filter

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:85

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:85

Parameters:

@@ -1125,7 +1125,7 @@

getValues#

getValues(type: FilterType): string[]

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:91

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:91

Parameters:

@@ -1145,7 +1145,7 @@

isEnabled#

isEnabled(type: FilterType): boolean

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:97

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:97

Parameters:

@@ -1165,7 +1165,7 @@

removeFilter#

removeFilter(filter: Filter): void

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:78

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:78

Parameters:

@@ -1185,17 +1185,17 @@

reset#

reset(): void

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:111

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:111

Returns: void


syncWithContextNamespace#

ProtectedsyncWithContextNamespace(): (Anonymous function)

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:30

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:30

Returns: (Anonymous function)


syncWithGlobalSearch#

ProtectedsyncWithGlobalSearch(): (Anonymous function)

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:53

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:53

Returns: (Anonymous function)

diff --git a/latest/extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/index.html b/latest/extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/index.html index 6a44cc7ae7..aab20d37fe 100644 --- a/latest/extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/index.html @@ -1184,15 +1184,15 @@ 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(() => [ 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

+

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#

Readonly props: Readonly\<{}> & Readonly\<{ children?: ReactNode }>

@@ -1232,17 +1232,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#

UNSAFE_componentWillMount#

@@ -1541,7 +1541,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/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/index.html b/latest/extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/index.html index ab6c7b1900..8bd05f206a 100644 --- a/latest/extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/index.html @@ -1188,7 +1188,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#

UNSAFE_componentWillMount#

@@ -1486,7 +1486,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:

@@ -1507,7 +1507,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/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/index.html b/latest/extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/index.html index fe1b5e4a3d..d796a8a33d 100644 --- a/latest/extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/index.html @@ -1220,17 +1220,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\

-

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\

Methods#

UNSAFE_componentWillMount#

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


remove#

remove(): Promise\

-

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\


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#

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


update#

update(): Promise\

-

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\

diff --git a/latest/extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/index.html b/latest/extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/index.html index 0db277f7bd..199da3e958 100644 --- a/latest/extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/index.html @@ -1165,7 +1165,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


defaultHiddenFields#

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

-

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

+

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

Methods#

UNSAFE_componentWillMount#

OptionalUNSAFE_componentWillMount(): void

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


isHidden#

isHidden(field: IKubeMetaField): boolean

-

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

+

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

Parameters:

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

render#

render(): Element

Overrides void

-

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

+

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

Returns: Element


setState#

diff --git a/latest/extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/index.html b/latest/extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/index.html index 436d4138fd..839f9f5f79 100644 --- a/latest/extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/index.html @@ -1173,7 +1173,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


defaultProps#

Static 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#

UNSAFE_componentWillMount#

OptionalUNSAFE_componentWillMount(): void

@@ -1263,7 +1263,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:

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

componentDidMount#

componentDidMount(): Promise\

Overrides Icon.componentDidMount

-

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

+

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

Returns: Promise\


componentDidUpdate#

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

componentWillUnmount#

componentWillUnmount(): void

Overrides Icon.componentWillUnmount

-

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

+

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

Returns: void


componentWillUpdate#

@@ -1487,7 +1487,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:

@@ -1508,7 +1508,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/_src_renderer_components_layout_wizard_layout_.wizardlayout/index.html b/latest/extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/index.html index ba2d7dfa4b..4d19638250 100644 --- a/latest/extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/index.html @@ -1443,7 +1443,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/_src_renderer_components_line_progress_line_progress_.lineprogress/index.html b/latest/extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/index.html index aa0aa634e9..151484fc22 100644 --- a/latest/extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/index.html @@ -1243,7 +1243,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


shouldComponentUpdate#

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

Object literals#

defaultProps#

Static defaultProps: object

-

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

+

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

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_menu_menu_.menu/index.html b/latest/extensions/api/classes/_src_renderer_components_menu_menu_.menu/index.html index cf4e96896c..92ef79e451 100644 --- a/latest/extensions/api/classes/_src_renderer_components_menu_menu_.menu/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_menu_menu_.menu/index.html @@ -1280,15 +1280,15 @@ 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


items#

Protected items: { [index:number]: MenuItem; }

-

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

+

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


opener#

opener: HTMLElement

-

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

+

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


props#

Readonly props: Readonly\<MenuProps> & Readonly\<{ children?: ReactNode }>

@@ -1297,7 +1297,7 @@ Should be used with type annotation or static contextType.


refreshPosition#

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

+

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


refs#

refs: { [key:string]: ReactInstance; }

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

state#

state: State

Overrides Tooltip.state

-

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

+

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


contextType#

Static Optional contextType: Context\

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


defaultProps#

Static defaultProps: object = defaultPropsMenu as object

-

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

+

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

Accessors#

focusableItems#

Protectedget focusableItems(): MenuItem[]

-

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

+

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

Returns: MenuItem[]


focusedItem#

Protectedget focusedItem(): MenuItem

-

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

+

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

Returns: MenuItem


isOpen#

• get isOpen(): boolean

-

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

+

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

Returns: boolean

Methods#

UNSAFE_componentWillMount#

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


bindItemRef#

ProtectedbindItemRef(item: MenuItem, index: number): void

-

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

+

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

Parameters:

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


bindRef#

ProtectedbindRef(elem: HTMLUListElement): void

-

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

+

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

Parameters:

@@ -1481,7 +1481,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


componentDidCatch#

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

componentDidMount#

componentDidMount(): void

Overrides Icon.componentDidMount

-

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

+

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

Returns: void


componentDidUpdate#

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

componentWillUnmount#

componentWillUnmount(): void

Overrides Icon.componentWillUnmount

-

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

+

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

Returns: void


componentWillUpdate#

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


focusNextItem#

ProtectedfocusNextItem(reverse?: boolean): void

-

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

+

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

Parameters:

@@ -1712,7 +1712,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:

@@ -1732,7 +1732,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:

@@ -1752,7 +1752,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:

@@ -1772,7 +1772,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:

@@ -1792,13 +1792,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#

@@ -1878,7 +1878,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/_src_renderer_components_menu_menu_.menuitem/index.html b/latest/extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/index.html index a2948b328d..403a827f50 100644 --- a/latest/extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/index.html @@ -1170,11 +1170,11 @@

context#

context: MenuContextValue

Overrides Tooltip.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#

Readonly props: Readonly\<MenuItemProps> & Readonly\<{ children?: ReactNode }>

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

contextType#

Static contextType: Context\<Menu> = MenuContext

Overrides Tooltip.contextType

-

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

+

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


defaultProps#

Static 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#

UNSAFE_componentWillMount#

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


bindRef#

ProtectedbindRef(elem: HTMLElement): void

-

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

+

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

Parameters:

@@ -1527,7 +1527,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:

@@ -1548,7 +1548,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/_src_renderer_components_menu_menu_actions_.menuactions/index.html b/latest/extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/index.html index 204229f5dd..2269d3d0b3 100644 --- a/latest/extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/index.html @@ -1184,11 +1184,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#

Readonly props: Readonly\<MenuActionsProps> & Readonly\<{ children?: ReactNode }>

@@ -1521,18 +1521,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#

@@ -1612,12 +1612,12 @@ 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#

defaultProps#

Static defaultProps: object

-

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

+

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

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/index.html b/latest/extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/index.html index 2ce5335522..1ec7c6b3b2 100644 --- a/latest/extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/index.html @@ -1161,7 +1161,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#

Readonly props: Readonly\<{}> & Readonly\<{ children?: ReactNode }>

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

componentDidMount#

componentDidMount(): void

Overrides Icon.componentDidMount

-

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

+

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

Returns: void


componentDidUpdate#

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


getMessage#

getMessage(notification: Notification): (string | number | {} | ReactElement\ ReactElement | null | {}> | ReactNodeArray | ReactPortal)[]

-

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

+

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

Parameters:

@@ -1514,12 +1514,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#

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


error#

Staticerror(message: NotificationMessage): void

-

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

+

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

Parameters:

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


info#

Staticinfo(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:

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


ok#

Staticok(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/_src_renderer_components_notifications_notifications_store_.notificationsstore/index.html b/latest/extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/index.html index aa6568eab8..af27f4acdf 100644 --- a/latest/extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/index.html @@ -906,15 +906,15 @@

Properties#

autoHideTimers#

Protected autoHideTimers: Map\ = 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:

@@ -934,7 +934,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:

@@ -954,7 +954,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:

@@ -974,7 +974,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/_src_renderer_components_radio_radio_.radio/index.html b/latest/extensions/api/classes/_src_renderer_components_radio_radio_.radio/index.html index 6fe566d955..66a1c84842 100644 --- a/latest/extensions/api/classes/_src_renderer_components_radio_radio_.radio/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_radio_radio_.radio/index.html @@ -1458,12 +1458,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\): void

-

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

+

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

Parameters:

@@ -1484,7 +1484,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/_src_renderer_components_radio_radio_.radiogroup/index.html b/latest/extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/index.html index 1eb1d58967..45fe719f1c 100644 --- a/latest/extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/index.html @@ -1443,7 +1443,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/_src_renderer_components_select_select_.select/index.html b/latest/extensions/api/classes/_src_renderer_components_select_select_.select/index.html index b7b8d96964..26222c299e 100644 --- a/latest/extensions/api/classes/_src_renderer_components_select_select_.select/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_select_select_.select/index.html @@ -1251,17 +1251,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\ | SelectOption\[]

-

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

+

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

Returns: SelectOption\ | SelectOption\[]


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#

UNSAFE_componentWillMount#

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


isValidOption#

ProtectedisValidOption(opt: SelectOption | any): boolean

-

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

+

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

Parameters:

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


onChange#

onChange(value: SelectOption, meta: ActionMeta\): void

-

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

+

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

Parameters:

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


onKeyDown#

onKeyDown(evt: KeyboardEvent\): void

-

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

+

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

Parameters:

@@ -1624,7 +1624,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#

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

Object literals#

defaultProps#

Static defaultProps: object

-

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

+

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

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_slider_slider_.slider/index.html b/latest/extensions/api/classes/_src_renderer_components_slider_slider_.slider/index.html index 5a60ec1f3c..bcf9bf09f2 100644 --- a/latest/extensions/api/classes/_src_renderer_components_slider_slider_.slider/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_slider_slider_.slider/index.html @@ -1157,7 +1157,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


defaultProps#

Static defaultProps: object = defaultProps as object

-

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

+

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

Methods#

UNSAFE_componentWillMount#

OptionalUNSAFE_componentWillMount(): void

@@ -1455,7 +1455,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/_src_renderer_components_spinner_cube_spinner_.cubespinner/index.html b/latest/extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/index.html index 4f7a5dc24a..695e4b717c 100644 --- a/latest/extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/index.html @@ -1443,7 +1443,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/_src_renderer_components_spinner_spinner_.spinner/index.html b/latest/extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/index.html index 294201ca7e..6b4f3e0ea0 100644 --- a/latest/extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/index.html @@ -1474,7 +1474,7 @@ lifecycle events from running.

render#

render(): Element

Overrides void

-

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

+

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

Returns: Element


setState#

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

Object literals#

defaultProps#

Static defaultProps: object

-

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

+

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

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/index.html b/latest/extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/index.html index 929324e04f..b04df4b754 100644 --- a/latest/extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/index.html @@ -1443,7 +1443,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/_src_renderer_components_stepper_stepper_.stepper/index.html b/latest/extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/index.html index 3042ff5c9f..cb565022c1 100644 --- a/latest/extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/index.html @@ -1443,7 +1443,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/_src_renderer_components_table_table_.table/index.html b/latest/extensions/api/classes/_src_renderer_components_table_table_.table/index.html index b4b7e39526..25bde51c94 100644 --- a/latest/extensions/api/classes/_src_renderer_components_table_table_.table/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_table_table_.table/index.html @@ -1235,7 +1235,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


sortParamsLocal#

sortParamsLocal: Partial\<TableSortParams> = this.props.sortByDefault

-

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

+

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


state#

state: Readonly\<{}>

@@ -1263,7 +1263,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#

UNSAFE_componentWillMount#

@@ -1561,7 +1561,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:

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


onSort#

ProtectedonSort(params: TableSortParams): void

-

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

+

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

Parameters:

@@ -1602,17 +1602,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 | (props: P) => ReactElement | null | {}>

-

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

+

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

Returns: ReactElement\<TableHeadProps, string | (props: P) => ReactElement | null | {}>


renderRows#

renderRows(): object

-

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

+

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

Returns: object


setState#

@@ -1692,7 +1692,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:

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

Object literals#

defaultProps#

Static defaultProps: object

-

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

+

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

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/index.html b/latest/extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/index.html index 47b5c52041..53f9a1b2a1 100644 --- a/latest/extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/index.html @@ -1204,7 +1204,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:33

+

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

Returns: boolean

Methods#

UNSAFE_componentWillMount#

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


onClick#

onClick(evt: MouseEvent\): void

-

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

+

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

Parameters:

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

render#

render(): Element

Overrides void

-

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

+

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

Returns: Element


renderCheckbox#

renderCheckbox(): Element

-

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

+

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

Returns: Element


renderSortIcon#

renderSortIcon(): Element

-

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

+

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

Returns: Element


setState#

diff --git a/latest/extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/index.html b/latest/extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/index.html index 8259a19f35..7448714e31 100644 --- a/latest/extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/index.html @@ -1474,7 +1474,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#

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

Object literals#

defaultProps#

Static defaultProps: object

-

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

+

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

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/index.html b/latest/extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/index.html index 0e21ac9f4b..e27f76f3c1 100644 --- a/latest/extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/index.html @@ -1443,7 +1443,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/_src_renderer_components_tabs_tabs_.tab/index.html b/latest/extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/index.html index aeaf3e5223..4e68786daa 100644 --- a/latest/extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/index.html @@ -1066,19 +1066,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


contextType#

Static contextType: Context\<TabsContextValue\> = 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#

UNSAFE_componentWillMount#

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


bindRef#

ProtectedbindRef(elem: HTMLElement): void

-

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

+

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

Parameters:

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

componentDidMount#

componentDidMount(): void

Overrides Icon.componentDidMount

-

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

+

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

Returns: void


componentDidUpdate#

@@ -1344,7 +1344,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


getSnapshotBeforeUpdate#

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


onClick#

onClick(evt: MouseEvent\): void

-

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

+

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

Parameters:

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


onFocus#

onFocus(evt: FocusEvent\): void

-

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

+

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

Parameters:

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


onKeyDown#

onKeyDown(evt: KeyboardEvent\): void

-

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

+

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

Parameters:

@@ -1439,12 +1439,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


shouldComponentUpdate#

diff --git a/latest/extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/index.html b/latest/extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/index.html index 90341a94ac..d743ed998b 100644 --- a/latest/extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/index.html @@ -979,7 +979,7 @@

Properties#

elem#

elem: HTMLElement

-

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

+

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

Methods#

UNSAFE_componentWillMount#

OptionalUNSAFE_componentWillMount(): void

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


bindRef#

ProtectedbindRef(elem: HTMLElement): void

-

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

+

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

Parameters:

@@ -1275,7 +1275,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


shouldComponentUpdate#

diff --git a/latest/extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/index.html b/latest/extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/index.html index 2b1450cba8..dfdd83fa29 100644 --- a/latest/extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/index.html @@ -1217,7 +1217,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

@@ -1236,11 +1236,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#

Readonly props: Readonly\<TooltipProps> & Readonly\<{ children?: ReactNode }>

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


defaultProps#

Static 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#

UNSAFE_componentWillMount#

@@ -1380,7 +1380,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:

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

componentDidMount#

componentDidMount(): void

Overrides Icon.componentDidMount

-

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

+

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

Returns: void


componentDidUpdate#

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

componentWillUnmount#

componentWillUnmount(): void

Overrides Icon.componentWillUnmount

-

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

+

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

Returns: void


componentWillUpdate#

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


getPosition#

ProtectedgetPosition(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:

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


onEnterTarget#

ProtectedonEnterTarget(evt: MouseEvent): void

-

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

+

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

Parameters:

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


onLeaveTarget#

ProtectedonLeaveTarget(evt: MouseEvent): void

-

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

+

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

Parameters:

@@ -1698,18 +1698,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


setPosition#

ProtectedsetPosition(pos: { left: number ; top: number }): void

-

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

+

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

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/index.html b/latest/extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/index.html index f076eb1c19..ccd593fc31 100644 --- a/latest/extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/index.html +++ b/latest/extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/index.html @@ -1188,11 +1188,11 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs


scrollToSelectedItem#

scrollToSelectedItem: (Anonymous function) & Cancelable = debounce(() => { if (!this.props.selectedItemId) return; const { items, selectedItemId } = this.props; const index = items.findIndex(item => item.getId() == selectedItemId); if (index === -1) return; this.listRef.current.scrollToItem(index, "start"); })

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:78

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:78


setListHeight#

setListHeight: (Anonymous function) & Cancelable = throttle(() => { const { parentRef, state: { height } } = this; if (!parentRef.current) return; const parentHeight = parentRef.current.clientHeight; if (parentHeight === height) return; this.setState({ height: parentHeight, }) }, 250)

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:66

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:66


contextType#

Static Optional contextType: Context\

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


defaultProps#

Static defaultProps: object = defaultProps as object

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:42

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:42

Methods#

UNSAFE_componentWillMount#

OptionalUNSAFE_componentWillMount(): void

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

componentDidMount#

componentDidMount(): void

Overrides Icon.componentDidMount

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:52

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:52

Returns: void


componentDidUpdate#

componentDidUpdate(prevProps: Props): void

Overrides Tooltip.componentDidUpdate

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:59

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:59

Parameters:

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


getItemSize#

getItemSize(index: number): number

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:76

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:76

Parameters:

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

render#

render(): Element

Overrides void

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:90

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:90

Returns: Element


scrollToItem#

scrollToItem(index: number, align: Align): void

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:86

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:86

Parameters:

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

state#

state: object

Overrides Tooltip.state

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:47

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:47

Properties:

diff --git a/latest/extensions/api/classes/_src_renderer_i18n_.localizationstore/index.html b/latest/extensions/api/classes/_src_renderer_i18n_.localizationstore/index.html index c4be2a2d4e..5c926ad0b3 100644 --- a/latest/extensions/api/classes/_src_renderer_i18n_.localizationstore/index.html +++ b/latest/extensions/api/classes/_src_renderer_i18n_.localizationstore/index.html @@ -929,29 +929,29 @@

Constructors#

constructor#

+ new LocalizationStore(): LocalizationStore

-

Defined in src/renderer/i18n.ts:32

+

Defined in src/renderer/i18n.ts:32

Returns: LocalizationStore

Properties#

activeLang#

activeLang: string = this.defaultLocale

-

Defined in src/renderer/i18n.ts:25

+

Defined in src/renderer/i18n.ts:25


defaultLocale#

Readonly defaultLocale: \"en\" = "en"

-

Defined in src/renderer/i18n.ts:24

+

Defined in src/renderer/i18n.ts:24


languages#

languages: ILanguage[] = orderBy\([ { code: "en", title: "English", nativeTitle: "English" }, { code: "ru", title: "Russian", nativeTitle: "Русский" }, { code: "fi", title: "Finnish", nativeTitle: "Suomi" }, ], "title")

-

Defined in src/renderer/i18n.ts:28

+

Defined in src/renderer/i18n.ts:28

Methods#

init#

init(): Promise\

-

Defined in src/renderer/i18n.ts:40

+

Defined in src/renderer/i18n.ts:40

Returns: Promise\


setLocale#

setLocale(locale: string): Promise\

-

Defined in src/renderer/i18n.ts:44

+

Defined in src/renderer/i18n.ts:44

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_item_store_.itemstore/index.html b/latest/extensions/api/classes/_src_renderer_item_store_.itemstore/index.html index 82f5248041..9f6ba403b6 100644 --- a/latest/extensions/api/classes/_src_renderer_item_store_.itemstore/index.html +++ b/latest/extensions/api/classes/_src_renderer_item_store_.itemstore/index.html @@ -1106,33 +1106,33 @@

Properties#

isLoaded#

isLoaded: boolean = false

-

Defined in src/renderer/item.store.ts:17

+

Defined in src/renderer/item.store.ts:17


isLoading#

isLoading: boolean = false

-

Defined in src/renderer/item.store.ts:16

+

Defined in src/renderer/item.store.ts:16


items#

items: IObservableArray\ = observable.array\([], { deep: false })

-

Defined in src/renderer/item.store.ts:18

+

Defined in src/renderer/item.store.ts:18


selectedItemsIds#

selectedItemsIds: ObservableMap\ = observable.map\()

-

Defined in src/renderer/item.store.ts:19

+

Defined in src/renderer/item.store.ts:19

Accessors#

selectedItems#

• get selectedItems(): T[]

-

Defined in src/renderer/item.store.ts:21

+

Defined in src/renderer/item.store.ts:21

Returns: T[]

Methods#

[Symbol.iterator]#

[Symbol.iterator](): Generator\

-

Defined in src/renderer/item.store.ts:162

+

Defined in src/renderer/item.store.ts:162

Returns: Generator\


createItem#

ProtectedcreateItem(...args: any[]): Promise\

-

Defined in src/renderer/item.store.ts:35

+

Defined in src/renderer/item.store.ts:35

Parameters:

@@ -1152,7 +1152,7 @@

defaultSorting#

ProtecteddefaultSorting(item: T): string

-

Defined in src/renderer/item.store.ts:14

+

Defined in src/renderer/item.store.ts:14

Parameters:

@@ -1172,7 +1172,7 @@

getByName#

getByName(name: string, ...args: any[]): T

-

Defined in src/renderer/item.store.ts:25

+

Defined in src/renderer/item.store.ts:25

Parameters:

@@ -1196,7 +1196,7 @@

isSelected#

isSelected(item: T): boolean

-

Defined in src/renderer/item.store.ts:102

+

Defined in src/renderer/item.store.ts:102

Parameters:

@@ -1216,7 +1216,7 @@

isSelectedAll#

isSelectedAll(visibleItems?: T[]): boolean

-

Defined in src/renderer/item.store.ts:137

+

Defined in src/renderer/item.store.ts:137

Parameters:

@@ -1238,12 +1238,12 @@

loadAll#

AbstractloadAll(): Promise\

-

Defined in src/renderer/item.store.ts:12

+

Defined in src/renderer/item.store.ts:12

Returns: Promise\


loadItem#

ProtectedloadItem(...args: any[]): Promise\

-

Defined in src/renderer/item.store.ts:68

+

Defined in src/renderer/item.store.ts:68

Parameters:

@@ -1263,7 +1263,7 @@

loadItems#

ProtectedloadItems(...args: any[]): Promise\

-

Defined in src/renderer/item.store.ts:50

+

Defined in src/renderer/item.store.ts:50

Parameters:

@@ -1283,7 +1283,7 @@

removeItem#

ProtectedremoveItem(item: T, request: () => Promise\): Promise\

-

Defined in src/renderer/item.store.ts:96

+

Defined in src/renderer/item.store.ts:96

Parameters:

@@ -1307,22 +1307,22 @@

removeSelectedItems#

OptionalremoveSelectedItems(): Promise\

-

Defined in src/renderer/item.store.ts:156

+

Defined in src/renderer/item.store.ts:156

Returns: Promise\


reset#

reset(): void

-

Defined in src/renderer/item.store.ts:148

+

Defined in src/renderer/item.store.ts:148

Returns: void


resetSelection#

resetSelection(): void

-

Defined in src/renderer/item.store.ts:143

+

Defined in src/renderer/item.store.ts:143

Returns: void


select#

select(item: T): void

-

Defined in src/renderer/item.store.ts:107

+

Defined in src/renderer/item.store.ts:107

Parameters:

@@ -1342,7 +1342,7 @@

sortItems#

ProtectedsortItems(items?: T[], sorting?: (item: T) => any[], order?: \"asc\" | \"desc\"): T[]

-

Defined in src/renderer/item.store.ts:31

+

Defined in src/renderer/item.store.ts:31

Parameters:

@@ -1374,7 +1374,7 @@

subscribe#

subscribe(...args: any[]): any

-

Defined in src/renderer/item.store.ts:158

+

Defined in src/renderer/item.store.ts:158

Parameters:

@@ -1394,7 +1394,7 @@

toggleSelection#

toggleSelection(item: T): void

-

Defined in src/renderer/item.store.ts:117

+

Defined in src/renderer/item.store.ts:117

Parameters:

@@ -1414,7 +1414,7 @@

toggleSelectionAll#

toggleSelectionAll(visibleItems?: T[]): void

-

Defined in src/renderer/item.store.ts:127

+

Defined in src/renderer/item.store.ts:127

Parameters:

@@ -1436,7 +1436,7 @@

unselect#

unselect(item: T): void

-

Defined in src/renderer/item.store.ts:112

+

Defined in src/renderer/item.store.ts:112

Parameters:

@@ -1456,7 +1456,7 @@

updateItem#

ProtectedupdateItem(item: T, request: () => Promise\): Promise\

-

Defined in src/renderer/item.store.ts:88

+

Defined in src/renderer/item.store.ts:88

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/index.html b/latest/extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/index.html index 9d60024a51..0701838653 100644 --- a/latest/extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/index.html +++ b/latest/extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/index.html @@ -1270,56 +1270,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#

api#

Abstract api: KubeApi\

-

Defined in src/renderer/kube-object.store.ts:13

+

Defined in src/renderer/kube-object.store.ts:13


eventsBuffer#

Protected 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 ItemStore.isLoaded

-

Defined in src/renderer/item.store.ts:17

+

Defined in src/renderer/item.store.ts:17


isLoading#

isLoading: boolean = false

Inherited from ItemStore.isLoading

-

Defined in src/renderer/item.store.ts:16

+

Defined in src/renderer/item.store.ts:16


items#

items: IObservableArray\ = observable.array\([], { deep: false })

Inherited from ItemStore.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\ = observable.map\()

Inherited from ItemStore.selectedItemsIds

-

Defined in src/renderer/item.store.ts:19

+

Defined in src/renderer/item.store.ts:19

Accessors#

selectedItems#

• get selectedItems(): T[]

Inherited from ItemStore.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\

Inherited from ItemStore.[Symbol.iterator]

-

Defined in src/renderer/item.store.ts:162

+

Defined in src/renderer/item.store.ts:162

Returns: Generator\


bindWatchEventsUpdater#

ProtectedbindWatchEventsUpdater(delay?: number): IReactionDisposer

-

Defined in src/renderer/kube-object.store.ts:147

+

Defined in src/renderer/kube-object.store.ts:147

Parameters:

@@ -1341,7 +1341,7 @@

create#

create(params: { name: string ; namespace?: string }, data?: Partial\): Promise\

-

Defined in src/renderer/kube-object.store.ts:120

+

Defined in src/renderer/kube-object.store.ts:120

Parameters:

@@ -1366,7 +1366,7 @@

createItem#

ProtectedcreateItem(params: { name: string ; namespace?: string }, data?: Partial\): Promise\

Overrides ItemStore.createItem

-

Defined in src/renderer/kube-object.store.ts:116

+

Defined in src/renderer/kube-object.store.ts:116

Parameters:

@@ -1391,7 +1391,7 @@

defaultSorting#

ProtecteddefaultSorting(item: T): string

Inherited from ItemStore.defaultSorting

-

Defined in src/renderer/item.store.ts:14

+

Defined in src/renderer/item.store.ts:14

Parameters:

@@ -1411,7 +1411,7 @@

filterItemsOnLoad#

ProtectedfilterItemsOnLoad(items: T[]): T[]

-

Defined in src/renderer/kube-object.store.ts:72

+

Defined in src/renderer/kube-object.store.ts:72

Parameters:

@@ -1431,7 +1431,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:

@@ -1458,7 +1458,7 @@

getByLabel#

getByLabel(labels: string[] | { [label:string]: string; }): T[]

-

Defined in src/renderer/kube-object.store.ts:45

+

Defined in src/renderer/kube-object.store.ts:45

Parameters:

@@ -1479,7 +1479,7 @@

getByName#

getByName(name: string, namespace?: string): T

Overrides ItemStore.getByName

-

Defined in src/renderer/kube-object.store.ts:33

+

Defined in src/renderer/kube-object.store.ts:33

Parameters:

@@ -1503,7 +1503,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:

@@ -1523,7 +1523,7 @@

getStatuses#

OptionalgetStatuses(items: T[]): Record\

-

Defined in src/renderer/kube-object.store.ts:22

+

Defined in src/renderer/kube-object.store.ts:22

Parameters:

@@ -1544,7 +1544,7 @@

isSelected#

isSelected(item: T): boolean

Inherited from ItemStore.isSelected

-

Defined in src/renderer/item.store.ts:102

+

Defined in src/renderer/item.store.ts:102

Parameters:

@@ -1565,7 +1565,7 @@

isSelectedAll#

isSelectedAll(visibleItems?: T[]): boolean

Inherited from ItemStore.isSelectedAll

-

Defined in src/renderer/item.store.ts:137

+

Defined in src/renderer/item.store.ts:137

Parameters:

@@ -1587,7 +1587,7 @@

load#

load(params: { name: string ; namespace?: string }): Promise\

-

Defined in src/renderer/kube-object.store.ts:99

+

Defined in src/renderer/kube-object.store.ts:99

Parameters:

@@ -1608,12 +1608,12 @@

loadAll#

loadAll(): Promise\

Overrides ItemStore.loadAll

-

Defined in src/renderer/kube-object.store.ts:77

+

Defined in src/renderer/kube-object.store.ts:77

Returns: Promise\


loadFromPath#

loadFromPath(resourcePath: string): Promise\

-

Defined in src/renderer/kube-object.store.ts:111

+

Defined in src/renderer/kube-object.store.ts:111

Parameters:

@@ -1634,7 +1634,7 @@

loadItem#

ProtectedloadItem(params: { name: string ; namespace?: string }): Promise\

Overrides ItemStore.loadItem

-

Defined in src/renderer/kube-object.store.ts:94

+

Defined in src/renderer/kube-object.store.ts:94

Parameters:

@@ -1655,7 +1655,7 @@

loadItems#

ProtectedloadItems(allowedNamespaces?: string[]): Promise\

Overrides ItemStore.loadItems

-

Defined in src/renderer/kube-object.store.ts:60

+

Defined in src/renderer/kube-object.store.ts:60

Parameters:

@@ -1675,7 +1675,7 @@

onWatchApiEvent#

ProtectedonWatchApiEvent(evt: IKubeWatchEvent): void

-

Defined in src/renderer/kube-object.store.ts:157

+

Defined in src/renderer/kube-object.store.ts:157

Parameters:

@@ -1695,7 +1695,7 @@

remove#

remove(item: T): Promise\

-

Defined in src/renderer/kube-object.store.ts:134

+

Defined in src/renderer/kube-object.store.ts:134

Parameters:

@@ -1716,7 +1716,7 @@

removeItem#

ProtectedremoveItem(item: T, request: () => Promise\): Promise\

Inherited from ItemStore.removeItem

-

Defined in src/renderer/item.store.ts:96

+

Defined in src/renderer/item.store.ts:96

Parameters:

@@ -1741,25 +1741,25 @@

removeSelectedItems#

removeSelectedItems(): Promise\

Overrides ItemStore.removeSelectedItems

-

Defined in src/renderer/kube-object.store.ts:140

+

Defined in src/renderer/kube-object.store.ts:140

Returns: Promise\


reset#

reset(): void

Inherited from ItemStore.reset

-

Defined in src/renderer/item.store.ts:148

+

Defined in src/renderer/item.store.ts:148

Returns: void


resetSelection#

resetSelection(): void

Inherited from ItemStore.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 ItemStore.select

-

Defined in src/renderer/item.store.ts:107

+

Defined in src/renderer/item.store.ts:107

Parameters:

@@ -1780,7 +1780,7 @@

sortItems#

ProtectedsortItems(items?: T[], sorting?: (item: T) => any[], order?: \"asc\" | \"desc\"): T[]

Inherited from ItemStore.sortItems

-

Defined in src/renderer/item.store.ts:31

+

Defined in src/renderer/item.store.ts:31

Parameters:

@@ -1813,7 +1813,7 @@

subscribe#

subscribe(apis?: KubeApi\[]): (Anonymous function)

Overrides ItemStore.subscribe

-

Defined in src/renderer/kube-object.store.ts:153

+

Defined in src/renderer/kube-object.store.ts:153

Parameters:

@@ -1836,7 +1836,7 @@

toggleSelection#

toggleSelection(item: T): void

Inherited from ItemStore.toggleSelection

-

Defined in src/renderer/item.store.ts:117

+

Defined in src/renderer/item.store.ts:117

Parameters:

@@ -1857,7 +1857,7 @@

toggleSelectionAll#

toggleSelectionAll(visibleItems?: T[]): void

Inherited from ItemStore.toggleSelectionAll

-

Defined in src/renderer/item.store.ts:127

+

Defined in src/renderer/item.store.ts:127

Parameters:

@@ -1880,7 +1880,7 @@

unselect#

unselect(item: T): void

Inherited from ItemStore.unselect

-

Defined in src/renderer/item.store.ts:112

+

Defined in src/renderer/item.store.ts:112

Parameters:

@@ -1900,7 +1900,7 @@

update#

update(item: T, data: Partial\): Promise\

-

Defined in src/renderer/kube-object.store.ts:127

+

Defined in src/renderer/kube-object.store.ts:127

Parameters:

@@ -1924,13 +1924,13 @@

updateFromEventsBuffer#

ProtectedupdateFromEventsBuffer(): void

-

Defined in src/renderer/kube-object.store.ts:163

+

Defined in src/renderer/kube-object.store.ts:163

Returns: void


updateItem#

ProtectedupdateItem(item: T, request: () => Promise\): Promise\

Inherited from ItemStore.updateItem

-

Defined in src/renderer/item.store.ts:88

+

Defined in src/renderer/item.store.ts:88

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_theme_store_.themestore/index.html b/latest/extensions/api/classes/_src_renderer_theme_store_.themestore/index.html index 3022db7a80..05eea4f2c6 100644 --- a/latest/extensions/api/classes/_src_renderer_theme_store_.themestore/index.html +++ b/latest/extensions/api/classes/_src_renderer_theme_store_.themestore/index.html @@ -976,30 +976,30 @@

Constructors#

constructor#

+ new ThemeStore(): ThemeStore

-

Defined in src/renderer/theme.store.ts:42

+

Defined in src/renderer/theme.store.ts:42

Returns: ThemeStore

Properties#

styles#

Protected styles: HTMLStyleElement

-

Defined in src/renderer/theme.store.ts:24

+

Defined in src/renderer/theme.store.ts:24


themes#

themes: Theme[] = [ { id: "lens-dark", type: ThemeType.DARK }, { id: "lens-light", type: ThemeType.LIGHT }, ]

-

Defined in src/renderer/theme.store.ts:27

+

Defined in src/renderer/theme.store.ts:27

Accessors#

activeTheme#

• get activeTheme(): Theme

-

Defined in src/renderer/theme.store.ts:36

+

Defined in src/renderer/theme.store.ts:36

Returns: Theme


activeThemeId#

• get activeThemeId(): string

-

Defined in src/renderer/theme.store.ts:32

+

Defined in src/renderer/theme.store.ts:32

Returns: string

Methods#

applyTheme#

ProtectedapplyTheme(theme?: Theme): void

-

Defined in src/renderer/theme.store.ts:86

+

Defined in src/renderer/theme.store.ts:87

Parameters:

@@ -1021,7 +1021,7 @@

getThemeById#

getThemeById(themeId: ThemeId): Theme

-

Defined in src/renderer/theme.store.ts:65

+

Defined in src/renderer/theme.store.ts:66

Parameters:

@@ -1041,12 +1041,12 @@

init#

init(): Promise\

-

Defined in src/renderer/theme.store.ts:58

+

Defined in src/renderer/theme.store.ts:59

Returns: Promise\


loadTheme#

ProtectedloadTheme(themeId: ThemeId): Promise\<Theme>

-

Defined in src/renderer/theme.store.ts:69

+

Defined in src/renderer/theme.store.ts:70

Parameters:

diff --git a/latest/extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/index.html b/latest/extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/index.html index 8ed201210d..3a2ae06fb6 100644 --- a/latest/extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/index.html +++ b/latest/extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/index.html @@ -1051,7 +1051,7 @@

Constructors#

constructor#

+ new StorageHelper(key: string, defaultValue?: T, options?: IStorageHelperOptions): StorageHelper

-

Defined in src/renderer/utils/createStorage.ts:18

+

Defined in src/renderer/utils/createStorage.ts:18

Parameters:

@@ -1079,43 +1079,43 @@

Properties#

defaultValue#

Protected Optional defaultValue: T

-

Defined in src/renderer/utils/createStorage.ts:20

+

Defined in src/renderer/utils/createStorage.ts:20


key#

Protected key: string

-

Defined in src/renderer/utils/createStorage.ts:20

+

Defined in src/renderer/utils/createStorage.ts:20


options#

Protected Optional options: IStorageHelperOptions

-

Defined in src/renderer/utils/createStorage.ts:20

+

Defined in src/renderer/utils/createStorage.ts:20


keyPrefix#

Static keyPrefix: string = "lens_"

-

Defined in src/renderer/utils/createStorage.ts:13

+

Defined in src/renderer/utils/createStorage.ts:13

Accessors#

storage#

Protectedget storage(): Storage

-

Defined in src/renderer/utils/createStorage.ts:28

+

Defined in src/renderer/utils/createStorage.ts:28

Returns: Storage

Methods#

clear#

clear(): this

-

Defined in src/renderer/utils/createStorage.ts:55

+

Defined in src/renderer/utils/createStorage.ts:55

Returns: this


get#

get(): T

-

Defined in src/renderer/utils/createStorage.ts:33

+

Defined in src/renderer/utils/createStorage.ts:33

Returns: T


getDefaultValue#

getDefaultValue(): T

-

Defined in src/renderer/utils/createStorage.ts:60

+

Defined in src/renderer/utils/createStorage.ts:60

Returns: T


merge#

merge(value: Partial\): this

-

Defined in src/renderer/utils/createStorage.ts:50

+

Defined in src/renderer/utils/createStorage.ts:50

Parameters:

@@ -1135,12 +1135,12 @@

restoreDefaultValue#

restoreDefaultValue(): this

-

Defined in src/renderer/utils/createStorage.ts:64

+

Defined in src/renderer/utils/createStorage.ts:64

Returns: this


set#

set(value: T): this

-

Defined in src/renderer/utils/createStorage.ts:45

+

Defined in src/renderer/utils/createStorage.ts:45

Parameters:

@@ -1160,7 +1160,7 @@

Object literals#

defaultOptions#

Static defaultOptions: object

-

Defined in src/renderer/utils/createStorage.ts:15

+

Defined in src/renderer/utils/createStorage.ts:15

Properties:

diff --git a/latest/extensions/api/enums/_src_main_cluster_.clustermetadatakey/index.html b/latest/extensions/api/enums/_src_main_cluster_.clustermetadatakey/index.html index 6c69f95cfd..baf02e18bf 100644 --- a/latest/extensions/api/enums/_src_main_cluster_.clustermetadatakey/index.html +++ b/latest/extensions/api/enums/_src_main_cluster_.clustermetadatakey/index.html @@ -864,23 +864,23 @@

Enumeration members#

CLUSTER_ID#

CLUSTER_ID: = "id"

-

Defined in src/main/cluster.ts:27

+

Defined in src/main/cluster.ts:27


DISTRIBUTION#

DISTRIBUTION: = "distribution"

-

Defined in src/main/cluster.ts:28

+

Defined in src/main/cluster.ts:28


LAST_SEEN#

LAST_SEEN: = "lastSeen"

-

Defined in src/main/cluster.ts:30

+

Defined in src/main/cluster.ts:30


NODES_COUNT#

NODES_COUNT: = "nodes"

-

Defined in src/main/cluster.ts:29

+

Defined in src/main/cluster.ts:29


VERSION#

VERSION: = "version"

-

Defined in src/main/cluster.ts:26

+

Defined in src/main/cluster.ts:26

diff --git a/latest/extensions/api/enums/_src_main_cluster_.clusterstatus/index.html b/latest/extensions/api/enums/_src_main_cluster_.clusterstatus/index.html index cea7a00d78..8c6f3ad256 100644 --- a/latest/extensions/api/enums/_src_main_cluster_.clusterstatus/index.html +++ b/latest/extensions/api/enums/_src_main_cluster_.clusterstatus/index.html @@ -848,15 +848,15 @@

Enumeration members#

AccessDenied#

AccessDenied: = 1

-

Defined in src/main/cluster.ts:21

+

Defined in src/main/cluster.ts:21


AccessGranted#

AccessGranted: = 2

-

Defined in src/main/cluster.ts:20

+

Defined in src/main/cluster.ts:20


Offline#

Offline: = 0

-

Defined in src/main/cluster.ts:22

+

Defined in src/main/cluster.ts:22

diff --git a/latest/extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/index.html b/latest/extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/index.html index d5e65fd01c..6fa162b7d7 100644 --- a/latest/extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/index.html +++ b/latest/extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/index.html @@ -856,19 +856,19 @@

Enumeration members#

ACTIVE#

ACTIVE: = "Active"

-

Defined in src/renderer/api/endpoints/cluster.api.ts:31

+

Defined in src/renderer/api/endpoints/cluster.api.ts:31


CREATING#

CREATING: = "Creating"

-

Defined in src/renderer/api/endpoints/cluster.api.ts:32

+

Defined in src/renderer/api/endpoints/cluster.api.ts:32


ERROR#

ERROR: = "Error"

-

Defined in src/renderer/api/endpoints/cluster.api.ts:34

+

Defined in src/renderer/api/endpoints/cluster.api.ts:34


REMOVING#

REMOVING: = "Removing"

-

Defined in src/renderer/api/endpoints/cluster.api.ts:33

+

Defined in src/renderer/api/endpoints/cluster.api.ts:33

diff --git a/latest/extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/index.html b/latest/extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/index.html index 7383b208c1..4689277921 100644 --- a/latest/extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/index.html +++ b/latest/extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/index.html @@ -856,19 +856,19 @@

Enumeration members#

External#

External: = "External"

-

Defined in src/renderer/api/endpoints/hpa.api.ts:8

+

Defined in src/renderer/api/endpoints/hpa.api.ts:8


Object#

Object: = "Object"

-

Defined in src/renderer/api/endpoints/hpa.api.ts:7

+

Defined in src/renderer/api/endpoints/hpa.api.ts:7


Pods#

Pods: = "Pods"

-

Defined in src/renderer/api/endpoints/hpa.api.ts:6

+

Defined in src/renderer/api/endpoints/hpa.api.ts:6


Resource#

Resource: = "Resource"

-

Defined in src/renderer/api/endpoints/hpa.api.ts:5

+

Defined in src/renderer/api/endpoints/hpa.api.ts:5

diff --git a/latest/extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/index.html b/latest/extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/index.html index 0a91b20d00..cf3ca4ba8d 100644 --- a/latest/extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/index.html +++ b/latest/extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/index.html @@ -840,11 +840,11 @@

Enumeration members#

ACTIVE#

ACTIVE: = "Active"

-

Defined in src/renderer/api/endpoints/namespaces.api.ts:6

+

Defined in src/renderer/api/endpoints/namespaces.api.ts:6


TERMINATING#

TERMINATING: = "Terminating"

-

Defined in src/renderer/api/endpoints/namespaces.api.ts:7

+

Defined in src/renderer/api/endpoints/namespaces.api.ts:7

diff --git a/latest/extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/index.html b/latest/extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/index.html index 3e681f078b..c37a6676c6 100644 --- a/latest/extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/index.html +++ b/latest/extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/index.html @@ -872,27 +872,27 @@

Enumeration members#

EVICTED#

EVICTED: = "Evicted"

-

Defined in src/renderer/api/endpoints/pods.api.ts:61

+

Defined in src/renderer/api/endpoints/pods.api.ts:61


FAILED#

FAILED: = "Failed"

-

Defined in src/renderer/api/endpoints/pods.api.ts:57

+

Defined in src/renderer/api/endpoints/pods.api.ts:57


PENDING#

PENDING: = "Pending"

-

Defined in src/renderer/api/endpoints/pods.api.ts:58

+

Defined in src/renderer/api/endpoints/pods.api.ts:58


RUNNING#

RUNNING: = "Running"

-

Defined in src/renderer/api/endpoints/pods.api.ts:59

+

Defined in src/renderer/api/endpoints/pods.api.ts:59


SUCCEEDED#

SUCCEEDED: = "Succeeded"

-

Defined in src/renderer/api/endpoints/pods.api.ts:60

+

Defined in src/renderer/api/endpoints/pods.api.ts:60


TERMINATED#

TERMINATED: = "Terminated"

-

Defined in src/renderer/api/endpoints/pods.api.ts:56

+

Defined in src/renderer/api/endpoints/pods.api.ts:56

diff --git a/latest/extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/index.html b/latest/extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/index.html index b24f562ea2..4b436e0d5e 100644 --- a/latest/extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/index.html +++ b/latest/extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/index.html @@ -888,35 +888,35 @@

Enumeration members#

BasicAuth#

BasicAuth: = "kubernetes.io/basic-auth"

-

Defined in src/renderer/api/endpoints/secret.api.ts:11

+

Defined in src/renderer/api/endpoints/secret.api.ts:11


BootstrapToken#

BootstrapToken: = "bootstrap.kubernetes.io/token"

-

Defined in src/renderer/api/endpoints/secret.api.ts:14

+

Defined in src/renderer/api/endpoints/secret.api.ts:14


DockerConfigJson#

DockerConfigJson: = "kubernetes.io/dockerconfigjson"

-

Defined in src/renderer/api/endpoints/secret.api.ts:10

+

Defined in src/renderer/api/endpoints/secret.api.ts:10


Dockercfg#

Dockercfg: = "kubernetes.io/dockercfg"

-

Defined in src/renderer/api/endpoints/secret.api.ts:9

+

Defined in src/renderer/api/endpoints/secret.api.ts:9


Opaque#

Opaque: = "Opaque"

-

Defined in src/renderer/api/endpoints/secret.api.ts:7

+

Defined in src/renderer/api/endpoints/secret.api.ts:7


SSHAuth#

SSHAuth: = "kubernetes.io/ssh-auth"

-

Defined in src/renderer/api/endpoints/secret.api.ts:12

+

Defined in src/renderer/api/endpoints/secret.api.ts:12


ServiceAccountToken#

ServiceAccountToken: = "kubernetes.io/service-account-token"

-

Defined in src/renderer/api/endpoints/secret.api.ts:8

+

Defined in src/renderer/api/endpoints/secret.api.ts:8


TLS#

TLS: = "kubernetes.io/tls"

-

Defined in src/renderer/api/endpoints/secret.api.ts:13

+

Defined in src/renderer/api/endpoints/secret.api.ts:13

diff --git a/latest/extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/index.html b/latest/extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/index.html index 47b5e25bfb..2f7b293ee1 100644 --- a/latest/extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/index.html +++ b/latest/extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/index.html @@ -864,23 +864,23 @@

Enumeration members#

STDERR#

STDERR: = 2

-

Defined in src/renderer/api/terminal-api.ts:10

+

Defined in src/renderer/api/terminal-api.ts:10


STDIN#

STDIN: = 0

-

Defined in src/renderer/api/terminal-api.ts:8

+

Defined in src/renderer/api/terminal-api.ts:8


STDOUT#

STDOUT: = 1

-

Defined in src/renderer/api/terminal-api.ts:9

+

Defined in src/renderer/api/terminal-api.ts:9


TERMINAL_SIZE#

TERMINAL_SIZE: = 4

-

Defined in src/renderer/api/terminal-api.ts:11

+

Defined in src/renderer/api/terminal-api.ts:11


TOKEN#

TOKEN: = 9

-

Defined in src/renderer/api/terminal-api.ts:12

+

Defined in src/renderer/api/terminal-api.ts:12

diff --git a/latest/extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/index.html b/latest/extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/index.html index 5cf74b623f..cb86367756 100644 --- a/latest/extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/index.html +++ b/latest/extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/index.html @@ -896,39 +896,39 @@

Enumeration members#

BLUE#

BLUE: = ""

-

Defined in src/renderer/api/terminal-api.ts:19

+

Defined in src/renderer/api/terminal-api.ts:19


CYAN#

CYAN: = ""

-

Defined in src/renderer/api/terminal-api.ts:21

+

Defined in src/renderer/api/terminal-api.ts:21


GRAY#

GRAY: = ""

-

Defined in src/renderer/api/terminal-api.ts:22

+

Defined in src/renderer/api/terminal-api.ts:22


GREEN#

GREEN: = ""

-

Defined in src/renderer/api/terminal-api.ts:17

+

Defined in src/renderer/api/terminal-api.ts:17


LIGHT_GRAY#

LIGHT_GRAY: = ""

-

Defined in src/renderer/api/terminal-api.ts:23

+

Defined in src/renderer/api/terminal-api.ts:23


MAGENTA#

MAGENTA: = ""

-

Defined in src/renderer/api/terminal-api.ts:20

+

Defined in src/renderer/api/terminal-api.ts:20


NO_COLOR#

NO_COLOR: = ""

-

Defined in src/renderer/api/terminal-api.ts:24

+

Defined in src/renderer/api/terminal-api.ts:24


RED#

RED: = ""

-

Defined in src/renderer/api/terminal-api.ts:16

+

Defined in src/renderer/api/terminal-api.ts:16


YELLOW#

YELLOW: = ""

-

Defined in src/renderer/api/terminal-api.ts:18

+

Defined in src/renderer/api/terminal-api.ts:18

diff --git a/latest/extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/index.html b/latest/extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/index.html index 40e39d89c2..4e49a8ba7e 100644 --- a/latest/extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/index.html +++ b/latest/extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/index.html @@ -864,23 +864,23 @@

Enumeration members#

CLOSED#

CLOSED:

-

Defined in src/renderer/api/websocket-api.ts:23

+

Defined in src/renderer/api/websocket-api.ts:23


CONNECTING#

CONNECTING:

-

Defined in src/renderer/api/websocket-api.ts:21

+

Defined in src/renderer/api/websocket-api.ts:21


OPEN#

OPEN:

-

Defined in src/renderer/api/websocket-api.ts:20

+

Defined in src/renderer/api/websocket-api.ts:20


PENDING#

PENDING: = -1

-

Defined in src/renderer/api/websocket-api.ts:19

+

Defined in src/renderer/api/websocket-api.ts:19


RECONNECTING#

RECONNECTING:

-

Defined in src/renderer/api/websocket-api.ts:22

+

Defined in src/renderer/api/websocket-api.ts:22

diff --git a/latest/extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/index.html b/latest/extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/index.html index 1986370e68..1369335201 100644 --- a/latest/extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/index.html +++ b/latest/extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/index.html @@ -864,23 +864,23 @@

Enumeration members#

age#

age: = "age"

-

Defined in src/renderer/components/+custom-resources/crd-list.tsx:21

+

Defined in src/renderer/components/+custom-resources/crd-list.tsx:21


group#

group: = "group"

-

Defined in src/renderer/components/+custom-resources/crd-list.tsx:18

+

Defined in src/renderer/components/+custom-resources/crd-list.tsx:18


kind#

kind: = "kind"

-

Defined in src/renderer/components/+custom-resources/crd-list.tsx:17

+

Defined in src/renderer/components/+custom-resources/crd-list.tsx:17


scope#

scope: = "scope"

-

Defined in src/renderer/components/+custom-resources/crd-list.tsx:20

+

Defined in src/renderer/components/+custom-resources/crd-list.tsx:20


version#

version: = "version"

-

Defined in src/renderer/components/+custom-resources/crd-list.tsx:19

+

Defined in src/renderer/components/+custom-resources/crd-list.tsx:19

diff --git a/latest/extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/index.html b/latest/extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/index.html index 8b581027bb..7f1ce19f18 100644 --- a/latest/extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/index.html +++ b/latest/extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/index.html @@ -848,15 +848,15 @@

Enumeration members#

age#

age: = "age"

-

Defined in src/renderer/components/+custom-resources/crd-resources.tsx:22

+

Defined in src/renderer/components/+custom-resources/crd-resources.tsx:22


name#

name: = "name"

-

Defined in src/renderer/components/+custom-resources/crd-resources.tsx:20

+

Defined in src/renderer/components/+custom-resources/crd-resources.tsx:20


namespace#

namespace: = "namespace"

-

Defined in src/renderer/components/+custom-resources/crd-resources.tsx:21

+

Defined in src/renderer/components/+custom-resources/crd-resources.tsx:21

diff --git a/latest/extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/index.html b/latest/extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/index.html index 7ecb00f46a..326fb32641 100644 --- a/latest/extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/index.html +++ b/latest/extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/index.html @@ -872,27 +872,27 @@

Enumeration members#

CREATE_RESOURCE#

CREATE_RESOURCE: = "create-resource"

-

Defined in src/renderer/components/dock/dock.store.ts:10

+

Defined in src/renderer/components/dock/dock.store.ts:10


EDIT_RESOURCE#

EDIT_RESOURCE: = "edit-resource"

-

Defined in src/renderer/components/dock/dock.store.ts:11

+

Defined in src/renderer/components/dock/dock.store.ts:11


INSTALL_CHART#

INSTALL_CHART: = "install-chart"

-

Defined in src/renderer/components/dock/dock.store.ts:12

+

Defined in src/renderer/components/dock/dock.store.ts:12


POD_LOGS#

POD_LOGS: = "pod-logs"

-

Defined in src/renderer/components/dock/dock.store.ts:14

+

Defined in src/renderer/components/dock/dock.store.ts:14


TERMINAL#

TERMINAL: = "terminal"

-

Defined in src/renderer/components/dock/dock.store.ts:9

+

Defined in src/renderer/components/dock/dock.store.ts:9


UPGRADE_CHART#

UPGRADE_CHART: = "upgrade-chart"

-

Defined in src/renderer/components/dock/dock.store.ts:13

+

Defined in src/renderer/components/dock/dock.store.ts:13

diff --git a/latest/extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/index.html b/latest/extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/index.html index a7593002b2..b4ec2d7ebe 100644 --- a/latest/extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/index.html +++ b/latest/extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/index.html @@ -840,11 +840,11 @@

Enumeration members#

NAMESPACE#

NAMESPACE: = "namespace"

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:8

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:8


SEARCH: = "search"

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:7

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:7

diff --git a/latest/extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/index.html b/latest/extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/index.html index 67ef30c9f7..ae83954753 100644 --- a/latest/extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/index.html +++ b/latest/extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/index.html @@ -848,15 +848,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/_src_renderer_components_tooltip_tooltip_.tooltipposition/index.html b/latest/extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/index.html index 1d3ca3b2f7..0ed765bcb8 100644 --- a/latest/extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/index.html +++ b/latest/extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/index.html @@ -888,35 +888,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/_src_renderer_theme_store_.themetype/index.html b/latest/extensions/api/enums/_src_renderer_theme_store_.themetype/index.html index 1c68c69d4b..1ba53248e7 100644 --- a/latest/extensions/api/enums/_src_renderer_theme_store_.themetype/index.html +++ b/latest/extensions/api/enums/_src_renderer_theme_store_.themetype/index.html @@ -840,11 +840,11 @@

Enumeration members#

DARK#

DARK: = "dark"

-

Defined in src/renderer/theme.store.ts:9

+

Defined in src/renderer/theme.store.ts:9


LIGHT#

LIGHT: = "light"

-

Defined in src/renderer/theme.store.ts:10

+

Defined in src/renderer/theme.store.ts:10

diff --git a/latest/extensions/api/interfaces/_src_common_base_store_.basestoreparams/index.html b/latest/extensions/api/interfaces/_src_common_base_store_.basestoreparams/index.html index ceff271a1c..d449df9435 100644 --- a/latest/extensions/api/interfaces/_src_common_base_store_.basestoreparams/index.html +++ b/latest/extensions/api/interfaces/_src_common_base_store_.basestoreparams/index.html @@ -1034,7 +1034,7 @@ console.log(config.get('foo.bar.foobar'));

autoLoad#

Optional autoLoad: boolean

-

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

+

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


clearInvalidConfig#

Optional clearInvalidConfig: boolean

@@ -1186,11 +1186,11 @@ config.set('foo', '1');

syncEnabled#

Optional syncEnabled: boolean

-

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

+

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


syncOptions#

Optional syncOptions: IReactionOptions

-

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

+

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


watch#

Optional Readonly watch: boolean

diff --git a/latest/extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/index.html b/latest/extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/index.html index 409426c32b..1cc2e8f429 100644 --- a/latest/extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/index.html +++ b/latest/extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/index.html @@ -859,15 +859,15 @@

Properties#

clusterId#

clusterId: string

-

Defined in src/common/cluster-store.ts:18

+

Defined in src/common/cluster-store.ts:18


name#

name: string

-

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

+

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


path#

path: string

-

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

+

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

diff --git a/latest/extensions/api/interfaces/_src_common_cluster_store_.clustermodel/index.html b/latest/extensions/api/interfaces/_src_common_cluster_store_.clustermodel/index.html index 05e20ca826..8196ab9bf1 100644 --- a/latest/extensions/api/interfaces/_src_common_cluster_store_.clustermodel/index.html +++ b/latest/extensions/api/interfaces/_src_common_cluster_store_.clustermodel/index.html @@ -918,40 +918,40 @@

Properties#

accessibleNamespaces#

Optional accessibleNamespaces: string[]

-

Defined in src/common/cluster-store.ts:42

+

Defined in src/common/cluster-store.ts:42


contextName#

Optional 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


kubeConfig#

Optional 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


metadata#

Optional metadata: ClusterMetadata

-

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

+

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


ownerRef#

Optional ownerRef: string

-

Defined in src/common/cluster-store.ts:41

+

Defined in src/common/cluster-store.ts:41


preferences#

Optional preferences: ClusterPreferences

-

Defined in src/common/cluster-store.ts:39

+

Defined in src/common/cluster-store.ts:39


workspace#

Optional 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/_src_common_cluster_store_.clusterpreferences/index.html b/latest/extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/index.html index 3edd9055a4..a87fd2436e 100644 --- a/latest/extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/index.html +++ b/latest/extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/index.html @@ -891,23 +891,23 @@

Properties#

clusterName#

Optional clusterName: string

-

Defined in src/common/cluster-store.ts:50

+

Defined in src/common/cluster-store.ts:50


httpsProxy#

Optional httpsProxy: string

-

Defined in src/common/cluster-store.ts:62

+

Defined in src/common/cluster-store.ts:62


icon#

Optional icon: string

-

Defined in src/common/cluster-store.ts:61

+

Defined in src/common/cluster-store.ts:61


iconOrder#

Optional iconOrder: number

-

Defined in src/common/cluster-store.ts:60

+

Defined in src/common/cluster-store.ts:60


prometheus#

Optional prometheus: { namespace: string ; port: number ; prefix: string ; service: string }

-

Defined in src/common/cluster-store.ts:51

+

Defined in src/common/cluster-store.ts:51

Type declaration:

@@ -938,7 +938,7 @@

prometheusProvider#

Optional prometheusProvider: { type: string }

-

Defined in src/common/cluster-store.ts:57

+

Defined in src/common/cluster-store.ts:57

Type declaration:

@@ -957,7 +957,7 @@

terminalCWD#

Optional terminalCWD: string

-

Defined in src/common/cluster-store.ts:49

+

Defined in src/common/cluster-store.ts:49

diff --git a/latest/extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/index.html b/latest/extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/index.html index 7804cfc36a..c3141e353a 100644 --- a/latest/extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/index.html +++ b/latest/extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/index.html @@ -851,11 +851,11 @@

Properties#

activeCluster#

Optional activeCluster: ClusterId

-

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

+

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


clusters#

Optional clusters: ClusterModel[]

-

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

+

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

diff --git a/latest/extensions/api/interfaces/_src_common_event_emitter_.options/index.html b/latest/extensions/api/interfaces/_src_common_event_emitter_.options/index.html index 66605d276c..b48a3db408 100644 --- a/latest/extensions/api/interfaces/_src_common_event_emitter_.options/index.html +++ b/latest/extensions/api/interfaces/_src_common_event_emitter_.options/index.html @@ -851,11 +851,11 @@

Properties#

once#

Optional once: boolean

-

Defined in src/common/event-emitter.ts:4

+

Defined in src/common/event-emitter.ts:4


prepend#

Optional prepend: boolean

-

Defined in src/common/event-emitter.ts:5

+

Defined in src/common/event-emitter.ts:5

diff --git a/latest/extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/index.html b/latest/extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/index.html index 5870a2c932..9573dad4b0 100644 --- a/latest/extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/index.html +++ b/latest/extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/index.html @@ -915,31 +915,31 @@

Properties#

args#

Optional args: A

-

Defined in src/common/ipc.ts:60

+

Defined in src/common/ipc.ts:60


channel#

channel: IpcChannel

-

Defined in src/common/ipc.ts:54

+

Defined in src/common/ipc.ts:54


filter#

Optional filter: (webContent: WebContents) => boolean

-

Defined in src/common/ipc.ts:58

+

Defined in src/common/ipc.ts:58


frameId#

Optional frameId: number

-

Defined in src/common/ipc.ts:56

+

Defined in src/common/ipc.ts:56


frameOnly#

Optional frameOnly: boolean

-

Defined in src/common/ipc.ts:57

+

Defined in src/common/ipc.ts:57


timeout#

Optional timeout: number

-

Defined in src/common/ipc.ts:59

+

Defined in src/common/ipc.ts:59


webContentId#

Optional webContentId: number

-

Defined in src/common/ipc.ts:55

+

Defined in src/common/ipc.ts:55

diff --git a/latest/extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/index.html b/latest/extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/index.html index 778c9f2db7..430f172b3e 100644 --- a/latest/extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/index.html +++ b/latest/extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/index.html @@ -875,23 +875,23 @@

Properties#

autoBind#

Optional autoBind: boolean

-

Defined in src/common/ipc.ts:13

+

Defined in src/common/ipc.ts:13


channel#

channel: IpcChannel

-

Defined in src/common/ipc.ts:11

+

Defined in src/common/ipc.ts:11


handle#

Optional handle: (...args: any[]) => Promise\ | any

-

Defined in src/common/ipc.ts:12

+

Defined in src/common/ipc.ts:12


once#

Optional once: boolean

-

Defined in src/common/ipc.ts:15

+

Defined in src/common/ipc.ts:15


timeout#

Optional timeout: number

-

Defined in src/common/ipc.ts:14

+

Defined in src/common/ipc.ts:14

diff --git a/latest/extensions/api/interfaces/_src_common_rbac_.kubeapiresource/index.html b/latest/extensions/api/interfaces/_src_common_rbac_.kubeapiresource/index.html index 5fd186d1cd..8d3822e19d 100644 --- a/latest/extensions/api/interfaces/_src_common_rbac_.kubeapiresource/index.html +++ b/latest/extensions/api/interfaces/_src_common_rbac_.kubeapiresource/index.html @@ -851,11 +851,11 @@

Properties#

group#

Optional group: string

-

Defined in src/common/rbac.ts:11

+

Defined in src/common/rbac.ts:11


resource#

resource: KubeResource

-

Defined in src/common/rbac.ts:10

+

Defined in src/common/rbac.ts:10

diff --git a/latest/extensions/api/interfaces/_src_common_user_store_.userpreferences/index.html b/latest/extensions/api/interfaces/_src_common_user_store_.userpreferences/index.html index d37d9223c7..aaa83d8cf5 100644 --- a/latest/extensions/api/interfaces/_src_common_user_store_.userpreferences/index.html +++ b/latest/extensions/api/interfaces/_src_common_user_store_.userpreferences/index.html @@ -907,39 +907,39 @@

Properties#

allowTelemetry#

Optional allowTelemetry: boolean

-

Defined in src/common/user-store.ts:25

+

Defined in src/common/user-store.ts:25


allowUntrustedCAs#

Optional allowUntrustedCAs: boolean

-

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

+

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


colorTheme#

Optional colorTheme: string

-

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

+

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


downloadBinariesPath#

Optional downloadBinariesPath: string

-

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

+

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


downloadKubectlBinaries#

Optional downloadKubectlBinaries: boolean

-

Defined in src/common/user-store.ts:27

+

Defined in src/common/user-store.ts:27


downloadMirror#

Optional downloadMirror: string | \"default\"

-

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

+

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


httpsProxy#

Optional httpsProxy: string

-

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

+

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


kubectlBinariesPath#

Optional kubectlBinariesPath: string

-

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

+

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


openAtLogin#

Optional openAtLogin: boolean

-

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

+

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

diff --git a/latest/extensions/api/interfaces/_src_common_user_store_.userstoremodel/index.html b/latest/extensions/api/interfaces/_src_common_user_store_.userstoremodel/index.html index b31cb0f99e..4ff6c777df 100644 --- a/latest/extensions/api/interfaces/_src_common_user_store_.userstoremodel/index.html +++ b/latest/extensions/api/interfaces/_src_common_user_store_.userstoremodel/index.html @@ -867,19 +867,19 @@

Properties#

kubeConfigPath#

kubeConfigPath: string

-

Defined in src/common/user-store.ts:15

+

Defined in src/common/user-store.ts:15


lastSeenAppVersion#

lastSeenAppVersion: string

-

Defined in src/common/user-store.ts:16

+

Defined in src/common/user-store.ts:16


preferences#

preferences: UserPreferences

-

Defined in src/common/user-store.ts:18

+

Defined in src/common/user-store.ts:18


seenContexts#

seenContexts: string[]

-

Defined in src/common/user-store.ts:17

+

Defined in src/common/user-store.ts:17

diff --git a/latest/extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/index.html b/latest/extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/index.html index 0c1f53aa3f..0829124734 100644 --- a/latest/extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/index.html +++ b/latest/extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/index.html @@ -880,11 +880,11 @@

Properties#

params#

Optional params: P

-

Defined in src/common/utils/buildUrl.ts:4

+

Defined in src/common/utils/buildUrl.ts:4


query#

Optional query: Q

-

Defined in src/common/utils/buildUrl.ts:5

+

Defined in src/common/utils/buildUrl.ts:5

diff --git a/latest/extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/index.html b/latest/extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/index.html index 7a22f920ea..1f6ea1a96c 100644 --- a/latest/extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/index.html +++ b/latest/extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/index.html @@ -878,19 +878,19 @@

Properties#

description#

Optional 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


ownerRef#

Optional 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/_src_common_workspace_store_.workspacestate/index.html b/latest/extensions/api/interfaces/_src_common_workspace_store_.workspacestate/index.html index 64667e845f..afc50ade0b 100644 --- a/latest/extensions/api/interfaces/_src_common_workspace_store_.workspacestate/index.html +++ b/latest/extensions/api/interfaces/_src_common_workspace_store_.workspacestate/index.html @@ -854,7 +854,7 @@

Properties#

enabled#

enabled: boolean

-

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

+

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

diff --git a/latest/extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/index.html b/latest/extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/index.html index f595813fe6..fca6e04a4c 100644 --- a/latest/extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/index.html +++ b/latest/extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/index.html @@ -851,11 +851,11 @@

Properties#

currentWorkspace#

Optional currentWorkspace: WorkspaceId

-

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

+

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


workspaces#

workspaces: WorkspaceModel[]

-

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

+

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

diff --git a/latest/extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/index.html b/latest/extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/index.html index 37ee11c201..d84d0feb3d 100644 --- a/latest/extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/index.html @@ -867,19 +867,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/_src_extensions_extension_manager_.installedextension/index.html b/latest/extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/index.html index ee76d9013e..0ff39f01fc 100644 --- a/latest/extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/index.html @@ -867,19 +867,19 @@

Properties#

isBundled#

Readonly isBundled: boolean

-

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

+

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


isEnabled#

isEnabled: boolean

-

Defined in src/extensions/extension-manager.ts:14

+

Defined in src/extensions/extension-manager.ts:14


manifest#

Readonly manifest: LensExtensionManifest

-

Defined in src/extensions/extension-manager.ts:11

+

Defined in src/extensions/extension-manager.ts:11


manifestPath#

Readonly manifestPath: string

-

Defined in src/extensions/extension-manager.ts:12

+

Defined in src/extensions/extension-manager.ts:12

diff --git a/latest/extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/index.html b/latest/extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/index.html index f7db7aba7a..c66eeac8f3 100644 --- a/latest/extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/index.html @@ -843,7 +843,7 @@

Properties#

extensions#

extensions: Record\<LensExtensionId, LensExtensionState>

-

Defined in src/extensions/extensions-store.ts:7

+

Defined in src/extensions/extensions-store.ts:7

diff --git a/latest/extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/index.html b/latest/extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/index.html index 9890857c0f..0b6585aed4 100644 --- a/latest/extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/index.html @@ -843,7 +843,7 @@

Properties#

enabled#

Optional enabled: boolean

-

Defined in src/extensions/extensions-store.ts:11

+

Defined in src/extensions/extensions-store.ts:11

diff --git a/latest/extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/index.html b/latest/extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/index.html index a4ac980137..2ec6f643a5 100644 --- a/latest/extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/index.html @@ -875,23 +875,23 @@

Properties#

description#

Optional description: string

-

Defined in src/extensions/lens-extension.ts:11

+

Defined in src/extensions/lens-extension.ts:11


main#

Optional main: string

-

Defined in src/extensions/lens-extension.ts:12

+

Defined in src/extensions/lens-extension.ts:12


name#

name: string

-

Defined in src/extensions/lens-extension.ts:9

+

Defined in src/extensions/lens-extension.ts:9


renderer#

Optional renderer: string

-

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

+

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


version#

version: string

-

Defined in src/extensions/lens-extension.ts:10

+

Defined in src/extensions/lens-extension.ts:10

diff --git a/latest/extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/index.html b/latest/extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/index.html index 6f46730125..120ceabe6d 100644 --- a/latest/extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/index.html @@ -851,11 +851,11 @@

Properties#

Hint#

Hint: React.ComponentType\

-

Defined in src/extensions/registries/app-preference-registry.ts:5

+

Defined in src/extensions/registries/app-preference-registry.ts:5


Input#

Input: React.ComponentType\

-

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/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/index.html b/latest/extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/index.html index fe4f8e3a85..f117bd49c5 100644 --- a/latest/extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/index.html @@ -851,11 +851,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/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/index.html b/latest/extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/index.html index 05004cb567..d9212f8362 100644 --- a/latest/extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/index.html @@ -843,7 +843,7 @@

Properties#

Description#

Description: React.ComponentType\

-

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/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/index.html b/latest/extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/index.html index 4f286dca44..74a89db973 100644 --- a/latest/extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/index.html @@ -859,15 +859,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/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/index.html b/latest/extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/index.html index 0a1c2be0ca..f9cd0b7b13 100644 --- a/latest/extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/index.html @@ -843,7 +843,7 @@

Properties#

Details#

Details: React.ComponentType\

-

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/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/index.html b/latest/extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/index.html index 6e9357e72c..4bef7af329 100644 --- a/latest/extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/index.html @@ -859,15 +859,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/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/index.html b/latest/extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/index.html index 6f47d2a049..338c9c26ff 100644 --- a/latest/extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/index.html @@ -843,7 +843,7 @@

Properties#

MenuItem: React.ComponentType\

-

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/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/index.html b/latest/extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/index.html index 538a946538..d15b5dbd21 100644 --- a/latest/extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/index.html @@ -859,15 +859,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/_src_extensions_registries_menu_registry_.menuregistration/index.html b/latest/extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/index.html index d7f820d324..ea829da4ff 100644 --- a/latest/extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/index.html @@ -1089,7 +1089,7 @@ this item by the position attribute.


parentId#

parentId: string

-

Defined in src/extensions/registries/menu-registry.ts:7

+

Defined in src/extensions/registries/menu-registry.ts:7


registerAccelerator#

Optional registerAccelerator: boolean

diff --git a/latest/extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/index.html b/latest/extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/index.html index b7245c0f91..5699fefbe2 100644 --- a/latest/extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/index.html @@ -851,11 +851,11 @@

Properties#

Optional 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\

-

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/_src_extensions_registries_page_registry_.pageregistration/index.html b/latest/extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/index.html index 6e88313878..cd64e13919 100644 --- a/latest/extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/index.html @@ -953,7 +953,7 @@

className#

Optional className: IClassName

-

Defined in src/extensions/registries/page-registry.ts:11

+

Defined in src/extensions/registries/page-registry.ts:11


component#

Optional component: React.ComponentType\> | React.ComponentType\

@@ -962,7 +962,7 @@

components#

components: PageComponents

-

Defined in src/extensions/registries/page-registry.ts:16

+

Defined in src/extensions/registries/page-registry.ts:16


exact#

Optional exact: boolean

@@ -971,7 +971,7 @@

hideInMenu#

Optional hideInMenu: boolean

-

Defined in src/extensions/registries/page-registry.ts:14

+

Defined in src/extensions/registries/page-registry.ts:14


location#

Optional location: Location

@@ -1000,15 +1000,15 @@

subPages#

Optional subPages: PageRegistration & TabRoute[]

-

Defined in src/extensions/registries/page-registry.ts:15

+

Defined in src/extensions/registries/page-registry.ts:15


title#

Optional title: React.ReactNode

-

Defined in src/extensions/registries/page-registry.ts:13

+

Defined in src/extensions/registries/page-registry.ts:13


url#

Optional 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/_src_extensions_registries_status_bar_registry_.statusbarregistration/index.html b/latest/extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/index.html index ee5ecc78c6..ce51300127 100644 --- a/latest/extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/index.html +++ b/latest/extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/index.html @@ -843,7 +843,7 @@

Properties#

item#

Optional 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/_src_main_cluster_.clusterstate/index.html b/latest/extensions/api/interfaces/_src_main_cluster_.clusterstate/index.html index f4d266a6bd..e7339a3bd4 100644 --- a/latest/extensions/api/interfaces/_src_main_cluster_.clusterstate/index.html +++ b/latest/extensions/api/interfaces/_src_main_cluster_.clusterstate/index.html @@ -934,47 +934,47 @@

Properties#

accessible#

accessible: boolean

-

Defined in src/main/cluster.ts:42

+

Defined in src/main/cluster.ts:42


allowedNamespaces#

allowedNamespaces: string[]

-

Defined in src/main/cluster.ts:47

+

Defined in src/main/cluster.ts:47


allowedResources#

allowedResources: string[]

-

Defined in src/main/cluster.ts:48

+

Defined in src/main/cluster.ts:48


apiUrl#

apiUrl: string

-

Defined in src/main/cluster.ts:39

+

Defined in src/main/cluster.ts:39


disconnected#

disconnected: boolean

-

Defined in src/main/cluster.ts:41

+

Defined in src/main/cluster.ts:41


eventCount#

eventCount: number

-

Defined in src/main/cluster.ts:45

+

Defined in src/main/cluster.ts:45


failureReason#

failureReason: string

-

Defined in src/main/cluster.ts:44

+

Defined in src/main/cluster.ts:44


initialized#

initialized: boolean

-

Defined in src/main/cluster.ts:38

+

Defined in src/main/cluster.ts:38


isAdmin#

isAdmin: boolean

-

Defined in src/main/cluster.ts:46

+

Defined in src/main/cluster.ts:46


online#

online: boolean

-

Defined in src/main/cluster.ts:40

+

Defined in src/main/cluster.ts:40


ready#

ready: boolean

-

Defined in src/main/cluster.ts:43

+

Defined in src/main/cluster.ts:43

diff --git a/latest/extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/index.html b/latest/extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/index.html index bac6351e3e..084ef4d6f7 100644 --- a/latest/extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/index.html +++ b/latest/extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/index.html @@ -907,39 +907,39 @@

Properties#

caFile#

Optional caFile: string

-

Defined in src/main/helm/helm-repo-manager.ts:23

+

Defined in src/main/helm/helm-repo-manager.ts:23


cacheFilePath#

Optional cacheFilePath: string

-

Defined in src/main/helm/helm-repo-manager.ts:22

+

Defined in src/main/helm/helm-repo-manager.ts:22


certFile#

Optional certFile: string

-

Defined in src/main/helm/helm-repo-manager.ts:24

+

Defined in src/main/helm/helm-repo-manager.ts:24


insecure_skip_tls_verify#

Optional insecure_skip_tls_verify: boolean

-

Defined in src/main/helm/helm-repo-manager.ts:25

+

Defined in src/main/helm/helm-repo-manager.ts:25


keyFile#

Optional keyFile: string

-

Defined in src/main/helm/helm-repo-manager.ts:26

+

Defined in src/main/helm/helm-repo-manager.ts:26


name#

name: string

-

Defined in src/main/helm/helm-repo-manager.ts:20

+

Defined in src/main/helm/helm-repo-manager.ts:20


password#

Optional password: string

-

Defined in src/main/helm/helm-repo-manager.ts:28

+

Defined in src/main/helm/helm-repo-manager.ts:28


url#

url: string

-

Defined in src/main/helm/helm-repo-manager.ts:21

+

Defined in src/main/helm/helm-repo-manager.ts:21


username#

Optional username: string

-

Defined in src/main/helm/helm-repo-manager.ts:27

+

Defined in src/main/helm/helm-repo-manager.ts:27

diff --git a/latest/extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/index.html b/latest/extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/index.html index 722d2b4a55..bb79515d16 100644 --- a/latest/extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/index.html +++ b/latest/extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/index.html @@ -843,7 +843,7 @@

Properties#

repositories#

repositories: HelmRepo[]

-

Defined in src/main/helm/helm-repo-manager.ts:16

+

Defined in src/main/helm/helm-repo-manager.ts:16

diff --git a/latest/extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/index.html b/latest/extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/index.html index 04a821e25f..c57e45ff54 100644 --- a/latest/extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/index.html +++ b/latest/extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/index.html @@ -851,11 +851,11 @@

Properties#

data#

data: string

-

Defined in src/main/kube-auth-proxy.ts:9

+

Defined in src/main/kube-auth-proxy.ts:9


error#

Optional error: boolean

-

Defined in src/main/kube-auth-proxy.ts:10

+

Defined in src/main/kube-auth-proxy.ts:10

diff --git a/latest/extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/index.html b/latest/extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/index.html index 6afd838fe6..318befa86e 100644 --- a/latest/extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/index.html +++ b/latest/extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/index.html @@ -904,15 +904,15 @@

Properties#

id#

id: string

-

Defined in src/main/prometheus/provider-registry.ts:63

+

Defined in src/main/prometheus/provider-registry.ts:63


name#

name: string

-

Defined in src/main/prometheus/provider-registry.ts:64

+

Defined in src/main/prometheus/provider-registry.ts:64

Methods#

getPrometheusService#

getPrometheusService(client: CoreV1Api): Promise\<PrometheusService>

-

Defined in src/main/prometheus/provider-registry.ts:66

+

Defined in src/main/prometheus/provider-registry.ts:66

Parameters:

@@ -932,7 +932,7 @@

getQueries#

getQueries(opts: PrometheusQueryOpts): PrometheusQuery

-

Defined in src/main/prometheus/provider-registry.ts:65

+

Defined in src/main/prometheus/provider-registry.ts:65

Parameters:

diff --git a/latest/extensions/api/interfaces/_src_main_router_.lensapirequest/index.html b/latest/extensions/api/interfaces/_src_main_router_.lensapirequest/index.html index 1a25fe40f1..372e133b4d 100644 --- a/latest/extensions/api/interfaces/_src_main_router_.lensapirequest/index.html +++ b/latest/extensions/api/interfaces/_src_main_router_.lensapirequest/index.html @@ -913,27 +913,27 @@

Properties#

cluster#

cluster: Cluster

-

Defined in src/main/router.ts:32

+

Defined in src/main/router.ts:32


params#

params: RouteParams

-

Defined in src/main/router.ts:31

+

Defined in src/main/router.ts:31


path#

path: string

-

Defined in src/main/router.ts:29

+

Defined in src/main/router.ts:29


payload#

payload: P

-

Defined in src/main/router.ts:30

+

Defined in src/main/router.ts:30


query#

query: URLSearchParams

-

Defined in src/main/router.ts:34

+

Defined in src/main/router.ts:34


raw#

raw: { req: IncomingMessage }

-

Defined in src/main/router.ts:35

+

Defined in src/main/router.ts:35

Type declaration:

@@ -952,7 +952,7 @@

response#

response: ServerResponse

-

Defined in src/main/router.ts:33

+

Defined in src/main/router.ts:33

diff --git a/latest/extensions/api/interfaces/_src_main_router_.routeparams/index.html b/latest/extensions/api/interfaces/_src_main_router_.routeparams/index.html index 8561771785..e3a238f730 100644 --- a/latest/extensions/api/interfaces/_src_main_router_.routeparams/index.html +++ b/latest/extensions/api/interfaces/_src_main_router_.routeparams/index.html @@ -892,31 +892,31 @@

Properties#

account#

Optional account: string

-

Defined in src/main/router.ts:22

+

Defined in src/main/router.ts:22


chart#

Optional chart: string

-

Defined in src/main/router.ts:25

+

Defined in src/main/router.ts:25


namespace#

Optional namespace: string

-

Defined in src/main/router.ts:20

+

Defined in src/main/router.ts:20


path#

Optional path: string

-

Defined in src/main/router.ts:19

+

Defined in src/main/router.ts:19


release#

Optional release: string

-

Defined in src/main/router.ts:23

+

Defined in src/main/router.ts:23


repo#

Optional repo: string

-

Defined in src/main/router.ts:24

+

Defined in src/main/router.ts:24


service#

Optional service: string

-

Defined in src/main/router.ts:21

+

Defined in src/main/router.ts:21

diff --git a/latest/extensions/api/interfaces/_src_main_router_.routerrequestopts/index.html b/latest/extensions/api/interfaces/_src_main_router_.routerrequestopts/index.html index 1b9629a383..47ffa054b4 100644 --- a/latest/extensions/api/interfaces/_src_main_router_.routerrequestopts/index.html +++ b/latest/extensions/api/interfaces/_src_main_router_.routerrequestopts/index.html @@ -875,23 +875,23 @@

Properties#

cluster#

cluster: Cluster

-

Defined in src/main/router.ts:13

+

Defined in src/main/router.ts:13


params#

params: RouteParams

-

Defined in src/main/router.ts:14

+

Defined in src/main/router.ts:14


req#

req: IncomingMessage

-

Defined in src/main/router.ts:11

+

Defined in src/main/router.ts:11


res#

res: ServerResponse

-

Defined in src/main/router.ts:12

+

Defined in src/main/router.ts:12


url#

url: URL

-

Defined in src/main/router.ts:15

+

Defined in src/main/router.ts:15

diff --git a/latest/extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/index.html b/latest/extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/index.html index 61e175aa31..14f7435021 100644 --- a/latest/extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/index.html +++ b/latest/extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/index.html @@ -874,11 +874,11 @@

Properties#

version#

version: string

-

Defined in src/migrations/migration-wrapper.ts:5

+

Defined in src/migrations/migration-wrapper.ts:5

Methods#

run#

run(storeConfig: Config\, log: (...args: any[]) => void): void

-

Defined in src/migrations/migration-wrapper.ts:6

+

Defined in src/migrations/migration-wrapper.ts:6

Parameters:

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/index.html index 8874bac6d5..974e97792c 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/index.html @@ -962,51 +962,51 @@

Properties#

cpuCapacity#

cpuCapacity: T

-

Defined in src/renderer/api/endpoints/cluster.api.ts:46

+

Defined in src/renderer/api/endpoints/cluster.api.ts:46


cpuLimits#

cpuLimits: T

-

Defined in src/renderer/api/endpoints/cluster.api.ts:45

+

Defined in src/renderer/api/endpoints/cluster.api.ts:45


cpuRequests#

cpuRequests: T

-

Defined in src/renderer/api/endpoints/cluster.api.ts:44

+

Defined in src/renderer/api/endpoints/cluster.api.ts:44


cpuUsage#

cpuUsage: T

-

Defined in src/renderer/api/endpoints/cluster.api.ts:43

+

Defined in src/renderer/api/endpoints/cluster.api.ts:43


fsSize#

fsSize: T

-

Defined in src/renderer/api/endpoints/cluster.api.ts:49

+

Defined in src/renderer/api/endpoints/cluster.api.ts:49


fsUsage#

fsUsage: T

-

Defined in src/renderer/api/endpoints/cluster.api.ts:50

+

Defined in src/renderer/api/endpoints/cluster.api.ts:50


memoryCapacity#

memoryCapacity: T

-

Defined in src/renderer/api/endpoints/cluster.api.ts:42

+

Defined in src/renderer/api/endpoints/cluster.api.ts:42


memoryLimits#

memoryLimits: T

-

Defined in src/renderer/api/endpoints/cluster.api.ts:41

+

Defined in src/renderer/api/endpoints/cluster.api.ts:41


memoryRequests#

memoryRequests: T

-

Defined in src/renderer/api/endpoints/cluster.api.ts:40

+

Defined in src/renderer/api/endpoints/cluster.api.ts:40


memoryUsage#

memoryUsage: T

-

Defined in src/renderer/api/endpoints/cluster.api.ts:39

+

Defined in src/renderer/api/endpoints/cluster.api.ts:39


podCapacity#

podCapacity: T

-

Defined in src/renderer/api/endpoints/cluster.api.ts:48

+

Defined in src/renderer/api/endpoints/cluster.api.ts:48


podUsage#

podUsage: T

-

Defined in src/renderer/api/endpoints/cluster.api.ts:47

+

Defined in src/renderer/api/endpoints/cluster.api.ts:47

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/index.html index 186a94bc4e..4656c52dcc 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/index.html @@ -870,15 +870,15 @@

Properties#

hostname#

hostname: string

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:12

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:12


ip#

ip: string

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:13

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:13


nodeName#

nodeName: string

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:14

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:14

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/index.html index 98ce8269a3..c82fc68a83 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/index.html @@ -859,15 +859,15 @@

Properties#

name#

Optional name: string

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:6

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:6


port#

port: number

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:8

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:8


protocol#

protocol: string

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:7

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:7

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/index.html index b64383daf4..dc5875d042 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/index.html @@ -870,15 +870,15 @@

Properties#

addresses#

addresses: IEndpointAddress[]

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:18

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:18


notReadyAddresses#

notReadyAddresses: IEndpointAddress[]

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:19

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:19


ports#

ports: IEndpointPort[]

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:20

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:20

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/index.html index 6e507a237f..2180d7ff2c 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/index.html @@ -883,27 +883,27 @@

Properties#

apiVersion#

apiVersion: string

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:29

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:29


kind#

kind: string

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:24

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:24


name#

name: string

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:26

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:26


namespace#

namespace: string

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:25

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:25


resourceVersion#

resourceVersion: string

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:28

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:28


uid#

uid: string

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:27

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:27

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/index.html index 99cda9093f..b32a9ccf35 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/index.html @@ -884,23 +884,23 @@

Properties#

external#

Optional external: IHpaMetricData

-

Defined in src/renderer/api/endpoints/hpa.api.ts:31

+

Defined in src/renderer/api/endpoints/hpa.api.ts:31


object#

Optional object: IHpaMetricData\<{ describedObject: { apiVersion: string ; kind: string ; name: string } }>

-

Defined in src/renderer/api/endpoints/hpa.api.ts:32

+

Defined in src/renderer/api/endpoints/hpa.api.ts:32


pods#

Optional pods: IHpaMetricData

-

Defined in src/renderer/api/endpoints/hpa.api.ts:30

+

Defined in src/renderer/api/endpoints/hpa.api.ts:30


resource#

Optional resource: IHpaMetricData\<{ name: string }>

-

Defined in src/renderer/api/endpoints/hpa.api.ts:29

+

Defined in src/renderer/api/endpoints/hpa.api.ts:29


type#

type: HpaMetricType

-

Defined in src/renderer/api/endpoints/hpa.api.ts:28

+

Defined in src/renderer/api/endpoints/hpa.api.ts:28

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/index.html index 285b95aa47..b679f5c5cb 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/index.html @@ -898,19 +898,19 @@

Properties#

bytesSentFailure#

bytesSentFailure: T

-

Defined in src/renderer/api/endpoints/ingress.api.ts:23

+

Defined in src/renderer/api/endpoints/ingress.api.ts:23


bytesSentSuccess#

bytesSentSuccess: T

-

Defined in src/renderer/api/endpoints/ingress.api.ts:22

+

Defined in src/renderer/api/endpoints/ingress.api.ts:22


requestDurationSeconds#

requestDurationSeconds: T

-

Defined in src/renderer/api/endpoints/ingress.api.ts:24

+

Defined in src/renderer/api/endpoints/ingress.api.ts:24


responseDurationSeconds#

responseDurationSeconds: T

-

Defined in src/renderer/api/endpoints/ingress.api.ts:25

+

Defined in src/renderer/api/endpoints/ingress.api.ts:25

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/index.html index e58c2a85e0..5bb0a26f6f 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/index.html @@ -851,11 +851,11 @@

Properties#

hostname#

Optional hostname: string

-

Defined in src/renderer/api/endpoints/ingress.api.ts:29

+

Defined in src/renderer/api/endpoints/ingress.api.ts:29


ip#

Optional ip: string

-

Defined in src/renderer/api/endpoints/ingress.api.ts:30

+

Defined in src/renderer/api/endpoints/ingress.api.ts:30

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/index.html index de0ca20e35..b37ce3390a 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/index.html @@ -851,7 +851,7 @@

Properties#

data#

data: { result: IMetricsResult[] ; resultType: string }

-

Defined in src/renderer/api/endpoints/metrics.api.ts:9

+

Defined in src/renderer/api/endpoints/metrics.api.ts:9

Type declaration:

@@ -874,7 +874,7 @@

status#

status: string

-

Defined in src/renderer/api/endpoints/metrics.api.ts:8

+

Defined in src/renderer/api/endpoints/metrics.api.ts:8

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/index.html index e97072e65d..0e8194366c 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/index.html @@ -875,23 +875,23 @@

Properties#

end#

Optional end: number | string

-

Defined in src/renderer/api/endpoints/metrics.api.ts:30

+

Defined in src/renderer/api/endpoints/metrics.api.ts:30


namespace#

Optional namespace: string

-

Defined in src/renderer/api/endpoints/metrics.api.ts:33

+

Defined in src/renderer/api/endpoints/metrics.api.ts:33


range#

Optional range: number

-

Defined in src/renderer/api/endpoints/metrics.api.ts:32

+

Defined in src/renderer/api/endpoints/metrics.api.ts:32


start#

Optional start: number | string

-

Defined in src/renderer/api/endpoints/metrics.api.ts:29

+

Defined in src/renderer/api/endpoints/metrics.api.ts:29


step#

Optional step: number

-

Defined in src/renderer/api/endpoints/metrics.api.ts:31

+

Defined in src/renderer/api/endpoints/metrics.api.ts:31

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/index.html index e27f43c3bf..aa254c1eb7 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/index.html @@ -851,7 +851,7 @@

Properties#

metric#

metric: { [name:string]: string; instance: string ; kubernetes?: string ; kubernetes_namespace?: string ; kubernetes_node?: string ; node?: string ; pod?: string }

-

Defined in src/renderer/api/endpoints/metrics.api.ts:16

+

Defined in src/renderer/api/endpoints/metrics.api.ts:16

Type declaration:

@@ -890,7 +890,7 @@

values#

values: [number, string][]

-

Defined in src/renderer/api/endpoints/metrics.api.ts:25

+

Defined in src/renderer/api/endpoints/metrics.api.ts:25

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/index.html index 959cca2c44..61f431c344 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/index.html @@ -851,11 +851,11 @@

Properties#

ports#

ports: { port: number ; protocol: string }[]

-

Defined in src/renderer/api/endpoints/network-policy.api.ts:32

+

Defined in src/renderer/api/endpoints/network-policy.api.ts:32


to#

to: { ipBlock: IPolicyIpBlock }[]

-

Defined in src/renderer/api/endpoints/network-policy.api.ts:29

+

Defined in src/renderer/api/endpoints/network-policy.api.ts:29

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/index.html index afa79e0431..b516d469f9 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/index.html @@ -851,11 +851,11 @@

Properties#

from#

from: { ipBlock?: IPolicyIpBlock ; namespaceSelector?: IPolicySelector ; podSelector?: IPolicySelector }[]

-

Defined in src/renderer/api/endpoints/network-policy.api.ts:17

+

Defined in src/renderer/api/endpoints/network-policy.api.ts:17


ports#

ports: { port: number ; protocol: string }[]

-

Defined in src/renderer/api/endpoints/network-policy.api.ts:22

+

Defined in src/renderer/api/endpoints/network-policy.api.ts:22

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/index.html index 513d21c992..1497c9dffe 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/index.html @@ -851,11 +851,11 @@

Properties#

cidr#

cidr: string

-

Defined in src/renderer/api/endpoints/network-policy.api.ts:6

+

Defined in src/renderer/api/endpoints/network-policy.api.ts:6


except#

Optional except: string[]

-

Defined in src/renderer/api/endpoints/network-policy.api.ts:7

+

Defined in src/renderer/api/endpoints/network-policy.api.ts:7

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/index.html index f235a3273b..52a2673c4b 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/index.html @@ -843,7 +843,7 @@

Properties#

matchLabels#

matchLabels: { [label:string]: string; }

-

Defined in src/renderer/api/endpoints/network-policy.api.ts:11

+

Defined in src/renderer/api/endpoints/network-policy.api.ts:11

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/index.html index f8af698ccf..0c173099df 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/index.html @@ -914,27 +914,27 @@

Properties#

cpuCapacity#

cpuCapacity: T

-

Defined in src/renderer/api/endpoints/nodes.api.ts:26

+

Defined in src/renderer/api/endpoints/nodes.api.ts:26


cpuUsage#

cpuUsage: T

-

Defined in src/renderer/api/endpoints/nodes.api.ts:25

+

Defined in src/renderer/api/endpoints/nodes.api.ts:25


fsSize#

fsSize: T

-

Defined in src/renderer/api/endpoints/nodes.api.ts:28

+

Defined in src/renderer/api/endpoints/nodes.api.ts:28


fsUsage#

fsUsage: T

-

Defined in src/renderer/api/endpoints/nodes.api.ts:27

+

Defined in src/renderer/api/endpoints/nodes.api.ts:27


memoryCapacity#

memoryCapacity: T

-

Defined in src/renderer/api/endpoints/nodes.api.ts:24

+

Defined in src/renderer/api/endpoints/nodes.api.ts:24


memoryUsage#

memoryUsage: T

-

Defined in src/renderer/api/endpoints/nodes.api.ts:23

+

Defined in src/renderer/api/endpoints/nodes.api.ts:23

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/index.html index ed40aec9d5..48a88e6967 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/index.html @@ -882,11 +882,11 @@

Properties#

diskCapacity#

diskCapacity: T

-

Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:21

+

Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:21


diskUsage#

diskUsage: T

-

Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:20

+

Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:20

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/index.html index ffc1cf4924..3996361cc0 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/index.html @@ -899,7 +899,7 @@

Properties#

exec#

Optional exec: { command: string[] }

-

Defined in src/renderer/api/endpoints/pods.api.ts:124

+

Defined in src/renderer/api/endpoints/pods.api.ts:124

Type declaration:

@@ -918,11 +918,11 @@

failureThreshold#

Optional failureThreshold: number

-

Defined in src/renderer/api/endpoints/pods.api.ts:134

+

Defined in src/renderer/api/endpoints/pods.api.ts:134


httpGet#

Optional httpGet: { host?: string ; path?: string ; port: number ; scheme: string }

-

Defined in src/renderer/api/endpoints/pods.api.ts:118

+

Defined in src/renderer/api/endpoints/pods.api.ts:118

Type declaration:

@@ -953,19 +953,19 @@

initialDelaySeconds#

Optional initialDelaySeconds: number

-

Defined in src/renderer/api/endpoints/pods.api.ts:130

+

Defined in src/renderer/api/endpoints/pods.api.ts:130


periodSeconds#

Optional periodSeconds: number

-

Defined in src/renderer/api/endpoints/pods.api.ts:132

+

Defined in src/renderer/api/endpoints/pods.api.ts:132


successThreshold#

Optional successThreshold: number

-

Defined in src/renderer/api/endpoints/pods.api.ts:133

+

Defined in src/renderer/api/endpoints/pods.api.ts:133


tcpSocket#

Optional tcpSocket: { port: number }

-

Defined in src/renderer/api/endpoints/pods.api.ts:127

+

Defined in src/renderer/api/endpoints/pods.api.ts:127

Type declaration:

@@ -984,7 +984,7 @@

timeoutSeconds#

Optional timeoutSeconds: number

-

Defined in src/renderer/api/endpoints/pods.api.ts:131

+

Defined in src/renderer/api/endpoints/pods.api.ts:131

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/index.html index ab5eac51ca..39c2ef76ee 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/index.html @@ -931,47 +931,47 @@

Properties#

args#

Optional args: string[]

-

Defined in src/renderer/api/endpoints/pods.api.ts:68

+

Defined in src/renderer/api/endpoints/pods.api.ts:68


command#

Optional command: string[]

-

Defined in src/renderer/api/endpoints/pods.api.ts:67

+

Defined in src/renderer/api/endpoints/pods.api.ts:67


env#

Optional env: { name: string ; value?: string ; valueFrom?: { configMapKeyRef?: { key: string ; name: string } ; fieldRef?: { apiVersion: string ; fieldPath: string } ; secretKeyRef?: { key: string ; name: string } } }[]

-

Defined in src/renderer/api/endpoints/pods.api.ts:84

+

Defined in src/renderer/api/endpoints/pods.api.ts:84


envFrom#

Optional envFrom: { configMapRef?: { name: string } }[]

-

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


livenessProbe#

Optional 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: { containerPort: number ; name?: string ; protocol: string }[]

-

Defined in src/renderer/api/endpoints/pods.api.ts:69

+

Defined in src/renderer/api/endpoints/pods.api.ts:69


readinessProbe#

Optional readinessProbe: IContainerProbe

-

Defined in src/renderer/api/endpoints/pods.api.ts:113

+

Defined in src/renderer/api/endpoints/pods.api.ts:113


resources#

Optional resources: { limits: { cpu: string ; memory: string } ; requests: { cpu: string ; memory: string } }

-

Defined in src/renderer/api/endpoints/pods.api.ts:74

+

Defined in src/renderer/api/endpoints/pods.api.ts:74

Type declaration:

@@ -994,7 +994,7 @@

volumeMounts#

Optional volumeMounts: { mountPath: string ; name: string ; readOnly: boolean }[]

-

Defined in src/renderer/api/endpoints/pods.api.ts:107

+

Defined in src/renderer/api/endpoints/pods.api.ts:107

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/index.html index dc83eb4a10..1d6c0b549e 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/index.html @@ -899,19 +899,19 @@

Properties#

containerID#

containerID: string

-

Defined in src/renderer/api/endpoints/pods.api.ts:169

+

Defined in src/renderer/api/endpoints/pods.api.ts:169


image#

image: string

-

Defined in src/renderer/api/endpoints/pods.api.ts:167

+

Defined in src/renderer/api/endpoints/pods.api.ts:167


imageID#

imageID: string

-

Defined in src/renderer/api/endpoints/pods.api.ts:168

+

Defined in src/renderer/api/endpoints/pods.api.ts:168


lastState#

lastState: { [index:string]: object; terminated?: { containerID: string ; exitCode: number ; finishedAt: string ; reason: string ; startedAt: string } }

-

Defined in src/renderer/api/endpoints/pods.api.ts:155

+

Defined in src/renderer/api/endpoints/pods.api.ts:155

Type declaration:

@@ -930,19 +930,19 @@

name#

name: string

-

Defined in src/renderer/api/endpoints/pods.api.ts:138

+

Defined in src/renderer/api/endpoints/pods.api.ts:138


ready#

ready: boolean

-

Defined in src/renderer/api/endpoints/pods.api.ts:165

+

Defined in src/renderer/api/endpoints/pods.api.ts:165


restartCount#

restartCount: number

-

Defined in src/renderer/api/endpoints/pods.api.ts:166

+

Defined in src/renderer/api/endpoints/pods.api.ts:166


state#

state: { [index:string]: object; running?: { startedAt: string } ; terminated?: { exitCode: number ; finishedAt: string ; reason: string ; startedAt: string } ; waiting?: { message: string ; reason: string } }

-

Defined in src/renderer/api/endpoints/pods.api.ts:139

+

Defined in src/renderer/api/endpoints/pods.api.ts:139

Type declaration:

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/index.html index c1452aad47..fba839cddd 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/index.html @@ -883,27 +883,27 @@

Properties#

container#

Optional container: string

-

Defined in src/renderer/api/endpoints/pods.api.ts:47

+

Defined in src/renderer/api/endpoints/pods.api.ts:47


follow#

Optional follow: boolean

-

Defined in src/renderer/api/endpoints/pods.api.ts:51

+

Defined in src/renderer/api/endpoints/pods.api.ts:51


previous#

Optional previous: boolean

-

Defined in src/renderer/api/endpoints/pods.api.ts:52

+

Defined in src/renderer/api/endpoints/pods.api.ts:52


sinceTime#

Optional sinceTime: string

-

Defined in src/renderer/api/endpoints/pods.api.ts:50

+

Defined in src/renderer/api/endpoints/pods.api.ts:50


tailLines#

Optional tailLines: number

-

Defined in src/renderer/api/endpoints/pods.api.ts:48

+

Defined in src/renderer/api/endpoints/pods.api.ts:48


timestamps#

Optional timestamps: boolean

-

Defined in src/renderer/api/endpoints/pods.api.ts:49

+

Defined in src/renderer/api/endpoints/pods.api.ts:49

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/index.html index e85662f1c8..f241020d92 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/index.html @@ -938,39 +938,39 @@

Properties#

cpuLimits#

cpuLimits: T

-

Defined in src/renderer/api/endpoints/pods.api.ts:36

+

Defined in src/renderer/api/endpoints/pods.api.ts:36


cpuRequests#

cpuRequests: T

-

Defined in src/renderer/api/endpoints/pods.api.ts:35

+

Defined in src/renderer/api/endpoints/pods.api.ts:35


cpuUsage#

cpuUsage: T

-

Defined in src/renderer/api/endpoints/pods.api.ts:34

+

Defined in src/renderer/api/endpoints/pods.api.ts:34


fsUsage#

fsUsage: T

-

Defined in src/renderer/api/endpoints/pods.api.ts:40

+

Defined in src/renderer/api/endpoints/pods.api.ts:40


memoryLimits#

memoryLimits: T

-

Defined in src/renderer/api/endpoints/pods.api.ts:39

+

Defined in src/renderer/api/endpoints/pods.api.ts:39


memoryRequests#

memoryRequests: T

-

Defined in src/renderer/api/endpoints/pods.api.ts:38

+

Defined in src/renderer/api/endpoints/pods.api.ts:38


memoryUsage#

memoryUsage: T

-

Defined in src/renderer/api/endpoints/pods.api.ts:37

+

Defined in src/renderer/api/endpoints/pods.api.ts:37


networkReceive#

networkReceive: T

-

Defined in src/renderer/api/endpoints/pods.api.ts:41

+

Defined in src/renderer/api/endpoints/pods.api.ts:41


networkTransmit#

networkTransmit: T

-

Defined in src/renderer/api/endpoints/pods.api.ts:42

+

Defined in src/renderer/api/endpoints/pods.api.ts:42

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/index.html index 2a15c47838..307ad83884 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/index.html @@ -988,75 +988,75 @@

Properties#

count/configmaps#

Optional count/configmaps: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:23

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:23


count/cronjobs.batch#

Optional count/cronjobs.batch: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:29

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:29


count/deployments.apps#

Optional count/deployments.apps: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:25

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:25


count/deployments.extensions#

Optional count/deployments.extensions: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:30

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:30


count/jobs.batch#

Optional count/jobs.batch: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:28

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:28


count/persistentvolumeclaims#

Optional count/persistentvolumeclaims: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:20

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:20


count/pods#

Optional count/pods: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:19

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:19


count/replicasets.apps#

Optional count/replicasets.apps: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:26

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:26


count/replicationcontrollers#

Optional count/replicationcontrollers: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:24

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:24


count/secrets#

Optional count/secrets: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:22

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:22


count/services#

Optional count/services: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:21

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:21


count/statefulsets.apps#

Optional count/statefulsets.apps: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:27

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:27


limits.cpu#

Optional limits.cpu: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:9

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:9


limits.memory#

Optional limits.memory: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:10

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:10


persistentvolumeclaims#

Optional persistentvolumeclaims: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:16

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:16


requests.cpu#

Optional requests.cpu: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:11

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:11


requests.memory#

Optional requests.memory: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:12

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:12


requests.storage#

Optional requests.storage: string

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:15

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:15

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/index.html index 308952cf3a..be7ced4156 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/index.html @@ -867,19 +867,19 @@

Properties#

apiGroup#

Optional apiGroup: string

-

Defined in src/renderer/api/endpoints/role-binding.api.ts:9

+

Defined in src/renderer/api/endpoints/role-binding.api.ts:9


kind#

kind: string

-

Defined in src/renderer/api/endpoints/role-binding.api.ts:6

+

Defined in src/renderer/api/endpoints/role-binding.api.ts:6


name#

name: string

-

Defined in src/renderer/api/endpoints/role-binding.api.ts:7

+

Defined in src/renderer/api/endpoints/role-binding.api.ts:7


namespace#

Optional namespace: string

-

Defined in src/renderer/api/endpoints/role-binding.api.ts:8

+

Defined in src/renderer/api/endpoints/role-binding.api.ts:8

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/index.html index fc5e4a43c6..ae3b6b899e 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/index.html @@ -851,11 +851,11 @@

Properties#

key#

Optional key: string

-

Defined in src/renderer/api/endpoints/secret.api.ts:18

+

Defined in src/renderer/api/endpoints/secret.api.ts:18


name#

name: string

-

Defined in src/renderer/api/endpoints/secret.api.ts:19

+

Defined in src/renderer/api/endpoints/secret.api.ts:19

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/index.html index f9cf10c654..00253b5962 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/index.html @@ -875,23 +875,23 @@

Properties#

apiGroups#

Optional apiGroups: string[]

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:17

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:17


nonResourceURLs#

Optional nonResourceURLs: string[]

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:20

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:20


resourceNames#

Optional resourceNames: string[]

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:19

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:19


resources#

Optional resources: string[]

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:18

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:18


verbs#

verbs: string[]

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:16

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:16

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/index.html b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/index.html index ef51af2da7..f9925309a9 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/index.html @@ -878,19 +878,19 @@

Properties#

name#

Optional name: string

-

Defined in src/renderer/api/endpoints/service.api.ts:6

+

Defined in src/renderer/api/endpoints/service.api.ts:6


port#

port: number

-

Defined in src/renderer/api/endpoints/service.api.ts:8

+

Defined in src/renderer/api/endpoints/service.api.ts:8


protocol#

protocol: string

-

Defined in src/renderer/api/endpoints/service.api.ts:7

+

Defined in src/renderer/api/endpoints/service.api.ts:7


targetPort#

targetPort: number

-

Defined in src/renderer/api/endpoints/service.api.ts:9

+

Defined in src/renderer/api/endpoints/service.api.ts:9

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/index.html b/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/index.html index 4d6c917f11..119ef4f9ba 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/index.html @@ -851,11 +851,11 @@

Properties#

apiBase#

apiBase: string

-

Defined in src/renderer/api/json-api.ts:30

+

Defined in src/renderer/api/json-api.ts:30


debug#

Optional debug: boolean

-

Defined in src/renderer/api/json-api.ts:31

+

Defined in src/renderer/api/json-api.ts:31

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/index.html b/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/index.html index 67c11a276d..1166075ea0 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/index.html @@ -860,15 +860,15 @@

Properties#

code#

Optional code: number

-

Defined in src/renderer/api/json-api.ts:11

+

Defined in src/renderer/api/json-api.ts:11


errors#

Optional errors: { id: string ; status?: number ; title: string }[]

-

Defined in src/renderer/api/json-api.ts:13

+

Defined in src/renderer/api/json-api.ts:13


message#

Optional message: string

-

Defined in src/renderer/api/json-api.ts:12

+

Defined in src/renderer/api/json-api.ts:12

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/index.html b/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/index.html index ce967c10ee..acd6a6b14f 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/index.html @@ -875,23 +875,23 @@

Properties#

data#

Optional data: any

-

Defined in src/renderer/api/json-api.ts:25

+

Defined in src/renderer/api/json-api.ts:25


error#

Optional error: any

-

Defined in src/renderer/api/json-api.ts:26

+

Defined in src/renderer/api/json-api.ts:26


method#

method: string

-

Defined in src/renderer/api/json-api.ts:22

+

Defined in src/renderer/api/json-api.ts:22


reqInit#

reqInit: RequestInit

-

Defined in src/renderer/api/json-api.ts:24

+

Defined in src/renderer/api/json-api.ts:24


reqUrl#

reqUrl: string

-

Defined in src/renderer/api/json-api.ts:23

+

Defined in src/renderer/api/json-api.ts:23

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/index.html b/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/index.html index ba90706418..c38641953c 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/index.html @@ -873,11 +873,11 @@

Properties#

data#

Optional data: D

-

Defined in src/renderer/api/json-api.ts:18

+

Defined in src/renderer/api/json-api.ts:18


query#

Optional query: { [param:string]: string | number | any; }

-

Defined in src/renderer/api/json-api.ts:17

+

Defined in src/renderer/api/json-api.ts:17

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/index.html b/latest/extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/index.html index f80be0878f..18bf012b24 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/index.html @@ -843,7 +843,7 @@

Properties#

id#

id: string

-

Defined in src/renderer/api/kube-api.ts:30

+

Defined in src/renderer/api/kube-api.ts:30

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/index.html b/latest/extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/index.html index 1e0ba8529c..9854229783 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/index.html @@ -897,23 +897,23 @@

Properties#

apiBase#

Optional apiBase: string

-

Defined in src/renderer/api/kube-api.ts:14

+

Defined in src/renderer/api/kube-api.ts:14


isNamespaced#

Optional isNamespaced: boolean

-

Defined in src/renderer/api/kube-api.ts:17

+

Defined in src/renderer/api/kube-api.ts:17


kind#

Optional kind: string

-

Defined in src/renderer/api/kube-api.ts:18

+

Defined in src/renderer/api/kube-api.ts:18


objectConstructor#

Optional objectConstructor: IKubeObjectConstructor\

-

Defined in src/renderer/api/kube-api.ts:15

+

Defined in src/renderer/api/kube-api.ts:15


request#

Optional request: KubeJsonApi

-

Defined in src/renderer/api/kube-api.ts:16

+

Defined in src/renderer/api/kube-api.ts:16

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/index.html b/latest/extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/index.html index a35a7f9ec9..00af394fcb 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/index.html @@ -875,23 +875,23 @@

Properties#

continue#

Optional continue: string

-

Defined in src/renderer/api/kube-api.ts:26

+

Defined in src/renderer/api/kube-api.ts:26


limit#

Optional limit: number

-

Defined in src/renderer/api/kube-api.ts:25

+

Defined in src/renderer/api/kube-api.ts:25


resourceVersion#

Optional resourceVersion: string

-

Defined in src/renderer/api/kube-api.ts:23

+

Defined in src/renderer/api/kube-api.ts:23


timeoutSeconds#

Optional timeoutSeconds: number

-

Defined in src/renderer/api/kube-api.ts:24

+

Defined in src/renderer/api/kube-api.ts:24


watch#

Optional watch: boolean | number

-

Defined in src/renderer/api/kube-api.ts:22

+

Defined in src/renderer/api/kube-api.ts:22

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/index.html b/latest/extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/index.html index ad5fa684fa..b9f3c305aa 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/index.html @@ -876,23 +876,23 @@

Properties#

apiPrefix#

Optional apiPrefix: string

-

Defined in src/renderer/api/kube-api-parse.ts:15

+

Defined in src/renderer/api/kube-api-parse.ts:15


apiVersion#

apiVersion: string

-

Defined in src/renderer/api/kube-api-parse.ts:16

+

Defined in src/renderer/api/kube-api-parse.ts:16


name#

name: string

-

Defined in src/renderer/api/kube-api-parse.ts:18

+

Defined in src/renderer/api/kube-api-parse.ts:18


namespace#

Optional namespace: string

-

Defined in src/renderer/api/kube-api-parse.ts:19

+

Defined in src/renderer/api/kube-api-parse.ts:19


resource#

resource: string

-

Defined in src/renderer/api/kube-api-parse.ts:17

+

Defined in src/renderer/api/kube-api-parse.ts:17

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/index.html b/latest/extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/index.html index a147b9c43c..f4904329ae 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/index.html @@ -900,40 +900,40 @@

Properties#

apiBase#

apiBase: string

-

Defined in src/renderer/api/kube-api-parse.ts:23

+

Defined in src/renderer/api/kube-api-parse.ts:23


apiGroup#

apiGroup: string

-

Defined in src/renderer/api/kube-api-parse.ts:24

+

Defined in src/renderer/api/kube-api-parse.ts:24


apiPrefix#

Optional apiPrefix: string

Inherited from IKubeApiLinkRef.apiPrefix

-

Defined in src/renderer/api/kube-api-parse.ts:15

+

Defined in src/renderer/api/kube-api-parse.ts:15


apiVersion#

apiVersion: string

Inherited from IKubeApiLinkRef.apiVersion

-

Defined in src/renderer/api/kube-api-parse.ts:16

+

Defined in src/renderer/api/kube-api-parse.ts:16


apiVersionWithGroup#

apiVersionWithGroup: string

-

Defined in src/renderer/api/kube-api-parse.ts:25

+

Defined in src/renderer/api/kube-api-parse.ts:25


name#

name: string

Inherited from IKubeApiLinkRef.name

-

Defined in src/renderer/api/kube-api-parse.ts:18

+

Defined in src/renderer/api/kube-api-parse.ts:18


namespace#

Optional namespace: string

Inherited from IKubeApiLinkRef.namespace

-

Defined in src/renderer/api/kube-api-parse.ts:19

+

Defined in src/renderer/api/kube-api-parse.ts:19


resource#

resource: string

Inherited from IKubeApiLinkRef.resource

-

Defined in src/renderer/api/kube-api-parse.ts:17

+

Defined in src/renderer/api/kube-api-parse.ts:17

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/index.html b/latest/extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/index.html index a2aa8f655c..e7087fe0d6 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/index.html @@ -867,19 +867,19 @@

Properties#

apiVersion#

apiVersion: string

-

Defined in src/renderer/api/kube-api-parse.ts:9

+

Defined in src/renderer/api/kube-api-parse.ts:9


kind#

kind: string

-

Defined in src/renderer/api/kube-api-parse.ts:8

+

Defined in src/renderer/api/kube-api-parse.ts:8


name#

name: string

-

Defined in src/renderer/api/kube-api-parse.ts:10

+

Defined in src/renderer/api/kube-api-parse.ts:10


namespace#

Optional namespace: string

-

Defined in src/renderer/api/kube-api-parse.ts:11

+

Defined in src/renderer/api/kube-api-parse.ts:11

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/index.html b/latest/extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/index.html index e184d44a9d..ae0e7498d6 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/index.html @@ -860,15 +860,15 @@

Properties#

apiVersion#

apiVersion: string

-

Defined in src/renderer/api/kube-json-api.ts:15

+

Defined in src/renderer/api/kube-json-api.ts:15


kind#

kind: string

-

Defined in src/renderer/api/kube-json-api.ts:14

+

Defined in src/renderer/api/kube-json-api.ts:14


metadata#

metadata: { annotations?: { [annotation:string]: string; } ; continue?: string ; creationTimestamp?: string ; finalizers?: string[] ; labels?: { [label:string]: string; } ; name: string ; namespace?: string ; resourceVersion: string ; selfLink: string ; uid: string }

-

Defined in src/renderer/api/kube-json-api.ts:16

+

Defined in src/renderer/api/kube-json-api.ts:16

Type declaration:

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/index.html b/latest/extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/index.html index 51304b5fa7..59184d4d42 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/index.html @@ -889,19 +889,19 @@

Properties#

apiVersion#

apiVersion: string

-

Defined in src/renderer/api/kube-json-api.ts:5

+

Defined in src/renderer/api/kube-json-api.ts:5


items#

items: T[]

-

Defined in src/renderer/api/kube-json-api.ts:6

+

Defined in src/renderer/api/kube-json-api.ts:6


kind#

kind: string

-

Defined in src/renderer/api/kube-json-api.ts:4

+

Defined in src/renderer/api/kube-json-api.ts:4


metadata#

metadata: { resourceVersion: string ; selfLink: string }

-

Defined in src/renderer/api/kube-json-api.ts:7

+

Defined in src/renderer/api/kube-json-api.ts:7

Type declaration:

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/index.html b/latest/extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/index.html index 19d69cdc11..f699bde497 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/index.html @@ -885,11 +885,11 @@

code#

code: number

Overrides JsonApiError.code

-

Defined in src/renderer/api/kube-json-api.ts:35

+

Defined in src/renderer/api/kube-json-api.ts:35


details#

details: { kind: string ; name: string }

-

Defined in src/renderer/api/kube-json-api.ts:39

+

Defined in src/renderer/api/kube-json-api.ts:39

Type declaration:

@@ -913,20 +913,20 @@

errors#

Optional errors: { id: string ; status?: number ; title: string }[]

Inherited from JsonApiError.errors

-

Defined in src/renderer/api/json-api.ts:13

+

Defined in src/renderer/api/json-api.ts:13


message#

Optional message: string

Overrides JsonApiError.message

-

Defined in src/renderer/api/kube-json-api.ts:37

+

Defined in src/renderer/api/kube-json-api.ts:37


reason#

reason: string

-

Defined in src/renderer/api/kube-json-api.ts:38

+

Defined in src/renderer/api/kube-json-api.ts:38


status#

status: string

-

Defined in src/renderer/api/kube-json-api.ts:36

+

Defined in src/renderer/api/kube-json-api.ts:36

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/index.html b/latest/extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/index.html index c9c9864627..309e6ac381 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/index.html @@ -931,51 +931,51 @@

Properties#

annotations#

Optional annotations: { [annotation:string]: string; }

-

Defined in src/renderer/api/kube-object.ts:30

+

Defined in src/renderer/api/kube-object.ts:30


continue#

Optional continue: string

-

Defined in src/renderer/api/kube-object.ts:26

+

Defined in src/renderer/api/kube-object.ts:26


creationTimestamp#

creationTimestamp: string

-

Defined in src/renderer/api/kube-object.ts:21

+

Defined in src/renderer/api/kube-object.ts:21


deletionTimestamp#

Optional deletionTimestamp: string

-

Defined in src/renderer/api/kube-object.ts:24

+

Defined in src/renderer/api/kube-object.ts:24


finalizers#

Optional finalizers: string[]

-

Defined in src/renderer/api/kube-object.ts:25

+

Defined in src/renderer/api/kube-object.ts:25


labels#

Optional labels: { [label:string]: string; }

-

Defined in src/renderer/api/kube-object.ts:27

+

Defined in src/renderer/api/kube-object.ts:27


name#

name: string

-

Defined in src/renderer/api/kube-object.ts:19

+

Defined in src/renderer/api/kube-object.ts:19


namespace#

Optional namespace: string

-

Defined in src/renderer/api/kube-object.ts:20

+

Defined in src/renderer/api/kube-object.ts:20


ownerReferences#

Optional ownerReferences: { apiVersion: string ; blockOwnerDeletion: boolean ; controller: boolean ; kind: string ; name: string ; uid: string }[]

-

Defined in src/renderer/api/kube-object.ts:33

+

Defined in src/renderer/api/kube-object.ts:33


resourceVersion#

resourceVersion: string

-

Defined in src/renderer/api/kube-object.ts:22

+

Defined in src/renderer/api/kube-object.ts:22


selfLink: string

-

Defined in src/renderer/api/kube-object.ts:23

+

Defined in src/renderer/api/kube-object.ts:23


uid#

uid: string

-

Defined in src/renderer/api/kube-object.ts:18

+

Defined in src/renderer/api/kube-object.ts:18

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/index.html b/latest/extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/index.html index 819c170cfa..5da50eac76 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/index.html @@ -873,11 +873,11 @@

Properties#

object#

Optional object: T

-

Defined in src/renderer/api/kube-watch-api.ts:15

+

Defined in src/renderer/api/kube-watch-api.ts:15


type#

type: \"ADDED\" | \"MODIFIED\" | \"DELETED\"

-

Defined in src/renderer/api/kube-watch-api.ts:14

+

Defined in src/renderer/api/kube-watch-api.ts:14

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/index.html b/latest/extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/index.html index 81fa9a6056..5e26a75cf2 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/index.html @@ -859,15 +859,15 @@

Properties#

status#

status: number

-

Defined in src/renderer/api/kube-watch-api.ts:21

+

Defined in src/renderer/api/kube-watch-api.ts:21


type#

type: \"STREAM_END\"

-

Defined in src/renderer/api/kube-watch-api.ts:19

+

Defined in src/renderer/api/kube-watch-api.ts:19


url#

url: string

-

Defined in src/renderer/api/kube-watch-api.ts:20

+

Defined in src/renderer/api/kube-watch-api.ts:20

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/index.html b/latest/extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/index.html index 483c06a184..b7c700aab2 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/index.html @@ -843,7 +843,7 @@

Properties#

api#

api: string | string[]

-

Defined in src/renderer/api/kube-watch-api.ts:25

+

Defined in src/renderer/api/kube-watch-api.ts:25

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/index.html b/latest/extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/index.html index e5d8849abc..c604c4e310 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/index.html @@ -851,11 +851,11 @@

Properties#

data#

data: string

-

Defined in src/renderer/api/websocket-api.ts:15

+

Defined in src/renderer/api/websocket-api.ts:15


id#

id: string

-

Defined in src/renderer/api/websocket-api.ts:14

+

Defined in src/renderer/api/websocket-api.ts:14

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/index.html b/latest/extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/index.html index a362dcfa02..e728499814 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/index.html @@ -883,27 +883,27 @@

Properties#

autoConnect#

Optional autoConnect: boolean

-

Defined in src/renderer/api/websocket-api.ts:6

+

Defined in src/renderer/api/websocket-api.ts:6


flushOnOpen#

Optional flushOnOpen: boolean

-

Defined in src/renderer/api/websocket-api.ts:7

+

Defined in src/renderer/api/websocket-api.ts:7


logging#

Optional logging: boolean

-

Defined in src/renderer/api/websocket-api.ts:10

+

Defined in src/renderer/api/websocket-api.ts:10


pingIntervalSeconds#

Optional pingIntervalSeconds: number

-

Defined in src/renderer/api/websocket-api.ts:9

+

Defined in src/renderer/api/websocket-api.ts:9


reconnectDelaySeconds#

Optional reconnectDelaySeconds: number

-

Defined in src/renderer/api/websocket-api.ts:8

+

Defined in src/renderer/api/websocket-api.ts:8


url#

Optional url: string

-

Defined in src/renderer/api/websocket-api.ts:5

+

Defined in src/renderer/api/websocket-api.ts:5

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/index.html b/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/index.html index 23b37ab0c1..6ba0684a5c 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/index.html @@ -859,7 +859,7 @@

Properties#

nodeAffinity#

Optional nodeAffinity: { preferredDuringSchedulingIgnoredDuringExecution?: INodeAffinity[] ; requiredDuringSchedulingIgnoredDuringExecution?: INodeAffinity[] }

-

Defined in src/renderer/api/workload-kube-object.ts:35

+

Defined in src/renderer/api/workload-kube-object.ts:35

Type declaration:

@@ -882,7 +882,7 @@

podAffinity#

Optional podAffinity: { preferredDuringSchedulingIgnoredDuringExecution?: IPodAffinity[] ; requiredDuringSchedulingIgnoredDuringExecution?: IPodAffinity[] }

-

Defined in src/renderer/api/workload-kube-object.ts:39

+

Defined in src/renderer/api/workload-kube-object.ts:39

Type declaration:

@@ -905,7 +905,7 @@

podAntiAffinity#

Optional podAntiAffinity: { preferredDuringSchedulingIgnoredDuringExecution?: IPodAffinity[] ; requiredDuringSchedulingIgnoredDuringExecution?: IPodAffinity[] }

-

Defined in src/renderer/api/workload-kube-object.ts:43

+

Defined in src/renderer/api/workload-kube-object.ts:43

Type declaration:

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/index.html b/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/index.html index b87e0eb67a..97e1f61a9f 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/index.html @@ -859,15 +859,15 @@

Properties#

key#

key: string

-

Defined in src/renderer/api/workload-kube-object.ts:12

+

Defined in src/renderer/api/workload-kube-object.ts:12


operator#

operator: string

-

Defined in src/renderer/api/workload-kube-object.ts:13

+

Defined in src/renderer/api/workload-kube-object.ts:13


values#

values: string[]

-

Defined in src/renderer/api/workload-kube-object.ts:14

+

Defined in src/renderer/api/workload-kube-object.ts:14

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/index.html b/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/index.html index 7e8e053cd0..773f8704fb 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/index.html @@ -859,11 +859,11 @@

Properties#

nodeSelectorTerms#

Optional nodeSelectorTerms: { matchExpressions: IMatchExpression[] }[]

-

Defined in src/renderer/api/workload-kube-object.ts:18

+

Defined in src/renderer/api/workload-kube-object.ts:18


preference#

preference: { matchExpressions: IMatchExpression[] }

-

Defined in src/renderer/api/workload-kube-object.ts:22

+

Defined in src/renderer/api/workload-kube-object.ts:22

Type declaration:

@@ -882,7 +882,7 @@

weight#

weight: number

-

Defined in src/renderer/api/workload-kube-object.ts:21

+

Defined in src/renderer/api/workload-kube-object.ts:21

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/index.html b/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/index.html index ba7b6d4908..95d9149008 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/index.html @@ -851,7 +851,7 @@

Properties#

labelSelector#

labelSelector: { matchExpressions: IMatchExpression[] }

-

Defined in src/renderer/api/workload-kube-object.ts:28

+

Defined in src/renderer/api/workload-kube-object.ts:28

Type declaration:

@@ -870,7 +870,7 @@

topologyKey#

topologyKey: string

-

Defined in src/renderer/api/workload-kube-object.ts:31

+

Defined in src/renderer/api/workload-kube-object.ts:31

diff --git a/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/index.html b/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/index.html index bc5a5fcd6b..19e7097f44 100644 --- a/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/index.html @@ -867,19 +867,19 @@

Properties#

effect#

Optional effect: string

-

Defined in src/renderer/api/workload-kube-object.ts:7

+

Defined in src/renderer/api/workload-kube-object.ts:7


key#

Optional key: string

-

Defined in src/renderer/api/workload-kube-object.ts:5

+

Defined in src/renderer/api/workload-kube-object.ts:5


operator#

Optional operator: string

-

Defined in src/renderer/api/workload-kube-object.ts:6

+

Defined in src/renderer/api/workload-kube-object.ts:6


tolerationSeconds#

Optional tolerationSeconds: number

-

Defined in src/renderer/api/workload-kube-object.ts:8

+

Defined in src/renderer/api/workload-kube-object.ts:8

diff --git a/latest/extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/index.html b/latest/extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/index.html index 269c849abd..2be644fcf9 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/index.html @@ -845,7 +845,7 @@

clusterId#

clusterId: string

Inherited from IClusterViewRouteParams.clusterId

-

Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:5

+

Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:5

diff --git a/latest/extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/index.html b/latest/extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/index.html index e00c6b123a..4a50ba8684 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/index.html @@ -853,12 +853,12 @@

className#

Optional className: string

Inherited from Props.className

-

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: CustomResourceDefinition

Inherited from Props.object

-

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/_src_renderer_components__custom_resources_crd_resource_details_.props/index.html b/latest/extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/index.html index aac4bd34ee..fb1c735a18 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/index.html @@ -853,12 +853,12 @@

className#

Optional className: string

Inherited from Props.className

-

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: CustomResourceDefinition

Inherited from Props.object

-

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/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/index.html b/latest/extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/index.html index 2d4b2b7612..696fd33c82 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/index.html @@ -843,7 +843,7 @@

Properties#

groups#

Optional groups: string

-

Defined in src/renderer/components/+custom-resources/crd.route.ts:17

+

Defined in src/renderer/components/+custom-resources/crd.route.ts:17

diff --git a/latest/extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/index.html b/latest/extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/index.html index c090c12946..c86fbfa6b3 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/index.html @@ -851,11 +851,11 @@

Properties#

group#

group: string

-

Defined in src/renderer/components/+custom-resources/crd.route.ts:21

+

Defined in src/renderer/components/+custom-resources/crd.route.ts:21


name#

name: string

-

Defined in src/renderer/components/+custom-resources/crd.route.ts:22

+

Defined in src/renderer/components/+custom-resources/crd.route.ts:22

diff --git a/latest/extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/index.html index 0971c56ec5..0c3bccd66b 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/index.html @@ -843,7 +843,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/_src_renderer_components__namespaces_namespace_select_.props/index.html b/latest/extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/index.html index 57459fb9eb..3516e13a19 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/index.html @@ -1537,7 +1537,7 @@

autoConvertOptions#

Optional autoConvertOptions: boolean

Inherited from SelectProps.autoConvertOptions

-

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

+

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


autoFocus#

Optional autoFocus: boolean

@@ -1581,7 +1581,7 @@

clusterOptionLabel#

Optional clusterOptionLabel: React.ReactNode

-

Defined in src/renderer/components/+namespaces/namespace-select.tsx:18

+

Defined in src/renderer/components/+namespaces/namespace-select.tsx:18


components#

Optional components: SelectComponentsConfig\

@@ -1691,7 +1691,7 @@

isCreatable#

Optional isCreatable: boolean

Inherited from SelectProps.isCreatable

-

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

+

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


isDisabled#

Optional isDisabled: boolean

@@ -1746,7 +1746,7 @@

Optional menuClass: string

Inherited from SelectProps.menuClass

-

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

+

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


Optional menuIsOpen: boolean

@@ -1870,11 +1870,11 @@

showClusterOption#

Optional showClusterOption: boolean

-

Defined in src/renderer/components/+namespaces/namespace-select.tsx:17

+

Defined in src/renderer/components/+namespaces/namespace-select.tsx:17


showIcons#

Optional showIcons: boolean

-

Defined in src/renderer/components/+namespaces/namespace-select.tsx:16

+

Defined in src/renderer/components/+namespaces/namespace-select.tsx:16


styles#

Optional styles: StylesConfig

@@ -1899,17 +1899,17 @@

themeName#

Optional themeName: \"dark\" | \"light\" | \"outlined\"

Inherited from SelectProps.themeName

-

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

+

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


value#

Optional value: T

Inherited from SelectProps.value

Overrides void

-

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

+

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

Methods#

customizeOptions#

OptionalcustomizeOptions(nsOptions: SelectOption[]): SelectOption[]

-

Defined in src/renderer/components/+namespaces/namespace-select.tsx:19

+

Defined in src/renderer/components/+namespaces/namespace-select.tsx:19

Parameters:

@@ -1931,7 +1931,7 @@

OptionalonChange(option: T, meta?: ActionMeta\): void

Inherited from SelectProps.onChange

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/_src_renderer_components_ace_editor_ace_editor_.props/index.html b/latest/extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/index.html index f9c89057b4..3044e80605 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/index.html @@ -923,23 +923,23 @@

Properties#

autoFocus#

Optional autoFocus: boolean

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:14

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:14


className#

Optional className: string

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:13

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:13


cursorPos#

Optional cursorPos: Point

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:16

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:16


hidden#

Optional hidden: boolean

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:15

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:15

Methods#

onBlur#

OptionalonBlur(evt: FocusEvent, value: string): void

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:18

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:18

Parameters:

@@ -963,7 +963,7 @@

onChange#

OptionalonChange(value: string, delta: Delta): void

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:19

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:19

Parameters:

@@ -987,7 +987,7 @@

onCursorPosChange#

OptionalonCursorPosChange(point: Point): void

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:20

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:20

Parameters:

@@ -1007,7 +1007,7 @@

onFocus#

OptionalonFocus(evt: FocusEvent, value: string): void

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:17

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:17

Parameters:

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/index.html b/latest/extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/index.html index afa5c7599a..6192343b8a 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/index.html @@ -843,7 +843,7 @@

Properties#

ready#

Optional ready: boolean

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:24

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:24

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/index.html index b4ead98a52..225a209fd1 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/index.html @@ -2926,7 +2926,7 @@

addTooltip#

Optional addTooltip: React.ReactNode

-

Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:11

+

Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:11


aria-activedescendant#

Optional aria-activedescendant: string

@@ -3407,7 +3407,7 @@ A hint could be a sample value or a brief description of the expected format.

onAdd#

Optional onAdd: () => void

-

Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:9

+

Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:9


onAnimationEnd#

Optional onAnimationEnd: AnimationEventHandler\

@@ -4031,7 +4031,7 @@ A hint could be a sample value or a brief description of the expected format.

onRemove#

Optional onRemove: () => void

-

Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:10

+

Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:10


onReset#

Optional onReset: FormEventHandler\

@@ -4225,7 +4225,7 @@ A hint could be a sample value or a brief description of the expected format.

removeTooltip#

Optional removeTooltip: React.ReactNode

-

Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:12

+

Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:12


resource#

Optional resource: string

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/index.html index 9c85bb72cf..02538da7ee 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/index.html @@ -867,19 +867,19 @@

Properties#

enter#

Optional enter: boolean

-

Defined in src/renderer/components/animate/animate.tsx:11

+

Defined in src/renderer/components/animate/animate.tsx:11


name#

Optional name: AnimateName

-

Defined in src/renderer/components/animate/animate.tsx:10

+

Defined in src/renderer/components/animate/animate.tsx:10


onEnter#

Optional onEnter: () => void

-

Defined in src/renderer/components/animate/animate.tsx:12

+

Defined in src/renderer/components/animate/animate.tsx:12


onLeave#

Optional onLeave: () => void

-

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

+

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

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/index.html index 0e3c61339b..1668d3a185 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/index.html @@ -3393,7 +3393,7 @@ A hint could be a sample value or a brief description of the expected format.

label#

Optional label: React.ReactNode

-

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

+

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


lang#

Optional lang: string

@@ -4247,7 +4247,7 @@ A hint could be a sample value or a brief description of the expected format.

small#

Optional small: boolean

-

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

+

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


spellCheck#

Optional spellCheck: Booleanish

@@ -4282,12 +4282,12 @@ A hint could be a sample value or a brief description of the expected format.

tooltip#

Optional tooltip: ReactNode | Omit\<TooltipProps, \"targetId\">

Inherited from TooltipDecoratorProps.tooltip

-

Defined in src/renderer/components/tooltip/withTooltip.tsx:10

+

Defined in src/renderer/components/tooltip/withTooltip.tsx:10


tooltipOverrideDisabled#

Optional tooltipOverrideDisabled: boolean

Inherited from TooltipDecoratorProps.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/_src_renderer_components_button_button_.buttonprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/index.html index a6e0ce8abb..272e70c74e 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/index.html @@ -3086,7 +3086,7 @@

accent#

Optional accent: boolean

-

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

+

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


accessKey#

Optional accessKey: string

@@ -3095,7 +3095,7 @@

active#

Optional active: boolean

-

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

+

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


aria-activedescendant#

Optional aria-activedescendant: string

@@ -3437,7 +3437,7 @@ A hint could be a sample value or a brief description of the expected format.

big#

Optional big: boolean

-

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

+

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


Optional checkedLink: ReactLink\

@@ -3552,11 +3552,11 @@ A hint could be a sample value or a brief description of the expected format.

hidden#

Optional hidden: boolean

Overrides IconProps.hidden

-

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

+

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


href#

Optional href: string

-

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

+

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


id#

Optional id: string

@@ -3609,7 +3609,7 @@ A hint could be a sample value or a brief description of the expected format.

label#

Optional label: React.ReactNode

-

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

+

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


lang#

Optional lang: string

@@ -4423,7 +4423,7 @@ A hint could be a sample value or a brief description of the expected format.

outlined#

Optional outlined: boolean

-

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

+

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


placeholder#

Optional placeholder: string

@@ -4432,7 +4432,7 @@ A hint could be a sample value or a brief description of the expected format.

plain#

Optional plain: boolean

-

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

+

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


prefix#

Optional prefix: string

@@ -4441,7 +4441,7 @@ A hint could be a sample value or a brief description of the expected format.

primary#

Optional primary: boolean

-

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

+

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


property#

Optional property: string

@@ -4470,7 +4470,7 @@ A hint could be a sample value or a brief description of the expected format.

round#

Optional round: boolean

-

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

+

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


security#

Optional security: string

@@ -4509,7 +4509,7 @@ A hint could be a sample value or a brief description of the expected format.

target#

Optional target: \"_blank\"

-

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

+

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


title#

Optional title: string

@@ -4519,12 +4519,12 @@ A hint could be a sample value or a brief description of the expected format.

tooltip#

Optional tooltip: ReactNode | Omit\<TooltipProps, \"targetId\">

Inherited from TooltipDecoratorProps.tooltip

-

Defined in src/renderer/components/tooltip/withTooltip.tsx:10

+

Defined in src/renderer/components/tooltip/withTooltip.tsx:10


tooltipOverrideDisabled#

Optional tooltipOverrideDisabled: boolean

Inherited from TooltipDecoratorProps.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"


@@ -4565,7 +4565,7 @@ useful for displaying tooltips even when the target is "disabled"


waiting#

Optional 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/_src_renderer_components_checkbox_checkbox_.checkboxprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/index.html index 14f9f92a94..97a7049081 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/index.html @@ -936,31 +936,31 @@

Properties#

className#

Optional className: string

-

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

+

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


disabled#

Optional disabled: boolean

-

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

+

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


inline#

Optional inline: boolean

-

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

+

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


label#

Optional label: React.ReactNode

-

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

+

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


theme#

Optional theme: \"dark\" | \"light\"

-

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

+

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


value#

Optional value: T

-

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

+

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

Methods#

onChange#

OptionalonChange(value: T, evt: ChangeEvent\): 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/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/index.html b/latest/extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/index.html index 3634fc4fa2..5b51219672 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/index.html @@ -844,7 +844,7 @@

Properties#

clusterId#

clusterId: string

-

Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:5

+

Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:5

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/index.html b/latest/extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/index.html index 29c9244cb8..ffee763c31 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/index.html @@ -891,31 +891,31 @@

Properties#

cancelButtonProps#

Optional 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


icon#

Optional icon: ReactNode

-

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

+

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


labelCancel#

Optional labelCancel: ReactNode

-

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

+

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


labelOk#

Optional labelOk: ReactNode

-

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

+

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


message#

Optional message: ReactNode

-

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

+

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


ok#

Optional ok: () => void

-

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

+

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


okButtonProps#

Optional 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/_src_renderer_components_dialog_dialog_.dialogprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/index.html index db767679f3..ceea1d6c80 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/index.html @@ -907,39 +907,39 @@

Properties#

animated#

Optional animated: boolean

-

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

+

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


className#

Optional className: string

-

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

+

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


close#

Optional close: () => void

-

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

+

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


isOpen#

Optional isOpen: boolean

-

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

+

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


Optional modal: boolean

-

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

+

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


onClose#

Optional onClose: () => void

-

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

+

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


onOpen#

Optional onOpen: () => void

-

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

+

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


open#

Optional open: () => void

-

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

+

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


pinned#

Optional 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/_src_renderer_components_dialog_dialog_.dialogstate/index.html b/latest/extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/index.html index 24c6b3a8f9..880443a032 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/index.html @@ -843,7 +843,7 @@

Properties#

isOpen#

isOpen: boolean

-

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

+

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

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/index.html b/latest/extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/index.html index c234f37e90..ab865bdda9 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/index.html @@ -868,19 +868,19 @@

Properties#

id#

Optional id: TabId

-

Defined in src/renderer/components/dock/dock.store.ts:18

+

Defined in src/renderer/components/dock/dock.store.ts:18


kind#

kind: TabKind

-

Defined in src/renderer/components/dock/dock.store.ts:19

+

Defined in src/renderer/components/dock/dock.store.ts:19


pinned#

Optional pinned: boolean

-

Defined in src/renderer/components/dock/dock.store.ts:21

+

Defined in src/renderer/components/dock/dock.store.ts:21


title#

Optional title: string

-

Defined in src/renderer/components/dock/dock.store.ts:20

+

Defined in src/renderer/components/dock/dock.store.ts:20

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/index.html b/latest/extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/index.html index 7f20ce75fc..80ed3c6b8e 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/index.html @@ -873,11 +873,11 @@

Properties#

storageName#

Optional storageName: string

-

Defined in src/renderer/components/dock/dock-tab.store.ts:6

+

Defined in src/renderer/components/dock/dock-tab.store.ts:6


storageSerializer#

Optional storageSerializer: (data: T) => Partial\

-

Defined in src/renderer/components/dock/dock-tab.store.ts:7

+

Defined in src/renderer/components/dock/dock-tab.store.ts:7

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/index.html b/latest/extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/index.html index a0cc345bba..2736f45dae 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/index.html @@ -851,11 +851,11 @@

Properties#

draft#

Optional draft: string

-

Defined in src/renderer/components/dock/edit-resource.store.ts:10

+

Defined in src/renderer/components/dock/edit-resource.store.ts:10


resource#

resource: string

-

Defined in src/renderer/components/dock/edit-resource.store.ts:9

+

Defined in src/renderer/components/dock/edit-resource.store.ts:9

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/index.html b/latest/extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/index.html index 0927b5bb4e..bf8700a1f9 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/index.html @@ -883,27 +883,27 @@

Properties#

containers#

containers: IPodContainer[]

-

Defined in src/renderer/components/dock/pod-logs.store.ts:13

+

Defined in src/renderer/components/dock/pod-logs.store.ts:13


initContainers#

initContainers: IPodContainer[]

-

Defined in src/renderer/components/dock/pod-logs.store.ts:14

+

Defined in src/renderer/components/dock/pod-logs.store.ts:14


pod#

pod: Pod

-

Defined in src/renderer/components/dock/pod-logs.store.ts:11

+

Defined in src/renderer/components/dock/pod-logs.store.ts:11


previous#

previous: boolean

-

Defined in src/renderer/components/dock/pod-logs.store.ts:16

+

Defined in src/renderer/components/dock/pod-logs.store.ts:16


selectedContainer#

selectedContainer: IPodContainer

-

Defined in src/renderer/components/dock/pod-logs.store.ts:12

+

Defined in src/renderer/components/dock/pod-logs.store.ts:12


showTimestamps#

showTimestamps: boolean

-

Defined in src/renderer/components/dock/pod-logs.store.ts:15

+

Defined in src/renderer/components/dock/pod-logs.store.ts:15

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/index.html b/latest/extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/index.html index a91420ff2d..9d0490456c 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/index.html @@ -877,26 +877,26 @@

id#

Optional id: TabId

Inherited from ITerminalTab.id

-

Defined in src/renderer/components/dock/dock.store.ts:18

+

Defined in src/renderer/components/dock/dock.store.ts:18


kind#

kind: TabKind

Inherited from ITerminalTab.kind

-

Defined in src/renderer/components/dock/dock.store.ts:19

+

Defined in src/renderer/components/dock/dock.store.ts:19


node#

Optional node: string

-

Defined in src/renderer/components/dock/terminal.store.ts:11

+

Defined in src/renderer/components/dock/terminal.store.ts:11


pinned#

Optional pinned: boolean

Inherited from ITerminalTab.pinned

-

Defined in src/renderer/components/dock/dock.store.ts:21

+

Defined in src/renderer/components/dock/dock.store.ts:21


title#

Optional title: string

Inherited from ITerminalTab.title

-

Defined in src/renderer/components/dock/dock.store.ts:20

+

Defined in src/renderer/components/dock/dock.store.ts:20

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/index.html index cc50f85f1a..044c258ba9 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/index.html @@ -915,43 +915,43 @@

Properties#

animation#

Optional animation: AnimateName

-

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

+

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


className#

Optional className: string | object

-

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

+

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


contentClass#

Optional contentClass: string | object

-

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

+

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


onClose#

Optional onClose: () => void

-

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

+

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


open#

open: boolean

-

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

+

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


position#

Optional position: \"top\" | \"left\" | \"right\" | \"bottom\"

-

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

+

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


size#

Optional 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


toolbar#

Optional toolbar: React.ReactNode

-

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

+

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


usePortal#

Optional 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/_src_renderer_components_drawer_drawer_item_.draweritemprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/index.html index 7a4400f145..37cc9e7e0d 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/index.html @@ -3255,7 +3255,7 @@ A hint could be a sample value or a brief description of the expected format.

className#

Optional className: string

Overrides IconProps.className

-

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

+

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


color#

Optional color: string

@@ -3320,7 +3320,7 @@ A hint could be a sample value or a brief description of the expected format.

hidden#

Optional 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


id#

Optional id: string

@@ -3373,7 +3373,7 @@ A hint could be a sample value or a brief description of the expected format.

labelsOnly#

Optional labelsOnly: boolean

-

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

+

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


lang#

Optional lang: string

@@ -3382,7 +3382,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


onAbort#

Optional onAbort: ReactEventHandler\

@@ -4257,7 +4257,7 @@ A hint could be a sample value or a brief description of the expected format.

title#

Optional title: string

Overrides IconProps.title

-

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

+

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


translate#

Optional translate: \"yes\" | \"no\"

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/index.html index cc6c4f9b91..db800877f3 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/index.html @@ -3263,7 +3263,7 @@ A hint could be a sample value or a brief description of the expected format.

OptionalclassName: string

Inherited from DrawerItemProps.className

Overrides IconProps.className

-

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

+

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


color#

Optional color: string

@@ -3329,7 +3329,7 @@ A hint could be a sample value or a brief description of the expected format.

Optionalhidden: 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


id#

Optional id: string

@@ -3382,12 +3382,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


labelsOnly#

Optional 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


lang#

Optional lang: string

@@ -3397,7 +3397,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


onAbort#

Optional onAbort: ReactEventHandler\

@@ -4273,7 +4273,7 @@ A hint could be a sample value or a brief description of the expected format.

Optionaltitle: string

Inherited from DrawerItemProps.title

Overrides IconProps.title

-

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

+

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


translate#

Optional translate: \"yes\" | \"no\"

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/index.html index f265ae1d30..e54bc831c5 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/index.html @@ -843,7 +843,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/_src_renderer_components_drawer_drawer_param_toggler_.state/index.html b/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/index.html index 932914ea21..d85757286c 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/index.html @@ -843,7 +843,7 @@

Properties#

open#

Optional open: boolean

-

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

+

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

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/index.html index ff078df2b2..585377e2fc 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/index.html @@ -851,11 +851,11 @@

Properties#

className#

Optional className: string

-

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

+

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


title#

Optional 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/_src_renderer_components_error_boundary_error_boundary_.state/index.html b/latest/extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/index.html index 3dc4a647dc..0ce93a1f66 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/index.html @@ -851,11 +851,11 @@

Properties#

error#

Optional error: Error

-

Defined in src/renderer/components/error-boundary/error-boundary.tsx:16

+

Defined in src/renderer/components/error-boundary/error-boundary.tsx:16


errorInfo#

Optional errorInfo: ErrorInfo

-

Defined in src/renderer/components/error-boundary/error-boundary.tsx:17

+

Defined in src/renderer/components/error-boundary/error-boundary.tsx:17

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/index.html index 34da25b035..f6342e6c58 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/index.html @@ -3019,7 +3019,7 @@

active#

Optional active: boolean

-

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

+

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


aria-activedescendant#

Optional aria-activedescendant: string

@@ -3356,7 +3356,7 @@ A hint could be a sample value or a brief description of the expected format.

big#

Optional big: boolean

-

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

+

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


Optional checkedLink: ReactLink\

@@ -3430,7 +3430,7 @@ A hint could be a sample value or a brief description of the expected format.

disabled#

Optional disabled: boolean

-

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

+

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


draggable#

Optional draggable: Booleanish

@@ -3439,7 +3439,7 @@ A hint could be a sample value or a brief description of the expected format.

focusable#

Optional focusable: boolean

-

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

+

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


hidden#

Optional hidden: boolean

@@ -3448,7 +3448,7 @@ A hint could be a sample value or a brief description of the expected format.

href#

Optional href: string

-

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

+

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


id#

Optional id: string

@@ -3469,7 +3469,7 @@ A hint could be a sample value or a brief description of the expected format.

interactive#

Optional interactive: boolean

-

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

+

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


is#

Optional is: string

@@ -3510,11 +3510,11 @@ A hint could be a sample value or a brief description of the expected format.

Optional link: LocationDescriptor

-

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

+

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


material#

Optional material: string

-

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

+

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


onAbort#

Optional onAbort: ReactEventHandler\

@@ -4358,7 +4358,7 @@ A hint could be a sample value or a brief description of the expected format.

size#

Optional size: string | number

-

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

+

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


slot#

Optional slot: string

@@ -4367,11 +4367,11 @@ A hint could be a sample value or a brief description of the expected format.

small#

Optional small: boolean

-

Defined in src/renderer/components/icon/icon.tsx:17

+

Defined in src/renderer/components/icon/icon.tsx:17


smallest#

Optional smallest: boolean

-

Defined in src/renderer/components/icon/icon.tsx:18

+

Defined in src/renderer/components/icon/icon.tsx:18


spellCheck#

Optional spellCheck: Booleanish

@@ -4380,7 +4380,7 @@ A hint could be a sample value or a brief description of the expected format.

sticker#

Optional sticker: boolean

-

Defined in src/renderer/components/icon/icon.tsx:23

+

Defined in src/renderer/components/icon/icon.tsx:23


style#

Optional style: CSSProperties

@@ -4399,7 +4399,7 @@ A hint could be a sample value or a brief description of the expected format.

svg#

Optional svg: string

-

Defined in src/renderer/components/icon/icon.tsx:13

+

Defined in src/renderer/components/icon/icon.tsx:13


tabIndex#

Optional tabIndex: number

@@ -4414,12 +4414,12 @@ A hint could be a sample value or a brief description of the expected format.

tooltip#

Optional tooltip: ReactNode | Omit\<TooltipProps, \"targetId\">

Inherited from TooltipDecoratorProps.tooltip

-

Defined in src/renderer/components/tooltip/withTooltip.tsx:10

+

Defined in src/renderer/components/tooltip/withTooltip.tsx:10


tooltipOverrideDisabled#

Optional tooltipOverrideDisabled: boolean

Inherited from TooltipDecoratorProps.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/_src_renderer_components_input_file_input_.fileinputselection/index.html b/latest/extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/index.html index cf0cbf2a20..f596acd67f 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/index.html @@ -881,15 +881,15 @@

Properties#

data#

Optional data: T | any

-

Defined in src/renderer/components/input/file-input.tsx:5

+

Defined in src/renderer/components/input/file-input.tsx:5


error#

Optional error: string

-

Defined in src/renderer/components/input/file-input.tsx:6

+

Defined in src/renderer/components/input/file-input.tsx:6


file#

file: File

-

Defined in src/renderer/components/input/file-input.tsx:4

+

Defined in src/renderer/components/input/file-input.tsx:4

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_input_file_input_.props/index.html b/latest/extensions/api/interfaces/_src_renderer_components_input_file_input_.props/index.html index 0538123459..ab47dab5f3 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_input_file_input_.props/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_input_file_input_.props/index.html @@ -3177,7 +3177,7 @@

accept#

Optional accept: string

Overrides void

-

Defined in src/renderer/components/input/file-input.tsx:11

+

Defined in src/renderer/components/input/file-input.tsx:11


accessKey#

Optional accessKey: string

@@ -3670,7 +3670,7 @@ A hint could be a sample value or a brief description of the expected format.

id#

Optional id: string

Overrides IconProps.id

-

Defined in src/renderer/components/input/file-input.tsx:10

+

Defined in src/renderer/components/input/file-input.tsx:10


inlist#

Optional inlist: any

@@ -3749,7 +3749,7 @@ A hint could be a sample value or a brief description of the expected format.

multiple#

Optional multiple: boolean

Overrides void

-

Defined in src/renderer/components/input/file-input.tsx:13

+

Defined in src/renderer/components/input/file-input.tsx:13


name#

Optional name: string

@@ -4585,7 +4585,7 @@ A hint could be a sample value or a brief description of the expected format.

readAsText#

Optional readAsText: boolean

-

Defined in src/renderer/components/input/file-input.tsx:12

+

Defined in src/renderer/components/input/file-input.tsx:12


readOnly#

Optional readOnly: boolean

@@ -4709,7 +4709,7 @@ A hint could be a sample value or a brief description of the expected format.

Methods#

onSelectFiles#

onSelectFiles(...selectedFiles: FileInputSelection[]): void

-

Defined in src/renderer/components/input/file-input.tsx:14

+

Defined in src/renderer/components/input/file-input.tsx:14

Parameters:

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_input_input_.state/index.html b/latest/extensions/api/interfaces/_src_renderer_components_input_input_.state/index.html index 4a9f1a2308..fce1d1866b 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_input_input_.state/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_input_input_.state/index.html @@ -883,27 +883,27 @@

Properties#

dirty#

Optional dirty: boolean

-

Defined in src/renderer/components/input/input.tsx:38

+

Defined in src/renderer/components/input/input.tsx:38


dirtyOnBlur#

Optional dirtyOnBlur: boolean

-

Defined in src/renderer/components/input/input.tsx:39

+

Defined in src/renderer/components/input/input.tsx:39


errors#

Optional errors: React.ReactNode[]

-

Defined in src/renderer/components/input/input.tsx:42

+

Defined in src/renderer/components/input/input.tsx:42


focused#

Optional focused: boolean

-

Defined in src/renderer/components/input/input.tsx:37

+

Defined in src/renderer/components/input/input.tsx:37


valid#

Optional valid: boolean

-

Defined in src/renderer/components/input/input.tsx:40

+

Defined in src/renderer/components/input/input.tsx:40


validating#

Optional validating: boolean

-

Defined in src/renderer/components/input/input.tsx:41

+

Defined in src/renderer/components/input/input.tsx:41

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/index.html b/latest/extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/index.html index 7d520169bb..6a764f446f 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/index.html @@ -890,15 +890,15 @@

Properties#

debounce#

Optional debounce: number

-

Defined in src/renderer/components/input/input_validators.ts:8

+

Defined in src/renderer/components/input/input_validators.ts:8


message#

Optional message: ReactNode | (value: string, props?: InputProps) => ReactNode | string

-

Defined in src/renderer/components/input/input_validators.ts:10

+

Defined in src/renderer/components/input/input_validators.ts:10

Methods#

condition#

Optionalcondition(props: InputProps): boolean

-

Defined in src/renderer/components/input/input_validators.ts:9

+

Defined in src/renderer/components/input/input_validators.ts:9

Parameters:

@@ -918,7 +918,7 @@

validate#

validate(value: string, props?: InputProps): boolean | Promise\

-

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/_src_renderer_components_input_search_input_.props/index.html b/latest/extensions/api/interfaces/_src_renderer_components_input_search_input_.props/index.html index b9535e5a2e..739dfca68b 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_input_search_input_.props/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_input_search_input_.props/index.html @@ -996,79 +996,79 @@

autoSelectOnFocus#

Optional autoSelectOnFocus: boolean

Inherited from __type.autoSelectOnFocus

-

Defined in src/renderer/components/input/input.tsx:23

+

Defined in src/renderer/components/input/input.tsx:23


className#

Optional className: string

Inherited from __type.className

-

Defined in src/renderer/components/input/input.tsx:21

+

Defined in src/renderer/components/input/input.tsx:21


closeIcon#

Optional closeIcon: boolean

-

Defined in src/renderer/components/input/search-input.tsx:13

+

Defined in src/renderer/components/input/search-input.tsx:13


compact#

Optional compact: boolean

-

Defined in src/renderer/components/input/search-input.tsx:12

+

Defined in src/renderer/components/input/search-input.tsx:12


contentRight#

Optional contentRight: string | React.ReactNode

Inherited from __type.contentRight

-

Defined in src/renderer/components/input/input.tsx:30

+

Defined in src/renderer/components/input/input.tsx:30


dirty#

Optional dirty: boolean

Inherited from __type.dirty

-

Defined in src/renderer/components/input/input.tsx:26

+

Defined in src/renderer/components/input/input.tsx:26


iconLeft#

Optional iconLeft: string | React.ReactNode

Inherited from __type.iconLeft

-

Defined in src/renderer/components/input/input.tsx:28

+

Defined in src/renderer/components/input/input.tsx:28


iconRight#

Optional iconRight: string | React.ReactNode

Inherited from __type.iconRight

-

Defined in src/renderer/components/input/input.tsx:29

+

Defined in src/renderer/components/input/input.tsx:29


maxRows#

Optional maxRows: number

Inherited from __type.maxRows

-

Defined in src/renderer/components/input/input.tsx:25

+

Defined in src/renderer/components/input/input.tsx:25


multiLine#

Optional multiLine: boolean

Inherited from __type.multiLine

-

Defined in src/renderer/components/input/input.tsx:24

+

Defined in src/renderer/components/input/input.tsx:24


onClear#

Optional onClear: () => void

-

Defined in src/renderer/components/input/search-input.tsx:14

+

Defined in src/renderer/components/input/search-input.tsx:14


showValidationLine#

Optional showValidationLine: boolean

Inherited from __type.showValidationLine

-

Defined in src/renderer/components/input/input.tsx:27

+

Defined in src/renderer/components/input/input.tsx:27


theme#

Optional theme: \"round-black\"

Inherited from __type.theme

-

Defined in src/renderer/components/input/input.tsx:20

+

Defined in src/renderer/components/input/input.tsx:20


validators#

Optional validators: InputValidator | InputValidator[]

Inherited from __type.validators

-

Defined in src/renderer/components/input/input.tsx:31

+

Defined in src/renderer/components/input/input.tsx:31


value#

Optional value: T

Inherited from __type.value

-

Defined in src/renderer/components/input/input.tsx:22

+

Defined in src/renderer/components/input/input.tsx:22

Methods#

onChange#

OptionalonChange(value: T, evt: ChangeEvent\<InputElement>): void

Inherited from __type.onChange

-

Defined in src/renderer/components/input/input.tsx:32

+

Defined in src/renderer/components/input/input.tsx:32

Parameters:

@@ -1093,7 +1093,7 @@

onSubmit#

OptionalonSubmit(value: T): void

Inherited from __type.onSubmit

-

Defined in src/renderer/components/input/input.tsx:33

+

Defined in src/renderer/components/input/input.tsx:33

Parameters:

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/index.html b/latest/extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/index.html index 3163148811..7ffc408cb1 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/index.html @@ -980,71 +980,71 @@

autoSelectOnFocus#

Optional autoSelectOnFocus: boolean

Inherited from __type.autoSelectOnFocus

-

Defined in src/renderer/components/input/input.tsx:23

+

Defined in src/renderer/components/input/input.tsx:23


className#

Optional className: string

Inherited from __type.className

-

Defined in src/renderer/components/input/input.tsx:21

+

Defined in src/renderer/components/input/input.tsx:21


compact#

Optional compact: boolean

-

Defined in src/renderer/components/input/search-input-url.tsx:10

+

Defined in src/renderer/components/input/search-input-url.tsx:10


contentRight#

Optional contentRight: string | React.ReactNode

Inherited from __type.contentRight

-

Defined in src/renderer/components/input/input.tsx:30

+

Defined in src/renderer/components/input/input.tsx:30


dirty#

Optional dirty: boolean

Inherited from __type.dirty

-

Defined in src/renderer/components/input/input.tsx:26

+

Defined in src/renderer/components/input/input.tsx:26


iconLeft#

Optional iconLeft: string | React.ReactNode

Inherited from __type.iconLeft

-

Defined in src/renderer/components/input/input.tsx:28

+

Defined in src/renderer/components/input/input.tsx:28


iconRight#

Optional iconRight: string | React.ReactNode

Inherited from __type.iconRight

-

Defined in src/renderer/components/input/input.tsx:29

+

Defined in src/renderer/components/input/input.tsx:29


maxRows#

Optional maxRows: number

Inherited from __type.maxRows

-

Defined in src/renderer/components/input/input.tsx:25

+

Defined in src/renderer/components/input/input.tsx:25


multiLine#

Optional multiLine: boolean

Inherited from __type.multiLine

-

Defined in src/renderer/components/input/input.tsx:24

+

Defined in src/renderer/components/input/input.tsx:24


showValidationLine#

Optional showValidationLine: boolean

Inherited from __type.showValidationLine

-

Defined in src/renderer/components/input/input.tsx:27

+

Defined in src/renderer/components/input/input.tsx:27


theme#

Optional theme: \"round-black\"

Inherited from __type.theme

-

Defined in src/renderer/components/input/input.tsx:20

+

Defined in src/renderer/components/input/input.tsx:20


validators#

Optional validators: InputValidator | InputValidator[]

Inherited from __type.validators

-

Defined in src/renderer/components/input/input.tsx:31

+

Defined in src/renderer/components/input/input.tsx:31


value#

Optional value: T

Inherited from __type.value

-

Defined in src/renderer/components/input/input.tsx:22

+

Defined in src/renderer/components/input/input.tsx:22

Methods#

onChange#

OptionalonChange(value: T, evt: ChangeEvent\<InputElement>): void

Inherited from __type.onChange

-

Defined in src/renderer/components/input/input.tsx:32

+

Defined in src/renderer/components/input/input.tsx:32

Parameters:

@@ -1069,7 +1069,7 @@

onSubmit#

OptionalonSubmit(value: T): void

Inherited from __type.onSubmit

-

Defined in src/renderer/components/input/input.tsx:33

+

Defined in src/renderer/components/input/input.tsx:33

Parameters:

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/index.html b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/index.html index 076d919d58..f26c594609 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/index.html @@ -844,7 +844,7 @@

Properties#

type#

type: FilterType

-

Defined in src/renderer/components/item-object-list/filter-icon.tsx:6

+

Defined in src/renderer/components/item-object-list/filter-icon.tsx:6

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/index.html b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/index.html index fe8160d246..9646ea80c3 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/index.html @@ -867,19 +867,19 @@

Properties#

filters#

filters: ReactNode

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:31

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:31


info#

info: ReactNode

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:32

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:32


search: ReactNode

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:30

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:30


title#

title: ReactNode

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:29

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:29

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/index.html index a3c8af60c7..cc4a1df1ee 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/index.html @@ -1084,115 +1084,115 @@

Properties#

addRemoveButtons#

Optional addRemoveButtons: Partial\<AddRemoveButtonsProps>

-

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

-

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


copyClassNameFromHeadCells#

Optional copyClassNameFromHeadCells: boolean

-

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


customizeHeader#

Optional customizeHeader: (placeholders: IHeaderPlaceholders, content: ReactNode) => Partial\<IHeaderPlaceholders> | ReactNode

-

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


customizeRemoveDialog#

Optional customizeRemoveDialog: (selectedItems: T[]) => Partial\<ConfirmDialogParams>

-

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


customizeTableRowProps#

Optional customizeTableRowProps: (item: T) => Partial\<TableRowProps>

-

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


dependentStores#

Optional dependentStores: ItemStore[]

-

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


detailsItem#

Optional detailsItem: T

-

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


filterItems#

Optional filterItems: ItemsFilter\[]

-

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


hasDetailsView#

Optional hasDetailsView: boolean

-

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


headerClassName#

Optional headerClassName: IClassName

-

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


hideFilters#

Optional hideFilters: boolean

-

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


isClusterScoped#

Optional isClusterScoped: boolean

-

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


isReady#

Optional isReady: boolean

-

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


isSearchable#

Optional isSearchable: boolean

-

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


isSelectable#

Optional isSelectable: boolean

-

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


onDetails#

Optional onDetails: (item: T) => void

-

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


renderFooter#

Optional renderFooter: (parent: ItemListLayout) => React.ReactNode

-

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


renderHeaderTitle#

Optional renderHeaderTitle: ReactNode | (parent: ItemListLayout) => ReactNode

-

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


renderItemMenu#

Optional renderItemMenu: (item: T, store: ItemStore\) => ReactNode

-

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


renderTableContents#

renderTableContents: (item: T) => (ReactNode | TableCellProps)[]

-

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


renderTableHeader#

renderTableHeader: TableCellProps[] | null

-

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


searchFilters#

Optional searchFilters: SearchFilter\[]

-

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


showHeader#

Optional showHeader: boolean

-

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


sortingCallbacks#

Optional sortingCallbacks: { [sortBy:string]: TableSortCallback; }

-

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


store#

store: ItemStore\

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:37

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:37


tableProps#

Optional tableProps: Partial\<TableProps>

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56


virtual#

Optional virtual: boolean

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/index.html b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/index.html index 83e159e4d8..c078753e7b 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/index.html @@ -843,7 +843,7 @@

Properties#

showAppliedFilters#

Optional showAppliedFilters: boolean

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:87

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:87

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/index.html b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/index.html index 36d6619cd5..d947bf8d8f 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/index.html @@ -843,7 +843,7 @@

Properties#

filters#

Optional filters: Filter[]

-

Defined in src/renderer/components/item-object-list/page-filters-list.tsx:12

+

Defined in src/renderer/components/item-object-list/page-filters-list.tsx:12

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/index.html b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/index.html index 18073a220c..0ec98c03f9 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/index.html @@ -1510,7 +1510,7 @@

allowEmpty#

Optional allowEmpty: boolean

-

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:18

+

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:18


aria-label#

Optional aria-label: string

@@ -1525,7 +1525,7 @@

autoConvertOptions#

Optional autoConvertOptions: boolean

Inherited from SelectProps.autoConvertOptions

-

Defined in src/renderer/components/select/select.tsx:30

+

Defined in src/renderer/components/select/select.tsx:30


autoFocus#

Optional autoFocus: boolean

@@ -1604,7 +1604,7 @@

disableFilters#

Optional disableFilters: { [filterType:string]: boolean; }

-

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:19

+

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:19


escapeClearsValue#

Optional escapeClearsValue: boolean

@@ -1679,7 +1679,7 @@

isCreatable#

Optional isCreatable: boolean

Inherited from SelectProps.isCreatable

-

Defined in src/renderer/components/select/select.tsx:29

+

Defined in src/renderer/components/select/select.tsx:29


isDisabled#

Optional isDisabled: boolean

@@ -1734,7 +1734,7 @@

Optional menuClass: string

Inherited from SelectProps.menuClass

-

Defined in src/renderer/components/select/select.tsx:28

+

Defined in src/renderer/components/select/select.tsx:28


Optional menuIsOpen: boolean

@@ -1879,19 +1879,19 @@

themeName#

Optional themeName: \"dark\" | \"light\" | \"outlined\"

Inherited from SelectProps.themeName

-

Defined in src/renderer/components/select/select.tsx:27

+

Defined in src/renderer/components/select/select.tsx:27


value#

Optional value: T

Inherited from SelectProps.value

Overrides void

-

Defined in src/renderer/components/select/select.tsx:26

+

Defined in src/renderer/components/select/select.tsx:26

Methods#

onChange#

OptionalonChange(option: T, meta?: ActionMeta\): void

Inherited from SelectProps.onChange

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/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/index.html b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/index.html index 3904977636..c1c18486f2 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/index.html @@ -891,20 +891,20 @@

label#

Optional label: React.ReactNode

Inherited from SelectOption.label

-

Defined in src/renderer/components/select/select.tsx:22

+

Defined in src/renderer/components/select/select.tsx:22


selected#

Optional selected: boolean

-

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:14

+

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:14


type#

type: FilterType

-

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:13

+

Defined in src/renderer/components/item-object-list/page-filters-select.tsx:13


value#

value: T

Inherited from SelectOption.value

-

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/_src_renderer_components_item_object_list_page_filters_store_.filter/index.html b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/index.html index 3d89462082..39ec195f63 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/index.html @@ -851,11 +851,11 @@

Properties#

type#

type: FilterType

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:12

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:12


value#

value: string

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:13

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:13

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/index.html index f864645d5b..8d079e0b05 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/index.html @@ -875,11 +875,11 @@

Properties#

className#

Optional 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/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/index.html index 82dd43d1be..cf132087c9 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/index.html @@ -1085,142 +1085,142 @@

addRemoveButtons#

Optional addRemoveButtons: Partial\<AddRemoveButtonsProps>

Inherited from ItemListLayoutProps.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 ItemListLayoutProps.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


copyClassNameFromHeadCells#

Optional copyClassNameFromHeadCells: boolean

Inherited from ItemListLayoutProps.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


customizeHeader#

Optional customizeHeader: (placeholders: IHeaderPlaceholders, content: ReactNode) => Partial\<IHeaderPlaceholders> | ReactNode

Inherited from ItemListLayoutProps.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


customizeRemoveDialog#

Optional customizeRemoveDialog: (selectedItems: T[]) => Partial\<ConfirmDialogParams>

Inherited from ItemListLayoutProps.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


customizeTableRowProps#

Optional customizeTableRowProps: (item: T) => Partial\<TableRowProps>

Inherited from ItemListLayoutProps.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


dependentStores#

Optional dependentStores: ItemStore[]

Inherited from ItemListLayoutProps.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


detailsItem#

Optional detailsItem: T

Inherited from ItemListLayoutProps.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


filterItems#

Optional filterItems: ItemsFilter\[]

Inherited from ItemListLayoutProps.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


hasDetailsView#

Optional hasDetailsView: boolean

Inherited from ItemListLayoutProps.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


headerClassName#

Optional headerClassName: IClassName

Inherited from ItemListLayoutProps.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


hideFilters#

Optional hideFilters: boolean

Inherited from ItemListLayoutProps.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


isClusterScoped#

Optional isClusterScoped: boolean

Inherited from ItemListLayoutProps.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


isReady#

Optional isReady: boolean

Inherited from ItemListLayoutProps.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


isSearchable#

Optional isSearchable: boolean

Inherited from ItemListLayoutProps.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


isSelectable#

Optional isSelectable: boolean

Inherited from ItemListLayoutProps.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


onDetails#

Optional onDetails: (item: T) => void

Inherited from ItemListLayoutProps.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


renderFooter#

Optional renderFooter: (parent: ItemListLayout) => React.ReactNode

Inherited from ItemListLayoutProps.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


renderHeaderTitle#

Optional renderHeaderTitle: ReactNode | (parent: ItemListLayout) => ReactNode

Inherited from ItemListLayoutProps.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


renderItemMenu#

Optional renderItemMenu: (item: T, store: ItemStore\) => ReactNode

Inherited from ItemListLayoutProps.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


renderTableContents#

renderTableContents: (item: T) => (ReactNode | TableCellProps)[]

Inherited from ItemListLayoutProps.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


renderTableHeader#

renderTableHeader: TableCellProps[] | null

Inherited from ItemListLayoutProps.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


searchFilters#

Optional searchFilters: SearchFilter\[]

Inherited from ItemListLayoutProps.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


showHeader#

Optional showHeader: boolean

Inherited from ItemListLayoutProps.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


sortingCallbacks#

Optional sortingCallbacks: { [sortBy:string]: TableSortCallback; }

Inherited from ItemListLayoutProps.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


store#

store: KubeObjectStore

Overrides ItemListLayoutProps.store

-

Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:12

+

Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:12


tableProps#

Optional tableProps: Partial\<TableProps>

Inherited from ItemListLayoutProps.tableProps

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56


virtual#

Optional virtual: boolean

Inherited from ItemListLayoutProps.virtual

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/index.html index 81eebf20c5..37093518fe 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/index.html @@ -956,45 +956,45 @@

className#

Optional className: string

Inherited from MenuActionsProps.className

-

Defined in src/renderer/components/menu/menu-actions.tsx:16

+

Defined in src/renderer/components/menu/menu-actions.tsx:16


editable#

Optional editable: boolean

-

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:13

+

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:13


object#

object: T

-

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:12

+

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:12


removable#

Optional removable: boolean

-

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:14

+

Defined in src/renderer/components/kube-object/kube-object-menu.tsx:14


removeConfirmationMessage#

Optional removeConfirmationMessage: React.ReactNode | () => React.ReactNode

Inherited from MenuActionsProps.removeConfirmationMessage

-

Defined in src/renderer/components/menu/menu-actions.tsx:19

+

Defined in src/renderer/components/menu/menu-actions.tsx:19


toolbar#

Optional toolbar: boolean

Inherited from MenuActionsProps.toolbar

-

Defined in src/renderer/components/menu/menu-actions.tsx:17

+

Defined in src/renderer/components/menu/menu-actions.tsx:17


triggerIcon#

Optional triggerIcon: string | IconProps | React.ReactNode

Inherited from MenuActionsProps.triggerIcon

-

Defined in src/renderer/components/menu/menu-actions.tsx:18

+

Defined in src/renderer/components/menu/menu-actions.tsx:18

Methods#

removeAction#

OptionalremoveAction(): void

Inherited from MenuActionsProps.removeAction

-

Defined in src/renderer/components/menu/menu-actions.tsx:21

+

Defined in src/renderer/components/menu/menu-actions.tsx:21

Returns: void


updateAction#

OptionalupdateAction(): void

Inherited from MenuActionsProps.updateAction

-

Defined in src/renderer/components/menu/menu-actions.tsx:20

+

Defined in src/renderer/components/menu/menu-actions.tsx:20

Returns: void

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/index.html index c78eeee636..66f695e9ed 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/index.html @@ -851,11 +851,11 @@

Properties#

hideFields#

Optional hideFields: IKubeMetaField[]

-

Defined in src/renderer/components/kube-object/kube-object-meta.tsx:11

+

Defined in src/renderer/components/kube-object/kube-object-meta.tsx:11


object#

object: KubeObject

-

Defined in src/renderer/components/kube-object/kube-object-meta.tsx:10

+

Defined in src/renderer/components/kube-object/kube-object-meta.tsx:10

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/index.html index 95b62c81f4..a87cfc05a5 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/index.html @@ -2196,7 +2196,7 @@

Properties#

back#

Optional back: (evt: MouseEvent | KeyboardEvent) => void

-

Defined in src/renderer/components/layout/page-layout.tsx:17

+

Defined in src/renderer/components/layout/page-layout.tsx:17


children#

Optional children: ReactNode

@@ -2205,15 +2205,15 @@

className#

Optional className: IClassName

-

Defined in src/renderer/components/layout/page-layout.tsx:10

+

Defined in src/renderer/components/layout/page-layout.tsx:10


contentClass#

Optional contentClass: IClassName

-

Defined in src/renderer/components/layout/page-layout.tsx:13

+

Defined in src/renderer/components/layout/page-layout.tsx:13


contentGaps#

Optional contentGaps: boolean

-

Defined in src/renderer/components/layout/page-layout.tsx:15

+

Defined in src/renderer/components/layout/page-layout.tsx:15


dangerouslySetInnerHTML#

Optional dangerouslySetInnerHTML: { __html: string }

@@ -2237,11 +2237,11 @@

header: React.ReactNode

-

Defined in src/renderer/components/layout/page-layout.tsx:11

+

Defined in src/renderer/components/layout/page-layout.tsx:11


headerClass#

Optional headerClass: IClassName

-

Defined in src/renderer/components/layout/page-layout.tsx:12

+

Defined in src/renderer/components/layout/page-layout.tsx:12


onAbort#

Optional onAbort: ReactEventHandler\

@@ -3045,11 +3045,11 @@

provideBackButtonNavigation#

Optional provideBackButtonNavigation: boolean

-

Defined in src/renderer/components/layout/page-layout.tsx:14

+

Defined in src/renderer/components/layout/page-layout.tsx:14


showOnTop#

Optional showOnTop: boolean

-

Defined in src/renderer/components/layout/page-layout.tsx:16

+

Defined in src/renderer/components/layout/page-layout.tsx:16

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/index.html index 09c57e8c2b..b52de631d2 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/index.html @@ -867,19 +867,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


className#

Optional className: any

-

Defined in src/renderer/components/layout/tab-layout.tsx:17

+

Defined in src/renderer/components/layout/tab-layout.tsx:17


contentClass#

Optional contentClass: string

-

Defined in src/renderer/components/layout/tab-layout.tsx:19

+

Defined in src/renderer/components/layout/tab-layout.tsx:19


tabs#

Optional 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/_src_renderer_components_layout_tab_layout_.tabroute/index.html b/latest/extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/index.html index d226721c09..7849aef335 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/index.html @@ -956,11 +956,11 @@

title#

title: React.ReactNode

-

Defined in src/renderer/components/layout/tab-layout.tsx:11

+

Defined in src/renderer/components/layout/tab-layout.tsx:11


url#

url: string

-

Defined in src/renderer/components/layout/tab-layout.tsx:12

+

Defined in src/renderer/components/layout/tab-layout.tsx:12

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/index.html index ff4a6669fe..f9284308d9 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/index.html @@ -2196,7 +2196,7 @@

Properties#

centered#

Optional centered: boolean

-

Defined in src/renderer/components/layout/wizard-layout.tsx:13

+

Defined in src/renderer/components/layout/wizard-layout.tsx:13


children#

Optional children: ReactNode

@@ -2205,15 +2205,15 @@

className#

Optional className: IClassName

-

Defined in src/renderer/components/layout/wizard-layout.tsx:7

+

Defined in src/renderer/components/layout/wizard-layout.tsx:7


contentClass#

Optional contentClass: IClassName

-

Defined in src/renderer/components/layout/wizard-layout.tsx:10

+

Defined in src/renderer/components/layout/wizard-layout.tsx:10


contentProps#

Optional contentProps: DOMAttributes\

-

Defined in src/renderer/components/layout/wizard-layout.tsx:14

+

Defined in src/renderer/components/layout/wizard-layout.tsx:14


dangerouslySetInnerHTML#

Optional dangerouslySetInnerHTML: { __html: string }

@@ -2237,19 +2237,19 @@

Optional header: React.ReactNode

-

Defined in src/renderer/components/layout/wizard-layout.tsx:8

+

Defined in src/renderer/components/layout/wizard-layout.tsx:8


headerClass#

Optional headerClass: IClassName

-

Defined in src/renderer/components/layout/wizard-layout.tsx:9

+

Defined in src/renderer/components/layout/wizard-layout.tsx:9


infoPanel#

Optional infoPanel: React.ReactNode

-

Defined in src/renderer/components/layout/wizard-layout.tsx:12

+

Defined in src/renderer/components/layout/wizard-layout.tsx:12


infoPanelClass#

Optional infoPanelClass: IClassName

-

Defined in src/renderer/components/layout/wizard-layout.tsx:11

+

Defined in src/renderer/components/layout/wizard-layout.tsx:11


onAbort#

Optional onAbort: ReactEventHandler\

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/index.html index 212c02960a..a2afffde54 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/index.html @@ -4218,7 +4218,7 @@ A hint could be a sample value or a brief description of the expected format.

className#

Optional className: any

Overrides IconProps.className

-

Defined in src/renderer/components/line-progress/line-progress.tsx:10

+

Defined in src/renderer/components/line-progress/line-progress.tsx:10


colSpan#

Optional colSpan: number

@@ -4537,7 +4537,7 @@ A hint could be a sample value or a brief description of the expected format.

max#

Optional max: number

Overrides MenuItemProps.max

-

Defined in src/renderer/components/line-progress/line-progress.tsx:9

+

Defined in src/renderer/components/line-progress/line-progress.tsx:9


maxLength#

Optional maxLength: number

@@ -4562,7 +4562,7 @@ A hint could be a sample value or a brief description of the expected format.

min#

Optional min: number

Overrides MenuItemProps.min

-

Defined in src/renderer/components/line-progress/line-progress.tsx:8

+

Defined in src/renderer/components/line-progress/line-progress.tsx:8


minLength#

Optional minLength: number

@@ -5427,7 +5427,7 @@ A hint could be a sample value or a brief description of the expected format.

precise#

Optional precise: number

-

Defined in src/renderer/components/line-progress/line-progress.tsx:11

+

Defined in src/renderer/components/line-progress/line-progress.tsx:11


prefix#

Optional prefix: string

@@ -5632,12 +5632,12 @@ A hint could be a sample value or a brief description of the expected format.

tooltip#

Optional tooltip: ReactNode | Omit\<TooltipProps, \"targetId\">

Inherited from TooltipDecoratorProps.tooltip

-

Defined in src/renderer/components/tooltip/withTooltip.tsx:10

+

Defined in src/renderer/components/tooltip/withTooltip.tsx:10


tooltipOverrideDisabled#

Optional tooltipOverrideDisabled: boolean

Inherited from TooltipDecoratorProps.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"


@@ -5669,7 +5669,7 @@ useful for displaying tooltips even when the target is "disabled"

value#

value: number

Overrides MenuItemProps.value

-

Defined in src/renderer/components/line-progress/line-progress.tsx:7

+

Defined in src/renderer/components/line-progress/line-progress.tsx:7


Optional valueLink: ReactLink\

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/index.html index 1d75ddadd8..08b8cc2b7a 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/index.html @@ -3789,7 +3789,7 @@

active#

Optional active: boolean

-

Defined in src/renderer/components/menu/menu.tsx:275

+

Defined in src/renderer/components/menu/menu.tsx:275


allowFullScreen#

Optional allowFullScreen: boolean

@@ -4327,7 +4327,7 @@ A hint could be a sample value or a brief description of the expected format.

disabled#

Optional disabled: boolean

Overrides LineProgressProps.disabled

-

Defined in src/renderer/components/menu/menu.tsx:274

+

Defined in src/renderer/components/menu/menu.tsx:274


download#

Optional download: any

@@ -4402,7 +4402,7 @@ A hint could be a sample value or a brief description of the expected format.

href#

Optional href: string

Overrides LineProgressProps.href

-

Defined in src/renderer/components/menu/menu.tsx:277

+

Defined in src/renderer/components/menu/menu.tsx:277


hrefLang#

Optional hrefLang: string

@@ -4421,7 +4421,7 @@ A hint could be a sample value or a brief description of the expected format.

icon#

Optional icon: string | Partial\<IconProps>

-

Defined in src/renderer/components/menu/menu.tsx:273

+

Defined in src/renderer/components/menu/menu.tsx:273


id#

Optional id: string

@@ -5555,7 +5555,7 @@ A hint could be a sample value or a brief description of the expected format.

spacer#

Optional spacer: boolean

-

Defined in src/renderer/components/menu/menu.tsx:276

+

Defined in src/renderer/components/menu/menu.tsx:276


span#

Optional span: number

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/index.html b/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/index.html index f80a38493c..2dd00ddc03 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/index.html @@ -867,19 +867,19 @@

Properties#

bottom#

Optional bottom: boolean

-

Defined in src/renderer/components/menu/menu.tsx:17

+

Defined in src/renderer/components/menu/menu.tsx:17


left#

Optional left: boolean

-

Defined in src/renderer/components/menu/menu.tsx:14

+

Defined in src/renderer/components/menu/menu.tsx:14


Optional right: boolean

-

Defined in src/renderer/components/menu/menu.tsx:16

+

Defined in src/renderer/components/menu/menu.tsx:16


top#

Optional top: boolean

-

Defined in src/renderer/components/menu/menu.tsx:15

+

Defined in src/renderer/components/menu/menu.tsx:15

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/index.html index cc41108ec1..e23e26f777 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/index.html @@ -962,56 +962,56 @@

Properties#

autoFocus#

Optional autoFocus: boolean

-

Defined in src/renderer/components/menu/menu.tsx:27

+

Defined in src/renderer/components/menu/menu.tsx:27


children#

Optional children: ReactNode

-

Defined in src/renderer/components/menu/menu.tsx:33

+

Defined in src/renderer/components/menu/menu.tsx:33


className#

Optional className: string

-

Defined in src/renderer/components/menu/menu.tsx:25

+

Defined in src/renderer/components/menu/menu.tsx:25


closeOnClickItem#

Optional closeOnClickItem: boolean

-

Defined in src/renderer/components/menu/menu.tsx:29

+

Defined in src/renderer/components/menu/menu.tsx:29


closeOnClickOutside#

Optional closeOnClickOutside: boolean

-

Defined in src/renderer/components/menu/menu.tsx:30

+

Defined in src/renderer/components/menu/menu.tsx:30


closeOnScroll#

Optional closeOnScroll: boolean

-

Defined in src/renderer/components/menu/menu.tsx:31

+

Defined in src/renderer/components/menu/menu.tsx:31


htmlFor#

Optional htmlFor: string

-

Defined in src/renderer/components/menu/menu.tsx:26

+

Defined in src/renderer/components/menu/menu.tsx:26


id#

Optional id: string

-

Defined in src/renderer/components/menu/menu.tsx:24

+

Defined in src/renderer/components/menu/menu.tsx:24


isOpen#

Optional isOpen: boolean

-

Defined in src/renderer/components/menu/menu.tsx:21

+

Defined in src/renderer/components/menu/menu.tsx:21


position#

Optional position: MenuPosition

-

Defined in src/renderer/components/menu/menu.tsx:32

+

Defined in src/renderer/components/menu/menu.tsx:32


usePortal#

Optional usePortal: boolean | HTMLElement

-

Defined in src/renderer/components/menu/menu.tsx:28

+

Defined in src/renderer/components/menu/menu.tsx:28

Methods#

close#

close(): void

-

Defined in src/renderer/components/menu/menu.tsx:23

+

Defined in src/renderer/components/menu/menu.tsx:23

Returns: void


open#

open(): void

-

Defined in src/renderer/components/menu/menu.tsx:22

+

Defined in src/renderer/components/menu/menu.tsx:22

Returns: void

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.state/index.html b/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.state/index.html index e733dedb17..af10119e90 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.state/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_.state/index.html @@ -843,7 +843,7 @@

Properties#

position#

Optional position: MenuPosition

-

Defined in src/renderer/components/menu/menu.tsx:37

+

Defined in src/renderer/components/menu/menu.tsx:37

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/index.html index 2e28f87465..d8ea63c974 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/index.html @@ -908,28 +908,28 @@

Properties#

className#

Optional className: string

-

Defined in src/renderer/components/menu/menu-actions.tsx:16

+

Defined in src/renderer/components/menu/menu-actions.tsx:16


removeConfirmationMessage#

Optional removeConfirmationMessage: React.ReactNode | () => React.ReactNode

-

Defined in src/renderer/components/menu/menu-actions.tsx:19

+

Defined in src/renderer/components/menu/menu-actions.tsx:19


toolbar#

Optional toolbar: boolean

-

Defined in src/renderer/components/menu/menu-actions.tsx:17

+

Defined in src/renderer/components/menu/menu-actions.tsx:17


triggerIcon#

Optional triggerIcon: string | IconProps | React.ReactNode

-

Defined in src/renderer/components/menu/menu-actions.tsx:18

+

Defined in src/renderer/components/menu/menu-actions.tsx:18

Methods#

removeAction#

OptionalremoveAction(): void

-

Defined in src/renderer/components/menu/menu-actions.tsx:21

+

Defined in src/renderer/components/menu/menu-actions.tsx:21

Returns: void


updateAction#

OptionalupdateAction(): void

-

Defined in src/renderer/components/menu/menu-actions.tsx:20

+

Defined in src/renderer/components/menu/menu-actions.tsx:20

Returns: void

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/index.html b/latest/extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/index.html index 0da122ae77..2c0aa9e035 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/index.html @@ -851,11 +851,11 @@

Properties#

children#

Optional children: React.ReactNode

-

Defined in src/renderer/components/no-items/no-items.tsx:9

+

Defined in src/renderer/components/no-items/no-items.tsx:9


className#

Optional className: IClassName

-

Defined in src/renderer/components/no-items/no-items.tsx:8

+

Defined in src/renderer/components/no-items/no-items.tsx:8

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/index.html b/latest/extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/index.html index b809e2bcdb..534ceeb5df 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/index.html @@ -867,19 +867,19 @@

Properties#

id#

Optional id: NotificationId

-

Defined in src/renderer/components/notifications/notifications.store.ts:18

+

Defined in src/renderer/components/notifications/notifications.store.ts:18


message#

message: NotificationMessage

-

Defined in src/renderer/components/notifications/notifications.store.ts:19

+

Defined in src/renderer/components/notifications/notifications.store.ts:19


status#

Optional status: NotificationStatus

-

Defined in src/renderer/components/notifications/notifications.store.ts:20

+

Defined in src/renderer/components/notifications/notifications.store.ts:20


timeout#

Optional timeout: number

-

Defined in src/renderer/components/notifications/notifications.store.ts:21

+

Defined in src/renderer/components/notifications/notifications.store.ts:21

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/index.html index 41f7f9cd4a..0efd0699de 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/index.html @@ -898,23 +898,23 @@

Properties#

asButtons#

Optional asButtons: boolean

-

Defined in src/renderer/components/radio/radio.tsx:11

+

Defined in src/renderer/components/radio/radio.tsx:11


className#

Optional className: any

-

Defined in src/renderer/components/radio/radio.tsx:9

+

Defined in src/renderer/components/radio/radio.tsx:9


disabled#

Optional disabled: boolean

-

Defined in src/renderer/components/radio/radio.tsx:12

+

Defined in src/renderer/components/radio/radio.tsx:12


value#

Optional value: any

-

Defined in src/renderer/components/radio/radio.tsx:10

+

Defined in src/renderer/components/radio/radio.tsx:10

Methods#

onChange#

OptionalonChange(value: string): void

-

Defined in src/renderer/components/radio/radio.tsx:13

+

Defined in src/renderer/components/radio/radio.tsx:13

Parameters:

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/index.html b/latest/extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/index.html index 21c535644b..5d92828788 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/index.html @@ -875,11 +875,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/_src_renderer_components_select_select_.selectoption/index.html b/latest/extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/index.html index 3d2eac9b29..1589d359e6 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/index.html @@ -874,11 +874,11 @@

Properties#

label#

Optional 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/_src_renderer_components_select_select_.selectprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/index.html index 61662c8d5d..7a80d0baae 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/index.html @@ -1511,7 +1511,7 @@

autoConvertOptions#

Optional autoConvertOptions: boolean

-

Defined in src/renderer/components/select/select.tsx:30

+

Defined in src/renderer/components/select/select.tsx:30


autoFocus#

Optional autoFocus: boolean

@@ -1660,7 +1660,7 @@

isCreatable#

Optional isCreatable: boolean

-

Defined in src/renderer/components/select/select.tsx:29

+

Defined in src/renderer/components/select/select.tsx:29


isDisabled#

Optional isDisabled: boolean

@@ -1714,7 +1714,7 @@

Optional menuClass: string

-

Defined in src/renderer/components/select/select.tsx:28

+

Defined in src/renderer/components/select/select.tsx:28


Optional menuIsOpen: boolean

@@ -1858,17 +1858,17 @@

themeName#

Optional themeName: \"dark\" | \"light\" | \"outlined\"

-

Defined in src/renderer/components/select/select.tsx:27

+

Defined in src/renderer/components/select/select.tsx:27


value#

Optional value: T

Overrides void

-

Defined in src/renderer/components/select/select.tsx:26

+

Defined in src/renderer/components/select/select.tsx:26

Methods#

onChange#

OptionalonChange(option: T, meta?: ActionMeta\): 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/_src_renderer_components_slider_slider_.sliderprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/index.html index 0e4db05cd4..7e7c578adf 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/index.html @@ -875,11 +875,11 @@

Properties#

className#

Optional className: string

-

Defined in src/renderer/components/slider/slider.tsx:10

+

Defined in src/renderer/components/slider/slider.tsx:10

Methods#

onChange#

OptionalonChange(evt: FormEvent\, 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/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/index.html index 7f0f77f94f..a3727b7802 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/index.html @@ -851,11 +851,11 @@

Properties#

center#

Optional center: boolean

-

Defined in src/renderer/components/spinner/cube-spinner.tsx:7

+

Defined in src/renderer/components/spinner/cube-spinner.tsx:7


className#

Optional 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/_src_renderer_components_spinner_spinner_.spinnerprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/index.html index da893806a8..61ceb7e621 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/index.html @@ -4169,7 +4169,7 @@ A hint could be a sample value or a brief description of the expected format.

center#

Optional center: boolean

-

Defined in src/renderer/components/spinner/spinner.tsx:8

+

Defined in src/renderer/components/spinner/spinner.tsx:8


challenge#

Optional challenge: string

@@ -5528,7 +5528,7 @@ A hint could be a sample value or a brief description of the expected format.

singleColor#

Optional singleColor: boolean

-

Defined in src/renderer/components/spinner/spinner.tsx:7

+

Defined in src/renderer/components/spinner/spinner.tsx:7


size#

Optional size: number

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/index.html index 5027a5bb06..68f0a21a1d 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/index.html @@ -4258,12 +4258,12 @@ A hint could be a sample value or a brief description of the expected format.

tooltip#

Optional tooltip: ReactNode | Omit\<TooltipProps, \"targetId\">

Inherited from TooltipDecoratorProps.tooltip

-

Defined in src/renderer/components/tooltip/withTooltip.tsx:10

+

Defined in src/renderer/components/tooltip/withTooltip.tsx:10


tooltipOverrideDisabled#

Optional tooltipOverrideDisabled: boolean

Inherited from TooltipDecoratorProps.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/_src_renderer_components_stepper_stepper_.step/index.html b/latest/extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/index.html index 5edf74eb3a..d0a7342b86 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/index.html @@ -843,7 +843,7 @@

Properties#

title#

Optional title: string

-

Defined in src/renderer/components/stepper/stepper.tsx:11

+

Defined in src/renderer/components/stepper/stepper.tsx:11

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/index.html index 0a8456b4af..144f8a208b 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/index.html @@ -5567,11 +5567,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


style#

Optional style: CSSProperties

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/index.html index 009a9eb1ac..18f167847d 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/index.html @@ -2268,7 +2268,7 @@

Properties#

autoSize#

Optional autoSize: boolean

-

Defined in src/renderer/components/table/table.tsx:25

+

Defined in src/renderer/components/table/table.tsx:25


children#

Optional children: ReactNode

@@ -2277,11 +2277,11 @@

className#

Optional className: string

-

Defined in src/renderer/components/table/table.tsx:24

+

Defined in src/renderer/components/table/table.tsx:24


customRowHeights#

Optional customRowHeights: (item: object, lineHeight: number, paddings: number) => number

-

Defined in src/renderer/components/table/table.tsx:42

+

Defined in src/renderer/components/table/table.tsx:42


dangerouslySetInnerHTML#

Optional dangerouslySetInnerHTML: { __html: string }

@@ -2305,15 +2305,15 @@

getTableRow#

Optional getTableRow: (uid: string) => ReactElement\<TableRowProps>

-

Defined in src/renderer/components/table/table.tsx:43

+

Defined in src/renderer/components/table/table.tsx:43


items#

Optional items: ItemObject[]

-

Defined in src/renderer/components/table/table.tsx:23

+

Defined in src/renderer/components/table/table.tsx:23


noItems#

Optional noItems: React.ReactNode

-

Defined in src/renderer/components/table/table.tsx:37

+

Defined in src/renderer/components/table/table.tsx:37


onAbort#

Optional onAbort: ReactEventHandler\

@@ -2997,7 +2997,7 @@

onSort#

Optional onSort: (params: TableSortParams) => void

-

Defined in src/renderer/components/table/table.tsx:36

+

Defined in src/renderer/components/table/table.tsx:36


onStalled#

Optional onStalled: ReactEventHandler\

@@ -3121,43 +3121,43 @@

rowLineHeight#

Optional rowLineHeight: string

-

Defined in src/renderer/components/table/table.tsx:41

+

Defined in src/renderer/components/table/table.tsx:41


rowPadding#

Optional rowPadding: string

-

Defined in src/renderer/components/table/table.tsx:40

+

Defined in src/renderer/components/table/table.tsx:40


scrollable#

Optional scrollable: boolean

-

Defined in src/renderer/components/table/table.tsx:27

+

Defined in src/renderer/components/table/table.tsx:27


selectable#

Optional selectable: boolean

-

Defined in src/renderer/components/table/table.tsx:26

+

Defined in src/renderer/components/table/table.tsx:26


selectedItemId#

Optional selectedItemId: string

-

Defined in src/renderer/components/table/table.tsx:38

+

Defined in src/renderer/components/table/table.tsx:38


sortByDefault#

Optional sortByDefault: Partial\<TableSortParams>

-

Defined in src/renderer/components/table/table.tsx:35

+

Defined in src/renderer/components/table/table.tsx:35


sortSyncWithUrl#

Optional sortSyncWithUrl: boolean

-

Defined in src/renderer/components/table/table.tsx:34

+

Defined in src/renderer/components/table/table.tsx:34


sortable#

Optional sortable: { [sortBy:string]: TableSortCallback; }

-

Defined in src/renderer/components/table/table.tsx:29

+

Defined in src/renderer/components/table/table.tsx:29


storageKey#

Optional storageKey: string

-

Defined in src/renderer/components/table/table.tsx:28

+

Defined in src/renderer/components/table/table.tsx:28


virtual#

Optional virtual: boolean

-

Defined in src/renderer/components/table/table.tsx:39

+

Defined in src/renderer/components/table/table.tsx:39

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/index.html index b9b8ced02b..a3984deca7 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/index.html @@ -2219,15 +2219,15 @@

Properties#

_nowrap#

Optional _nowrap: boolean

-

Defined in src/renderer/components/table/table-cell.tsx:19

+

Defined in src/renderer/components/table/table-cell.tsx:19


_sorting#

Optional _sorting: Partial\<TableSortParams>

-

Defined in src/renderer/components/table/table-cell.tsx:17

+

Defined in src/renderer/components/table/table-cell.tsx:17


checkbox#

Optional checkbox: boolean

-

Defined in src/renderer/components/table/table-cell.tsx:14

+

Defined in src/renderer/components/table/table-cell.tsx:14


children#

Optional children: ReactNode

@@ -2236,7 +2236,7 @@

className#

Optional className: string

-

Defined in src/renderer/components/table/table-cell.tsx:12

+

Defined in src/renderer/components/table/table-cell.tsx:12


dangerouslySetInnerHTML#

Optional dangerouslySetInnerHTML: { __html: string }

@@ -2260,7 +2260,7 @@

isChecked#

Optional isChecked: boolean

-

Defined in src/renderer/components/table/table-cell.tsx:15

+

Defined in src/renderer/components/table/table-cell.tsx:15


onAbort#

Optional onAbort: ReactEventHandler\

@@ -3064,15 +3064,15 @@

sortBy#

Optional sortBy: TableSortBy

-

Defined in src/renderer/components/table/table-cell.tsx:16

+

Defined in src/renderer/components/table/table-cell.tsx:16


title#

Optional title: ReactNode

-

Defined in src/renderer/components/table/table-cell.tsx:13

+

Defined in src/renderer/components/table/table-cell.tsx:13

Methods#

_sort#

Optional_sort(sortBy: TableSortBy): void

-

Defined in src/renderer/components/table/table-cell.tsx:18

+

Defined in src/renderer/components/table/table-cell.tsx:18

Parameters:

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/index.html index cafaf4d293..7ba7b258d8 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/index.html @@ -2169,7 +2169,7 @@

className#

Optional className: string

-

Defined in src/renderer/components/table/table-head.tsx:9

+

Defined in src/renderer/components/table/table-head.tsx:9


dangerouslySetInnerHTML#

Optional dangerouslySetInnerHTML: { __html: string }

@@ -2193,7 +2193,7 @@

nowrap#

Optional nowrap: boolean

-

Defined in src/renderer/components/table/table-head.tsx:12

+

Defined in src/renderer/components/table/table-head.tsx:12


onAbort#

Optional onAbort: ReactEventHandler\

@@ -2997,11 +2997,11 @@

showTopLine#

Optional showTopLine: boolean

-

Defined in src/renderer/components/table/table-head.tsx:10

+

Defined in src/renderer/components/table/table-head.tsx:10


sticky#

Optional 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/_src_renderer_components_table_table_row_.tablerowprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/index.html index c077685cd3..90323339b0 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/index.html @@ -2193,7 +2193,7 @@

className#

Optional className: string

-

Defined in src/renderer/components/table/table-row.tsx:10

+

Defined in src/renderer/components/table/table-row.tsx:10


dangerouslySetInnerHTML#

Optional dangerouslySetInnerHTML: { __html: string }

@@ -2217,11 +2217,11 @@

disabled#

Optional disabled: boolean

-

Defined in src/renderer/components/table/table-row.tsx:16

+

Defined in src/renderer/components/table/table-row.tsx:16


nowrap#

Optional nowrap: boolean

-

Defined in src/renderer/components/table/table-row.tsx:13

+

Defined in src/renderer/components/table/table-row.tsx:13


onAbort#

Optional onAbort: ReactEventHandler\

@@ -3025,19 +3025,19 @@

searchItem#

Optional searchItem: ItemObject | any

-

Defined in src/renderer/components/table/table-row.tsx:15

+

Defined in src/renderer/components/table/table-row.tsx:15


selected#

Optional selected: boolean

-

Defined in src/renderer/components/table/table-row.tsx:11

+

Defined in src/renderer/components/table/table-row.tsx:11


sortItem#

Optional sortItem: ItemObject | any

-

Defined in src/renderer/components/table/table-row.tsx:14

+

Defined in src/renderer/components/table/table-row.tsx:14


style#

Optional style: CSSProperties

-

Defined in src/renderer/components/table/table-row.tsx:12

+

Defined in src/renderer/components/table/table-row.tsx:12

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/index.html index d07e22a466..0639288a24 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/index.html @@ -2202,7 +2202,7 @@

Properties#

active#

Optional active: boolean

-

Defined in src/renderer/components/tabs/tabs.tsx:54

+

Defined in src/renderer/components/tabs/tabs.tsx:54


children#

Optional children: ReactNode

@@ -2211,7 +2211,7 @@

className#

Optional className: string

-

Defined in src/renderer/components/tabs/tabs.tsx:53

+

Defined in src/renderer/components/tabs/tabs.tsx:53


dangerouslySetInnerHTML#

Optional dangerouslySetInnerHTML: { __html: string }

@@ -2235,15 +2235,15 @@

disabled#

Optional disabled: boolean

-

Defined in src/renderer/components/tabs/tabs.tsx:55

+

Defined in src/renderer/components/tabs/tabs.tsx:55


icon#

Optional icon: React.ReactNode | string

-

Defined in src/renderer/components/tabs/tabs.tsx:56

+

Defined in src/renderer/components/tabs/tabs.tsx:56


label#

Optional label: React.ReactNode

-

Defined in src/renderer/components/tabs/tabs.tsx:57

+

Defined in src/renderer/components/tabs/tabs.tsx:57


onAbort#

Optional onAbort: ReactEventHandler\

@@ -3047,7 +3047,7 @@

value#

value: D

-

Defined in src/renderer/components/tabs/tabs.tsx:58

+

Defined in src/renderer/components/tabs/tabs.tsx:58

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/index.html b/latest/extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/index.html index 81753ddba8..4b3c937ca8 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/index.html @@ -913,19 +913,19 @@

Properties#

autoFocus#

Optional autoFocus: boolean

-

Defined in src/renderer/components/tabs/tabs.tsx:9

+

Defined in src/renderer/components/tabs/tabs.tsx:9


value#

Optional value: D

-

Defined in src/renderer/components/tabs/tabs.tsx:11

+

Defined in src/renderer/components/tabs/tabs.tsx:11


withBorder#

Optional withBorder: boolean

-

Defined in src/renderer/components/tabs/tabs.tsx:10

+

Defined in src/renderer/components/tabs/tabs.tsx:10

Methods#

onChange#

OptionalonChange(value: D): void

-

Defined in src/renderer/components/tabs/tabs.tsx:12

+

Defined in src/renderer/components/tabs/tabs.tsx:12

Parameters:

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/index.html index 05ce450ce0..8450b4e897 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/index.html @@ -951,38 +951,38 @@

autoFocus#

Optional autoFocus: boolean

Inherited from TabsContextValue.autoFocus

-

Defined in src/renderer/components/tabs/tabs.tsx:9

+

Defined in src/renderer/components/tabs/tabs.tsx:9


center#

Optional center: boolean

-

Defined in src/renderer/components/tabs/tabs.tsx:19

+

Defined in src/renderer/components/tabs/tabs.tsx:19


className#

Optional className: string

-

Defined in src/renderer/components/tabs/tabs.tsx:18

+

Defined in src/renderer/components/tabs/tabs.tsx:18


scrollable#

Optional scrollable: boolean

-

Defined in src/renderer/components/tabs/tabs.tsx:21

+

Defined in src/renderer/components/tabs/tabs.tsx:21


value#

Optional value: D

Inherited from TabsContextValue.value

-

Defined in src/renderer/components/tabs/tabs.tsx:11

+

Defined in src/renderer/components/tabs/tabs.tsx:11


withBorder#

Optional withBorder: boolean

Inherited from TabsContextValue.withBorder

-

Defined in src/renderer/components/tabs/tabs.tsx:10

+

Defined in src/renderer/components/tabs/tabs.tsx:10


wrap#

Optional wrap: boolean

-

Defined in src/renderer/components/tabs/tabs.tsx:20

+

Defined in src/renderer/components/tabs/tabs.tsx:20

Methods#

onChange#

OptionalonChange(value: D): void

Inherited from TabsContextValue.onChange

-

Defined in src/renderer/components/tabs/tabs.tsx:12

+

Defined in src/renderer/components/tabs/tabs.tsx:12

Parameters:

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/index.html b/latest/extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/index.html index c62c3167db..55018a47f1 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/index.html @@ -875,23 +875,23 @@

Properties#

narrow#

Optional narrow: boolean

-

Defined in src/renderer/components/tooltip/tooltip.tsx:34

+

Defined in src/renderer/components/tooltip/tooltip.tsx:34


nowrap#

Optional nowrap: boolean

-

Defined in src/renderer/components/tooltip/tooltip.tsx:37

+

Defined in src/renderer/components/tooltip/tooltip.tsx:37


small#

Optional small: boolean

-

Defined in src/renderer/components/tooltip/tooltip.tsx:36

+

Defined in src/renderer/components/tooltip/tooltip.tsx:36


tableView#

Optional tableView: boolean

-

Defined in src/renderer/components/tooltip/tooltip.tsx:38

+

Defined in src/renderer/components/tooltip/tooltip.tsx:38


warning#

Optional 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/_src_renderer_components_tooltip_tooltip_.tooltipprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/index.html index 21229b67d8..3b5de83996 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/index.html @@ -915,43 +915,43 @@

Properties#

children#

Optional children: React.ReactNode

-

Defined in src/renderer/components/tooltip/tooltip.tsx:30

+

Defined in src/renderer/components/tooltip/tooltip.tsx:30


className#

Optional className: IClassName

-

Defined in src/renderer/components/tooltip/tooltip.tsx:27

+

Defined in src/renderer/components/tooltip/tooltip.tsx:27


formatters#

Optional formatters: TooltipContentFormatters

-

Defined in src/renderer/components/tooltip/tooltip.tsx:28

+

Defined in src/renderer/components/tooltip/tooltip.tsx:28


offset#

Optional offset: number

-

Defined in src/renderer/components/tooltip/tooltip.tsx:24

+

Defined in src/renderer/components/tooltip/tooltip.tsx:24


preferredPositions#

Optional preferredPositions: TooltipPosition | TooltipPosition[]

-

Defined in src/renderer/components/tooltip/tooltip.tsx:26

+

Defined in src/renderer/components/tooltip/tooltip.tsx:26


style#

Optional 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


tooltipOnParentHover#

Optional tooltipOnParentHover: boolean

-

Defined in src/renderer/components/tooltip/tooltip.tsx:22

+

Defined in src/renderer/components/tooltip/tooltip.tsx:22


usePortal#

Optional usePortal: boolean

-

Defined in src/renderer/components/tooltip/tooltip.tsx:25

+

Defined in src/renderer/components/tooltip/tooltip.tsx:25


visible#

Optional 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/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/index.html index ccd1dff010..92d26e0f92 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/index.html @@ -856,11 +856,11 @@

Properties#

tooltip#

Optional tooltip: ReactNode | Omit\<TooltipProps, \"targetId\">

-

Defined in src/renderer/components/tooltip/withTooltip.tsx:10

+

Defined in src/renderer/components/tooltip/withTooltip.tsx:10


tooltipOverrideDisabled#

Optional 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/_src_renderer_components_virtual_list_virtual_list_.props/index.html b/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/index.html index b12917583c..ab7e0aa0eb 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/index.html @@ -939,43 +939,43 @@

Properties#

className#

Optional className: string

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:19

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:19


getRow#

Optional getRow: (uid: string | number) => ReactElement\

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:24

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:24


initialOffset#

Optional initialOffset: number

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:21

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:21


items#

items: T[]

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:17

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:17


onScroll#

Optional onScroll: (props: ListOnScrollProps) => void

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:25

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:25


outerRef#

Optional outerRef: React.Ref\

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:26

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:26


readyOffset#

Optional readyOffset: number

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:22

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:22


rowHeights#

rowHeights: number[]

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:18

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:18


selectedItemId#

Optional selectedItemId: string

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:23

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:23


width#

Optional width: number | string

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:20

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:20

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/index.html b/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/index.html index cff089fdde..14d0d0128f 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/index.html @@ -851,11 +851,11 @@

Properties#

getRow#

Optional getRow: (uid: string | number) => ReactElement\<TableRowProps>

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:119

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:119


items#

items: ItemObject[]

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:118

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:118

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/index.html b/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/index.html index 4b37e1a464..f26ce82954 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/index.html @@ -869,7 +869,7 @@

data#

data: RowData

Overrides void

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:123

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:123


index#

index: number

diff --git a/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/index.html b/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/index.html index 2122060072..9f7e17718f 100644 --- a/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/index.html @@ -851,11 +851,11 @@

Properties#

height#

height: number

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:30

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:30


overscanCount#

overscanCount: number

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:31

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:31

diff --git a/latest/extensions/api/interfaces/_src_renderer_i18n_.ilanguage/index.html b/latest/extensions/api/interfaces/_src_renderer_i18n_.ilanguage/index.html index d84ab7e5d6..b935fbd780 100644 --- a/latest/extensions/api/interfaces/_src_renderer_i18n_.ilanguage/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_i18n_.ilanguage/index.html @@ -859,15 +859,15 @@

Properties#

code#

code: string

-

Defined in src/renderer/i18n.ts:10

+

Defined in src/renderer/i18n.ts:10


nativeTitle#

nativeTitle: string

-

Defined in src/renderer/i18n.ts:12

+

Defined in src/renderer/i18n.ts:12


title#

title: string

-

Defined in src/renderer/i18n.ts:11

+

Defined in src/renderer/i18n.ts:11

diff --git a/latest/extensions/api/interfaces/_src_renderer_item_store_.itemobject/index.html b/latest/extensions/api/interfaces/_src_renderer_item_store_.itemobject/index.html index eba09e15d8..e38fb12254 100644 --- a/latest/extensions/api/interfaces/_src_renderer_item_store_.itemobject/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_item_store_.itemobject/index.html @@ -895,12 +895,12 @@

Methods#

getId#

getId(): string

-

Defined in src/renderer/item.store.ts:6

+

Defined in src/renderer/item.store.ts:6

Returns: string


getName#

getName(): string

-

Defined in src/renderer/item.store.ts:7

+

Defined in src/renderer/item.store.ts:7

Returns: string

diff --git a/latest/extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/index.html b/latest/extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/index.html index 8462a682a1..067759a72f 100644 --- a/latest/extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/index.html @@ -883,27 +883,27 @@

Properties#

details#

Optional details: string

-

Defined in src/renderer/navigation.ts:25

+

Defined in src/renderer/navigation.ts:25


namespaces#

Optional namespaces: string[]

-

Defined in src/renderer/navigation.ts:24

+

Defined in src/renderer/navigation.ts:24


orderBy#

Optional orderBy: string

-

Defined in src/renderer/navigation.ts:29

+

Defined in src/renderer/navigation.ts:29


Optional search: string

-

Defined in src/renderer/navigation.ts:27

+

Defined in src/renderer/navigation.ts:27


selected#

Optional selected: string

-

Defined in src/renderer/navigation.ts:26

+

Defined in src/renderer/navigation.ts:26


sortBy#

Optional sortBy: string

-

Defined in src/renderer/navigation.ts:28

+

Defined in src/renderer/navigation.ts:28

diff --git a/latest/extensions/api/interfaces/_src_renderer_theme_store_.theme/index.html b/latest/extensions/api/interfaces/_src_renderer_theme_store_.theme/index.html index 6406f31832..8a7f13e315 100644 --- a/latest/extensions/api/interfaces/_src_renderer_theme_store_.theme/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_theme_store_.theme/index.html @@ -883,27 +883,27 @@

Properties#

author#

Optional author: string

-

Defined in src/renderer/theme.store.ts:19

+

Defined in src/renderer/theme.store.ts:19


colors#

Optional colors: Record\

-

Defined in src/renderer/theme.store.ts:17

+

Defined in src/renderer/theme.store.ts:17


description#

Optional description: string

-

Defined in src/renderer/theme.store.ts:18

+

Defined in src/renderer/theme.store.ts:18


id#

id: ThemeId

-

Defined in src/renderer/theme.store.ts:14

+

Defined in src/renderer/theme.store.ts:14


name#

Optional name: string

-

Defined in src/renderer/theme.store.ts:16

+

Defined in src/renderer/theme.store.ts:16


type#

type: ThemeType

-

Defined in src/renderer/theme.store.ts:15

+

Defined in src/renderer/theme.store.ts:15

diff --git a/latest/extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/index.html b/latest/extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/index.html index 7a8a68b774..5654ed666f 100644 --- a/latest/extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/index.html @@ -936,13 +936,13 @@

Methods#

cancel#

cancel(): void

-

Defined in src/renderer/utils/cancelableFetch.ts:7

+

Defined in src/renderer/utils/cancelableFetch.ts:7

Returns: void


catch#

catch\(onrejected?: (reason: any) => TResult | PromiseLike\ | undefined | null): CancelablePromise\

Overrides void

-

Defined in src/renderer/utils/cancelableFetch.ts:5

+

Defined in src/renderer/utils/cancelableFetch.ts:5

Type parameters:

@@ -978,7 +978,7 @@

finally#

finally(onfinally?: () => void | undefined | null): CancelablePromise\

Overrides void

-

Defined in src/renderer/utils/cancelableFetch.ts:6

+

Defined in src/renderer/utils/cancelableFetch.ts:6

Parameters:

@@ -999,7 +999,7 @@

then#

then\(onfulfilled?: (value: T) => TResult1 | PromiseLike\ | undefined | null, onrejected?: (reason: any) => TResult2 | PromiseLike\ | undefined | null): CancelablePromise\

Overrides void

-

Defined in src/renderer/utils/cancelableFetch.ts:4

+

Defined in src/renderer/utils/cancelableFetch.ts:4

Type parameters:

diff --git a/latest/extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.wrappingfunction/index.html b/latest/extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.wrappingfunction/index.html index c426094c1d..572147d07e 100644 --- a/latest/extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.wrappingfunction/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.wrappingfunction/index.html @@ -804,7 +804,7 @@

Callable#

▸ \(result: Promise\): CancelablePromise\

-

Defined in src/renderer/utils/cancelableFetch.ts:10

+

Defined in src/renderer/utils/cancelableFetch.ts:10

Type parameters:

@@ -835,7 +835,7 @@

Returns: CancelablePromise\

▸ \(result: T): T

-

Defined in src/renderer/utils/cancelableFetch.ts:11

+

Defined in src/renderer/utils/cancelableFetch.ts:11

Type parameters:

diff --git a/latest/extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/index.html b/latest/extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/index.html index 0c3611ef55..a00ede0f05 100644 --- a/latest/extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/index.html +++ b/latest/extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/index.html @@ -851,11 +851,11 @@

Properties#

addKeyPrefix#

Optional addKeyPrefix: boolean

-

Defined in src/renderer/utils/createStorage.ts:4

+

Defined in src/renderer/utils/createStorage.ts:4


useSession#

Optional useSession: boolean

-

Defined in src/renderer/utils/createStorage.ts:5

+

Defined in src/renderer/utils/createStorage.ts:5

diff --git a/latest/extensions/api/modules/_src_common_cluster_ipc_/index.html b/latest/extensions/api/modules/_src_common_cluster_ipc_/index.html index 05199f5d57..6ac0e23a03 100644 --- a/latest/extensions/api/modules/_src_common_cluster_ipc_/index.html +++ b/latest/extensions/api/modules/_src_common_cluster_ipc_/index.html @@ -832,7 +832,7 @@

Object literals#

clusterIpc#

Const clusterIpc: object

-

Defined in src/common/cluster-ipc.ts:7

+

Defined in src/common/cluster-ipc.ts:7

Properties:

diff --git a/latest/extensions/api/modules/_src_common_cluster_store_/index.html b/latest/extensions/api/modules/_src_common_cluster_store_/index.html index 310e344401..e43db54199 100644 --- a/latest/extensions/api/modules/_src_common_cluster_store_/index.html +++ b/latest/extensions/api/modules/_src_common_cluster_store_/index.html @@ -944,15 +944,15 @@

Type aliases#

ClusterId#

Ƭ ClusterId: string

-

Defined in src/common/cluster-store.ts:32

+

Defined in src/common/cluster-store.ts:32

Variables#

clusterStore#

Const clusterStore: ClusterStore = ClusterStore.getInstance\()

-

Defined in src/common/cluster-store.ts:262

+

Defined in src/common/cluster-store.ts:262

Functions#

getClusterFrameUrl#

getClusterFrameUrl(clusterId: ClusterId): string

-

Defined in src/common/cluster-store.ts:269

+

Defined in src/common/cluster-store.ts:269

Parameters:

@@ -972,7 +972,7 @@

getClusterIdFromHost#

getClusterIdFromHost(hostname: string): ClusterId

-

Defined in src/common/cluster-store.ts:264

+

Defined in src/common/cluster-store.ts:264

Parameters:

@@ -992,12 +992,12 @@

getHostedCluster#

getHostedCluster(): Cluster

-

Defined in src/common/cluster-store.ts:277

+

Defined in src/common/cluster-store.ts:277

Returns: Cluster


getHostedClusterId#

getHostedClusterId(): string

-

Defined in src/common/cluster-store.ts:273

+

Defined in src/common/cluster-store.ts:273

Returns: string

diff --git a/latest/extensions/api/modules/_src_common_event_bus_/index.html b/latest/extensions/api/modules/_src_common_event_bus_/index.html index b4549b00d8..08fb354e90 100644 --- a/latest/extensions/api/modules/_src_common_event_bus_/index.html +++ b/latest/extensions/api/modules/_src_common_event_bus_/index.html @@ -863,7 +863,7 @@

Type aliases#

AppEvent#

Ƭ AppEvent: { action: string ; name: string ; params?: object }

-

Defined in src/common/event-bus.ts:3

+

Defined in src/common/event-bus.ts:3

Type declaration:

@@ -890,7 +890,7 @@

Variables#

appEventBus#

Const appEventBus: EventEmitter\<[AppEvent]> = new EventEmitter\<[AppEvent]>()

-

Defined in src/common/event-bus.ts:9

+

Defined in src/common/event-bus.ts:9

diff --git a/latest/extensions/api/modules/_src_common_event_emitter_/index.html b/latest/extensions/api/modules/_src_common_event_emitter_/index.html index 2147c87007..d55389f5bc 100644 --- a/latest/extensions/api/modules/_src_common_event_emitter_/index.html +++ b/latest/extensions/api/modules/_src_common_event_emitter_/index.html @@ -854,7 +854,7 @@

Type aliases#

Callback#

Ƭ Callback\: (...data: D) => void | boolean

-

Defined in src/common/event-emitter.ts:8

+

Defined in src/common/event-emitter.ts:8

Type parameters:

diff --git a/latest/extensions/api/modules/_src_common_ipc_/index.html b/latest/extensions/api/modules/_src_common_ipc_/index.html index 754bee7f96..f9f1810d54 100644 --- a/latest/extensions/api/modules/_src_common_ipc_/index.html +++ b/latest/extensions/api/modules/_src_common_ipc_/index.html @@ -883,11 +883,11 @@

Type aliases#

IpcChannel#

Ƭ IpcChannel: string

-

Defined in src/common/ipc.ts:8

+

Defined in src/common/ipc.ts:8

Functions#

broadcastIpc#

broadcastIpc(__namedParameters: { args: any = []; channel: string ; filter: (webContent: WebContents) => boolean ; frameId: number ; frameOnly: boolean ; webContentId: number }): void

-

Defined in src/common/ipc.ts:63

+

Defined in src/common/ipc.ts:63

Parameters:

@@ -907,7 +907,7 @@

createIpcChannel#

createIpcChannel(__namedParameters: { autoBind: boolean = true; channel: string ; handle: (...args: any[]) => Promise\ | any ; once: boolean ; timeout: number = 0 }): object

-

Defined in src/common/ipc.ts:18

+

Defined in src/common/ipc.ts:18

Parameters:

diff --git a/latest/extensions/api/modules/_src_common_kube_helpers_/index.html b/latest/extensions/api/modules/_src_common_kube_helpers_/index.html index 255845b335..29e0be4599 100644 --- a/latest/extensions/api/modules/_src_common_kube_helpers_/index.html +++ b/latest/extensions/api/modules/_src_common_kube_helpers_/index.html @@ -919,11 +919,11 @@

Variables#

kubeConfigDefaultPath#

Const kubeConfigDefaultPath: string = path.join(os.homedir(), '.kube', 'config')

-

Defined in src/common/kube-helpers.ts:10

+

Defined in src/common/kube-helpers.ts:10

Functions#

dumpConfigYaml#

dumpConfigYaml(kubeConfig: Partial\): string

-

Defined in src/common/kube-helpers.ts:76

+

Defined in src/common/kube-helpers.ts:76

Parameters:

@@ -943,7 +943,7 @@

getNodeWarningConditions#

getNodeWarningConditions(node: V1Node): V1NodeCondition[]

-

Defined in src/common/kube-helpers.ts:140

+

Defined in src/common/kube-helpers.ts:140

Parameters:

@@ -963,7 +963,7 @@

loadConfig#

loadConfig(pathOrContent?: string): KubeConfig

-

Defined in src/common/kube-helpers.ts:19

+

Defined in src/common/kube-helpers.ts:19

Parameters:

@@ -983,7 +983,7 @@

podHasIssues#

podHasIssues(pod: V1Pod): boolean

-

Defined in src/common/kube-helpers.ts:127

+

Defined in src/common/kube-helpers.ts:127

Parameters:

@@ -1003,7 +1003,7 @@

resolveTilde#

resolveTilde(filePath: string): string

-

Defined in src/common/kube-helpers.ts:12

+

Defined in src/common/kube-helpers.ts:12

Parameters:

@@ -1023,7 +1023,7 @@

splitConfig#

splitConfig(kubeConfig: KubeConfig): KubeConfig[]

-

Defined in src/common/kube-helpers.ts:59

+

Defined in src/common/kube-helpers.ts:59

Breaks kube config into several configs. Each context as it own KubeConfig object

Parameters:

@@ -1044,7 +1044,7 @@

validateConfig#

validateConfig(config: KubeConfig | string): KubeConfig

-

Defined in src/common/kube-helpers.ts:38

+

Defined in src/common/kube-helpers.ts:38

KubeConfig is valid when there's at least one of each defined: - User - Cluster @@ -1070,7 +1070,7 @@


validateKubeConfig#

validateKubeConfig(config: KubeConfig): void

-

Defined in src/common/kube-helpers.ts:150

+

Defined in src/common/kube-helpers.ts:150

Validates kubeconfig supplied in the add clusters screen. At present this will just validate the User struct, specifically the command passed to the exec substructure.

Parameters:

diff --git a/latest/extensions/api/modules/_src_common_prometheus_providers_/index.html b/latest/extensions/api/modules/_src_common_prometheus_providers_/index.html index 58daceb98e..6794165f08 100644 --- a/latest/extensions/api/modules/_src_common_prometheus_providers_/index.html +++ b/latest/extensions/api/modules/_src_common_prometheus_providers_/index.html @@ -832,7 +832,7 @@

Variables#

prometheusProviders#

Const prometheusProviders: PrometheusProvider[] = PrometheusProviderRegistry.getProviders()

-

Defined in src/common/prometheus-providers.ts:12

+

Defined in src/common/prometheus-providers.ts:12

diff --git a/latest/extensions/api/modules/_src_common_rbac_/index.html b/latest/extensions/api/modules/_src_common_rbac_/index.html index cd1c6ef81d..e49d1066be 100644 --- a/latest/extensions/api/modules/_src_common_rbac_/index.html +++ b/latest/extensions/api/modules/_src_common_rbac_/index.html @@ -905,15 +905,15 @@

Type aliases#

KubeResource#

Ƭ KubeResource: \"namespaces\" | \"nodes\" | \"events\" | \"resourcequotas\" | \"services\" | \"secrets\" | \"configmaps\" | \"ingresses\" | \"networkpolicies\" | \"persistentvolumes\" | \"storageclasses\" | \"pods\" | \"daemonsets\" | \"deployments\" | \"statefulsets\" | \"replicasets\" | \"jobs\" | \"cronjobs\" | \"endpoints\" | \"customresourcedefinitions\" | \"horizontalpodautoscalers\" | \"podsecuritypolicies\" | \"poddisruptionbudgets\"

-

Defined in src/common/rbac.ts:3

+

Defined in src/common/rbac.ts:3

Variables#

apiResources#

Const apiResources: KubeApiResource[] = [ { resource: "configmaps" }, { resource: "cronjobs", group: "batch" }, { resource: "customresourcedefinitions", group: "apiextensions.k8s.io" }, { resource: "daemonsets", group: "apps" }, { resource: "deployments", group: "apps" }, { resource: "endpoints" }, { resource: "events" }, { resource: "horizontalpodautoscalers" }, { resource: "ingresses", group: "networking.k8s.io" }, { resource: "jobs", group: "batch" }, { resource: "namespaces" }, { resource: "networkpolicies", group: "networking.k8s.io" }, { resource: "nodes" }, { resource: "persistentvolumes" }, { resource: "pods" }, { resource: "poddisruptionbudgets" }, { resource: "podsecuritypolicies" }, { resource: "resourcequotas" }, { resource: "secrets" }, { resource: "services" }, { resource: "statefulsets", group: "apps" }, { resource: "storageclasses", group: "storage.k8s.io" },]

-

Defined in src/common/rbac.ts:15

+

Defined in src/common/rbac.ts:15

Functions#

isAllowedResource#

isAllowedResource(resources: KubeResource | KubeResource[]): boolean

-

Defined in src/common/rbac.ts:40

+

Defined in src/common/rbac.ts:40

Parameters:

diff --git a/latest/extensions/api/modules/_src_common_request_/index.html b/latest/extensions/api/modules/_src_common_request_/index.html index a0ea536efb..7dda68407e 100644 --- a/latest/extensions/api/modules/_src_common_request_/index.html +++ b/latest/extensions/api/modules/_src_common_request_/index.html @@ -848,7 +848,7 @@

Functions#

customRequest#

customRequest(opts: request.Options): Request

-

Defined in src/common/request.ts:19

+

Defined in src/common/request.ts:19

deprecated

Parameters:

@@ -869,7 +869,7 @@

customRequestPromise#

customRequestPromise(opts: requestPromise.Options): RequestPromise\

-

Defined in src/common/request.ts:26

+

Defined in src/common/request.ts:26

deprecated

Parameters:

@@ -890,7 +890,7 @@

getDefaultRequestOpts#

getDefaultRequestOpts(): Partial\

-

Defined in src/common/request.ts:8

+

Defined in src/common/request.ts:8

Returns: Partial\

diff --git a/latest/extensions/api/modules/_src_common_search_store_/index.html b/latest/extensions/api/modules/_src_common_search_store_/index.html index e1fabb1a5f..52bd303e13 100644 --- a/latest/extensions/api/modules/_src_common_search_store_/index.html +++ b/latest/extensions/api/modules/_src_common_search_store_/index.html @@ -843,7 +843,7 @@

Variables#

searchStore#

Const searchStore: SearchStore = new SearchStore

-

Defined in src/common/search-store.ts:126

+

Defined in src/common/search-store.ts:126

diff --git a/latest/extensions/api/modules/_src_common_user_store_/index.html b/latest/extensions/api/modules/_src_common_user_store_/index.html index a8f8c4be10..27119c3dc4 100644 --- a/latest/extensions/api/modules/_src_common_user_store_/index.html +++ b/latest/extensions/api/modules/_src_common_user_store_/index.html @@ -855,7 +855,7 @@

Variables#

userStore#

Const userStore: UserStore = UserStore.getInstance\()

-

Defined in src/common/user-store.ts:158

+

Defined in src/common/user-store.ts:159

diff --git a/latest/extensions/api/modules/_src_common_utils_app_version_/index.html b/latest/extensions/api/modules/_src_common_utils_app_version_/index.html index 92f369c59c..bec373d55d 100644 --- a/latest/extensions/api/modules/_src_common_utils_app_version_/index.html +++ b/latest/extensions/api/modules/_src_common_utils_app_version_/index.html @@ -848,17 +848,17 @@

Functions#

getAppVersion#

getAppVersion(): string

-

Defined in src/common/utils/app-version.ts:3

+

Defined in src/common/utils/app-version.ts:3

Returns: string


getBundledExtensions#

getBundledExtensions(): string[]

-

Defined in src/common/utils/app-version.ts:11

+

Defined in src/common/utils/app-version.ts:11

Returns: string[]


getBundledKubectlVersion#

getBundledKubectlVersion(): string

-

Defined in src/common/utils/app-version.ts:7

+

Defined in src/common/utils/app-version.ts:7

Returns: string

diff --git a/latest/extensions/api/modules/_src_common_utils_autobind_/index.html b/latest/extensions/api/modules/_src_common_utils_autobind_/index.html index 829ccb3e19..55802d6acf 100644 --- a/latest/extensions/api/modules/_src_common_utils_autobind_/index.html +++ b/latest/extensions/api/modules/_src_common_utils_autobind_/index.html @@ -879,7 +879,7 @@

Type aliases#

Constructor#

Ƭ Constructor\: {}

-

Defined in src/common/utils/autobind.ts:3

+

Defined in src/common/utils/autobind.ts:3

Type parameters:

@@ -898,12 +898,12 @@

Functions#

autobind#

autobind(): (Anonymous function)

-

Defined in src/common/utils/autobind.ts:5

+

Defined in src/common/utils/autobind.ts:5

Returns: (Anonymous function)


bindClass#

bindClass\(constructor: T): void

-

Defined in src/common/utils/autobind.ts:12

+

Defined in src/common/utils/autobind.ts:12

Type parameters:

@@ -938,7 +938,7 @@

bindMethod#

bindMethod(target: object, prop?: string, descriptor?: PropertyDescriptor): any

-

Defined in src/common/utils/autobind.ts:28

+

Defined in src/common/utils/autobind.ts:28

Parameters:

diff --git a/latest/extensions/api/modules/_src_common_utils_base64_/index.html b/latest/extensions/api/modules/_src_common_utils_base64_/index.html index 961dfb88b8..01d47bf53f 100644 --- a/latest/extensions/api/modules/_src_common_utils_base64_/index.html +++ b/latest/extensions/api/modules/_src_common_utils_base64_/index.html @@ -832,7 +832,7 @@

Object literals#

base64#

Const base64: object

-

Defined in src/common/utils/base64.ts:5

+

Defined in src/common/utils/base64.ts:5

Properties:

diff --git a/latest/extensions/api/modules/_src_common_utils_buildurl_/index.html b/latest/extensions/api/modules/_src_common_utils_buildurl_/index.html index e3acc8062b..17bd368aaf 100644 --- a/latest/extensions/api/modules/_src_common_utils_buildurl_/index.html +++ b/latest/extensions/api/modules/_src_common_utils_buildurl_/index.html @@ -843,7 +843,7 @@

Functions#

buildURL#

buildURL\(path: string | any): (Anonymous function)

-

Defined in src/common/utils/buildUrl.ts:8

+

Defined in src/common/utils/buildUrl.ts:8

Type parameters:

diff --git a/latest/extensions/api/modules/_src_common_utils_camelcase_/index.html b/latest/extensions/api/modules/_src_common_utils_camelcase_/index.html index 8c7cc16eeb..32f7ac55e2 100644 --- a/latest/extensions/api/modules/_src_common_utils_camelcase_/index.html +++ b/latest/extensions/api/modules/_src_common_utils_camelcase_/index.html @@ -832,7 +832,7 @@

Functions#

toCamelCase#

toCamelCase(obj: Record\): any

-

Defined in src/common/utils/camelCase.ts:4

+

Defined in src/common/utils/camelCase.ts:4

Parameters:

diff --git a/latest/extensions/api/modules/_src_common_utils_clonejson_/index.html b/latest/extensions/api/modules/_src_common_utils_clonejson_/index.html index e96caf1c3f..21b6b2c0c6 100644 --- a/latest/extensions/api/modules/_src_common_utils_clonejson_/index.html +++ b/latest/extensions/api/modules/_src_common_utils_clonejson_/index.html @@ -832,7 +832,7 @@

Functions#

cloneJsonObject#

cloneJsonObject\(obj: T): T

-

Defined in src/common/utils/cloneJson.ts:3

+

Defined in src/common/utils/cloneJson.ts:3

Type parameters:

diff --git a/latest/extensions/api/modules/_src_common_utils_debouncepromise_/index.html b/latest/extensions/api/modules/_src_common_utils_debouncepromise_/index.html index e992d450de..eba5b23342 100644 --- a/latest/extensions/api/modules/_src_common_utils_debouncepromise_/index.html +++ b/latest/extensions/api/modules/_src_common_utils_debouncepromise_/index.html @@ -832,7 +832,7 @@

Functions#

debouncePromise#

debouncePromise\(func: (...args: F) => T | Promise\, timeout?: number): function

-

Defined in src/common/utils/debouncePromise.ts:3

+

Defined in src/common/utils/debouncePromise.ts:3

Type parameters:

diff --git a/latest/extensions/api/modules/_src_common_utils_defineglobal_/index.html b/latest/extensions/api/modules/_src_common_utils_defineglobal_/index.html index bf3ddd6db2..aec415752d 100644 --- a/latest/extensions/api/modules/_src_common_utils_defineglobal_/index.html +++ b/latest/extensions/api/modules/_src_common_utils_defineglobal_/index.html @@ -832,7 +832,7 @@

Functions#

defineGlobal#

defineGlobal(propName: string, descriptor: PropertyDescriptor): void

-

Defined in src/common/utils/defineGlobal.ts:5

+

Defined in src/common/utils/defineGlobal.ts:5

Parameters:

diff --git a/latest/extensions/api/modules/_src_common_utils_getrandid_/index.html b/latest/extensions/api/modules/_src_common_utils_getrandid_/index.html index 652efe9990..5aacaf7081 100644 --- a/latest/extensions/api/modules/_src_common_utils_getrandid_/index.html +++ b/latest/extensions/api/modules/_src_common_utils_getrandid_/index.html @@ -832,7 +832,7 @@

Functions#

getRandId#

getRandId(__namedParameters?: { prefix: string = ""; sep: string = "_"; suffix: string = "" }): string

-

Defined in src/common/utils/getRandId.ts:3

+

Defined in src/common/utils/getRandId.ts:3

Parameters:

diff --git a/latest/extensions/api/modules/_src_common_utils_openexternal_/index.html b/latest/extensions/api/modules/_src_common_utils_openexternal_/index.html index 328e6a133f..08743e36ce 100644 --- a/latest/extensions/api/modules/_src_common_utils_openexternal_/index.html +++ b/latest/extensions/api/modules/_src_common_utils_openexternal_/index.html @@ -832,7 +832,7 @@

Functions#

openExternal#

openExternal(url: string): Promise\

-

Defined in src/common/utils/openExternal.ts:4

+

Defined in src/common/utils/openExternal.ts:4

Parameters:

diff --git a/latest/extensions/api/modules/_src_common_utils_savetoappfiles_/index.html b/latest/extensions/api/modules/_src_common_utils_savetoappfiles_/index.html index 3aef6f1ead..27e23a58c3 100644 --- a/latest/extensions/api/modules/_src_common_utils_savetoappfiles_/index.html +++ b/latest/extensions/api/modules/_src_common_utils_savetoappfiles_/index.html @@ -832,7 +832,7 @@

Functions#

saveToAppFiles#

saveToAppFiles(filePath: string, contents: any, options?: WriteFileOptions): string

-

Defined in src/common/utils/saveToAppFiles.ts:6

+

Defined in src/common/utils/saveToAppFiles.ts:6

Parameters:

diff --git a/latest/extensions/api/modules/_src_common_utils_singleton_/index.html b/latest/extensions/api/modules/_src_common_utils_singleton_/index.html index 3dd0fec480..31bf0531c0 100644 --- a/latest/extensions/api/modules/_src_common_utils_singleton_/index.html +++ b/latest/extensions/api/modules/_src_common_utils_singleton_/index.html @@ -843,7 +843,7 @@

Type aliases#

Constructor#

Ƭ Constructor\: {}

-

Defined in src/common/utils/singleton.ts:9

+

Defined in src/common/utils/singleton.ts:9

Narrowing class instances to the one. Use "private" or "protected" modifier for constructor (when overriding) to disallow "new" usage.

example diff --git a/latest/extensions/api/modules/_src_common_utils_splitarray_/index.html b/latest/extensions/api/modules/_src_common_utils_splitarray_/index.html index 54fef12ca5..8b3192ab07 100644 --- a/latest/extensions/api/modules/_src_common_utils_splitarray_/index.html +++ b/latest/extensions/api/modules/_src_common_utils_splitarray_/index.html @@ -832,7 +832,7 @@

Functions#

splitArray#

splitArray\(array: T[], element: T): [T[], T[], boolean]

-

Defined in src/common/utils/splitArray.ts:13

+

Defined in src/common/utils/splitArray.ts:13

This function splits an array into two sub arrays on the first instance of element (from the left). If the array does not contain the element. The return value is defined to be [array, [], false]. If the element is in diff --git a/latest/extensions/api/modules/_src_common_vars_/index.html b/latest/extensions/api/modules/_src_common_vars_/index.html index 668888b612..edb8498816 100644 --- a/latest/extensions/api/modules/_src_common_vars_/index.html +++ b/latest/extensions/api/modules/_src_common_vars_/index.html @@ -992,87 +992,87 @@

Variables#

apiKubePrefix#

Const apiKubePrefix: \"/api-kube\" = "/api-kube"

-

Defined in src/common/vars.ts:39

+

Defined in src/common/vars.ts:39


apiPrefix#

Const apiPrefix: \"/api\" = "/api"

-

Defined in src/common/vars.ts:38

+

Defined in src/common/vars.ts:38


appName#

Const appName: string = `${packageInfo.productName}${isDevelopment ? "Dev" : ""}`

-

Defined in src/common/vars.ts:15

+

Defined in src/common/vars.ts:15


buildDir#

Const buildDir: string = path.join(contextDir, "static", publicPath)

-

Defined in src/common/vars.ts:20

+

Defined in src/common/vars.ts:20


contextDir#

Const contextDir: string = process.cwd()

-

Defined in src/common/vars.ts:19

+

Defined in src/common/vars.ts:19


htmlTemplate#

Const htmlTemplate: string = path.resolve(rendererDir, "template.html")

-

Defined in src/common/vars.ts:23

+

Defined in src/common/vars.ts:23


isDebugging#

Const isDebugging: boolean = process.env.DEBUG === "true"

-

Defined in src/common/vars.ts:9

+

Defined in src/common/vars.ts:9


isDevelopment#

Const isDevelopment: boolean = !isTestEnv && !isProduction

-

Defined in src/common/vars.ts:13

+

Defined in src/common/vars.ts:13


isLinux#

Const isLinux: boolean = process.platform === "linux"

-

Defined in src/common/vars.ts:8

+

Defined in src/common/vars.ts:8


isMac#

Const isMac: boolean = process.platform === "darwin"

-

Defined in src/common/vars.ts:6

+

Defined in src/common/vars.ts:6


isProduction#

Const isProduction: boolean = process.env.NODE_ENV === "production"

-

Defined in src/common/vars.ts:11

+

Defined in src/common/vars.ts:11


isSnap#

Const isSnap: boolean = !!process.env["SNAP"]

-

Defined in src/common/vars.ts:10

+

Defined in src/common/vars.ts:10


isTestEnv#

Const isTestEnv: boolean = !!process.env.JEST_WORKER_ID

-

Defined in src/common/vars.ts:12

+

Defined in src/common/vars.ts:12


isWindows#

Const isWindows: boolean = process.platform === "win32"

-

Defined in src/common/vars.ts:7

+

Defined in src/common/vars.ts:7


issuesTrackerUrl#

Const issuesTrackerUrl: \"https://github.com/lensapp/lens/issues\" = "https://github.com/lensapp/lens/issues"

-

Defined in src/common/vars.ts:42

+

Defined in src/common/vars.ts:42


mainDir#

Const mainDir: string = path.join(contextDir, "src/main")

-

Defined in src/common/vars.ts:21

+

Defined in src/common/vars.ts:21


publicPath#

Const publicPath: \"/build/\" = "/build/"

-

Defined in src/common/vars.ts:16

+

Defined in src/common/vars.ts:16


rendererDir#

Const rendererDir: string = path.join(contextDir, "src/renderer")

-

Defined in src/common/vars.ts:22

+

Defined in src/common/vars.ts:22


sassCommonVars#

Const sassCommonVars: string = path.resolve(rendererDir, "components/vars.scss")

-

Defined in src/common/vars.ts:24

+

Defined in src/common/vars.ts:24


slackUrl#

Const 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

+

Defined in src/common/vars.ts:43


webpackDevServerPort#

Const webpackDevServerPort: 9009 = 9009

-

Defined in src/common/vars.ts:25

+

Defined in src/common/vars.ts:25

diff --git a/latest/extensions/api/modules/_src_common_workspace_store_/index.html b/latest/extensions/api/modules/_src_common_workspace_store_/index.html index b76f92e535..52f7b28c6d 100644 --- a/latest/extensions/api/modules/_src_common_workspace_store_/index.html +++ b/latest/extensions/api/modules/_src_common_workspace_store_/index.html @@ -888,11 +888,11 @@

Type aliases#

WorkspaceId#

Ƭ WorkspaceId: string

-

Defined in src/common/workspace-store.ts:9

+

Defined in src/common/workspace-store.ts:9

Variables#

workspaceStore#

Const workspaceStore: WorkspaceStore = WorkspaceStore.getInstance\()

-

Defined in src/common/workspace-store.ts:217

+

Defined in src/common/workspace-store.ts:217

diff --git a/latest/extensions/api/modules/_src_extensions_core_api_app_/index.html b/latest/extensions/api/modules/_src_extensions_core_api_app_/index.html index a1a425ed89..4e2be260c9 100644 --- a/latest/extensions/api/modules/_src_extensions_core_api_app_/index.html +++ b/latest/extensions/api/modules/_src_extensions_core_api_app_/index.html @@ -932,7 +932,7 @@

Variables#

version#

Const version: string = getAppVersion()

-

Defined in src/extensions/core-api/app.ts:3

+

Defined in src/extensions/core-api/app.ts:3

diff --git a/latest/extensions/api/modules/_src_extensions_core_api_index_/index.html b/latest/extensions/api/modules/_src_extensions_core_api_index_/index.html index 428395ee2d..439cb92093 100644 --- a/latest/extensions/api/modules/_src_extensions_core_api_index_/index.html +++ b/latest/extensions/api/modules/_src_extensions_core_api_index_/index.html @@ -877,7 +877,7 @@

Variables#

windowManager#

Let windowManager: WindowManager

-

Defined in src/extensions/core-api/index.ts:15

+

Defined in src/extensions/core-api/index.ts:15

diff --git a/latest/extensions/api/modules/_src_extensions_extension_loader_/index.html b/latest/extensions/api/modules/_src_extensions_extension_loader_/index.html index 9a9d455d8d..95f34478dc 100644 --- a/latest/extensions/api/modules/_src_extensions_extension_loader_/index.html +++ b/latest/extensions/api/modules/_src_extensions_extension_loader_/index.html @@ -874,11 +874,11 @@

Variables#

extensionLoader#

Const extensionLoader: ExtensionLoader = new ExtensionLoader()

-

Defined in src/extensions/extension-loader.ts:153

+

Defined in src/extensions/extension-loader.ts:153

Functions#

extensionPackagesRoot#

extensionPackagesRoot(): string

-

Defined in src/extensions/extension-loader.ts:14

+

Defined in src/extensions/extension-loader.ts:14

Returns: string

diff --git a/latest/extensions/api/modules/_src_extensions_extension_manager_/index.html b/latest/extensions/api/modules/_src_extensions_extension_manager_/index.html index 7918855e89..9b95037fc1 100644 --- a/latest/extensions/api/modules/_src_extensions_extension_manager_/index.html +++ b/latest/extensions/api/modules/_src_extensions_extension_manager_/index.html @@ -893,11 +893,11 @@

Type aliases#

Dependencies#

Ƭ Dependencies: { [name:string]: string; }

-

Defined in src/extensions/extension-manager.ts:17

+

Defined in src/extensions/extension-manager.ts:17


PackageJson#

Ƭ PackageJson: { dependencies: Dependencies }

-

Defined in src/extensions/extension-manager.ts:21

+

Defined in src/extensions/extension-manager.ts:21

Type declaration:

@@ -916,7 +916,7 @@

Variables#

extensionManager#

Const extensionManager: ExtensionManager = new ExtensionManager()

-

Defined in src/extensions/extension-manager.ts:172

+

Defined in src/extensions/extension-manager.ts:172

diff --git a/latest/extensions/api/modules/_src_extensions_extensions_store_/index.html b/latest/extensions/api/modules/_src_extensions_extensions_store_/index.html index df7d9a42b1..fe829cd0c2 100644 --- a/latest/extensions/api/modules/_src_extensions_extensions_store_/index.html +++ b/latest/extensions/api/modules/_src_extensions_extensions_store_/index.html @@ -855,7 +855,7 @@

Variables#

extensionsStore#

Const extensionsStore: ExtensionsStore = new ExtensionsStore()

-

Defined in src/extensions/extensions-store.ts:77

+

Defined in src/extensions/extensions-store.ts:77

diff --git a/latest/extensions/api/modules/_src_extensions_lens_extension_/index.html b/latest/extensions/api/modules/_src_extensions_lens_extension_/index.html index 89ac3f18d8..0858469297 100644 --- a/latest/extensions/api/modules/_src_extensions_lens_extension_/index.html +++ b/latest/extensions/api/modules/_src_extensions_lens_extension_/index.html @@ -862,11 +862,11 @@

Type aliases#

LensExtensionConstructor#

Ƭ LensExtensionConstructor: {}

-

Defined in src/extensions/lens-extension.ts:6

+

Defined in src/extensions/lens-extension.ts:6


LensExtensionId#

Ƭ LensExtensionId: string

-

Defined in src/extensions/lens-extension.ts:5

+

Defined in src/extensions/lens-extension.ts:5

diff --git a/latest/extensions/api/modules/_src_extensions_registries_app_preference_registry_/index.html b/latest/extensions/api/modules/_src_extensions_registries_app_preference_registry_/index.html index 8349b67654..58d79a5830 100644 --- a/latest/extensions/api/modules/_src_extensions_registries_app_preference_registry_/index.html +++ b/latest/extensions/api/modules/_src_extensions_registries_app_preference_registry_/index.html @@ -855,7 +855,7 @@

Variables#

appPreferenceRegistry#

Const appPreferenceRegistry: AppPreferenceRegistry = new AppPreferenceRegistry()

-

Defined in src/extensions/registries/app-preference-registry.ts:17

+

Defined in src/extensions/registries/app-preference-registry.ts:17

diff --git a/latest/extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/index.html b/latest/extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/index.html index 8fe1f24586..53092b2aee 100644 --- a/latest/extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/index.html +++ b/latest/extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/index.html @@ -855,7 +855,7 @@

Variables#

clusterFeatureRegistry#

Const clusterFeatureRegistry: ClusterFeatureRegistry = new ClusterFeatureRegistry()

-

Defined in src/extensions/registries/cluster-feature-registry.ts:16

+

Defined in src/extensions/registries/cluster-feature-registry.ts:16

diff --git a/latest/extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/index.html b/latest/extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/index.html index 00437abc4b..8ce672b7b6 100644 --- a/latest/extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/index.html +++ b/latest/extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/index.html @@ -855,7 +855,7 @@

Variables#

kubeObjectDetailRegistry#

Const kubeObjectDetailRegistry: KubeObjectDetailRegistry = new KubeObjectDetailRegistry()

-

Defined in src/extensions/registries/kube-object-detail-registry.ts:22

+

Defined in src/extensions/registries/kube-object-detail-registry.ts:22

diff --git a/latest/extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/index.html b/latest/extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/index.html index 44982f2131..214786ab23 100644 --- a/latest/extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/index.html +++ b/latest/extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/index.html @@ -855,7 +855,7 @@

Variables#

kubeObjectMenuRegistry#

Const kubeObjectMenuRegistry: KubeObjectMenuRegistry = new KubeObjectMenuRegistry()

-

Defined in src/extensions/registries/kube-object-menu-registry.ts:22

+

Defined in src/extensions/registries/kube-object-menu-registry.ts:22

diff --git a/latest/extensions/api/modules/_src_extensions_registries_menu_registry_/index.html b/latest/extensions/api/modules/_src_extensions_registries_menu_registry_/index.html index d93ed32e8e..413ca9d327 100644 --- a/latest/extensions/api/modules/_src_extensions_registries_menu_registry_/index.html +++ b/latest/extensions/api/modules/_src_extensions_registries_menu_registry_/index.html @@ -854,7 +854,7 @@

Variables#

Const menuRegistry: MenuRegistry = new MenuRegistry()

-

Defined in src/extensions/registries/menu-registry.ts:13

+

Defined in src/extensions/registries/menu-registry.ts:13

diff --git a/latest/extensions/api/modules/_src_extensions_registries_page_registry_/index.html b/latest/extensions/api/modules/_src_extensions_registries_page_registry_/index.html index 061b6fea64..c2a8ff0a0c 100644 --- a/latest/extensions/api/modules/_src_extensions_registries_page_registry_/index.html +++ b/latest/extensions/api/modules/_src_extensions_registries_page_registry_/index.html @@ -864,11 +864,11 @@

Variables#

clusterPageRegistry#

Const clusterPageRegistry: ClusterPageRegistry = new ClusterPageRegistry()

-

Defined in src/extensions/registries/page-registry.ts:31

+

Defined in src/extensions/registries/page-registry.ts:31


globalPageRegistry#

Const globalPageRegistry: GlobalPageRegistry = new GlobalPageRegistry()

-

Defined in src/extensions/registries/page-registry.ts:30

+

Defined in src/extensions/registries/page-registry.ts:30

diff --git a/latest/extensions/api/modules/_src_extensions_registries_status_bar_registry_/index.html b/latest/extensions/api/modules/_src_extensions_registries_status_bar_registry_/index.html index 198f972fa2..c0883a7630 100644 --- a/latest/extensions/api/modules/_src_extensions_registries_status_bar_registry_/index.html +++ b/latest/extensions/api/modules/_src_extensions_registries_status_bar_registry_/index.html @@ -854,7 +854,7 @@

Variables#

statusBarRegistry#

Const statusBarRegistry: StatusBarRegistry = new StatusBarRegistry()

-

Defined in src/extensions/registries/status-bar-registry.ts:13

+

Defined in src/extensions/registries/status-bar-registry.ts:13

diff --git a/latest/extensions/api/modules/_src_main_cluster_/index.html b/latest/extensions/api/modules/_src_main_cluster_/index.html index e845c314ed..f875dcbfd7 100644 --- a/latest/extensions/api/modules/_src_main_cluster_/index.html +++ b/latest/extensions/api/modules/_src_main_cluster_/index.html @@ -866,7 +866,7 @@

Type aliases#

ClusterRefreshOptions#

Ƭ ClusterRefreshOptions: { refreshMetadata?: boolean }

-

Defined in src/main/cluster.ts:33

+

Defined in src/main/cluster.ts:33

Type declaration:

diff --git a/latest/extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/index.html b/latest/extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/index.html index 236213d518..25042d8c37 100644 --- a/latest/extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/index.html +++ b/latest/extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/index.html @@ -843,7 +843,7 @@

Type aliases#

ClusterDetectionResult#

Ƭ ClusterDetectionResult: { accuracy: number ; value: string | number | boolean }

-

Defined in src/main/cluster-detectors/base-cluster-detector.ts:4

+

Defined in src/main/cluster-detectors/base-cluster-detector.ts:4

Type declaration:

diff --git a/latest/extensions/api/modules/_src_main_cluster_detectors_detector_registry_/index.html b/latest/extensions/api/modules/_src_main_cluster_detectors_detector_registry_/index.html index 0372bc14fb..3311859628 100644 --- a/latest/extensions/api/modules/_src_main_cluster_detectors_detector_registry_/index.html +++ b/latest/extensions/api/modules/_src_main_cluster_detectors_detector_registry_/index.html @@ -843,7 +843,7 @@

Variables#

detectorRegistry#

Const detectorRegistry: DetectorRegistry = new DetectorRegistry()

-

Defined in src/main/cluster-detectors/detector-registry.ts:40

+

Defined in src/main/cluster-detectors/detector-registry.ts:40

diff --git a/latest/extensions/api/modules/_src_main_helm_helm_chart_manager_/index.html b/latest/extensions/api/modules/_src_main_helm_helm_chart_manager_/index.html index 9743eb74d1..08dc5b060b 100644 --- a/latest/extensions/api/modules/_src_main_helm_helm_chart_manager_/index.html +++ b/latest/extensions/api/modules/_src_main_helm_helm_chart_manager_/index.html @@ -843,7 +843,7 @@

Type aliases#

CachedYaml#

Ƭ CachedYaml: { entries: any }

-

Defined in src/main/helm/helm-chart-manager.ts:8

+

Defined in src/main/helm/helm-chart-manager.ts:8

Type declaration:

diff --git a/latest/extensions/api/modules/_src_main_helm_helm_cli_/index.html b/latest/extensions/api/modules/_src_main_helm_helm_cli_/index.html index eed0b12a22..040b968cd4 100644 --- a/latest/extensions/api/modules/_src_main_helm_helm_cli_/index.html +++ b/latest/extensions/api/modules/_src_main_helm_helm_cli_/index.html @@ -859,15 +859,15 @@

Variables#

baseDir#

Let baseDir: string = process.resourcesPath

-

Defined in src/main/helm/helm-cli.ts:36

+

Defined in src/main/helm/helm-cli.ts:36


helmCli#

Const helmCli: HelmCli = new HelmCli(baseDir, helmVersion)

-

Defined in src/main/helm/helm-cli.ts:42

+

Defined in src/main/helm/helm-cli.ts:42


helmVersion#

Const helmVersion: string = packageInfo.config.bundledHelmVersion

-

Defined in src/main/helm/helm-cli.ts:35

+

Defined in src/main/helm/helm-cli.ts:35

diff --git a/latest/extensions/api/modules/_src_main_helm_helm_release_manager_/index.html b/latest/extensions/api/modules/_src_main_helm_helm_release_manager_/index.html index 3a64beeb9f..e7fe14d8e5 100644 --- a/latest/extensions/api/modules/_src_main_helm_helm_release_manager_/index.html +++ b/latest/extensions/api/modules/_src_main_helm_helm_release_manager_/index.html @@ -843,7 +843,7 @@

Variables#

releaseManager#

Const releaseManager: HelmReleaseManager = new HelmReleaseManager()

-

Defined in src/main/helm/helm-release-manager.ts:111

+

Defined in src/main/helm/helm-release-manager.ts:111

diff --git a/latest/extensions/api/modules/_src_main_helm_helm_repo_manager_/index.html b/latest/extensions/api/modules/_src_main_helm_helm_repo_manager_/index.html index ec3705854e..320cdf74e1 100644 --- a/latest/extensions/api/modules/_src_main_helm_helm_repo_manager_/index.html +++ b/latest/extensions/api/modules/_src_main_helm_helm_repo_manager_/index.html @@ -886,11 +886,11 @@

Type aliases#

HelmEnv#

Ƭ HelmEnv: Record\ & { HELM_REPOSITORY_CACHE?: string ; HELM_REPOSITORY_CONFIG?: string }

-

Defined in src/main/helm/helm-repo-manager.ts:10

+

Defined in src/main/helm/helm-repo-manager.ts:10

Variables#

repoManager#

Const repoManager: HelmRepoManager = HelmRepoManager.getInstance\()

-

Defined in src/main/helm/helm-repo-manager.ts:131

+

Defined in src/main/helm/helm-repo-manager.ts:131

diff --git a/latest/extensions/api/modules/_src_main_helm_helm_service_/index.html b/latest/extensions/api/modules/_src_main_helm_helm_service_/index.html index d3b9035476..709fd04406 100644 --- a/latest/extensions/api/modules/_src_main_helm_helm_service_/index.html +++ b/latest/extensions/api/modules/_src_main_helm_helm_service_/index.html @@ -843,7 +843,7 @@

Variables#

helmService#

Const helmService: HelmService = new HelmService()

-

Defined in src/main/helm/helm-service.ts:98

+

Defined in src/main/helm/helm-service.ts:98

diff --git a/latest/extensions/api/modules/_src_main_kubectl_/index.html b/latest/extensions/api/modules/_src_main_kubectl_/index.html index 6f1f5cecd0..28283961a8 100644 --- a/latest/extensions/api/modules/_src_main_kubectl_/index.html +++ b/latest/extensions/api/modules/_src_main_kubectl_/index.html @@ -906,28 +906,28 @@

Variables#

bundledPath#

Let bundledPath: string

-

Defined in src/main/kubectl.ts:36

+

Defined in src/main/kubectl.ts:36


bundledVersion#

Const bundledVersion: string = getBundledKubectlVersion()

-

Defined in src/main/kubectl.ts:14

+

Defined in src/main/kubectl.ts:14


initScriptVersionString#

Const initScriptVersionString: \"# lens-initscript v3 \" = "# lens-initscript v3"

-

Defined in src/main/kubectl.ts:37

+

Defined in src/main/kubectl.ts:37


kubectlMap#

Const kubectlMap: Map\ = new Map([ ["1.7", "1.8.15"], ["1.8", "1.9.10"], ["1.9", "1.10.13"], ["1.10", "1.11.10"], ["1.11", "1.12.10"], ["1.12", "1.13.12"], ["1.13", "1.13.12"], ["1.14", "1.14.10"], ["1.15", "1.15.11"], ["1.16", "1.16.14"], ["1.17", bundledVersion], ["1.18", "1.18.8"], ["1.19", "1.19.0"]])

-

Defined in src/main/kubectl.ts:15

+

Defined in src/main/kubectl.ts:15


packageMirrors#

Const packageMirrors: Map\ = new Map([ ["default", "https://storage.googleapis.com/kubernetes-release/release"], ["china", "https://mirror.azure.cn/kubernetes/kubectl"]])

-

Defined in src/main/kubectl.ts:31

+

Defined in src/main/kubectl.ts:31

Functions#

bundledKubectlPath#

bundledKubectlPath(): string

-

Defined in src/main/kubectl.ts:39

+

Defined in src/main/kubectl.ts:39

Returns: string

diff --git a/latest/extensions/api/modules/_src_main_lens_binary_/index.html b/latest/extensions/api/modules/_src_main_lens_binary_/index.html index e4784854fe..731278abfb 100644 --- a/latest/extensions/api/modules/_src_main_lens_binary_/index.html +++ b/latest/extensions/api/modules/_src_main_lens_binary_/index.html @@ -843,7 +843,7 @@

Type aliases#

LensBinaryOpts#

Ƭ LensBinaryOpts: { baseDir: string ; newBinaryName?: string ; originalBinaryName: string ; requestOpts?: request.Options ; version: string }

-

Defined in src/main/lens-binary.ts:9

+

Defined in src/main/lens-binary.ts:9

Type declaration:

diff --git a/latest/extensions/api/modules/_src_main_logger_/index.html b/latest/extensions/api/modules/_src_main_logger_/index.html index bf07e34f1c..871d360682 100644 --- a/latest/extensions/api/modules/_src_main_logger_/index.html +++ b/latest/extensions/api/modules/_src_main_logger_/index.html @@ -879,15 +879,15 @@

Variables#

logLevel#

Const logLevel: string = process.env.LOG_LEVEL ? process.env.LOG_LEVEL : isDebugging ? "debug" : "info"

-

Defined in src/main/logger.ts:5

+

Defined in src/main/logger.ts:5


logger#

Const logger: Logger = winston.createLogger({ format: winston.format.combine( winston.format.colorize(), winston.format.simple(), ), transports: [ new winston.transports.Console(consoleOptions), new winston.transports.File(fileOptions), ],})

-

Defined in src/main/logger.ts:22

+

Defined in src/main/logger.ts:22

Object literals#

consoleOptions#

Const consoleOptions: object

-

Defined in src/main/logger.ts:7

+

Defined in src/main/logger.ts:7

Properties:

@@ -913,7 +913,7 @@

fileOptions#

Const fileOptions: object

-

Defined in src/main/logger.ts:12

+

Defined in src/main/logger.ts:12

Properties:

diff --git a/latest/extensions/api/modules/_src_main_menu_/index.html b/latest/extensions/api/modules/_src_main_menu_/index.html index 6c713ecfc8..eee7df44cc 100644 --- a/latest/extensions/api/modules/_src_main_menu_/index.html +++ b/latest/extensions/api/modules/_src_main_menu_/index.html @@ -879,11 +879,11 @@

Type aliases#

Ƭ MenuTopId: \"mac\" | \"file\" | \"edit\" | \"view\" | \"help\"

-

Defined in src/main/menu.ts:13

+

Defined in src/main/menu.ts:13

Functions#

buildMenu#

buildMenu(windowManager: WindowManager): void

-

Defined in src/main/menu.ts:37

+

Defined in src/main/menu.ts:37

Parameters:

@@ -903,7 +903,7 @@

initMenu#

initMenu(windowManager: WindowManager): IReactionDisposer

-

Defined in src/main/menu.ts:15

+

Defined in src/main/menu.ts:15

Parameters:

@@ -923,7 +923,7 @@

showAbout#

showAbout(browserWindow: BrowserWindow): void

-

Defined in src/main/menu.ts:21

+

Defined in src/main/menu.ts:21

Parameters:

diff --git a/latest/extensions/api/modules/_src_main_port_/index.html b/latest/extensions/api/modules/_src_main_port_/index.html index 74460a174a..927bf28214 100644 --- a/latest/extensions/api/modules/_src_main_port_/index.html +++ b/latest/extensions/api/modules/_src_main_port_/index.html @@ -832,7 +832,7 @@

Functions#

getFreePort#

getFreePort(): Promise\

-

Defined in src/main/port.ts:6

+

Defined in src/main/port.ts:6

Returns: Promise\

diff --git a/latest/extensions/api/modules/_src_main_prometheus_provider_registry_/index.html b/latest/extensions/api/modules/_src_main_prometheus_provider_registry_/index.html index 0c5b7802f4..1105cd4ccd 100644 --- a/latest/extensions/api/modules/_src_main_prometheus_provider_registry_/index.html +++ b/latest/extensions/api/modules/_src_main_prometheus_provider_registry_/index.html @@ -918,7 +918,7 @@

Type aliases#

PrometheusClusterQuery#

Ƭ PrometheusClusterQuery: { cpuCapacity: string ; cpuLimits: string ; cpuRequests: string ; cpuUsage: string ; memoryCapacity: string ; memoryLimits: string ; memoryRequests: string ; memoryUsage: string ; podCapacity: string ; podUsage: string }

-

Defined in src/main/prometheus/provider-registry.ts:3

+

Defined in src/main/prometheus/provider-registry.ts:3

Type declaration:

@@ -973,7 +973,7 @@

PrometheusIngressQuery#

Ƭ PrometheusIngressQuery: { bytesSentFailure: string ; bytesSentSuccess: string ; requestDurationSeconds: string ; responseDurationSeconds: string }

-

Defined in src/main/prometheus/provider-registry.ts:42

+

Defined in src/main/prometheus/provider-registry.ts:42

Type declaration:

@@ -1004,7 +1004,7 @@

PrometheusNodeQuery#

Ƭ PrometheusNodeQuery: { cpuCapacity: string ; cpuUsage: string ; fsSize: string ; fsUsage: string ; memoryCapacity: string ; memoryUsage: string }

-

Defined in src/main/prometheus/provider-registry.ts:16

+

Defined in src/main/prometheus/provider-registry.ts:16

Type declaration:

@@ -1043,7 +1043,7 @@

PrometheusPodQuery#

Ƭ PrometheusPodQuery: { cpuLimits: string ; cpuRequests: string ; cpuUsage: string ; fsUsage: string ; memoryLimits: string ; memoryRequests: string ; memoryUsage: string ; networkReceive: string ; networkTransmit: string }

-

Defined in src/main/prometheus/provider-registry.ts:25

+

Defined in src/main/prometheus/provider-registry.ts:25

Type declaration:

@@ -1094,11 +1094,11 @@

PrometheusProviderList#

Ƭ PrometheusProviderList: { [key:string]: PrometheusProvider; }

-

Defined in src/main/prometheus/provider-registry.ts:69

+

Defined in src/main/prometheus/provider-registry.ts:69


PrometheusPvcQuery#

Ƭ PrometheusPvcQuery: { diskCapacity: string ; diskUsage: string }

-

Defined in src/main/prometheus/provider-registry.ts:37

+

Defined in src/main/prometheus/provider-registry.ts:37

Type declaration:

@@ -1121,15 +1121,15 @@

PrometheusQuery#

Ƭ PrometheusQuery: PrometheusNodeQuery | PrometheusClusterQuery | PrometheusPodQuery | PrometheusPvcQuery | PrometheusIngressQuery

-

Defined in src/main/prometheus/provider-registry.ts:53

+

Defined in src/main/prometheus/provider-registry.ts:53


PrometheusQueryOpts#

Ƭ PrometheusQueryOpts: { [key:string]: string | any; }

-

Defined in src/main/prometheus/provider-registry.ts:49

+

Defined in src/main/prometheus/provider-registry.ts:49


PrometheusService#

Ƭ PrometheusService: { id: string ; namespace: string ; port: number ; service: string }

-

Defined in src/main/prometheus/provider-registry.ts:55

+

Defined in src/main/prometheus/provider-registry.ts:55

Type declaration:

diff --git a/latest/extensions/api/modules/_src_main_promise_exec_/index.html b/latest/extensions/api/modules/_src_main_promise_exec_/index.html index 01ff446565..cca5b96f12 100644 --- a/latest/extensions/api/modules/_src_main_promise_exec_/index.html +++ b/latest/extensions/api/modules/_src_main_promise_exec_/index.html @@ -832,7 +832,7 @@

Variables#

promiseExec#

Const promiseExec: __promisify__ = util.promisify(exec)

-

Defined in src/main/promise-exec.ts:4

+

Defined in src/main/promise-exec.ts:4

diff --git a/latest/extensions/api/modules/_src_main_routes_helm_route_/index.html b/latest/extensions/api/modules/_src_main_routes_helm_route_/index.html index 157a4ed688..849945f0a9 100644 --- a/latest/extensions/api/modules/_src_main_routes_helm_route_/index.html +++ b/latest/extensions/api/modules/_src_main_routes_helm_route_/index.html @@ -843,7 +843,7 @@

Variables#

helmRoute#

Const helmRoute: HelmApiRoute = new HelmApiRoute()

-

Defined in src/main/routes/helm-route.ts:114

+

Defined in src/main/routes/helm-route.ts:114

diff --git a/latest/extensions/api/modules/_src_main_routes_kubeconfig_route_/index.html b/latest/extensions/api/modules/_src_main_routes_kubeconfig_route_/index.html index fd54f34560..11f2a0f4a5 100644 --- a/latest/extensions/api/modules/_src_main_routes_kubeconfig_route_/index.html +++ b/latest/extensions/api/modules/_src_main_routes_kubeconfig_route_/index.html @@ -874,11 +874,11 @@

Variables#

kubeconfigRoute#

Const kubeconfigRoute: KubeconfigRoute = new KubeconfigRoute()

-

Defined in src/main/routes/kubeconfig-route.ts:58

+

Defined in src/main/routes/kubeconfig-route.ts:58

Functions#

generateKubeConfig#

generateKubeConfig(username: string, secret: V1Secret, cluster: Cluster): object

-

Defined in src/main/routes/kubeconfig-route.ts:6

+

Defined in src/main/routes/kubeconfig-route.ts:6

Parameters:

diff --git a/latest/extensions/api/modules/_src_main_routes_metrics_route_/index.html b/latest/extensions/api/modules/_src_main_routes_metrics_route_/index.html index 8f2ce2856f..5dd2712bad 100644 --- a/latest/extensions/api/modules/_src_main_routes_metrics_route_/index.html +++ b/latest/extensions/api/modules/_src_main_routes_metrics_route_/index.html @@ -874,11 +874,11 @@

Type aliases#

IMetricsQuery#

Ƭ IMetricsQuery: string | string[] | { [metricName:string]: string; }

-

Defined in src/main/routes/metrics-route.ts:5

+

Defined in src/main/routes/metrics-route.ts:5

Variables#

metricsRoute#

Const metricsRoute: MetricsRoute = new MetricsRoute()

-

Defined in src/main/routes/metrics-route.ts:73

+

Defined in src/main/routes/metrics-route.ts:73

diff --git a/latest/extensions/api/modules/_src_main_routes_port_forward_route_/index.html b/latest/extensions/api/modules/_src_main_routes_port_forward_route_/index.html index 5626771ee1..b9f7c7e31c 100644 --- a/latest/extensions/api/modules/_src_main_routes_port_forward_route_/index.html +++ b/latest/extensions/api/modules/_src_main_routes_port_forward_route_/index.html @@ -844,7 +844,7 @@

Variables#

portForwardRoute#

Const portForwardRoute: PortForwardRoute = new PortForwardRoute()

-

Defined in src/main/routes/port-forward-route.ts:108

+

Defined in src/main/routes/port-forward-route.ts:108

diff --git a/latest/extensions/api/modules/_src_main_routes_resource_applier_route_/index.html b/latest/extensions/api/modules/_src_main_routes_resource_applier_route_/index.html index 2ab5e5c130..83783fdb2d 100644 --- a/latest/extensions/api/modules/_src_main_routes_resource_applier_route_/index.html +++ b/latest/extensions/api/modules/_src_main_routes_resource_applier_route_/index.html @@ -843,7 +843,7 @@

Variables#

resourceApplierRoute#

Const resourceApplierRoute: ResourceApplierApiRoute = new ResourceApplierApiRoute()

-

Defined in src/main/routes/resource-applier-route.ts:17

+

Defined in src/main/routes/resource-applier-route.ts:17

diff --git a/latest/extensions/api/modules/_src_main_routes_watch_route_/index.html b/latest/extensions/api/modules/_src_main_routes_watch_route_/index.html index 0729d91467..764049ee1d 100644 --- a/latest/extensions/api/modules/_src_main_routes_watch_route_/index.html +++ b/latest/extensions/api/modules/_src_main_routes_watch_route_/index.html @@ -844,7 +844,7 @@

Variables#

watchRoute#

Const watchRoute: WatchRoute = new WatchRoute()

-

Defined in src/main/routes/watch-route.ts:111

+

Defined in src/main/routes/watch-route.ts:111

diff --git a/latest/extensions/api/modules/_src_main_tray_/index.html b/latest/extensions/api/modules/_src_main_tray_/index.html index 56a112eb38..f52df0aa4c 100644 --- a/latest/extensions/api/modules/_src_main_tray_/index.html +++ b/latest/extensions/api/modules/_src_main_tray_/index.html @@ -887,11 +887,11 @@

Variables#

tray#

Let tray: Tray

-

Defined in src/main/tray.ts:16

+

Defined in src/main/tray.ts:16

Functions#

buildTray#

buildTray(icon: string | NativeImage, menu: Menu): Tray

-

Defined in src/main/tray.ts:45

+

Defined in src/main/tray.ts:45

Parameters:

@@ -915,7 +915,7 @@

createTrayMenu#

createTrayMenu(windowManager: WindowManager): Menu

-

Defined in src/main/tray.ts:58

+

Defined in src/main/tray.ts:58

Parameters:

@@ -935,7 +935,7 @@

getTrayIcon#

getTrayIcon(isDark?: boolean): string

-

Defined in src/main/tray.ts:21

+

Defined in src/main/tray.ts:21

Parameters:

@@ -957,7 +957,7 @@

initTray#

initTray(windowManager: WindowManager): (Anonymous function)

-

Defined in src/main/tray.ts:29

+

Defined in src/main/tray.ts:29

Parameters:

diff --git a/latest/extensions/api/modules/_src_migrations_migration_wrapper_/index.html b/latest/extensions/api/modules/_src_migrations_migration_wrapper_/index.html index 8bd6869ed1..56eb905e0f 100644 --- a/latest/extensions/api/modules/_src_migrations_migration_wrapper_/index.html +++ b/latest/extensions/api/modules/_src_migrations_migration_wrapper_/index.html @@ -851,7 +851,7 @@

Functions#

infoLog#

infoLog(...args: any[]): void

-

Defined in src/migrations/migration-wrapper.ts:9

+

Defined in src/migrations/migration-wrapper.ts:9

Parameters:

@@ -871,7 +871,7 @@

migration#

migration\(__namedParameters: { run: run ; version: string }): object

-

Defined in src/migrations/migration-wrapper.ts:14

+

Defined in src/migrations/migration-wrapper.ts:14

Type parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_api_api_manager_/index.html b/latest/extensions/api/modules/_src_renderer_api_api_manager_/index.html index 688e192a9d..a404351e62 100644 --- a/latest/extensions/api/modules/_src_renderer_api_api_manager_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_api_manager_/index.html @@ -843,7 +843,7 @@

Variables#

apiManager#

Const apiManager: ApiManager = new ApiManager()

-

Defined in src/renderer/api/api-manager.ts:52

+

Defined in src/renderer/api/api-manager.ts:52

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/index.html index e6714039c6..c98aa4d962 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/index.html @@ -866,7 +866,7 @@

Variables#

clusterApi#

Const clusterApi: ClusterApi = new ClusterApi({ objectConstructor: Cluster,})

-

Defined in src/renderer/api/endpoints/cluster.api.ts:97

+

Defined in src/renderer/api/endpoints/cluster.api.ts:97

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/index.html index 76bf38654c..7f971864a3 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/index.html @@ -843,7 +843,7 @@

Variables#

clusterRoleApi#

Const clusterRoleApi: KubeApi\<ClusterRole> = new KubeApi({ objectConstructor: ClusterRole,})

-

Defined in src/renderer/api/endpoints/cluster-role.api.ts:12

+

Defined in src/renderer/api/endpoints/cluster-role.api.ts:12

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/index.html index 4efdc7acc7..a668dcb589 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/index.html @@ -843,7 +843,7 @@

Variables#

clusterRoleBindingApi#

Const clusterRoleBindingApi: KubeApi\<ClusterRoleBinding> = new KubeApi({ objectConstructor: ClusterRoleBinding,})

-

Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:10

+

Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:10

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/index.html index 5a2b657e7a..e1b0efa4a3 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/index.html @@ -843,7 +843,7 @@

Variables#

configMapApi#

Const configMapApi: KubeApi\<ConfigMap> = new KubeApi({ objectConstructor: ConfigMap,})

-

Defined in src/renderer/api/endpoints/configmap.api.ts:26

+

Defined in src/renderer/api/endpoints/configmap.api.ts:26

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_crd_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_crd_api_/index.html index 865649a9ea..164f657b59 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_crd_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_crd_api_/index.html @@ -890,7 +890,7 @@

Type aliases#

AdditionalPrinterColumnsCommon#

Ƭ AdditionalPrinterColumnsCommon: { description: string ; name: string ; priority: number ; type: \"integer\" | \"number\" | \"string\" | \"boolean\" | \"date\" }

-

Defined in src/renderer/api/endpoints/crd.api.ts:5

+

Defined in src/renderer/api/endpoints/crd.api.ts:5

Type declaration:

@@ -921,15 +921,15 @@

AdditionalPrinterColumnsV1#

Ƭ AdditionalPrinterColumnsV1: AdditionalPrinterColumnsCommon & { jsonPath: string }

-

Defined in src/renderer/api/endpoints/crd.api.ts:12

+

Defined in src/renderer/api/endpoints/crd.api.ts:12


AdditionalPrinterColumnsV1Beta#

Ƭ AdditionalPrinterColumnsV1Beta: AdditionalPrinterColumnsCommon & { JSONPath: string }

-

Defined in src/renderer/api/endpoints/crd.api.ts:16

+

Defined in src/renderer/api/endpoints/crd.api.ts:16

Variables#

crdApi#

Const crdApi: VersionedKubeApi\<CustomResourceDefinition> = new VersionedKubeApi\({ objectConstructor: CustomResourceDefinition})

-

Defined in src/renderer/api/endpoints/crd.api.ts:149

+

Defined in src/renderer/api/endpoints/crd.api.ts:149

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/index.html index 5ee64aeaae..c6561f0937 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/index.html @@ -843,7 +843,7 @@

Variables#

cronJobApi#

Const cronJobApi: KubeApi\<CronJob> = new KubeApi({ objectConstructor: CronJob,})

-

Defined in src/renderer/api/endpoints/cron-job.api.ts:92

+

Defined in src/renderer/api/endpoints/cron-job.api.ts:92

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/index.html index 0fb5ba5ee3..cd020166dc 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/index.html @@ -843,7 +843,7 @@

Variables#

daemonSetApi#

Const daemonSetApi: KubeApi\<DaemonSet> = new KubeApi({ objectConstructor: DaemonSet,})

-

Defined in src/renderer/api/endpoints/daemon-set.api.ts:73

+

Defined in src/renderer/api/endpoints/daemon-set.api.ts:73

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/index.html index 57265d0a2d..96a1444df4 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/index.html @@ -844,7 +844,7 @@

Variables#

deploymentApi#

Const deploymentApi: DeploymentApi = new DeploymentApi({ objectConstructor: Deployment,})

-

Defined in src/renderer/api/endpoints/deployment.api.ts:190

+

Defined in src/renderer/api/endpoints/deployment.api.ts:190

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/index.html index dddc64253d..82e19bb85d 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/index.html @@ -859,7 +859,7 @@

Variables#

endpointApi#

Const endpointApi: KubeApi\<Endpoint> = new KubeApi({ objectConstructor: Endpoint,})

-

Defined in src/renderer/api/endpoints/endpoint.api.ts:122

+

Defined in src/renderer/api/endpoints/endpoint.api.ts:122

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_events_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_events_api_/index.html index 7075b4170f..69a61f7011 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_events_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_events_api_/index.html @@ -843,7 +843,7 @@

Variables#

eventApi#

Const eventApi: KubeApi\<KubeEvent> = new KubeApi({ objectConstructor: KubeEvent,})

-

Defined in src/renderer/api/endpoints/events.api.ts:56

+

Defined in src/renderer/api/endpoints/events.api.ts:56

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/index.html index 7f282bc514..c64d5ed217 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/index.html @@ -896,7 +896,7 @@

Type aliases#

IHpaMetricData#

Ƭ IHpaMetricData\: T & { currentAverageUtilization?: number ; currentAverageValue?: string ; metricName?: string ; name?: string ; target?: { apiVersion: string ; kind: string ; name: string } ; targetAverageUtilization?: number ; targetAverageValue?: string }

-

Defined in src/renderer/api/endpoints/hpa.api.ts:11

+

Defined in src/renderer/api/endpoints/hpa.api.ts:11

Type parameters:

@@ -915,7 +915,7 @@

Variables#

hpaApi#

Const hpaApi: KubeApi\<HorizontalPodAutoscaler> = new KubeApi({ objectConstructor: HorizontalPodAutoscaler,})

-

Defined in src/renderer/api/endpoints/hpa.api.ts:137

+

Defined in src/renderer/api/endpoints/hpa.api.ts:137

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/index.html index 36cbcfda23..d5c3e7cd56 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/index.html @@ -856,7 +856,7 @@

Variables#

ingressApi#

Const ingressApi: IngressApi = new IngressApi({ objectConstructor: Ingress,})

-

Defined in src/renderer/api/endpoints/ingress.api.ts:122

+

Defined in src/renderer/api/endpoints/ingress.api.ts:122

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_job_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_job_api_/index.html index 04f2281030..2fc57b402e 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_job_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_job_api_/index.html @@ -843,7 +843,7 @@

Variables#

jobApi#

Const jobApi: KubeApi\<Job> = new KubeApi({ objectConstructor: Job,})

-

Defined in src/renderer/api/endpoints/job.api.ts:106

+

Defined in src/renderer/api/endpoints/job.api.ts:106

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/index.html index f796cb077b..2f4d6e8741 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/index.html @@ -900,7 +900,7 @@

Functions#

getItemMetrics#

getItemMetrics(metrics: { [key:string]: IMetrics; }, itemName: string): object

-

Defined in src/renderer/api/endpoints/metrics.api.ts:101

+

Defined in src/renderer/api/endpoints/metrics.api.ts:101

Parameters:

@@ -924,7 +924,7 @@

getMetricLastPoints#

getMetricLastPoints(metrics: { [key:string]: IMetrics; }): Partial\<{ [metric:string]: number; }>

-

Defined in src/renderer/api/endpoints/metrics.api.ts:115

+

Defined in src/renderer/api/endpoints/metrics.api.ts:115

Parameters:

@@ -944,7 +944,7 @@

isMetricsEmpty#

isMetricsEmpty(metrics: { [key:string]: IMetrics; }): boolean

-

Defined in src/renderer/api/endpoints/metrics.api.ts:97

+

Defined in src/renderer/api/endpoints/metrics.api.ts:97

Parameters:

@@ -964,7 +964,7 @@

normalizeMetrics#

normalizeMetrics(metrics: IMetrics, frames?: number): IMetrics

-

Defined in src/renderer/api/endpoints/metrics.api.ts:58

+

Defined in src/renderer/api/endpoints/metrics.api.ts:58

Parameters:

@@ -991,7 +991,7 @@

Object literals#

metricsApi#

Const metricsApi: object

-

Defined in src/renderer/api/endpoints/metrics.api.ts:36

+

Defined in src/renderer/api/endpoints/metrics.api.ts:36

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/index.html index c8b9e2c7e3..e9b4e36cfb 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/index.html @@ -854,7 +854,7 @@

Variables#

namespacesApi#

Const namespacesApi: KubeApi\<Namespace> = new KubeApi({ objectConstructor: Namespace,})

-

Defined in src/renderer/api/endpoints/namespaces.api.ts:25

+

Defined in src/renderer/api/endpoints/namespaces.api.ts:25

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/index.html index 71c350e9ba..ab4c7aa9fc 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/index.html @@ -857,7 +857,7 @@

Variables#

networkPolicyApi#

Const networkPolicyApi: KubeApi\<NetworkPolicy> = new KubeApi({ objectConstructor: NetworkPolicy,})

-

Defined in src/renderer/api/endpoints/network-policy.api.ts:69

+

Defined in src/renderer/api/endpoints/network-policy.api.ts:69

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/index.html index 27288fdb30..7e2f7c5b22 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/index.html @@ -855,7 +855,7 @@

Variables#

nodesApi#

Const nodesApi: NodesApi = new NodesApi({ objectConstructor: Node,})

-

Defined in src/renderer/api/endpoints/nodes.api.ts:160

+

Defined in src/renderer/api/endpoints/nodes.api.ts:160

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/index.html index f6d1540884..24f115b24c 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/index.html @@ -843,7 +843,7 @@

Variables#

persistentVolumeApi#

Const persistentVolumeApi: KubeApi\<PersistentVolume> = new KubeApi({ objectConstructor: PersistentVolume,})

-

Defined in src/renderer/api/endpoints/persistent-volume.api.ts:68

+

Defined in src/renderer/api/endpoints/persistent-volume.api.ts:68

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/index.html index 3befed5685..e1df685f7c 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/index.html @@ -855,7 +855,7 @@

Variables#

pvcApi#

Const pvcApi: PersistentVolumeClaimsApi = new PersistentVolumeClaimsApi({ objectConstructor: PersistentVolumeClaim,})

-

Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:85

+

Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:85

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/index.html index 7ab8bbcece..aa5f7680f6 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/index.html @@ -843,7 +843,7 @@

Variables#

podMetricsApi#

Const podMetricsApi: KubeApi\<PodMetrics> = new KubeApi({ objectConstructor: PodMetrics,})

-

Defined in src/renderer/api/endpoints/pod-metrics.api.ts:20

+

Defined in src/renderer/api/endpoints/pod-metrics.api.ts:20

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/index.html index 0ac60c13b7..c2bdb68df8 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/index.html @@ -843,7 +843,7 @@

Variables#

pdbApi#

Const pdbApi: KubeApi\<PodDisruptionBudget> = new KubeApi({ objectConstructor: PodDisruptionBudget,})

-

Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:46

+

Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:46

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_pods_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_pods_api_/index.html index 5058248981..1484e7ebc9 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_pods_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_pods_api_/index.html @@ -870,7 +870,7 @@

Variables#

podsApi#

Const podsApi: PodsApi = new PodsApi({ objectConstructor: Pod,})

-

Defined in src/renderer/api/endpoints/pods.api.ts:432

+

Defined in src/renderer/api/endpoints/pods.api.ts:432

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/index.html index d6bae08a30..d571603056 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/index.html @@ -843,7 +843,7 @@

Variables#

pspApi#

Const pspApi: KubeApi\<PodSecurityPolicy> = new KubeApi({ objectConstructor: PodSecurityPolicy,})

-

Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:91

+

Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:91

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/index.html index cdd0835efe..18a4866b07 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/index.html @@ -843,7 +843,7 @@

Variables#

replicaSetApi#

Const replicaSetApi: KubeApi\<ReplicaSet> = new KubeApi({ objectConstructor: ReplicaSet,})

-

Defined in src/renderer/api/endpoints/replica-set.api.ts:55

+

Defined in src/renderer/api/endpoints/replica-set.api.ts:55

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/index.html index 291508351a..1cc2a82cd1 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/index.html @@ -832,7 +832,7 @@

Object literals#

resourceApplierApi#

Const resourceApplierApi: object

-

Defined in src/renderer/api/endpoints/resource-applier.api.ts:7

+

Defined in src/renderer/api/endpoints/resource-applier.api.ts:7

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/index.html index 970158d576..4e94f24590 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/index.html @@ -854,7 +854,7 @@

Variables#

resourceQuotaApi#

Const resourceQuotaApi: KubeApi\<ResourceQuota> = new KubeApi({ objectConstructor: ResourceQuota,})

-

Defined in src/renderer/api/endpoints/resource-quota.api.ts:65

+

Defined in src/renderer/api/endpoints/resource-quota.api.ts:65

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_role_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_role_api_/index.html index 309988c9d8..59a566a85d 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_role_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_role_api_/index.html @@ -843,7 +843,7 @@

Variables#

roleApi#

Const roleApi: KubeApi\<Role> = new KubeApi({ objectConstructor: Role,})

-

Defined in src/renderer/api/endpoints/role.api.ts:21

+

Defined in src/renderer/api/endpoints/role.api.ts:21

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/index.html index a9933421a7..bc7098544b 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/index.html @@ -854,7 +854,7 @@

Variables#

roleBindingApi#

Const roleBindingApi: KubeApi\<RoleBinding> = new KubeApi({ objectConstructor: RoleBinding,})

-

Defined in src/renderer/api/endpoints/role-binding.api.ts:34

+

Defined in src/renderer/api/endpoints/role-binding.api.ts:34

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_secret_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_secret_api_/index.html index d4ca3972d1..de24a00fdf 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_secret_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_secret_api_/index.html @@ -865,7 +865,7 @@

Variables#

secretsApi#

Const secretsApi: KubeApi\<Secret> = new KubeApi({ objectConstructor: Secret,})

-

Defined in src/renderer/api/endpoints/secret.api.ts:48

+

Defined in src/renderer/api/endpoints/secret.api.ts:48

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/index.html index 93f6b45254..144e34ee03 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/index.html @@ -855,7 +855,7 @@

Variables#

selfSubjectRulesReviewApi#

Const selfSubjectRulesReviewApi: SelfSubjectRulesReviewApi = new SelfSubjectRulesReviewApi({ objectConstructor: SelfSubjectRulesReview,})

-

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:65

+

Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:65

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/index.html index 08853bc715..b26b11a360 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/index.html @@ -843,7 +843,7 @@

Variables#

serviceAccountsApi#

Const serviceAccountsApi: KubeApi\<ServiceAccount> = new KubeApi\({ objectConstructor: ServiceAccount,})

-

Defined in src/renderer/api/endpoints/service-accounts.api.ts:27

+

Defined in src/renderer/api/endpoints/service-accounts.api.ts:27

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_service_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_service_api_/index.html index 744dcfa33e..b424579346 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_service_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_service_api_/index.html @@ -855,7 +855,7 @@

Variables#

serviceApi#

Const serviceApi: KubeApi\<Service> = new KubeApi({ objectConstructor: Service,})

-

Defined in src/renderer/api/endpoints/service.api.ts:97

+

Defined in src/renderer/api/endpoints/service.api.ts:97

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/index.html index 417a10f130..b702af3dbf 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/index.html @@ -843,7 +843,7 @@

Variables#

statefulSetApi#

Const statefulSetApi: KubeApi\<StatefulSet> = new KubeApi({ objectConstructor: StatefulSet,})

-

Defined in src/renderer/api/endpoints/stateful-set.api.ts:81

+

Defined in src/renderer/api/endpoints/stateful-set.api.ts:81

diff --git a/latest/extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/index.html index 341f156292..188d14244f 100644 --- a/latest/extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/index.html @@ -843,7 +843,7 @@

Variables#

storageClassApi#

Const storageClassApi: KubeApi\<StorageClass> = new KubeApi({ objectConstructor: StorageClass,})

-

Defined in src/renderer/api/endpoints/storage-class.api.ts:36

+

Defined in src/renderer/api/endpoints/storage-class.api.ts:36

diff --git a/latest/extensions/api/modules/_src_renderer_api_index_/index.html b/latest/extensions/api/modules/_src_renderer_api_index_/index.html index 635cd84e37..e480017505 100644 --- a/latest/extensions/api/modules/_src_renderer_api_index_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_index_/index.html @@ -871,15 +871,15 @@

Variables#

apiBase#

Const apiBase: JsonApi\<JsonApiData, JsonApiParams\> = new JsonApi({ apiBase: apiPrefix, debug: isDevelopment,})

-

Defined in src/renderer/api/index.ts:6

+

Defined in src/renderer/api/index.ts:6


apiKube#

Const apiKube: KubeJsonApi = new KubeJsonApi({ apiBase: apiKubePrefix, debug: isDevelopment,})

-

Defined in src/renderer/api/index.ts:10

+

Defined in src/renderer/api/index.ts:10

Functions#

onApiError#

onApiError(error: JsonApiErrorParsed, res: Response): void

-

Defined in src/renderer/api/index.ts:16

+

Defined in src/renderer/api/index.ts:16

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_api_kube_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_kube_api_/index.html index 5206698ffb..4cea84f95a 100644 --- a/latest/extensions/api/modules/_src_renderer_api_kube_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_kube_api_/index.html @@ -945,7 +945,7 @@

Functions#

forCluster#

forCluster\(cluster: IKubeApiCluster, kubeClass: IKubeObjectConstructor\): KubeApi\

-

Defined in src/renderer/api/kube-api.ts:33

+

Defined in src/renderer/api/kube-api.ts:33

Type parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_api_kube_api_parse_/index.html b/latest/extensions/api/modules/_src_renderer_api_kube_api_parse_/index.html index d3ea879548..cc14065208 100644 --- a/latest/extensions/api/modules/_src_renderer_api_kube_api_parse_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_kube_api_parse_/index.html @@ -861,7 +861,7 @@

Functions#

createKubeApiURL#

createKubeApiURL(ref: IKubeApiLinkRef): string

-

Defined in src/renderer/api/kube-api-parse.ts:107

+

Defined in src/renderer/api/kube-api-parse.ts:107

Parameters:

@@ -881,7 +881,7 @@

lookupApiLink(ref: IKubeObjectRef, parentObject: KubeObject): string

-

Defined in src/renderer/api/kube-api-parse.ts:118

+

Defined in src/renderer/api/kube-api-parse.ts:118

Parameters:

@@ -905,7 +905,7 @@

parseKubeApi#

parseKubeApi(path: string): IKubeApiParsed

-

Defined in src/renderer/api/kube-api-parse.ts:28

+

Defined in src/renderer/api/kube-api-parse.ts:28

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_api_kube_object_/index.html b/latest/extensions/api/modules/_src_renderer_api_kube_object_/index.html index de4a7c2c64..3de7f6e545 100644 --- a/latest/extensions/api/modules/_src_renderer_api_kube_object_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_kube_object_/index.html @@ -862,11 +862,11 @@

Type aliases#

IKubeMetaField#

Ƭ IKubeMetaField: keyof IKubeObjectMetadata

-

Defined in src/renderer/api/kube-object.ts:43

+

Defined in src/renderer/api/kube-object.ts:43


IKubeObjectConstructor#

Ƭ IKubeObjectConstructor\: {} & { apiBase?: string ; kind?: string ; namespaced?: boolean }

-

Defined in src/renderer/api/kube-object.ts:11

+

Defined in src/renderer/api/kube-object.ts:11

Type parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_api_kube_watch_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_kube_watch_api_/index.html index 36566e1a3c..b349a6d2a3 100644 --- a/latest/extensions/api/modules/_src_renderer_api_kube_watch_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_kube_watch_api_/index.html @@ -856,7 +856,7 @@

Variables#

kubeWatchApi#

Const kubeWatchApi: KubeWatchApi = new KubeWatchApi()

-

Defined in src/renderer/api/kube-watch-api.ts:168

+

Defined in src/renderer/api/kube-watch-api.ts:168

diff --git a/latest/extensions/api/modules/_src_renderer_api_terminal_api_/index.html b/latest/extensions/api/modules/_src_renderer_api_terminal_api_/index.html index 049b2030b5..ac40d2a587 100644 --- a/latest/extensions/api/modules/_src_renderer_api_terminal_api_/index.html +++ b/latest/extensions/api/modules/_src_renderer_api_terminal_api_/index.html @@ -855,7 +855,7 @@

Type aliases#

TerminalApiQuery#

Ƭ TerminalApiQuery: Record\ & { id: string ; node?: string ; type?: string | \"node\" }

-

Defined in src/renderer/api/terminal-api.ts:27

+

Defined in src/renderer/api/terminal-api.ts:27

diff --git a/latest/extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/index.html b/latest/extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/index.html index fac82b1c46..ce93176096 100644 --- a/latest/extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/index.html @@ -863,11 +863,11 @@

Variables#

addClusterURL#

Const addClusterURL: (Anonymous function) = buildURL(addClusterRoute.path)

-

Defined in src/renderer/components/+add-cluster/add-cluster.route.ts:8

+

Defined in src/renderer/components/+add-cluster/add-cluster.route.ts:8

Object literals#

addClusterRoute#

Const addClusterRoute: object

-

Defined in src/renderer/components/+add-cluster/add-cluster.route.ts:4

+

Defined in src/renderer/components/+add-cluster/add-cluster.route.ts:4

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/index.html b/latest/extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/index.html index 271151c294..785d81bad6 100644 --- a/latest/extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/index.html @@ -874,11 +874,11 @@

Variables#

clusterSettingsURL#

Const clusterSettingsURL: (Anonymous function) = buildURL\(clusterSettingsRoute.path)

-

Defined in src/renderer/components/+cluster-settings/cluster-settings.route.ts:12

+

Defined in src/renderer/components/+cluster-settings/cluster-settings.route.ts:12

Object literals#

clusterSettingsRoute#

Const clusterSettingsRoute: object

-

Defined in src/renderer/components/+cluster-settings/cluster-settings.route.ts:8

+

Defined in src/renderer/components/+cluster-settings/cluster-settings.route.ts:8

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/index.html b/latest/extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/index.html index 4bd3ea429d..180bf22a41 100644 --- a/latest/extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/index.html @@ -854,7 +854,7 @@

Functions#

CrdColumnValue#

CrdColumnValue(__namedParameters: { value: string | {} | any[] }): Element

-

Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:20

+

Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:20

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/index.html b/latest/extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/index.html index 9ae3f7c003..62a5b78563 100644 --- a/latest/extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/index.html @@ -899,15 +899,15 @@

Variables#

crdResourcesURL#

Const crdResourcesURL: (Anonymous function) = buildURL\(crdResourcesRoute.path)

-

Defined in src/renderer/components/+custom-resources/crd.route.ts:26

+

Defined in src/renderer/components/+custom-resources/crd.route.ts:26


crdURL#

Const crdURL: (Anonymous function) = buildURL\<{}, ICRDListQuery>(crdDefinitionsRoute.path)

-

Defined in src/renderer/components/+custom-resources/crd.route.ts:25

+

Defined in src/renderer/components/+custom-resources/crd.route.ts:25

Object literals#

crdDefinitionsRoute#

Const crdDefinitionsRoute: object

-

Defined in src/renderer/components/+custom-resources/crd.route.ts:8

+

Defined in src/renderer/components/+custom-resources/crd.route.ts:8

Properties:

@@ -928,7 +928,7 @@

crdResourcesRoute#

Const crdResourcesRoute: object

-

Defined in src/renderer/components/+custom-resources/crd.route.ts:12

+

Defined in src/renderer/components/+custom-resources/crd.route.ts:12

Properties:

@@ -949,7 +949,7 @@

crdRoute#

Const crdRoute: object

-

Defined in src/renderer/components/+custom-resources/crd.route.ts:4

+

Defined in src/renderer/components/+custom-resources/crd.route.ts:4

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/index.html b/latest/extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/index.html index 63f4f1427b..b97da38e06 100644 --- a/latest/extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/index.html @@ -874,11 +874,11 @@

Variables#

crdStore#

Const crdStore: CRDStore = new CRDStore()

-

Defined in src/renderer/components/+custom-resources/crd.store.ts:65

+

Defined in src/renderer/components/+custom-resources/crd.store.ts:65

Functions#

initStore#

initStore(crd: CustomResourceDefinition): void

-

Defined in src/renderer/components/+custom-resources/crd.store.ts:10

+

Defined in src/renderer/components/+custom-resources/crd.store.ts:10

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_components__events_event_store_/index.html b/latest/extensions/api/modules/_src_renderer_components__events_event_store_/index.html index 0266c99567..8d47ec33ab 100644 --- a/latest/extensions/api/modules/_src_renderer_components__events_event_store_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components__events_event_store_/index.html @@ -843,7 +843,7 @@

Variables#

eventStore#

Const eventStore: EventStore = new EventStore()

-

Defined in src/renderer/components/+events/event.store.ts:51

+

Defined in src/renderer/components/+events/event.store.ts:51

diff --git a/latest/extensions/api/modules/_src_renderer_components__extensions_extensions_route_/index.html b/latest/extensions/api/modules/_src_renderer_components__extensions_extensions_route_/index.html index 10710b26ad..1998280ee9 100644 --- a/latest/extensions/api/modules/_src_renderer_components__extensions_extensions_route_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components__extensions_extensions_route_/index.html @@ -863,11 +863,11 @@

Variables#

extensionsURL#

Const extensionsURL: (Anonymous function) = buildURL(extensionsRoute.path)

-

Defined in src/renderer/components/+extensions/extensions.route.ts:8

+

Defined in src/renderer/components/+extensions/extensions.route.ts:8

Object literals#

extensionsRoute#

Const extensionsRoute: object

-

Defined in src/renderer/components/+extensions/extensions.route.ts:4

+

Defined in src/renderer/components/+extensions/extensions.route.ts:4

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/index.html b/latest/extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/index.html index 0942995d30..8586ad5faa 100644 --- a/latest/extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/index.html @@ -855,7 +855,7 @@

Object literals#

defaultProps#

Const defaultProps: object

-

Defined in src/renderer/components/+namespaces/namespace-select.tsx:22

+

Defined in src/renderer/components/+namespaces/namespace-select.tsx:22

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/index.html b/latest/extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/index.html index fd4352f1a3..28519d6cf8 100644 --- a/latest/extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/index.html @@ -843,7 +843,7 @@

Variables#

namespaceStore#

Const namespaceStore: NamespaceStore = new NamespaceStore()

-

Defined in src/renderer/components/+namespaces/namespace.store.ts:97

+

Defined in src/renderer/components/+namespaces/namespace.store.ts:97

diff --git a/latest/extensions/api/modules/_src_renderer_components__preferences_preferences_route_/index.html b/latest/extensions/api/modules/_src_renderer_components__preferences_preferences_route_/index.html index f380e643ce..9bb96ca06a 100644 --- a/latest/extensions/api/modules/_src_renderer_components__preferences_preferences_route_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components__preferences_preferences_route_/index.html @@ -863,11 +863,11 @@

Variables#

preferencesURL#

Const preferencesURL: (Anonymous function) = buildURL(preferencesRoute.path)

-

Defined in src/renderer/components/+preferences/preferences.route.ts:8

+

Defined in src/renderer/components/+preferences/preferences.route.ts:8

Object literals#

preferencesRoute#

Const preferencesRoute: object

-

Defined in src/renderer/components/+preferences/preferences.route.ts:4

+

Defined in src/renderer/components/+preferences/preferences.route.ts:4

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/index.html b/latest/extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/index.html index ad412553a8..5e9f5bdaa5 100644 --- a/latest/extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/index.html @@ -863,11 +863,11 @@

Variables#

whatsNewURL#

Const whatsNewURL: (Anonymous function) = buildURL(whatsNewRoute.path)

-

Defined in src/renderer/components/+whats-new/whats-new.route.ts:8

+

Defined in src/renderer/components/+whats-new/whats-new.route.ts:8

Object literals#

whatsNewRoute#

Const whatsNewRoute: object

-

Defined in src/renderer/components/+whats-new/whats-new.route.ts:4

+

Defined in src/renderer/components/+whats-new/whats-new.route.ts:4

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/index.html b/latest/extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/index.html index 22e8e030c4..52e3fa8800 100644 --- a/latest/extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/index.html @@ -843,7 +843,7 @@

Variables#

podsStore#

Const podsStore: PodsStore = new PodsStore()

-

Defined in src/renderer/components/+workloads-pods/pods.store.ts:78

+

Defined in src/renderer/components/+workloads-pods/pods.store.ts:78

diff --git a/latest/extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/index.html b/latest/extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/index.html index a76e312afb..2351313a4c 100644 --- a/latest/extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/index.html @@ -855,7 +855,7 @@

Object literals#

defaultProps#

Const defaultProps: object

-

Defined in src/renderer/components/ace-editor/ace-editor.tsx:27

+

Defined in src/renderer/components/ace-editor/ace-editor.tsx:27

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components_animate_animate_/index.html b/latest/extensions/api/modules/_src_renderer_components_animate_animate_/index.html index b52300fb6a..7acd919d2e 100644 --- a/latest/extensions/api/modules/_src_renderer_components_animate_animate_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_animate_animate_/index.html @@ -854,7 +854,7 @@

Type aliases#

AnimateName#

Ƭ AnimateName: \"opacity\" | \"slide-right\" | \"opacity-scale\" | string

-

Defined in src/renderer/components/animate/animate.tsx:7

+

Defined in src/renderer/components/animate/animate.tsx:7

diff --git a/latest/extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/index.html b/latest/extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/index.html index deb693f2d4..2c5ea5afc8 100644 --- a/latest/extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/index.html @@ -874,11 +874,11 @@

Variables#

clusterViewURL#

Const clusterViewURL: (Anonymous function) = buildURL\(clusterViewRoute.path)

-

Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:13

+

Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:13

Object literals#

clusterViewRoute#

Const clusterViewRoute: object

-

Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:8

+

Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:8

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components_dock_dock_store_/index.html b/latest/extensions/api/modules/_src_renderer_components_dock_dock_store_/index.html index 8f34d55d1e..8c6d4d7fcb 100644 --- a/latest/extensions/api/modules/_src_renderer_components_dock_dock_store_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_dock_dock_store_/index.html @@ -896,11 +896,11 @@

Type aliases#

TabId#

Ƭ TabId: string

-

Defined in src/renderer/components/dock/dock.store.ts:6

+

Defined in src/renderer/components/dock/dock.store.ts:6

Variables#

dockStore#

Const dockStore: DockStore = new DockStore()

-

Defined in src/renderer/components/dock/dock.store.ts:192

+

Defined in src/renderer/components/dock/dock.store.ts:192

diff --git a/latest/extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/index.html b/latest/extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/index.html index 386ad28794..382c2093a5 100644 --- a/latest/extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/index.html @@ -893,11 +893,11 @@

Variables#

editResourceStore#

Const editResourceStore: EditResourceStore = new EditResourceStore()

-

Defined in src/renderer/components/dock/edit-resource.store.ts:65

+

Defined in src/renderer/components/dock/edit-resource.store.ts:65

Functions#

editResourceTab#

editResourceTab(object: KubeObject, tabParams?: Partial\<IDockTab>): IDockTab

-

Defined in src/renderer/components/dock/edit-resource.store.ts:67

+

Defined in src/renderer/components/dock/edit-resource.store.ts:67

Parameters:

@@ -924,7 +924,7 @@

isEditResourceTab#

isEditResourceTab(tab: IDockTab): boolean

-

Defined in src/renderer/components/dock/edit-resource.store.ts:88

+

Defined in src/renderer/components/dock/edit-resource.store.ts:88

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/index.html b/latest/extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/index.html index 3c1119c3ee..4c78c6c6d0 100644 --- a/latest/extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/index.html @@ -940,23 +940,23 @@

Type aliases#

PodLogLine#

Ƭ PodLogLine: string

-

Defined in src/renderer/components/dock/pod-logs.store.ts:20

+

Defined in src/renderer/components/dock/pod-logs.store.ts:20


TabId#

Ƭ TabId: string

-

Defined in src/renderer/components/dock/pod-logs.store.ts:19

+

Defined in src/renderer/components/dock/pod-logs.store.ts:19

Variables#

logRange#

Const logRange: 500 = 500

-

Defined in src/renderer/components/dock/pod-logs.store.ts:23

+

Defined in src/renderer/components/dock/pod-logs.store.ts:23


podLogsStore#

Const podLogsStore: PodLogsStore = new PodLogsStore()

-

Defined in src/renderer/components/dock/pod-logs.store.ts:176

+

Defined in src/renderer/components/dock/pod-logs.store.ts:176

Functions#

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:

@@ -983,7 +983,7 @@

isPodLogsTab#

isPodLogsTab(tab: IDockTab): boolean

-

Defined in src/renderer/components/dock/pod-logs.store.ts:197

+

Defined in src/renderer/components/dock/pod-logs.store.ts:197

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_components_dock_terminal_store_/index.html b/latest/extensions/api/modules/_src_renderer_components_dock_terminal_store_/index.html index ed74f16549..e4495ab2eb 100644 --- a/latest/extensions/api/modules/_src_renderer_components_dock_terminal_store_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_dock_terminal_store_/index.html @@ -893,11 +893,11 @@

Variables#

terminalStore#

Const terminalStore: TerminalStore = new TerminalStore()

-

Defined in src/renderer/components/dock/terminal.store.ts:116

+

Defined in src/renderer/components/dock/terminal.store.ts:116

Functions#

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:

@@ -919,7 +919,7 @@

isTerminalTab#

isTerminalTab(tab: IDockTab): boolean

-

Defined in src/renderer/components/dock/terminal.store.ts:14

+

Defined in src/renderer/components/dock/terminal.store.ts:14

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_components_drawer_drawer_/index.html b/latest/extensions/api/modules/_src_renderer_components_drawer_drawer_/index.html index 415d34989a..bf09fc8020 100644 --- a/latest/extensions/api/modules/_src_renderer_components_drawer_drawer_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_drawer_drawer_/index.html @@ -854,7 +854,7 @@

Object literals#

defaultProps#

Const defaultProps: object

-

Defined in src/renderer/components/drawer/drawer.tsx:23

+

Defined in src/renderer/components/drawer/drawer.tsx:23

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/index.html b/latest/extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/index.html index f9be48375d..79b8264cd4 100644 --- a/latest/extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/index.html @@ -843,7 +843,7 @@

Functions#

DrawerItemLabels#

DrawerItemLabels(props: DrawerItemLabelsProps): Element

-

Defined in src/renderer/components/drawer/drawer-item-labels.tsx:9

+

Defined in src/renderer/components/drawer/drawer-item-labels.tsx:9

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_components_input_input_/index.html b/latest/extensions/api/modules/_src_renderer_components_input_input_/index.html index 80ac302b88..f278c30583 100644 --- a/latest/extensions/api/modules/_src_renderer_components_input_input_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_input_input_/index.html @@ -940,15 +940,15 @@

Type aliases#

InputElement#

Ƭ InputElement: HTMLInputElement | HTMLTextAreaElement

-

Defined in src/renderer/components/input/input.tsx:16

+

Defined in src/renderer/components/input/input.tsx:16


InputElementProps#

Ƭ InputElementProps: InputHTMLAttributes\<InputElement> & TextareaHTMLAttributes\<InputElement> & DOMAttributes\<InputElement>

-

Defined in src/renderer/components/input/input.tsx:17

+

Defined in src/renderer/components/input/input.tsx:17


InputProps#

Ƭ InputProps\: Omit\<InputElementProps, \"onChange\" | \"onSubmit\"> & { autoSelectOnFocus?: boolean ; className?: string ; contentRight?: string | React.ReactNode ; dirty?: boolean ; iconLeft?: string | React.ReactNode ; iconRight?: string | React.ReactNode ; maxRows?: number ; multiLine?: boolean ; showValidationLine?: boolean ; theme?: \"round-black\" ; validators?: InputValidator | InputValidator[] ; value?: T ; onChange?: (value: T, evt: ChangeEvent\<InputElement>) => void ; onSubmit?: (value: T) => void }

-

Defined in src/renderer/components/input/input.tsx:19

+

Defined in src/renderer/components/input/input.tsx:19

Type parameters:

@@ -967,15 +967,15 @@

Variables#

InputValidators#

InputValidators: InputValidators

-

Defined in src/renderer/components/input/input.tsx:13

+

Defined in src/renderer/components/input/input.tsx:13


conditionalValidators#

conditionalValidators: InputValidator[]

-

Defined in src/renderer/components/input/input.tsx:13

+

Defined in src/renderer/components/input/input.tsx:13

Object literals#

defaultProps#

Const defaultProps: object

-

Defined in src/renderer/components/input/input.tsx:45

+

Defined in src/renderer/components/input/input.tsx:45

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components_input_input_validators_/index.html b/latest/extensions/api/modules/_src_renderer_components_input_input_validators_/index.html index 944e3dafbd..3f3ac71caf 100644 --- a/latest/extensions/api/modules/_src_renderer_components_input_input_validators_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_input_input_validators_/index.html @@ -946,15 +946,15 @@

Variables#

conditionalValidators#

Const conditionalValidators: InputValidator[] = [ isRequired, isEmail, isNumber, isUrl, minLength, maxLength]

-

Defined in src/renderer/components/input/input_validators.ts:74

+

Defined in src/renderer/components/input/input_validators.ts:74


systemNameMatcher#

Const systemNameMatcher: RegExp = /^a-z0-9?(.a-z0-9?)*$/

-

Defined in src/renderer/components/input/input_validators.ts:63

+

Defined in src/renderer/components/input/input_validators.ts:63

Object literals#

accountId#

Const accountId: object

-

Defined in src/renderer/components/input/input_validators.ts:69

+

Defined in src/renderer/components/input/input_validators.ts:69

Properties:

@@ -980,7 +980,7 @@

isEmail#

Const isEmail: object

-

Defined in src/renderer/components/input/input_validators.ts:20

+

Defined in src/renderer/components/input/input_validators.ts:20

Properties:

@@ -1011,7 +1011,7 @@

isNumber#

Const isNumber: object

-

Defined in src/renderer/components/input/input_validators.ts:26

+

Defined in src/renderer/components/input/input_validators.ts:26

Properties:

@@ -1042,7 +1042,7 @@

isPath#

Const isPath: object

-

Defined in src/renderer/components/input/input_validators.ts:45

+

Defined in src/renderer/components/input/input_validators.ts:45

Properties:

@@ -1073,7 +1073,7 @@

isRequired#

Const isRequired: object

-

Defined in src/renderer/components/input/input_validators.ts:14

+

Defined in src/renderer/components/input/input_validators.ts:14

Properties:

@@ -1104,7 +1104,7 @@

isUrl#

Const isUrl: object

-

Defined in src/renderer/components/input/input_validators.ts:39

+

Defined in src/renderer/components/input/input_validators.ts:39

Properties:

@@ -1135,7 +1135,7 @@

maxLength#

Const maxLength: object

-

Defined in src/renderer/components/input/input_validators.ts:57

+

Defined in src/renderer/components/input/input_validators.ts:57

Properties:

@@ -1166,7 +1166,7 @@

minLength#

Const minLength: object

-

Defined in src/renderer/components/input/input_validators.ts:51

+

Defined in src/renderer/components/input/input_validators.ts:51

Properties:

@@ -1197,7 +1197,7 @@

systemName#

Const systemName: object

-

Defined in src/renderer/components/input/input_validators.ts:64

+

Defined in src/renderer/components/input/input_validators.ts:64

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components_input_search_input_/index.html b/latest/extensions/api/modules/_src_renderer_components_input_search_input_/index.html index a7d3e72ce1..76f945cf50 100644 --- a/latest/extensions/api/modules/_src_renderer_components_input_search_input_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_input_search_input_/index.html @@ -854,7 +854,7 @@

Object literals#

defaultProps#

Const defaultProps: object

-

Defined in src/renderer/components/input/search-input.tsx:17

+

Defined in src/renderer/components/input/search-input.tsx:17

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/index.html b/latest/extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/index.html index 37861e52ed..c90c00b21a 100644 --- a/latest/extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/index.html @@ -843,7 +843,7 @@

Functions#

FilterIcon#

FilterIcon(props: Props): Element

-

Defined in src/renderer/components/item-object-list/filter-icon.tsx:9

+

Defined in src/renderer/components/item-object-list/filter-icon.tsx:9

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/index.html b/latest/extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/index.html index c2cc3cc86a..697d035108 100644 --- a/latest/extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/index.html @@ -895,7 +895,7 @@

Type aliases#

ItemsFilter#

Ƭ ItemsFilter\: (items: T[]) => T[]

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:26

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:26

Type parameters:

@@ -916,7 +916,7 @@

SearchFilter#

Ƭ SearchFilter\: (item: T) => string | number | (string | number)[]

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:25

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:25

Type parameters:

@@ -937,7 +937,7 @@

Object literals#

defaultProps#

Const defaultProps: object

-

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:74

+

Defined in src/renderer/components/item-object-list/item-list-layout.tsx:74

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/index.html b/latest/extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/index.html index 28b6b916c6..cfe5de8150 100644 --- a/latest/extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/index.html @@ -865,7 +865,7 @@

Variables#

pageFilters#

Const pageFilters: PageFiltersStore = new PageFiltersStore()

-

Defined in src/renderer/components/item-object-list/page-filters.store.ts:117

+

Defined in src/renderer/components/item-object-list/page-filters.store.ts:117

diff --git a/latest/extensions/api/modules/_src_renderer_components_layout_page_layout_/index.html b/latest/extensions/api/modules/_src_renderer_components_layout_page_layout_/index.html index 6ea74e74b1..cb533ed091 100644 --- a/latest/extensions/api/modules/_src_renderer_components_layout_page_layout_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_layout_page_layout_/index.html @@ -854,7 +854,7 @@

Object literals#

defaultProps#

Const defaultProps: object

-

Defined in src/renderer/components/layout/page-layout.tsx:20

+

Defined in src/renderer/components/layout/page-layout.tsx:20

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components_layout_tab_layout_/index.html b/latest/extensions/api/modules/_src_renderer_components_layout_tab_layout_/index.html index 74ca618a1b..478f057964 100644 --- a/latest/extensions/api/modules/_src_renderer_components_layout_tab_layout_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_layout_tab_layout_/index.html @@ -844,7 +844,7 @@

Variables#

TabLayout#

Const 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

+

Defined in src/renderer/components/layout/tab-layout.tsx:22

diff --git a/latest/extensions/api/modules/_src_renderer_components_menu_menu_/index.html b/latest/extensions/api/modules/_src_renderer_components_menu_menu_/index.html index c165728850..66354e2fbf 100644 --- a/latest/extensions/api/modules/_src_renderer_components_menu_menu_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_menu_menu_/index.html @@ -959,15 +959,15 @@

Type aliases#

Ƭ MenuContextValue: Menu

-

Defined in src/renderer/components/menu/menu.tsx:11

+

Defined in src/renderer/components/menu/menu.tsx:11

Variables#

Const MenuContext: Context\<Menu> = React.createContext\(null)

-

Defined in src/renderer/components/menu/menu.tsx:10

+

Defined in src/renderer/components/menu/menu.tsx:10

Functions#

SubMenu(props: Partial\<MenuProps>): Element

-

Defined in src/renderer/components/menu/menu.tsx:258

+

Defined in src/renderer/components/menu/menu.tsx:258

Parameters:

@@ -987,7 +987,7 @@

Object literals#

defaultPropsMenu#

Const defaultPropsMenu: object

-

Defined in src/renderer/components/menu/menu.tsx:40

+

Defined in src/renderer/components/menu/menu.tsx:40

Properties:

@@ -1033,7 +1033,7 @@

defaultPropsMenuItem#

Const defaultPropsMenuItem: object

-

Defined in src/renderer/components/menu/menu.tsx:280

+

Defined in src/renderer/components/menu/menu.tsx:280

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components_no_items_no_items_/index.html b/latest/extensions/api/modules/_src_renderer_components_no_items_no_items_/index.html index 581d919810..ff328dfee6 100644 --- a/latest/extensions/api/modules/_src_renderer_components_no_items_no_items_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_no_items_no_items_/index.html @@ -843,7 +843,7 @@

Functions#

NoItems#

NoItems(props: Props): Element

-

Defined in src/renderer/components/no-items/no-items.tsx:12

+

Defined in src/renderer/components/no-items/no-items.tsx:12

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_components_notifications_notifications_store_/index.html b/latest/extensions/api/modules/_src_renderer_components_notifications_notifications_store_/index.html index 05161895de..88ad12c58f 100644 --- a/latest/extensions/api/modules/_src_renderer_components_notifications_notifications_store_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_notifications_notifications_store_/index.html @@ -904,15 +904,15 @@

Type aliases#

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

Variables#

notificationsStore#

Const notificationsStore: NotificationsStore = new NotificationsStore()

-

Defined in src/renderer/components/notifications/notifications.store.ts:67

+

Defined in src/renderer/components/notifications/notifications.store.ts:67

diff --git a/latest/extensions/api/modules/_src_renderer_components_radio_radio_/index.html b/latest/extensions/api/modules/_src_renderer_components_radio_radio_/index.html index f6cec59b88..00ab39c686 100644 --- a/latest/extensions/api/modules/_src_renderer_components_radio_radio_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_radio_radio_/index.html @@ -855,7 +855,7 @@

Type aliases#

RadioProps#

Ƭ RadioProps: HTMLProps\ & { checked?: boolean ; disabled?: boolean ; label?: React.ReactNode | any ; name?: string ; value?: any ; onChange?: (value: ChangeEvent\) => void }

-

Defined in src/renderer/components/radio/radio.tsx:38

+

Defined in src/renderer/components/radio/radio.tsx:38

diff --git a/latest/extensions/api/modules/_src_renderer_components_select_select_/index.html b/latest/extensions/api/modules/_src_renderer_components_select_select_/index.html index 787bd78b53..49df539c0e 100644 --- a/latest/extensions/api/modules/_src_renderer_components_select_select_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_select_select_/index.html @@ -856,7 +856,7 @@

Variables#

Menu: ComponentType\<MenuProps\>

-

Defined in src/renderer/components/select/select.tsx:13

+

Defined in src/renderer/components/select/select.tsx:13

diff --git a/latest/extensions/api/modules/_src_renderer_components_slider_slider_/index.html b/latest/extensions/api/modules/_src_renderer_components_slider_slider_/index.html index e9881a485b..59e0b370f1 100644 --- a/latest/extensions/api/modules/_src_renderer_components_slider_slider_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_slider_slider_/index.html @@ -854,7 +854,7 @@

Object literals#

defaultProps#

Const defaultProps: object

-

Defined in src/renderer/components/slider/slider.tsx:14

+

Defined in src/renderer/components/slider/slider.tsx:14

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components_table_table_/index.html b/latest/extensions/api/modules/_src_renderer_components_table_table_/index.html index 055994c875..bdcb32c66d 100644 --- a/latest/extensions/api/modules/_src_renderer_components_table_table_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_table_table_/index.html @@ -878,15 +878,15 @@

Type aliases#

TableOrderBy#

Ƭ TableOrderBy: \"asc\" | \"desc\" | string

-

Defined in src/renderer/components/table/table.tsx:18

+

Defined in src/renderer/components/table/table.tsx:18


TableSortBy#

Ƭ TableSortBy: string

-

Defined in src/renderer/components/table/table.tsx:17

+

Defined in src/renderer/components/table/table.tsx:17


TableSortCallback#

Ƭ TableSortCallback\: (data: D) => string | number | (string | number)[]

-

Defined in src/renderer/components/table/table.tsx:20

+

Defined in src/renderer/components/table/table.tsx:20

Type parameters:

@@ -905,7 +905,7 @@

TableSortParams#

Ƭ TableSortParams: { orderBy: TableOrderBy ; sortBy: TableSortBy }

-

Defined in src/renderer/components/table/table.tsx:19

+

Defined in src/renderer/components/table/table.tsx:19

Type declaration:

diff --git a/latest/extensions/api/modules/_src_renderer_components_table_table_cell_/index.html b/latest/extensions/api/modules/_src_renderer_components_table_table_cell_/index.html index ac2d461c80..dec88af3d2 100644 --- a/latest/extensions/api/modules/_src_renderer_components_table_table_cell_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_table_table_cell_/index.html @@ -854,7 +854,7 @@

Type aliases#

TableCellElem#

Ƭ TableCellElem: ReactElement\<TableCellProps>

-

Defined in src/renderer/components/table/table-cell.tsx:9

+

Defined in src/renderer/components/table/table-cell.tsx:9

diff --git a/latest/extensions/api/modules/_src_renderer_components_table_table_head_/index.html b/latest/extensions/api/modules/_src_renderer_components_table_table_head_/index.html index bb60f83687..889178ab7c 100644 --- a/latest/extensions/api/modules/_src_renderer_components_table_table_head_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_table_table_head_/index.html @@ -854,7 +854,7 @@

Type aliases#

TableHeadElem#

Ƭ TableHeadElem: ReactElement\<TableHeadProps>

-

Defined in src/renderer/components/table/table-head.tsx:6

+

Defined in src/renderer/components/table/table-head.tsx:6

diff --git a/latest/extensions/api/modules/_src_renderer_components_table_table_row_/index.html b/latest/extensions/api/modules/_src_renderer_components_table_table_row_/index.html index 06465f1dc5..0c4cec78f1 100644 --- a/latest/extensions/api/modules/_src_renderer_components_table_table_row_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_table_table_row_/index.html @@ -854,7 +854,7 @@

Type aliases#

TableRowElem#

Ƭ TableRowElem: ReactElement\<TableRowProps>

-

Defined in src/renderer/components/table/table-row.tsx:7

+

Defined in src/renderer/components/table/table-row.tsx:7

diff --git a/latest/extensions/api/modules/_src_renderer_components_tabs_tabs_/index.html b/latest/extensions/api/modules/_src_renderer_components_tabs_tabs_/index.html index 5f124bc9ac..c1334e50cb 100644 --- a/latest/extensions/api/modules/_src_renderer_components_tabs_tabs_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_tabs_tabs_/index.html @@ -888,7 +888,7 @@

Type aliases#

Omit#

Ƭ Omit\: Pick\>

-

Defined in src/renderer/components/tabs/tabs.tsx:15

+

Defined in src/renderer/components/tabs/tabs.tsx:15

Type parameters:

@@ -911,7 +911,7 @@

Variables#

TabsContext#

Const TabsContext: Context\<TabsContextValue\> = React.createContext\({})

-

Defined in src/renderer/components/tabs/tabs.tsx:6

+

Defined in src/renderer/components/tabs/tabs.tsx:6

diff --git a/latest/extensions/api/modules/_src_renderer_components_tooltip_tooltip_/index.html b/latest/extensions/api/modules/_src_renderer_components_tooltip_tooltip_/index.html index 3262fa28ac..0257d20b37 100644 --- a/latest/extensions/api/modules/_src_renderer_components_tooltip_tooltip_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_tooltip_tooltip_/index.html @@ -866,7 +866,7 @@

Object literals#

defaultProps#

Const defaultProps: object

-

Defined in src/renderer/components/tooltip/tooltip.tsx:41

+

Defined in src/renderer/components/tooltip/tooltip.tsx:41

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/index.html b/latest/extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/index.html index 957fb422ee..30cd9928cb 100644 --- a/latest/extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/index.html @@ -843,7 +843,7 @@

Functions#

withTooltip#

withTooltip\(Target: T): T

-

Defined in src/renderer/components/tooltip/withTooltip.tsx:18

+

Defined in src/renderer/components/tooltip/withTooltip.tsx:18

Type parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/index.html b/latest/extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/index.html index 86004d30d5..fc1d3eb69b 100644 --- a/latest/extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/index.html +++ b/latest/extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/index.html @@ -888,11 +888,11 @@

Variables#

Row#

Const Row: (Anonymous function) = observer((props: RowProps) => { const { index, style, data } = props; const { items, getRow } = data; const item = items[index]; const uid = typeof item == "string" ? index : items[index].getId(); const row = getRow(uid); if (!row) return null; return React.cloneElement(row, { style: Object.assign({}, row.props.style, style) });})

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:126

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:126

Object literals#

defaultProps#

Const defaultProps: object

-

Defined in src/renderer/components/virtual-list/virtual-list.tsx:34

+

Defined in src/renderer/components/virtual-list/virtual-list.tsx:34

Properties:

diff --git a/latest/extensions/api/modules/_src_renderer_i18n_/index.html b/latest/extensions/api/modules/_src_renderer_i18n_/index.html index aac497e538..776a346b7c 100644 --- a/latest/extensions/api/modules/_src_renderer_i18n_/index.html +++ b/latest/extensions/api/modules/_src_renderer_i18n_/index.html @@ -870,15 +870,15 @@

Variables#

_i18n#

Const _i18n: I18n = setupI18n({ missing: (message, id) => { // console.warn('Missing localization:', message, id); return id; }})

-

Defined in src/renderer/i18n.ts:15

+

Defined in src/renderer/i18n.ts:15


i18nStore#

Const i18nStore: LocalizationStore = new LocalizationStore()

-

Defined in src/renderer/i18n.ts:57

+

Defined in src/renderer/i18n.ts:57


plurals#

Const plurals: Record\ = require('make-plural/plurals')

-

Defined in src/renderer/i18n.ts:7

+

Defined in src/renderer/i18n.ts:7

diff --git a/latest/extensions/api/modules/_src_renderer_navigation_/index.html b/latest/extensions/api/modules/_src_renderer_navigation_/index.html index 3a790eff56..717074f60a 100644 --- a/latest/extensions/api/modules/_src_renderer_navigation_/index.html +++ b/latest/extensions/api/modules/_src_renderer_navigation_/index.html @@ -962,20 +962,20 @@

Variables#

history#

Const history: History\<{}> = typeof window !== "undefined" ? createBrowserHistory() : createMemoryHistory()

-

Defined in src/renderer/navigation.ts:11

+

Defined in src/renderer/navigation.ts:11


Const navigation: IObservableHistory\<{}> = createObservableHistory(history)

-

Defined in src/renderer/navigation.ts:12

+

Defined in src/renderer/navigation.ts:12

Functions#

getDetails#

getDetails(): string

-

Defined in src/renderer/navigation.ts:47

+

Defined in src/renderer/navigation.ts:47

Returns: string


getDetailsUrl#

getDetailsUrl(details: string): string

-

Defined in src/renderer/navigation.ts:55

+

Defined in src/renderer/navigation.ts:55

Parameters:

@@ -995,12 +995,12 @@

getMatchedClusterId#

getMatchedClusterId(): string

-

Defined in src/renderer/navigation.ts:84

+

Defined in src/renderer/navigation.ts:84

Returns: string


getQueryString#

getQueryString(params?: Partial\<IQueryParams>, merge?: boolean): string

-

Defined in src/renderer/navigation.ts:32

+

Defined in src/renderer/navigation.ts:32

Parameters:

@@ -1027,22 +1027,22 @@

getSearch#

getSearch(): string

-

Defined in src/renderer/navigation.ts:80

+

Defined in src/renderer/navigation.ts:80

Returns: string


getSelectedDetails#

getSelectedDetails(): string

-

Defined in src/renderer/navigation.ts:51

+

Defined in src/renderer/navigation.ts:51

Returns: string


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:

@@ -1062,7 +1062,7 @@

setQueryParams#

setQueryParams\(params?: T & IQueryParams, __namedParameters?: { merge: boolean = true; replace: boolean = false }): void

-

Defined in src/renderer/navigation.ts:42

+

Defined in src/renderer/navigation.ts:42

Type parameters:

@@ -1102,7 +1102,7 @@

setSearch#

setSearch(text: string): void

-

Defined in src/renderer/navigation.ts:74

+

Defined in src/renderer/navigation.ts:74

Parameters:

@@ -1122,7 +1122,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/extensions/api/modules/_src_renderer_theme_store_/index.html b/latest/extensions/api/modules/_src_renderer_theme_store_/index.html index ed4fb1264e..e8224d5043 100644 --- a/latest/extensions/api/modules/_src_renderer_theme_store_/index.html +++ b/latest/extensions/api/modules/_src_renderer_theme_store_/index.html @@ -896,11 +896,11 @@

Type aliases#

ThemeId#

Ƭ ThemeId: string

-

Defined in src/renderer/theme.store.ts:6

+

Defined in src/renderer/theme.store.ts:6

Variables#

themeStore#

Const themeStore: ThemeStore = new ThemeStore()

-

Defined in src/renderer/theme.store.ts:102

+

Defined in src/renderer/theme.store.ts:103

diff --git a/latest/extensions/api/modules/_src_renderer_utils_cancelablefetch_/index.html b/latest/extensions/api/modules/_src_renderer_utils_cancelablefetch_/index.html index 3a766b8edf..4c309a8af5 100644 --- a/latest/extensions/api/modules/_src_renderer_utils_cancelablefetch_/index.html +++ b/latest/extensions/api/modules/_src_renderer_utils_cancelablefetch_/index.html @@ -844,7 +844,7 @@

Functions#

cancelableFetch#

cancelableFetch(reqInfo: RequestInfo, reqInit?: RequestInit): CancelablePromise\

-

Defined in src/renderer/utils/cancelableFetch.ts:15

+

Defined in src/renderer/utils/cancelableFetch.ts:15

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_utils_convertcpu_/index.html b/latest/extensions/api/modules/_src_renderer_utils_convertcpu_/index.html index 96f8d80503..d95a9e0800 100644 --- a/latest/extensions/api/modules/_src_renderer_utils_convertcpu_/index.html +++ b/latest/extensions/api/modules/_src_renderer_utils_convertcpu_/index.html @@ -879,19 +879,19 @@

Variables#

million#

Const million: number = thousand * thousand

-

Defined in src/renderer/utils/convertCpu.ts:4

+

Defined in src/renderer/utils/convertCpu.ts:4


shortBillion#

Const shortBillion: number = thousand * million

-

Defined in src/renderer/utils/convertCpu.ts:5

+

Defined in src/renderer/utils/convertCpu.ts:5


thousand#

Const thousand: 1000 = 1000

-

Defined in src/renderer/utils/convertCpu.ts:3

+

Defined in src/renderer/utils/convertCpu.ts:3

Functions#

cpuUnitsToNumber#

cpuUnitsToNumber(cpu: string): number

-

Defined in src/renderer/utils/convertCpu.ts:7

+

Defined in src/renderer/utils/convertCpu.ts:7

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_utils_convertmemory_/index.html b/latest/extensions/api/modules/_src_renderer_utils_convertmemory_/index.html index 92d178c198..ebc8be6417 100644 --- a/latest/extensions/api/modules/_src_renderer_utils_convertmemory_/index.html +++ b/latest/extensions/api/modules/_src_renderer_utils_convertmemory_/index.html @@ -879,15 +879,15 @@

Variables#

base#

Const base: 1024 = 1024

-

Defined in src/renderer/utils/convertMemory.ts:3

+

Defined in src/renderer/utils/convertMemory.ts:3


suffixes#

Const suffixes: string[] = ['K', 'M', 'G', 'T', 'P', 'E']

-

Defined in src/renderer/utils/convertMemory.ts:4

+

Defined in src/renderer/utils/convertMemory.ts:4

Functions#

bytesToUnits#

bytesToUnits(bytes: number, precision?: number): string

-

Defined in src/renderer/utils/convertMemory.ts:18

+

Defined in src/renderer/utils/convertMemory.ts:18

Parameters:

@@ -914,7 +914,7 @@

unitsToBytes#

unitsToBytes(value: string): number

-

Defined in src/renderer/utils/convertMemory.ts:6

+

Defined in src/renderer/utils/convertMemory.ts:6

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_utils_copytoclipboard_/index.html b/latest/extensions/api/modules/_src_renderer_utils_copytoclipboard_/index.html index e56d9b082b..1873c028e2 100644 --- a/latest/extensions/api/modules/_src_renderer_utils_copytoclipboard_/index.html +++ b/latest/extensions/api/modules/_src_renderer_utils_copytoclipboard_/index.html @@ -840,7 +840,7 @@

Functions#

copyToClipboard#

copyToClipboard(elem: HTMLElement, resetSelection?: boolean): boolean

-

Defined in src/renderer/utils/copyToClipboard.ts:3

+

Defined in src/renderer/utils/copyToClipboard.ts:3

Parameters:

@@ -867,7 +867,7 @@

isSelectable#

isSelectable(elem: HTMLElement): elem is HTMLInputElement

-

Defined in src/renderer/utils/copyToClipboard.ts:19

+

Defined in src/renderer/utils/copyToClipboard.ts:19

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_utils_createstorage_/index.html b/latest/extensions/api/modules/_src_renderer_utils_createstorage_/index.html index a32a72ac1b..caf0fb20cf 100644 --- a/latest/extensions/api/modules/_src_renderer_utils_createstorage_/index.html +++ b/latest/extensions/api/modules/_src_renderer_utils_createstorage_/index.html @@ -854,7 +854,7 @@

Functions#

createStorage#

createStorage\(key: string, defaultValue?: T, options?: IStorageHelperOptions): StorageHelper\

-

Defined in src/renderer/utils/createStorage.ts:8

+

Defined in src/renderer/utils/createStorage.ts:8

Type parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_utils_cssnames_/index.html b/latest/extensions/api/modules/_src_renderer_utils_cssnames_/index.html index 9f8ad5fae9..61b204e903 100644 --- a/latest/extensions/api/modules/_src_renderer_utils_cssnames_/index.html +++ b/latest/extensions/api/modules/_src_renderer_utils_cssnames_/index.html @@ -871,15 +871,15 @@

Type aliases#

IClassName#

Ƭ IClassName: string | string[] | IClassNameMap

-

Defined in src/renderer/utils/cssNames.ts:3

+

Defined in src/renderer/utils/cssNames.ts:3


IClassNameMap#

Ƭ IClassNameMap: { [className:string]: boolean | any; }

-

Defined in src/renderer/utils/cssNames.ts:4

+

Defined in src/renderer/utils/cssNames.ts:4

Functions#

cssNames#

cssNames(...args: IClassName[]): string

-

Defined in src/renderer/utils/cssNames.ts:8

+

Defined in src/renderer/utils/cssNames.ts:8

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_utils_cssvar_/index.html b/latest/extensions/api/modules/_src_renderer_utils_cssvar_/index.html index f0a93b205b..d4a41f6ca0 100644 --- a/latest/extensions/api/modules/_src_renderer_utils_cssvar_/index.html +++ b/latest/extensions/api/modules/_src_renderer_utils_cssvar_/index.html @@ -832,7 +832,7 @@

Functions#

cssVar#

cssVar(elem: HTMLElement): object

-

Defined in src/renderer/utils/cssVar.ts:3

+

Defined in src/renderer/utils/cssVar.ts:3

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_utils_downloadfile_/index.html b/latest/extensions/api/modules/_src_renderer_utils_downloadfile_/index.html index 8e41736e35..6994733a77 100644 --- a/latest/extensions/api/modules/_src_renderer_utils_downloadfile_/index.html +++ b/latest/extensions/api/modules/_src_renderer_utils_downloadfile_/index.html @@ -832,7 +832,7 @@

Functions#

downloadFile#

downloadFile(filename: string, contents: any, type: string): void

-

Defined in src/renderer/utils/downloadFile.ts:1

+

Defined in src/renderer/utils/downloadFile.ts:1

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_utils_formatduration_/index.html b/latest/extensions/api/modules/_src_renderer_utils_formatduration_/index.html index d18c66e31e..0fac649bca 100644 --- a/latest/extensions/api/modules/_src_renderer_utils_formatduration_/index.html +++ b/latest/extensions/api/modules/_src_renderer_utils_formatduration_/index.html @@ -863,11 +863,11 @@

Variables#

suffixes#

Const suffixes: string[] = ["w", "d", "h", "m", "s"]

-

Defined in src/renderer/utils/formatDuration.ts:3

+

Defined in src/renderer/utils/formatDuration.ts:3

Functions#

formatDuration#

formatDuration(timeValue: number, compact: boolean): string

-

Defined in src/renderer/utils/formatDuration.ts:10

+

Defined in src/renderer/utils/formatDuration.ts:10

This function formats durations in a more human readable form.

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_utils_index_/index.html b/latest/extensions/api/modules/_src_renderer_utils_index_/index.html index 35a2eda963..6088fdf510 100644 --- a/latest/extensions/api/modules/_src_renderer_utils_index_/index.html +++ b/latest/extensions/api/modules/_src_renderer_utils_index_/index.html @@ -1226,11 +1226,11 @@

Variables#

isElectron#

Const isElectron: boolean = !!navigator.userAgent.match(/Electron/)

-

Defined in src/renderer/utils/index.ts:4

+

Defined in src/renderer/utils/index.ts:4


noop#

Const noop: any = Function()

-

Defined in src/renderer/utils/index.ts:3

+

Defined in src/renderer/utils/index.ts:3

diff --git a/latest/extensions/api/modules/_src_renderer_utils_interval_/index.html b/latest/extensions/api/modules/_src_renderer_utils_interval_/index.html index 0e11c471fd..854cbf934d 100644 --- a/latest/extensions/api/modules/_src_renderer_utils_interval_/index.html +++ b/latest/extensions/api/modules/_src_renderer_utils_interval_/index.html @@ -863,11 +863,11 @@

Type aliases#

IntervalCallback#

Ƭ IntervalCallback: (count: number) => void

-

Defined in src/renderer/utils/interval.ts:3

+

Defined in src/renderer/utils/interval.ts:3

Functions#

interval#

interval(timeSec?: number, callback: IntervalCallback, autoRun?: boolean): object

-

Defined in src/renderer/utils/interval.ts:5

+

Defined in src/renderer/utils/interval.ts:5

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_utils_isreactnode_/index.html b/latest/extensions/api/modules/_src_renderer_utils_isreactnode_/index.html index bc6d6b1fd5..3fa392fed4 100644 --- a/latest/extensions/api/modules/_src_renderer_utils_isreactnode_/index.html +++ b/latest/extensions/api/modules/_src_renderer_utils_isreactnode_/index.html @@ -832,7 +832,7 @@

Functions#

isReactNode#

isReactNode(node: ReactNode): node is ReactNode

-

Defined in src/renderer/utils/isReactNode.ts:4

+

Defined in src/renderer/utils/isReactNode.ts:4

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_utils_metricunitstonumber_/index.html b/latest/extensions/api/modules/_src_renderer_utils_metricunitstonumber_/index.html index 5a022722e6..abcc086011 100644 --- a/latest/extensions/api/modules/_src_renderer_utils_metricunitstonumber_/index.html +++ b/latest/extensions/api/modules/_src_renderer_utils_metricunitstonumber_/index.html @@ -871,15 +871,15 @@

Variables#

base#

Const base: 1000 = 1000

-

Defined in src/renderer/utils/metricUnitsToNumber.ts:1

+

Defined in src/renderer/utils/metricUnitsToNumber.ts:1


suffixes#

Const suffixes: string[] = ["k", "m", "g", "t", "q"]

-

Defined in src/renderer/utils/metricUnitsToNumber.ts:2

+

Defined in src/renderer/utils/metricUnitsToNumber.ts:2

Functions#

metricUnitsToNumber#

metricUnitsToNumber(value: string): number

-

Defined in src/renderer/utils/metricUnitsToNumber.ts:4

+

Defined in src/renderer/utils/metricUnitsToNumber.ts:4

Parameters:

diff --git a/latest/extensions/api/modules/_src_renderer_utils_prevdefault_/index.html b/latest/extensions/api/modules/_src_renderer_utils_prevdefault_/index.html index ac33d6748a..5a1ec9a20a 100644 --- a/latest/extensions/api/modules/_src_renderer_utils_prevdefault_/index.html +++ b/latest/extensions/api/modules/_src_renderer_utils_prevdefault_/index.html @@ -840,7 +840,7 @@

Functions#

prevDefault#

prevDefault\(callback: (evt: E) => any): (Anonymous function)

-

Defined in src/renderer/utils/prevDefault.ts:15

+

Defined in src/renderer/utils/prevDefault.ts:15

Type parameters:

@@ -875,7 +875,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/search/search_index.json b/latest/search/search_index.json index 10d074c53a..1b1efe3376 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 Globals @k8slens/extensions # Index # Modules # \"package\" \"src/common/base-store\" \"src/common/cluster-ipc\" \"src/common/cluster-store\" \"src/common/custom-errors\" \"src/common/event-bus\" \"src/common/event-emitter\" \"src/common/ipc\" \"src/common/kube-helpers\" \"src/common/prometheus-providers\" \"src/common/rbac\" \"src/common/request\" \"src/common/search-store\" \"src/common/user-store\" \"src/common/utils/app-version\" \"src/common/utils/autobind\" \"src/common/utils/base64\" \"src/common/utils/buildUrl\" \"src/common/utils/camelCase\" \"src/common/utils/cloneJson\" \"src/common/utils/debouncePromise\" \"src/common/utils/defineGlobal\" \"src/common/utils/getRandId\" \"src/common/utils/index\" \"src/common/utils/openExternal\" \"src/common/utils/saveToAppFiles\" \"src/common/utils/singleton\" \"src/common/utils/splitArray\" \"src/common/vars\" \"src/common/workspace-store\" \"src/extensions/cluster-feature\" \"src/extensions/core-api/app\" \"src/extensions/core-api/cluster-feature\" \"src/extensions/core-api/event-bus\" \"src/extensions/core-api/index\" \"src/extensions/core-api/stores\" \"src/extensions/core-api/utils\" \"src/extensions/extension-api\" \"src/extensions/extension-loader\" \"src/extensions/extension-manager\" \"src/extensions/extension-store\" \"src/extensions/extensions-store\" \"src/extensions/lens-extension\" \"src/extensions/lens-main-extension\" \"src/extensions/lens-renderer-extension\" \"src/extensions/registries/app-preference-registry\" \"src/extensions/registries/base-registry\" \"src/extensions/registries/cluster-feature-registry\" \"src/extensions/registries/index\" \"src/extensions/registries/kube-object-detail-registry\" \"src/extensions/registries/kube-object-menu-registry\" \"src/extensions/registries/menu-registry\" \"src/extensions/registries/page-registry\" \"src/extensions/registries/status-bar-registry\" \"src/extensions/renderer-api/components\" \"src/extensions/renderer-api/index\" \"src/extensions/renderer-api/k8s-api\" \"src/extensions/renderer-api/navigation\" \"src/main/app-updater\" \"src/main/cluster\" \"src/main/cluster-detectors/base-cluster-detector\" \"src/main/cluster-detectors/cluster-id-detector\" \"src/main/cluster-detectors/detector-registry\" \"src/main/cluster-detectors/distribution-detector\" \"src/main/cluster-detectors/last-seen-detector\" \"src/main/cluster-detectors/nodes-count-detector\" \"src/main/cluster-detectors/version-detector\" \"src/main/context-handler\" \"src/main/helm/helm-chart-manager\" \"src/main/helm/helm-cli\" \"src/main/helm/helm-release-manager\" \"src/main/helm/helm-repo-manager\" \"src/main/helm/helm-service\" \"src/main/kube-auth-proxy\" \"src/main/kubeconfig-manager\" \"src/main/kubectl\" \"src/main/lens-api\" \"src/main/lens-binary\" \"src/main/logger\" \"src/main/menu\" \"src/main/port\" \"src/main/prometheus/helm\" \"src/main/prometheus/lens\" \"src/main/prometheus/operator\" \"src/main/prometheus/provider-registry\" \"src/main/prometheus/stacklight\" \"src/main/promise-exec\" \"src/main/resource-applier\" \"src/main/router\" \"src/main/routes/helm-route\" \"src/main/routes/index\" \"src/main/routes/kubeconfig-route\" \"src/main/routes/metrics-route\" \"src/main/routes/port-forward-route\" \"src/main/routes/resource-applier-route\" \"src/main/routes/watch-route\" \"src/main/tray\" \"src/main/window-manager\" \"src/migrations/cluster-store/2.0.0-beta.2\" \"src/migrations/cluster-store/2.4.1\" \"src/migrations/cluster-store/2.6.0-beta.2\" \"src/migrations/cluster-store/2.6.0-beta.3\" \"src/migrations/cluster-store/2.7.0-beta.0\" \"src/migrations/cluster-store/2.7.0-beta.1\" \"src/migrations/cluster-store/3.6.0-beta.1\" \"src/migrations/cluster-store/index\" \"src/migrations/cluster-store/snap\" \"src/migrations/migration-wrapper\" \"src/migrations/user-store/2.1.0-beta.4\" \"src/migrations/user-store/index\" \"src/renderer/api/api-manager\" \"src/renderer/api/endpoints/cluster-role-binding.api\" \"src/renderer/api/endpoints/cluster-role.api\" \"src/renderer/api/endpoints/cluster.api\" \"src/renderer/api/endpoints/configmap.api\" \"src/renderer/api/endpoints/crd.api\" \"src/renderer/api/endpoints/cron-job.api\" \"src/renderer/api/endpoints/daemon-set.api\" \"src/renderer/api/endpoints/deployment.api\" \"src/renderer/api/endpoints/endpoint.api\" \"src/renderer/api/endpoints/events.api\" \"src/renderer/api/endpoints/hpa.api\" \"src/renderer/api/endpoints/index\" \"src/renderer/api/endpoints/ingress.api\" \"src/renderer/api/endpoints/job.api\" \"src/renderer/api/endpoints/metrics.api\" \"src/renderer/api/endpoints/namespaces.api\" \"src/renderer/api/endpoints/network-policy.api\" \"src/renderer/api/endpoints/nodes.api\" \"src/renderer/api/endpoints/persistent-volume-claims.api\" \"src/renderer/api/endpoints/persistent-volume.api\" \"src/renderer/api/endpoints/pod-metrics.api\" \"src/renderer/api/endpoints/poddisruptionbudget.api\" \"src/renderer/api/endpoints/pods.api\" \"src/renderer/api/endpoints/podsecuritypolicy.api\" \"src/renderer/api/endpoints/replica-set.api\" \"src/renderer/api/endpoints/resource-applier.api\" \"src/renderer/api/endpoints/resource-quota.api\" \"src/renderer/api/endpoints/role-binding.api\" \"src/renderer/api/endpoints/role.api\" \"src/renderer/api/endpoints/secret.api\" \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\" \"src/renderer/api/endpoints/service-accounts.api\" \"src/renderer/api/endpoints/service.api\" \"src/renderer/api/endpoints/stateful-set.api\" \"src/renderer/api/endpoints/storage-class.api\" \"src/renderer/api/index\" \"src/renderer/api/json-api\" \"src/renderer/api/kube-api\" \"src/renderer/api/kube-api-parse\" \"src/renderer/api/kube-api-versioned\" \"src/renderer/api/kube-json-api\" \"src/renderer/api/kube-object\" \"src/renderer/api/kube-object-detail-registry\" \"src/renderer/api/kube-watch-api\" \"src/renderer/api/terminal-api\" \"src/renderer/api/websocket-api\" \"src/renderer/api/workload-kube-object\" \"src/renderer/components/+add-cluster/add-cluster.route\" \"src/renderer/components/+cluster-settings/cluster-settings.route\" \"src/renderer/components/+custom-resources/crd-details\" \"src/renderer/components/+custom-resources/crd-list\" \"src/renderer/components/+custom-resources/crd-resource-details\" \"src/renderer/components/+custom-resources/crd-resource.store\" \"src/renderer/components/+custom-resources/crd-resources\" \"src/renderer/components/+custom-resources/crd.route\" \"src/renderer/components/+custom-resources/crd.store\" \"src/renderer/components/+custom-resources/index\" \"src/renderer/components/+events/event.store\" \"src/renderer/components/+events/kube-event-details\" \"src/renderer/components/+extensions/extensions.route\" \"src/renderer/components/+namespaces/namespace-select\" \"src/renderer/components/+namespaces/namespace.store\" \"src/renderer/components/+preferences/preferences.route\" \"src/renderer/components/+whats-new/whats-new.route\" \"src/renderer/components/+workloads-pods/pods.store\" \"src/renderer/components/ace-editor/ace-editor\" \"src/renderer/components/ace-editor/index\" \"src/renderer/components/add-remove-buttons/add-remove-buttons\" \"src/renderer/components/add-remove-buttons/index\" \"src/renderer/components/animate/animate\" \"src/renderer/components/animate/index\" \"src/renderer/components/badge/badge\" \"src/renderer/components/badge/index\" \"src/renderer/components/button/button\" \"src/renderer/components/button/index\" \"src/renderer/components/checkbox/checkbox\" \"src/renderer/components/checkbox/index\" \"src/renderer/components/cluster-manager/cluster-view.route\" \"src/renderer/components/confirm-dialog/confirm-dialog\" \"src/renderer/components/confirm-dialog/index\" \"src/renderer/components/dialog/dialog\" \"src/renderer/components/dialog/index\" \"src/renderer/components/dock/dock-tab.store\" \"src/renderer/components/dock/dock.store\" \"src/renderer/components/dock/edit-resource.store\" \"src/renderer/components/dock/pod-logs.store\" \"src/renderer/components/dock/terminal\" \"src/renderer/components/dock/terminal.store\" \"src/renderer/components/drawer/drawer\" \"src/renderer/components/drawer/drawer-item\" \"src/renderer/components/drawer/drawer-item-labels\" \"src/renderer/components/drawer/drawer-param-toggler\" \"src/renderer/components/drawer/drawer-title\" \"src/renderer/components/drawer/index\" \"src/renderer/components/error-boundary/error-boundary\" \"src/renderer/components/error-boundary/index\" \"src/renderer/components/icon/icon\" \"src/renderer/components/icon/index\" \"src/renderer/components/input/file-input\" \"src/renderer/components/input/index\" \"src/renderer/components/input/input\" \"src/renderer/components/input/input_validators\" \"src/renderer/components/input/search-input\" \"src/renderer/components/input/search-input-url\" \"src/renderer/components/item-object-list/filter-icon\" \"src/renderer/components/item-object-list/item-list-layout\" \"src/renderer/components/item-object-list/page-filters-list\" \"src/renderer/components/item-object-list/page-filters-select\" \"src/renderer/components/item-object-list/page-filters.store\" \"src/renderer/components/kube-object/index\" \"src/renderer/components/kube-object/kube-object-details\" \"src/renderer/components/kube-object/kube-object-list-layout\" \"src/renderer/components/kube-object/kube-object-menu\" \"src/renderer/components/kube-object/kube-object-meta\" \"src/renderer/components/layout/page-layout\" \"src/renderer/components/layout/tab-layout\" \"src/renderer/components/layout/wizard-layout\" \"src/renderer/components/line-progress/index\" \"src/renderer/components/line-progress/line-progress\" \"src/renderer/components/menu/index\" \"src/renderer/components/menu/menu\" \"src/renderer/components/menu/menu-actions\" \"src/renderer/components/no-items/index\" \"src/renderer/components/no-items/no-items\" \"src/renderer/components/notifications/index\" \"src/renderer/components/notifications/notifications\" \"src/renderer/components/notifications/notifications.store\" \"src/renderer/components/radio/index\" \"src/renderer/components/radio/radio\" \"src/renderer/components/select/index\" \"src/renderer/components/select/select\" \"src/renderer/components/slider/index\" \"src/renderer/components/slider/slider\" \"src/renderer/components/spinner/cube-spinner\" \"src/renderer/components/spinner/index\" \"src/renderer/components/spinner/spinner\" \"src/renderer/components/status-brick/index\" \"src/renderer/components/status-brick/status-brick\" \"src/renderer/components/stepper/index\" \"src/renderer/components/stepper/stepper\" \"src/renderer/components/table/index\" \"src/renderer/components/table/table\" \"src/renderer/components/table/table-cell\" \"src/renderer/components/table/table-head\" \"src/renderer/components/table/table-row\" \"src/renderer/components/tabs/index\" \"src/renderer/components/tabs/tabs\" \"src/renderer/components/tooltip/index\" \"src/renderer/components/tooltip/tooltip\" \"src/renderer/components/tooltip/withTooltip\" \"src/renderer/components/virtual-list/index\" \"src/renderer/components/virtual-list/virtual-list\" \"src/renderer/i18n\" \"src/renderer/item.store\" \"src/renderer/kube-object.store\" \"src/renderer/navigation\" \"src/renderer/theme.store\" \"src/renderer/utils/cancelableFetch\" \"src/renderer/utils/convertCpu\" \"src/renderer/utils/convertMemory\" \"src/renderer/utils/copyToClipboard\" \"src/renderer/utils/createStorage\" \"src/renderer/utils/cssNames\" \"src/renderer/utils/cssVar\" \"src/renderer/utils/downloadFile\" \"src/renderer/utils/formatDuration\" \"src/renderer/utils/index\" \"src/renderer/utils/interval\" \"src/renderer/utils/isReactNode\" \"src/renderer/utils/metricUnitsToNumber\" \"src/renderer/utils/prevDefault\"","title":"Index"},{"location":"extensions/api/#k8slensextensions","text":"","title":"@k8slens/extensions"},{"location":"extensions/api/#index","text":"","title":"Index"},{"location":"extensions/api/#modules","text":"\"package\" \"src/common/base-store\" \"src/common/cluster-ipc\" \"src/common/cluster-store\" \"src/common/custom-errors\" \"src/common/event-bus\" \"src/common/event-emitter\" \"src/common/ipc\" \"src/common/kube-helpers\" \"src/common/prometheus-providers\" \"src/common/rbac\" \"src/common/request\" \"src/common/search-store\" \"src/common/user-store\" \"src/common/utils/app-version\" \"src/common/utils/autobind\" \"src/common/utils/base64\" \"src/common/utils/buildUrl\" \"src/common/utils/camelCase\" \"src/common/utils/cloneJson\" \"src/common/utils/debouncePromise\" \"src/common/utils/defineGlobal\" \"src/common/utils/getRandId\" \"src/common/utils/index\" \"src/common/utils/openExternal\" \"src/common/utils/saveToAppFiles\" \"src/common/utils/singleton\" \"src/common/utils/splitArray\" \"src/common/vars\" \"src/common/workspace-store\" \"src/extensions/cluster-feature\" \"src/extensions/core-api/app\" \"src/extensions/core-api/cluster-feature\" \"src/extensions/core-api/event-bus\" \"src/extensions/core-api/index\" \"src/extensions/core-api/stores\" \"src/extensions/core-api/utils\" \"src/extensions/extension-api\" \"src/extensions/extension-loader\" \"src/extensions/extension-manager\" \"src/extensions/extension-store\" \"src/extensions/extensions-store\" \"src/extensions/lens-extension\" \"src/extensions/lens-main-extension\" \"src/extensions/lens-renderer-extension\" \"src/extensions/registries/app-preference-registry\" \"src/extensions/registries/base-registry\" \"src/extensions/registries/cluster-feature-registry\" \"src/extensions/registries/index\" \"src/extensions/registries/kube-object-detail-registry\" \"src/extensions/registries/kube-object-menu-registry\" \"src/extensions/registries/menu-registry\" \"src/extensions/registries/page-registry\" \"src/extensions/registries/status-bar-registry\" \"src/extensions/renderer-api/components\" \"src/extensions/renderer-api/index\" \"src/extensions/renderer-api/k8s-api\" \"src/extensions/renderer-api/navigation\" \"src/main/app-updater\" \"src/main/cluster\" \"src/main/cluster-detectors/base-cluster-detector\" \"src/main/cluster-detectors/cluster-id-detector\" \"src/main/cluster-detectors/detector-registry\" \"src/main/cluster-detectors/distribution-detector\" \"src/main/cluster-detectors/last-seen-detector\" \"src/main/cluster-detectors/nodes-count-detector\" \"src/main/cluster-detectors/version-detector\" \"src/main/context-handler\" \"src/main/helm/helm-chart-manager\" \"src/main/helm/helm-cli\" \"src/main/helm/helm-release-manager\" \"src/main/helm/helm-repo-manager\" \"src/main/helm/helm-service\" \"src/main/kube-auth-proxy\" \"src/main/kubeconfig-manager\" \"src/main/kubectl\" \"src/main/lens-api\" \"src/main/lens-binary\" \"src/main/logger\" \"src/main/menu\" \"src/main/port\" \"src/main/prometheus/helm\" \"src/main/prometheus/lens\" \"src/main/prometheus/operator\" \"src/main/prometheus/provider-registry\" \"src/main/prometheus/stacklight\" \"src/main/promise-exec\" \"src/main/resource-applier\" \"src/main/router\" \"src/main/routes/helm-route\" \"src/main/routes/index\" \"src/main/routes/kubeconfig-route\" \"src/main/routes/metrics-route\" \"src/main/routes/port-forward-route\" \"src/main/routes/resource-applier-route\" \"src/main/routes/watch-route\" \"src/main/tray\" \"src/main/window-manager\" \"src/migrations/cluster-store/2.0.0-beta.2\" \"src/migrations/cluster-store/2.4.1\" \"src/migrations/cluster-store/2.6.0-beta.2\" \"src/migrations/cluster-store/2.6.0-beta.3\" \"src/migrations/cluster-store/2.7.0-beta.0\" \"src/migrations/cluster-store/2.7.0-beta.1\" \"src/migrations/cluster-store/3.6.0-beta.1\" \"src/migrations/cluster-store/index\" \"src/migrations/cluster-store/snap\" \"src/migrations/migration-wrapper\" \"src/migrations/user-store/2.1.0-beta.4\" \"src/migrations/user-store/index\" \"src/renderer/api/api-manager\" \"src/renderer/api/endpoints/cluster-role-binding.api\" \"src/renderer/api/endpoints/cluster-role.api\" \"src/renderer/api/endpoints/cluster.api\" \"src/renderer/api/endpoints/configmap.api\" \"src/renderer/api/endpoints/crd.api\" \"src/renderer/api/endpoints/cron-job.api\" \"src/renderer/api/endpoints/daemon-set.api\" \"src/renderer/api/endpoints/deployment.api\" \"src/renderer/api/endpoints/endpoint.api\" \"src/renderer/api/endpoints/events.api\" \"src/renderer/api/endpoints/hpa.api\" \"src/renderer/api/endpoints/index\" \"src/renderer/api/endpoints/ingress.api\" \"src/renderer/api/endpoints/job.api\" \"src/renderer/api/endpoints/metrics.api\" \"src/renderer/api/endpoints/namespaces.api\" \"src/renderer/api/endpoints/network-policy.api\" \"src/renderer/api/endpoints/nodes.api\" \"src/renderer/api/endpoints/persistent-volume-claims.api\" \"src/renderer/api/endpoints/persistent-volume.api\" \"src/renderer/api/endpoints/pod-metrics.api\" \"src/renderer/api/endpoints/poddisruptionbudget.api\" \"src/renderer/api/endpoints/pods.api\" \"src/renderer/api/endpoints/podsecuritypolicy.api\" \"src/renderer/api/endpoints/replica-set.api\" \"src/renderer/api/endpoints/resource-applier.api\" \"src/renderer/api/endpoints/resource-quota.api\" \"src/renderer/api/endpoints/role-binding.api\" \"src/renderer/api/endpoints/role.api\" \"src/renderer/api/endpoints/secret.api\" \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\" \"src/renderer/api/endpoints/service-accounts.api\" \"src/renderer/api/endpoints/service.api\" \"src/renderer/api/endpoints/stateful-set.api\" \"src/renderer/api/endpoints/storage-class.api\" \"src/renderer/api/index\" \"src/renderer/api/json-api\" \"src/renderer/api/kube-api\" \"src/renderer/api/kube-api-parse\" \"src/renderer/api/kube-api-versioned\" \"src/renderer/api/kube-json-api\" \"src/renderer/api/kube-object\" \"src/renderer/api/kube-object-detail-registry\" \"src/renderer/api/kube-watch-api\" \"src/renderer/api/terminal-api\" \"src/renderer/api/websocket-api\" \"src/renderer/api/workload-kube-object\" \"src/renderer/components/+add-cluster/add-cluster.route\" \"src/renderer/components/+cluster-settings/cluster-settings.route\" \"src/renderer/components/+custom-resources/crd-details\" \"src/renderer/components/+custom-resources/crd-list\" \"src/renderer/components/+custom-resources/crd-resource-details\" \"src/renderer/components/+custom-resources/crd-resource.store\" \"src/renderer/components/+custom-resources/crd-resources\" \"src/renderer/components/+custom-resources/crd.route\" \"src/renderer/components/+custom-resources/crd.store\" \"src/renderer/components/+custom-resources/index\" \"src/renderer/components/+events/event.store\" \"src/renderer/components/+events/kube-event-details\" \"src/renderer/components/+extensions/extensions.route\" \"src/renderer/components/+namespaces/namespace-select\" \"src/renderer/components/+namespaces/namespace.store\" \"src/renderer/components/+preferences/preferences.route\" \"src/renderer/components/+whats-new/whats-new.route\" \"src/renderer/components/+workloads-pods/pods.store\" \"src/renderer/components/ace-editor/ace-editor\" \"src/renderer/components/ace-editor/index\" \"src/renderer/components/add-remove-buttons/add-remove-buttons\" \"src/renderer/components/add-remove-buttons/index\" \"src/renderer/components/animate/animate\" \"src/renderer/components/animate/index\" \"src/renderer/components/badge/badge\" \"src/renderer/components/badge/index\" \"src/renderer/components/button/button\" \"src/renderer/components/button/index\" \"src/renderer/components/checkbox/checkbox\" \"src/renderer/components/checkbox/index\" \"src/renderer/components/cluster-manager/cluster-view.route\" \"src/renderer/components/confirm-dialog/confirm-dialog\" \"src/renderer/components/confirm-dialog/index\" \"src/renderer/components/dialog/dialog\" \"src/renderer/components/dialog/index\" \"src/renderer/components/dock/dock-tab.store\" \"src/renderer/components/dock/dock.store\" \"src/renderer/components/dock/edit-resource.store\" \"src/renderer/components/dock/pod-logs.store\" \"src/renderer/components/dock/terminal\" \"src/renderer/components/dock/terminal.store\" \"src/renderer/components/drawer/drawer\" \"src/renderer/components/drawer/drawer-item\" \"src/renderer/components/drawer/drawer-item-labels\" \"src/renderer/components/drawer/drawer-param-toggler\" \"src/renderer/components/drawer/drawer-title\" \"src/renderer/components/drawer/index\" \"src/renderer/components/error-boundary/error-boundary\" \"src/renderer/components/error-boundary/index\" \"src/renderer/components/icon/icon\" \"src/renderer/components/icon/index\" \"src/renderer/components/input/file-input\" \"src/renderer/components/input/index\" \"src/renderer/components/input/input\" \"src/renderer/components/input/input_validators\" \"src/renderer/components/input/search-input\" \"src/renderer/components/input/search-input-url\" \"src/renderer/components/item-object-list/filter-icon\" \"src/renderer/components/item-object-list/item-list-layout\" \"src/renderer/components/item-object-list/page-filters-list\" \"src/renderer/components/item-object-list/page-filters-select\" \"src/renderer/components/item-object-list/page-filters.store\" \"src/renderer/components/kube-object/index\" \"src/renderer/components/kube-object/kube-object-details\" \"src/renderer/components/kube-object/kube-object-list-layout\" \"src/renderer/components/kube-object/kube-object-menu\" \"src/renderer/components/kube-object/kube-object-meta\" \"src/renderer/components/layout/page-layout\" \"src/renderer/components/layout/tab-layout\" \"src/renderer/components/layout/wizard-layout\" \"src/renderer/components/line-progress/index\" \"src/renderer/components/line-progress/line-progress\" \"src/renderer/components/menu/index\" \"src/renderer/components/menu/menu\" \"src/renderer/components/menu/menu-actions\" \"src/renderer/components/no-items/index\" \"src/renderer/components/no-items/no-items\" \"src/renderer/components/notifications/index\" \"src/renderer/components/notifications/notifications\" \"src/renderer/components/notifications/notifications.store\" \"src/renderer/components/radio/index\" \"src/renderer/components/radio/radio\" \"src/renderer/components/select/index\" \"src/renderer/components/select/select\" \"src/renderer/components/slider/index\" \"src/renderer/components/slider/slider\" \"src/renderer/components/spinner/cube-spinner\" \"src/renderer/components/spinner/index\" \"src/renderer/components/spinner/spinner\" \"src/renderer/components/status-brick/index\" \"src/renderer/components/status-brick/status-brick\" \"src/renderer/components/stepper/index\" \"src/renderer/components/stepper/stepper\" \"src/renderer/components/table/index\" \"src/renderer/components/table/table\" \"src/renderer/components/table/table-cell\" \"src/renderer/components/table/table-head\" \"src/renderer/components/table/table-row\" \"src/renderer/components/tabs/index\" \"src/renderer/components/tabs/tabs\" \"src/renderer/components/tooltip/index\" \"src/renderer/components/tooltip/tooltip\" \"src/renderer/components/tooltip/withTooltip\" \"src/renderer/components/virtual-list/index\" \"src/renderer/components/virtual-list/virtual-list\" \"src/renderer/i18n\" \"src/renderer/item.store\" \"src/renderer/kube-object.store\" \"src/renderer/navigation\" \"src/renderer/theme.store\" \"src/renderer/utils/cancelableFetch\" \"src/renderer/utils/convertCpu\" \"src/renderer/utils/convertMemory\" \"src/renderer/utils/copyToClipboard\" \"src/renderer/utils/createStorage\" \"src/renderer/utils/cssNames\" \"src/renderer/utils/cssVar\" \"src/renderer/utils/downloadFile\" \"src/renderer/utils/formatDuration\" \"src/renderer/utils/index\" \"src/renderer/utils/interval\" \"src/renderer/utils/isReactNode\" \"src/renderer/utils/metricUnitsToNumber\" \"src/renderer/utils/prevDefault\"","title":"Modules"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/","text":"@k8slens/extensions Globals / \"src/common/base-store\" / BaseStore Class: BaseStore\\ # Type parameters # Name Default T any Hierarchy # Singleton \u21b3 BaseStore \u21b3\u21b3 WorkspaceStore \u21b3\u21b3 ClusterStore \u21b3\u21b3 UserStore \u21b3\u21b3 ExtensionsStore \u21b3\u21b3 ExtensionStore Index # Constructors # constructor Properties # data isLoaded params storeConfig syncDisposers whenLoaded Accessors # name path syncChannel Methods # applyWithoutSync cwd disableSync enableSync fromStore getSubFrames init load onModelChange onSync onSyncFromMain saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance Constructors # constructor # + Protected new BaseStore ( params : BaseStoreParams ): BaseStore Defined in src/common/base-store.ts:24 Parameters: Name Type params BaseStoreParams Returns: BaseStore Properties # data # \u2022 data : T = {} as T Defined in src/common/base-store.ts:24 isLoaded # \u2022 isLoaded : boolean = false Defined in src/common/base-store.ts:23 params # \u2022 Protected params : BaseStoreParams Defined in src/common/base-store.ts:26 storeConfig # \u2022 Protected storeConfig : Config\\ Defined in src/common/base-store.ts:19 syncDisposers # \u2022 Protected syncDisposers : Function[] = [] Defined in src/common/base-store.ts:20 whenLoaded # \u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Defined in src/common/base-store.ts:22 Accessors # name # \u2022 get name (): string Defined in src/common/base-store.ts:36 Returns: string path # \u2022 get path (): string Defined in src/common/base-store.ts:40 Returns: string syncChannel # \u2022 get syncChannel (): string Defined in src/common/base-store.ts:44 Returns: string Methods # applyWithoutSync # \u25b8 Protected applyWithoutSync ( callback : () => void): void Defined in src/common/base-store.ts:120 Parameters: Name Type callback () => void Returns: void cwd # \u25b8 Protected cwd (): string Defined in src/common/base-store.ts:71 Returns: string disableSync # \u25b8 disableSync (): void Defined in src/common/base-store.ts:115 Returns: void enableSync # \u25b8 enableSync (): void Defined in src/common/base-store.ts:83 Returns: void fromStore # \u25b8 Protected fromStore ( data : T): void Defined in src/common/base-store.ts:176 Parameters: Name Type data T Returns: void getSubFrames # \u25b8 Protected getSubFrames (): Promise \\ Defined in src/common/base-store.ts:164 Returns: Promise \\ init # \u25b8 Protected init (): Promise \\ Defined in src/common/base-store.ts:48 Returns: Promise \\ load # \u25b8 load (): Promise \\ Defined in src/common/base-store.ts:58 Returns: Promise \\ onModelChange # \u25b8 Protected onModelChange ( model : T): Promise \\ Defined in src/common/base-store.ts:135 Parameters: Name Type model T Returns: Promise \\ onSync # \u25b8 Protected onSync ( model : T): void Defined in src/common/base-store.ts:128 Parameters: Name Type model T Returns: void onSyncFromMain # \u25b8 Protected onSyncFromMain ( model : T): void Defined in src/common/base-store.ts:105 Parameters: Name Type model T Returns: void saveToFile # \u25b8 Protected saveToFile ( model : T): Promise \\ Defined in src/common/base-store.ts:75 Parameters: Name Type model T Returns: Promise \\ syncToWebViews # \u25b8 Protected syncToWebViews ( model : T): Promise \\ Defined in src/common/base-store.ts:146 Parameters: Name Type model T Returns: Promise \\ toJSON # \u25b8 toJSON (): T Defined in src/common/base-store.ts:182 Returns: T unregisterIpcListener # \u25b8 unregisterIpcListener (): void Defined in src/common/base-store.ts:111 Returns: void getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#class-basestore","text":"","title":"Class: BaseStore\\"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#hierarchy","text":"Singleton \u21b3 BaseStore \u21b3\u21b3 WorkspaceStore \u21b3\u21b3 ClusterStore \u21b3\u21b3 UserStore \u21b3\u21b3 ExtensionsStore \u21b3\u21b3 ExtensionStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#properties","text":"data isLoaded params storeConfig syncDisposers whenLoaded","title":"Properties"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#accessors","text":"name path syncChannel","title":"Accessors"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#methods","text":"applyWithoutSync cwd disableSync enableSync fromStore getSubFrames init load onModelChange onSync onSyncFromMain saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#constructor","text":"+ Protected new BaseStore ( params : BaseStoreParams ): BaseStore Defined in src/common/base-store.ts:24","title":"constructor"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#data","text":"\u2022 data : T = {} as T Defined in src/common/base-store.ts:24","title":"data"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#isloaded","text":"\u2022 isLoaded : boolean = false Defined in src/common/base-store.ts:23","title":"isLoaded"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#params","text":"\u2022 Protected params : BaseStoreParams Defined in src/common/base-store.ts:26","title":"params"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#storeconfig","text":"\u2022 Protected storeConfig : Config\\ Defined in src/common/base-store.ts:19","title":"storeConfig"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#syncdisposers","text":"\u2022 Protected syncDisposers : Function[] = [] Defined in src/common/base-store.ts:20","title":"syncDisposers"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#whenloaded","text":"\u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Defined in src/common/base-store.ts:22","title":"whenLoaded"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#name","text":"\u2022 get name (): string Defined in src/common/base-store.ts:36 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#path","text":"\u2022 get path (): string Defined in src/common/base-store.ts:40 Returns: string","title":"path"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#syncchannel","text":"\u2022 get syncChannel (): string Defined in src/common/base-store.ts:44 Returns: string","title":"syncChannel"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#applywithoutsync","text":"\u25b8 Protected applyWithoutSync ( callback : () => void): void Defined in src/common/base-store.ts:120","title":"applyWithoutSync"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#cwd","text":"\u25b8 Protected cwd (): string Defined in src/common/base-store.ts:71 Returns: string","title":"cwd"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#disablesync","text":"\u25b8 disableSync (): void Defined in src/common/base-store.ts:115 Returns: void","title":"disableSync"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#enablesync","text":"\u25b8 enableSync (): void Defined in src/common/base-store.ts:83 Returns: void","title":"enableSync"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#fromstore","text":"\u25b8 Protected fromStore ( data : T): void Defined in src/common/base-store.ts:176","title":"fromStore"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#getsubframes","text":"\u25b8 Protected getSubFrames (): Promise \\ Defined in src/common/base-store.ts:164 Returns: Promise \\","title":"getSubFrames"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#init","text":"\u25b8 Protected init (): Promise \\ Defined in src/common/base-store.ts:48 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#load","text":"\u25b8 load (): Promise \\ Defined in src/common/base-store.ts:58 Returns: Promise \\","title":"load"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#onmodelchange","text":"\u25b8 Protected onModelChange ( model : T): Promise \\ Defined in src/common/base-store.ts:135","title":"onModelChange"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#onsync","text":"\u25b8 Protected onSync ( model : T): void Defined in src/common/base-store.ts:128","title":"onSync"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#onsyncfrommain","text":"\u25b8 Protected onSyncFromMain ( model : T): void Defined in src/common/base-store.ts:105","title":"onSyncFromMain"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#savetofile","text":"\u25b8 Protected saveToFile ( model : T): Promise \\ Defined in src/common/base-store.ts:75","title":"saveToFile"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#synctowebviews","text":"\u25b8 Protected syncToWebViews ( model : T): Promise \\ Defined in src/common/base-store.ts:146","title":"syncToWebViews"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#tojson","text":"\u25b8 toJSON (): T Defined in src/common/base-store.ts:182 Returns: T","title":"toJSON"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void Defined in src/common/base-store.ts:111 Returns: void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#resetinstance","text":"\u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/","text":"@k8slens/extensions Globals / \"src/common/cluster-store\" / ClusterStore Class: ClusterStore # Hierarchy # BaseStore \\< ClusterStoreModel > \u21b3 ClusterStore Index # Properties # activeCluster clusters data isLoaded params removedClusters storeConfig syncDisposers whenLoaded Accessors # active activeClusterId clustersList enabledClustersList name path syncChannel Methods # addCluster addClusters applyWithoutSync cwd disableSync enableSync fromStore getById getByWorkspaceId getSubFrames hasClusters init isActive load onModelChange onSync onSyncFromMain pushState pushStateToViewsPeriodically registerIpcListener removeById removeByWorkspaceId removeCluster saveToFile setActive swapIconOrders syncToWebViews toJSON unregisterIpcListener embedCustomKubeConfig getCustomKubeConfigPath getInstance resetInstance Properties # activeCluster # \u2022 activeCluster : ClusterId Defined in src/common/cluster-store.ts:77 clusters # \u2022 clusters : ObservableMap\\ Cluster > = observable.map\\ () Defined in src/common/cluster-store.ts:79 data # \u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24 isLoaded # \u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23 params # \u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26 removedClusters # \u2022 removedClusters : ObservableMap\\ Cluster > = observable.map\\ () Defined in src/common/cluster-store.ts:78 storeConfig # \u2022 Protected storeConfig : Config\\< ClusterStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19 syncDisposers # \u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20 whenLoaded # \u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22 Accessors # active # \u2022 get active (): Cluster | null Defined in src/common/cluster-store.ts:131 Returns: Cluster | null activeClusterId # \u2022 get activeClusterId (): string Defined in src/common/cluster-store.ts:119 Returns: string clustersList # \u2022 get clustersList (): Cluster [] Defined in src/common/cluster-store.ts:123 Returns: Cluster [] enabledClustersList # \u2022 get enabledClustersList (): Cluster [] Defined in src/common/cluster-store.ts:127 Returns: Cluster [] name # \u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string path # \u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string syncChannel # \u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string Methods # addCluster # \u25b8 addCluster ( model : ClusterModel | Cluster ): Cluster Defined in src/common/cluster-store.ts:183 Parameters: Name Type model ClusterModel | Cluster Returns: Cluster addClusters # \u25b8 addClusters (... models : ClusterModel []): Cluster [] Defined in src/common/cluster-store.ts:173 Parameters: Name Type ...models ClusterModel [] Returns: Cluster [] applyWithoutSync # \u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120 Parameters: Name Type callback () => void Returns: void cwd # \u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string disableSync # \u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void enableSync # \u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void fromStore # \u25b8 Protected fromStore ( __namedParameters? : { activeCluster: string ; clusters: ClusterModel [] = [] }): void Overrides BaseStore . fromStore Defined in src/common/cluster-store.ts:221 Parameters: Name Type Default value __namedParameters { activeCluster: string ; clusters: ClusterModel [] = [] } {} Returns: void getById # \u25b8 getById ( id : ClusterId ): Cluster Defined in src/common/cluster-store.ts:162 Parameters: Name Type id ClusterId Returns: Cluster getByWorkspaceId # \u25b8 getByWorkspaceId ( workspaceId : string): Cluster [] Defined in src/common/cluster-store.ts:166 Parameters: Name Type workspaceId string Returns: Cluster [] getSubFrames # \u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\ hasClusters # \u25b8 hasClusters (): boolean Defined in src/common/cluster-store.ts:158 Returns: boolean init # \u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\ isActive # \u25b8 isActive ( id : ClusterId ): boolean Defined in src/common/cluster-store.ts:135 Parameters: Name Type id ClusterId Returns: boolean load # \u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\ onModelChange # \u25b8 Protected onModelChange ( model : ClusterStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135 Parameters: Name Type model ClusterStoreModel Returns: Promise \\ onSync # \u25b8 Protected onSync ( model : ClusterStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128 Parameters: Name Type model ClusterStoreModel Returns: void onSyncFromMain # \u25b8 Protected onSyncFromMain ( model : ClusterStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105 Parameters: Name Type model ClusterStoreModel Returns: void pushState # \u25b8 pushState (): void Defined in src/common/cluster-store.ts:113 Returns: void pushStateToViewsPeriodically # \u25b8 Protected pushStateToViewsPeriodically (): void Defined in src/common/cluster-store.ts:91 Returns: void registerIpcListener # \u25b8 registerIpcListener (): void Defined in src/common/cluster-store.ts:100 Returns: void removeById # \u25b8 removeById ( clusterId : ClusterId ): Promise \\ Defined in src/common/cluster-store.ts:198 Parameters: Name Type clusterId ClusterId Returns: Promise \\ removeByWorkspaceId # \u25b8 removeByWorkspaceId ( workspaceId : string): void Defined in src/common/cluster-store.ts:214 Parameters: Name Type workspaceId string Returns: void removeCluster # \u25b8 removeCluster ( model : ClusterModel ): Promise \\ Defined in src/common/cluster-store.ts:193 Parameters: Name Type model ClusterModel Returns: Promise \\ saveToFile # \u25b8 Protected saveToFile ( model : ClusterStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75 Parameters: Name Type model ClusterStoreModel Returns: Promise \\ setActive # \u25b8 setActive ( id : ClusterId ): void Defined in src/common/cluster-store.ts:140 Parameters: Name Type id ClusterId Returns: void swapIconOrders # \u25b8 swapIconOrders ( workspace : WorkspaceId , from : number, to : number): void Defined in src/common/cluster-store.ts:145 Parameters: Name Type workspace WorkspaceId from number to number Returns: void syncToWebViews # \u25b8 Protected syncToWebViews ( model : ClusterStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146 Parameters: Name Type model ClusterStoreModel Returns: Promise \\ toJSON # \u25b8 toJSON (): ClusterStoreModel Overrides BaseStore . toJSON Defined in src/common/cluster-store.ts:252 Returns: ClusterStoreModel unregisterIpcListener # \u25b8 unregisterIpcListener (): void Overrides BaseStore . unregisterIpcListener Defined in src/common/cluster-store.ts:108 Returns: void embedCustomKubeConfig # \u25b8 Static embedCustomKubeConfig ( clusterId : ClusterId , kubeConfig : KubeConfig | string): string Defined in src/common/cluster-store.ts:70 Parameters: Name Type clusterId ClusterId kubeConfig KubeConfig | string Returns: string getCustomKubeConfigPath # \u25b8 Static getCustomKubeConfigPath ( clusterId : ClusterId ): string Defined in src/common/cluster-store.ts:66 Parameters: Name Type clusterId ClusterId Returns: string getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#class-clusterstore","text":"","title":"Class: ClusterStore"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#hierarchy","text":"BaseStore \\< ClusterStoreModel > \u21b3 ClusterStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#properties","text":"activeCluster clusters data isLoaded params removedClusters storeConfig syncDisposers whenLoaded","title":"Properties"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#accessors","text":"active activeClusterId clustersList enabledClustersList name path syncChannel","title":"Accessors"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#methods","text":"addCluster addClusters applyWithoutSync cwd disableSync enableSync fromStore getById getByWorkspaceId getSubFrames hasClusters init isActive load onModelChange onSync onSyncFromMain pushState pushStateToViewsPeriodically registerIpcListener removeById removeByWorkspaceId removeCluster saveToFile setActive swapIconOrders syncToWebViews toJSON unregisterIpcListener embedCustomKubeConfig getCustomKubeConfigPath getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#activecluster","text":"\u2022 activeCluster : ClusterId Defined in src/common/cluster-store.ts:77","title":"activeCluster"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#clusters","text":"\u2022 clusters : ObservableMap\\ Cluster > = observable.map\\ () Defined in src/common/cluster-store.ts:79","title":"clusters"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#data","text":"\u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24","title":"data"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23","title":"isLoaded"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#params","text":"\u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26","title":"params"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#removedclusters","text":"\u2022 removedClusters : ObservableMap\\ Cluster > = observable.map\\ () Defined in src/common/cluster-store.ts:78","title":"removedClusters"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#storeconfig","text":"\u2022 Protected storeConfig : Config\\< ClusterStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19","title":"storeConfig"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#syncdisposers","text":"\u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20","title":"syncDisposers"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#whenloaded","text":"\u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22","title":"whenLoaded"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#active","text":"\u2022 get active (): Cluster | null Defined in src/common/cluster-store.ts:131 Returns: Cluster | null","title":"active"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#activeclusterid","text":"\u2022 get activeClusterId (): string Defined in src/common/cluster-store.ts:119 Returns: string","title":"activeClusterId"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#clusterslist","text":"\u2022 get clustersList (): Cluster [] Defined in src/common/cluster-store.ts:123 Returns: Cluster []","title":"clustersList"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#enabledclusterslist","text":"\u2022 get enabledClustersList (): Cluster [] Defined in src/common/cluster-store.ts:127 Returns: Cluster []","title":"enabledClustersList"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#name","text":"\u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#path","text":"\u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string","title":"path"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#syncchannel","text":"\u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string","title":"syncChannel"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#addcluster","text":"\u25b8 addCluster ( model : ClusterModel | Cluster ): Cluster Defined in src/common/cluster-store.ts:183","title":"addCluster"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#addclusters","text":"\u25b8 addClusters (... models : ClusterModel []): Cluster [] Defined in src/common/cluster-store.ts:173","title":"addClusters"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#applywithoutsync","text":"\u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120","title":"applyWithoutSync"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#cwd","text":"\u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string","title":"cwd"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#disablesync","text":"\u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void","title":"disableSync"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#enablesync","text":"\u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void","title":"enableSync"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#fromstore","text":"\u25b8 Protected fromStore ( __namedParameters? : { activeCluster: string ; clusters: ClusterModel [] = [] }): void Overrides BaseStore . fromStore Defined in src/common/cluster-store.ts:221","title":"fromStore"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#getbyid","text":"\u25b8 getById ( id : ClusterId ): Cluster Defined in src/common/cluster-store.ts:162","title":"getById"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#getbyworkspaceid","text":"\u25b8 getByWorkspaceId ( workspaceId : string): Cluster [] Defined in src/common/cluster-store.ts:166","title":"getByWorkspaceId"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#getsubframes","text":"\u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\","title":"getSubFrames"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#hasclusters","text":"\u25b8 hasClusters (): boolean Defined in src/common/cluster-store.ts:158 Returns: boolean","title":"hasClusters"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#init","text":"\u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#isactive","text":"\u25b8 isActive ( id : ClusterId ): boolean Defined in src/common/cluster-store.ts:135","title":"isActive"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#load","text":"\u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\","title":"load"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#onmodelchange","text":"\u25b8 Protected onModelChange ( model : ClusterStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135","title":"onModelChange"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#onsync","text":"\u25b8 Protected onSync ( model : ClusterStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128","title":"onSync"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#onsyncfrommain","text":"\u25b8 Protected onSyncFromMain ( model : ClusterStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105","title":"onSyncFromMain"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#pushstate","text":"\u25b8 pushState (): void Defined in src/common/cluster-store.ts:113 Returns: void","title":"pushState"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#pushstatetoviewsperiodically","text":"\u25b8 Protected pushStateToViewsPeriodically (): void Defined in src/common/cluster-store.ts:91 Returns: void","title":"pushStateToViewsPeriodically"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#registeripclistener","text":"\u25b8 registerIpcListener (): void Defined in src/common/cluster-store.ts:100 Returns: void","title":"registerIpcListener"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#removebyid","text":"\u25b8 removeById ( clusterId : ClusterId ): Promise \\ Defined in src/common/cluster-store.ts:198","title":"removeById"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#removebyworkspaceid","text":"\u25b8 removeByWorkspaceId ( workspaceId : string): void Defined in src/common/cluster-store.ts:214","title":"removeByWorkspaceId"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#removecluster","text":"\u25b8 removeCluster ( model : ClusterModel ): Promise \\ Defined in src/common/cluster-store.ts:193","title":"removeCluster"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#savetofile","text":"\u25b8 Protected saveToFile ( model : ClusterStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75","title":"saveToFile"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#setactive","text":"\u25b8 setActive ( id : ClusterId ): void Defined in src/common/cluster-store.ts:140","title":"setActive"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#swapiconorders","text":"\u25b8 swapIconOrders ( workspace : WorkspaceId , from : number, to : number): void Defined in src/common/cluster-store.ts:145","title":"swapIconOrders"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#synctowebviews","text":"\u25b8 Protected syncToWebViews ( model : ClusterStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146","title":"syncToWebViews"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#tojson","text":"\u25b8 toJSON (): ClusterStoreModel Overrides BaseStore . toJSON Defined in src/common/cluster-store.ts:252 Returns: ClusterStoreModel","title":"toJSON"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void Overrides BaseStore . unregisterIpcListener Defined in src/common/cluster-store.ts:108 Returns: void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#embedcustomkubeconfig","text":"\u25b8 Static embedCustomKubeConfig ( clusterId : ClusterId , kubeConfig : KubeConfig | string): string Defined in src/common/cluster-store.ts:70","title":"embedCustomKubeConfig"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#getcustomkubeconfigpath","text":"\u25b8 Static getCustomKubeConfigPath ( clusterId : ClusterId ): string Defined in src/common/cluster-store.ts:66","title":"getCustomKubeConfigPath"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#resetinstance","text":"\u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/","text":"@k8slens/extensions Globals / \"src/common/custom-errors\" / ExecValidationNotFoundError Class: ExecValidationNotFoundError # Hierarchy # Error \u21b3 ExecValidationNotFoundError Index # Constructors # constructor Properties # message name stack Error Constructors # constructor # + new ExecValidationNotFoundError ( execPath : string, isAbsolute : boolean): ExecValidationNotFoundError Defined in src/common/custom-errors.ts:1 Parameters: Name Type execPath string isAbsolute boolean Returns: ExecValidationNotFoundError Properties # message # \u2022 message : string Inherited from ExecValidationNotFoundError . message Defined in node_modules/typescript/lib/lib.es5.d.ts:974 name # \u2022 name : string Inherited from ExecValidationNotFoundError . name Defined in node_modules/typescript/lib/lib.es5.d.ts:973 stack # \u2022 Optional stack : string Inherited from ExecValidationNotFoundError . stack Overrides ExecValidationNotFoundError . stack Defined in node_modules/typescript/lib/lib.es5.d.ts:975 Error # \u25aa Static Error : ErrorConstructor Defined in node_modules/typescript/lib/lib.es5.d.ts:984","title":"API Reference"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#class-execvalidationnotfounderror","text":"","title":"Class: ExecValidationNotFoundError"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#hierarchy","text":"Error \u21b3 ExecValidationNotFoundError","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#properties","text":"message name stack Error","title":"Properties"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#constructor","text":"+ new ExecValidationNotFoundError ( execPath : string, isAbsolute : boolean): ExecValidationNotFoundError Defined in src/common/custom-errors.ts:1","title":"constructor"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#message","text":"\u2022 message : string Inherited from ExecValidationNotFoundError . message Defined in node_modules/typescript/lib/lib.es5.d.ts:974","title":"message"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#name","text":"\u2022 name : string Inherited from ExecValidationNotFoundError . name Defined in node_modules/typescript/lib/lib.es5.d.ts:973","title":"name"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#stack","text":"\u2022 Optional stack : string Inherited from ExecValidationNotFoundError . stack Overrides ExecValidationNotFoundError . stack Defined in node_modules/typescript/lib/lib.es5.d.ts:975","title":"stack"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#error","text":"\u25aa Static Error : ErrorConstructor Defined in node_modules/typescript/lib/lib.es5.d.ts:984","title":"Error"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/","text":"@k8slens/extensions Globals / \"src/common/event-emitter\" / EventEmitter Class: EventEmitter\\ # Type parameters # Name Type D [any] Hierarchy # EventEmitter Index # Properties # listeners Methods # addListener emit removeAllListeners removeListener Properties # listeners # \u2022 Protected listeners : Map\\< Callback \\ , Options > = new Map\\ , Options>() Defined in src/common/event-emitter.ts:11 Methods # addListener # \u25b8 addListener ( callback : Callback \\ , options? : Options ): void Defined in src/common/event-emitter.ts:13 Parameters: Name Type Default value callback Callback \\ - options Options {} Returns: void emit # \u25b8 emit (... data : D): void Defined in src/common/event-emitter.ts:32 Parameters: Name Type ...data D Returns: void removeAllListeners # \u25b8 removeAllListeners (): void Defined in src/common/event-emitter.ts:28 Returns: void removeListener # \u25b8 removeListener ( callback : Callback \\ ): void Defined in src/common/event-emitter.ts:24 Parameters: Name Type callback Callback \\ Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#class-eventemitter","text":"","title":"Class: EventEmitter\\"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#type-parameters","text":"Name Type D [any]","title":"Type parameters"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#hierarchy","text":"EventEmitter","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#properties","text":"listeners","title":"Properties"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#methods","text":"addListener emit removeAllListeners removeListener","title":"Methods"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#listeners","text":"\u2022 Protected listeners : Map\\< Callback \\ , Options > = new Map\\ , Options>() Defined in src/common/event-emitter.ts:11","title":"listeners"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#addlistener","text":"\u25b8 addListener ( callback : Callback \\ , options? : Options ): void Defined in src/common/event-emitter.ts:13","title":"addListener"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#emit","text":"\u25b8 emit (... data : D): void Defined in src/common/event-emitter.ts:32","title":"emit"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#removealllisteners","text":"\u25b8 removeAllListeners (): void Defined in src/common/event-emitter.ts:28 Returns: void","title":"removeAllListeners"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#removelistener","text":"\u25b8 removeListener ( callback : Callback \\ ): void Defined in src/common/event-emitter.ts:24","title":"removeListener"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/","text":"@k8slens/extensions Globals / \"src/common/search-store\" / SearchStore Class: SearchStore # Hierarchy # SearchStore Index # Properties # activeOverlayIndex occurrences searchQuery Accessors # activeFind activeOverlayLine totalFinds Methods # escapeRegex findOccurences getNextOverlay getPrevOverlay isActiveOverlay onSearch reset setNextOverlayActive setPrevOverlayActive Properties # activeOverlayIndex # \u2022 activeOverlayIndex : number = -1 Defined in src/common/search-store.ts:7 occurrences # \u2022 occurrences : number[] = [] Defined in src/common/search-store.ts:6 searchQuery # \u2022 searchQuery : string = \"\" Defined in src/common/search-store.ts:5 Accessors # activeFind # \u2022 get activeFind (): number Defined in src/common/search-store.ts:91 Returns: number activeOverlayLine # \u2022 get activeOverlayLine (): number Defined in src/common/search-store.ts:87 Gets line index of where active overlay is located Returns: number A line index within the text/logs array totalFinds # \u2022 get totalFinds (): number Defined in src/common/search-store.ts:95 Returns: number Methods # escapeRegex # \u25b8 escapeRegex ( value : string): string Defined in src/common/search-store.ts:114 An utility methods escaping user string to safely pass it into new Regex(variable) Parameters: Name Type Description value string Unescaped string Returns: string findOccurences # \u25b8 findOccurences ( text : string[], query : string): number[] Defined in src/common/search-store.ts:36 Does searching within text array, create a list of search keyword occurences. Each keyword \"occurency\" is saved as index of the the line where keyword founded Parameters: Name Type Description text string[] An array of any textual data (logs, for example) query string Search query from input Returns: number[] Array of line indexes [0, 0, 14, 17, 17, 17, 20...] getNextOverlay # \u25b8 getNextOverlay ( loopOver? : boolean): number Defined in src/common/search-store.ts:52 Getting next overlay index within the occurences array Parameters: Name Type Default value Description loopOver boolean false Allows to jump from last element to first Returns: number next overlay index getPrevOverlay # \u25b8 getPrevOverlay ( loopOver? : boolean): number Defined in src/common/search-store.ts:65 Getting previous overlay index within the occurences array of occurences Parameters: Name Type Default value Description loopOver boolean false Allows to jump from first element to last one Returns: number prev overlay index isActiveOverlay # \u25b8 isActiveOverlay ( line : number, occurence : number): boolean Defined in src/common/search-store.ts:105 Checks if overlay is active (to highlight it with orange background usually) Parameters: Name Type Description line number Index of the line where overlay is located occurence number Number of the overlay within one line Returns: boolean onSearch # \u25b8 onSearch ( text : string[], query? : string): void Defined in src/common/search-store.ts:15 Sets default activeOverlayIndex Parameters: Name Type Default value Description text string[] - An array of any textual data (logs, for example) query string this.searchQuery Search query from input Returns: void reset # \u25b8 reset (): void Defined in src/common/search-store.ts:119 Returns: void setNextOverlayActive # \u25b8 setNextOverlayActive (): void Defined in src/common/search-store.ts:74 Returns: void setPrevOverlayActive # \u25b8 setPrevOverlayActive (): void Defined in src/common/search-store.ts:79 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#class-searchstore","text":"","title":"Class: SearchStore"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#hierarchy","text":"SearchStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#properties","text":"activeOverlayIndex occurrences searchQuery","title":"Properties"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#accessors","text":"activeFind activeOverlayLine totalFinds","title":"Accessors"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#methods","text":"escapeRegex findOccurences getNextOverlay getPrevOverlay isActiveOverlay onSearch reset setNextOverlayActive setPrevOverlayActive","title":"Methods"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#activeoverlayindex","text":"\u2022 activeOverlayIndex : number = -1 Defined in src/common/search-store.ts:7","title":"activeOverlayIndex"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#occurrences","text":"\u2022 occurrences : number[] = [] Defined in src/common/search-store.ts:6","title":"occurrences"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#searchquery","text":"\u2022 searchQuery : string = \"\" Defined in src/common/search-store.ts:5","title":"searchQuery"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#activefind","text":"\u2022 get activeFind (): number Defined in src/common/search-store.ts:91 Returns: number","title":"activeFind"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#activeoverlayline","text":"\u2022 get activeOverlayLine (): number Defined in src/common/search-store.ts:87 Gets line index of where active overlay is located Returns: number A line index within the text/logs array","title":"activeOverlayLine"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#totalfinds","text":"\u2022 get totalFinds (): number Defined in src/common/search-store.ts:95 Returns: number","title":"totalFinds"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#escaperegex","text":"\u25b8 escapeRegex ( value : string): string Defined in src/common/search-store.ts:114 An utility methods escaping user string to safely pass it into new Regex(variable)","title":"escapeRegex"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#findoccurences","text":"\u25b8 findOccurences ( text : string[], query : string): number[] Defined in src/common/search-store.ts:36 Does searching within text array, create a list of search keyword occurences. Each keyword \"occurency\" is saved as index of the the line where keyword founded","title":"findOccurences"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#getnextoverlay","text":"\u25b8 getNextOverlay ( loopOver? : boolean): number Defined in src/common/search-store.ts:52 Getting next overlay index within the occurences array","title":"getNextOverlay"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#getprevoverlay","text":"\u25b8 getPrevOverlay ( loopOver? : boolean): number Defined in src/common/search-store.ts:65 Getting previous overlay index within the occurences array of occurences","title":"getPrevOverlay"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#isactiveoverlay","text":"\u25b8 isActiveOverlay ( line : number, occurence : number): boolean Defined in src/common/search-store.ts:105 Checks if overlay is active (to highlight it with orange background usually)","title":"isActiveOverlay"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#onsearch","text":"\u25b8 onSearch ( text : string[], query? : string): void Defined in src/common/search-store.ts:15 Sets default activeOverlayIndex","title":"onSearch"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#reset","text":"\u25b8 reset (): void Defined in src/common/search-store.ts:119 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#setnextoverlayactive","text":"\u25b8 setNextOverlayActive (): void Defined in src/common/search-store.ts:74 Returns: void","title":"setNextOverlayActive"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#setprevoverlayactive","text":"\u25b8 setPrevOverlayActive (): void Defined in src/common/search-store.ts:79 Returns: void","title":"setPrevOverlayActive"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/","text":"@k8slens/extensions Globals / \"src/common/user-store\" / UserStore Class: UserStore # Hierarchy # BaseStore \\< UserStoreModel > \u21b3 UserStore Index # Properties # data isLoaded kubeConfigPath lastSeenAppVersion newContexts params seenContexts storeConfig syncDisposers whenLoaded defaultTheme Accessors # isNewVersion name path syncChannel Methods # applyWithoutSync cwd disableSync enableSync fromStore getDefaultKubectlPath getSubFrames handleOnLoad init load markNewContextsAsSeen onModelChange onSync onSyncFromMain refreshNewContexts resetKubeConfigPath resetTheme saveLastSeenAppVersion saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance Object literals # preferences Properties # data # \u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24 isLoaded # \u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23 kubeConfigPath # \u2022 kubeConfigPath : string = kubeConfigDefaultPath Defined in src/common/user-store.ts:46 lastSeenAppVersion # \u2022 lastSeenAppVersion : string = \"0.0.0\" Defined in src/common/user-store.ts:45 newContexts # \u2022 newContexts : ObservableSet\\ = observable.set\\ () Defined in src/common/user-store.ts:48 params # \u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26 seenContexts # \u2022 seenContexts : ObservableSet\\ = observable.set\\ () Defined in src/common/user-store.ts:47 storeConfig # \u2022 Protected storeConfig : Config\\< UserStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19 syncDisposers # \u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20 whenLoaded # \u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22 defaultTheme # \u25aa Static Readonly defaultTheme : ThemeId = \"lens-dark\" Defined in src/common/user-store.ts:34 Accessors # isNewVersion # \u2022 get isNewVersion (): boolean Defined in src/common/user-store.ts:81 Returns: boolean name # \u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string path # \u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string syncChannel # \u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string Methods # applyWithoutSync # \u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120 Parameters: Name Type callback () => void Returns: void cwd # \u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string disableSync # \u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void enableSync # \u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void fromStore # \u25b8 Protected fromStore ( data? : Partial\\< UserStoreModel >): Promise \\ Overrides BaseStore . fromStore Defined in src/common/user-store.ts:133 Parameters: Name Type Default value data Partial\\< UserStoreModel > {} Returns: Promise \\ getDefaultKubectlPath # \u25b8 getDefaultKubectlPath (): string Defined in src/common/user-store.ts:128 Getting default directory to download kubectl binaries Returns: string string getSubFrames # \u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\ handleOnLoad # \u25b8 Protected handleOnLoad (): Promise \\ Defined in src/common/user-store.ts:59 Returns: Promise \\ init # \u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\ load # \u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\ markNewContextsAsSeen # \u25b8 markNewContextsAsSeen (): void Defined in src/common/user-store.ts:118 Returns: void onModelChange # \u25b8 Protected onModelChange ( model : UserStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135 Parameters: Name Type model UserStoreModel Returns: Promise \\ onSync # \u25b8 Protected onSync ( model : UserStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128 Parameters: Name Type model UserStoreModel Returns: void onSyncFromMain # \u25b8 Protected onSyncFromMain ( model : UserStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105 Parameters: Name Type model UserStoreModel Returns: void refreshNewContexts # \u25b8 Protected refreshNewContexts (): Promise \\ Defined in src/common/user-store.ts:101 Returns: Promise \\ resetKubeConfigPath # \u25b8 resetKubeConfigPath (): void Defined in src/common/user-store.ts:86 Returns: void resetTheme # \u25b8 resetTheme (): void Defined in src/common/user-store.ts:91 Returns: void saveLastSeenAppVersion # \u25b8 saveLastSeenAppVersion (): void Defined in src/common/user-store.ts:96 Returns: void saveToFile # \u25b8 Protected saveToFile ( model : UserStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75 Parameters: Name Type model UserStoreModel Returns: Promise \\ syncToWebViews # \u25b8 Protected syncToWebViews ( model : UserStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146 Parameters: Name Type model UserStoreModel Returns: Promise \\ toJSON # \u25b8 toJSON (): UserStoreModel Overrides BaseStore . toJSON Defined in src/common/user-store.ts:145 Returns: UserStoreModel unregisterIpcListener # \u25b8 unregisterIpcListener (): void Inherited from BaseStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void Object literals # preferences # \u25aa preferences : object Defined in src/common/user-store.ts:50 Properties: Name Type Value allowTelemetry true true allowUntrustedCAs false false colorTheme string UserStore.defaultTheme downloadKubectlBinaries true true downloadMirror string \"default\" openAtLogin true true","title":"API Reference"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#class-userstore","text":"","title":"Class: UserStore"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#hierarchy","text":"BaseStore \\< UserStoreModel > \u21b3 UserStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#properties","text":"data isLoaded kubeConfigPath lastSeenAppVersion newContexts params seenContexts storeConfig syncDisposers whenLoaded defaultTheme","title":"Properties"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#accessors","text":"isNewVersion name path syncChannel","title":"Accessors"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#methods","text":"applyWithoutSync cwd disableSync enableSync fromStore getDefaultKubectlPath getSubFrames handleOnLoad init load markNewContextsAsSeen onModelChange onSync onSyncFromMain refreshNewContexts resetKubeConfigPath resetTheme saveLastSeenAppVersion saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#object-literals","text":"preferences","title":"Object literals"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#data","text":"\u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24","title":"data"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23","title":"isLoaded"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#kubeconfigpath","text":"\u2022 kubeConfigPath : string = kubeConfigDefaultPath Defined in src/common/user-store.ts:46","title":"kubeConfigPath"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#lastseenappversion","text":"\u2022 lastSeenAppVersion : string = \"0.0.0\" Defined in src/common/user-store.ts:45","title":"lastSeenAppVersion"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#newcontexts","text":"\u2022 newContexts : ObservableSet\\ = observable.set\\ () Defined in src/common/user-store.ts:48","title":"newContexts"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#params","text":"\u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26","title":"params"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#seencontexts","text":"\u2022 seenContexts : ObservableSet\\ = observable.set\\ () Defined in src/common/user-store.ts:47","title":"seenContexts"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#storeconfig","text":"\u2022 Protected storeConfig : Config\\< UserStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19","title":"storeConfig"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#syncdisposers","text":"\u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20","title":"syncDisposers"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#whenloaded","text":"\u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22","title":"whenLoaded"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#defaulttheme","text":"\u25aa Static Readonly defaultTheme : ThemeId = \"lens-dark\" Defined in src/common/user-store.ts:34","title":"defaultTheme"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#isnewversion","text":"\u2022 get isNewVersion (): boolean Defined in src/common/user-store.ts:81 Returns: boolean","title":"isNewVersion"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#name","text":"\u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#path","text":"\u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string","title":"path"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#syncchannel","text":"\u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string","title":"syncChannel"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#applywithoutsync","text":"\u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120","title":"applyWithoutSync"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#cwd","text":"\u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string","title":"cwd"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#disablesync","text":"\u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void","title":"disableSync"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#enablesync","text":"\u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void","title":"enableSync"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#fromstore","text":"\u25b8 Protected fromStore ( data? : Partial\\< UserStoreModel >): Promise \\ Overrides BaseStore . fromStore Defined in src/common/user-store.ts:133","title":"fromStore"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#getdefaultkubectlpath","text":"\u25b8 getDefaultKubectlPath (): string Defined in src/common/user-store.ts:128 Getting default directory to download kubectl binaries Returns: string string","title":"getDefaultKubectlPath"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#getsubframes","text":"\u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\","title":"getSubFrames"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#handleonload","text":"\u25b8 Protected handleOnLoad (): Promise \\ Defined in src/common/user-store.ts:59 Returns: Promise \\","title":"handleOnLoad"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#init","text":"\u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#load","text":"\u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\","title":"load"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#marknewcontextsasseen","text":"\u25b8 markNewContextsAsSeen (): void Defined in src/common/user-store.ts:118 Returns: void","title":"markNewContextsAsSeen"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#onmodelchange","text":"\u25b8 Protected onModelChange ( model : UserStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135","title":"onModelChange"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#onsync","text":"\u25b8 Protected onSync ( model : UserStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128","title":"onSync"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#onsyncfrommain","text":"\u25b8 Protected onSyncFromMain ( model : UserStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105","title":"onSyncFromMain"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#refreshnewcontexts","text":"\u25b8 Protected refreshNewContexts (): Promise \\ Defined in src/common/user-store.ts:101 Returns: Promise \\","title":"refreshNewContexts"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#resetkubeconfigpath","text":"\u25b8 resetKubeConfigPath (): void Defined in src/common/user-store.ts:86 Returns: void","title":"resetKubeConfigPath"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#resettheme","text":"\u25b8 resetTheme (): void Defined in src/common/user-store.ts:91 Returns: void","title":"resetTheme"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#savelastseenappversion","text":"\u25b8 saveLastSeenAppVersion (): void Defined in src/common/user-store.ts:96 Returns: void","title":"saveLastSeenAppVersion"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#savetofile","text":"\u25b8 Protected saveToFile ( model : UserStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75","title":"saveToFile"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#synctowebviews","text":"\u25b8 Protected syncToWebViews ( model : UserStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146","title":"syncToWebViews"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#tojson","text":"\u25b8 toJSON (): UserStoreModel Overrides BaseStore . toJSON Defined in src/common/user-store.ts:145 Returns: UserStoreModel","title":"toJSON"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void Inherited from BaseStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#resetinstance","text":"\u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#preferences","text":"\u25aa preferences : object Defined in src/common/user-store.ts:50","title":"preferences"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/","text":"@k8slens/extensions Globals / \"src/common/utils/singleton\" / Singleton Class: Singleton # Hierarchy # Singleton \u21b3 BaseStore \u21b3 HelmRepoManager Index # Methods # getInstance resetInstance Methods # getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Defined in src/common/utils/singleton.ts:22 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/#class-singleton","text":"","title":"Class: Singleton"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/#hierarchy","text":"Singleton \u21b3 BaseStore \u21b3 HelmRepoManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/#methods","text":"getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/#resetinstance","text":"\u25b8 Static resetInstance (): void Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/","text":"@k8slens/extensions Globals / \"src/common/workspace-store\" / Workspace 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 # description # \u2022 Optional description : string Implementation of WorkspaceModel . description Defined in src/common/workspace-store.ts:30 enabled # \u2022 enabled : boolean Implementation of WorkspaceState . enabled 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 ownerRef # \u2022 Optional 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 value 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":"API Reference"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#class-workspace","text":"","title":"Class: Workspace"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#hierarchy","text":"Workspace","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#implements","text":"WorkspaceModel WorkspaceState","title":"Implements"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#properties","text":"description enabled id name ownerRef","title":"Properties"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#accessors","text":"isManaged","title":"Accessors"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#methods","text":"getState pushState setState toJSON","title":"Methods"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#constructor","text":"+ new Workspace ( data : WorkspaceModel ): Workspace Defined in src/common/workspace-store.ts:32","title":"constructor"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#description","text":"\u2022 Optional description : string Implementation of WorkspaceModel . description Defined in src/common/workspace-store.ts:30","title":"description"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#enabled","text":"\u2022 enabled : boolean Implementation of WorkspaceState . enabled Defined in src/common/workspace-store.ts:32","title":"enabled"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#id","text":"\u2022 id : WorkspaceId Implementation of WorkspaceModel . id Defined in src/common/workspace-store.ts:28","title":"id"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#name","text":"\u2022 name : string Implementation of WorkspaceModel . name Defined in src/common/workspace-store.ts:29","title":"name"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#ownerref","text":"\u2022 Optional ownerRef : string Implementation of WorkspaceModel . ownerRef Defined in src/common/workspace-store.ts:31","title":"ownerRef"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#ismanaged","text":"\u2022 get isManaged (): boolean Defined in src/common/workspace-store.ts:44 Returns: boolean","title":"isManaged"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#getstate","text":"\u25b8 getState (): WorkspaceState Defined in src/common/workspace-store.ts:48 Returns: WorkspaceState","title":"getState"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#pushstate","text":"\u25b8 pushState ( state? : WorkspaceState ): void Defined in src/common/workspace-store.ts:54","title":"pushState"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#setstate","text":"\u25b8 setState ( state : WorkspaceState ): void Defined in src/common/workspace-store.ts:63","title":"setState"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#tojson","text":"\u25b8 toJSON (): WorkspaceModel Defined in src/common/workspace-store.ts:67 Returns: WorkspaceModel","title":"toJSON"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/","text":"@k8slens/extensions Globals / \"src/common/workspace-store\" / WorkspaceStore Class: WorkspaceStore # Hierarchy # BaseStore \\< WorkspaceStoreModel > \u21b3 WorkspaceStore Index # Properties # currentWorkspaceId data isLoaded params storeConfig syncDisposers whenLoaded workspaces defaultId Accessors # currentWorkspace enabledWorkspacesList name path syncChannel workspacesList Methods # addWorkspace applyWithoutSync cwd disableSync enableSync fromStore getById getByName getSubFrames init isDefault load onModelChange onSync onSyncFromMain pushState registerIpcListener removeWorkspace removeWorkspaceById saveToFile setActive syncToWebViews toJSON unregisterIpcListener getInstance resetInstance Properties # currentWorkspaceId # \u2022 currentWorkspaceId : string = WorkspaceStore.defaultId Defined in src/common/workspace-store.ts:104 data # \u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24 isLoaded # \u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23 params # \u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26 storeConfig # \u2022 Protected storeConfig : Config\\< WorkspaceStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19 syncDisposers # \u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20 whenLoaded # \u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22 workspaces # \u2022 workspaces : ObservableMap\\ Workspace > = observable.map\\ ({ [WorkspaceStore.defaultId]: new Workspace({ id: WorkspaceStore.defaultId, name: \"default\" }) }) Defined in src/common/workspace-store.ts:106 defaultId # \u25aa Static Readonly defaultId : WorkspaceId = \"default\" Defined in src/common/workspace-store.ts:78 Accessors # currentWorkspace # \u2022 get currentWorkspace (): Workspace Defined in src/common/workspace-store.ts:113 Returns: Workspace enabledWorkspacesList # \u2022 get enabledWorkspacesList (): Workspace [] Defined in src/common/workspace-store.ts:121 Returns: Workspace [] name # \u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string path # \u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string syncChannel # \u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string workspacesList # \u2022 get workspacesList (): Workspace [] Defined in src/common/workspace-store.ts:117 Returns: Workspace [] Methods # addWorkspace # \u25b8 addWorkspace ( workspace : Workspace ): Workspace Defined in src/common/workspace-store.ts:154 Parameters: Name Type workspace Workspace Returns: Workspace applyWithoutSync # \u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120 Parameters: Name Type callback () => void Returns: void cwd # \u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string disableSync # \u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void enableSync # \u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void fromStore # \u25b8 Protected fromStore ( __namedParameters : { currentWorkspace: string ; workspaces: WorkspaceModel [] = [] }): void Overrides BaseStore . fromStore Defined in src/common/workspace-store.ts:191 Parameters: Name Type __namedParameters { currentWorkspace: string ; workspaces: WorkspaceModel [] = [] } Returns: void getById # \u25b8 getById ( id : WorkspaceId ): Workspace Defined in src/common/workspace-store.ts:135 Parameters: Name Type id WorkspaceId Returns: Workspace getByName # \u25b8 getByName ( name : string): Workspace Defined in src/common/workspace-store.ts:139 Parameters: Name Type name string Returns: Workspace getSubFrames # \u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\ init # \u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\ isDefault # \u25b8 isDefault ( id : WorkspaceId ): boolean Defined in src/common/workspace-store.ts:131 Parameters: Name Type id WorkspaceId Returns: boolean load # \u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\ onModelChange # \u25b8 Protected onModelChange ( model : WorkspaceStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135 Parameters: Name Type model WorkspaceStoreModel Returns: Promise \\ onSync # \u25b8 Protected onSync ( model : WorkspaceStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128 Parameters: Name Type model WorkspaceStoreModel Returns: void onSyncFromMain # \u25b8 Protected onSyncFromMain ( model : WorkspaceStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105 Parameters: Name Type model WorkspaceStoreModel Returns: void pushState # \u25b8 pushState (): void Defined in src/common/workspace-store.ts:125 Returns: void registerIpcListener # \u25b8 registerIpcListener (): void Defined in src/common/workspace-store.ts:92 Returns: void removeWorkspace # \u25b8 removeWorkspace ( workspace : Workspace ): void Defined in src/common/workspace-store.ts:171 Parameters: Name Type workspace Workspace Returns: void removeWorkspaceById # \u25b8 removeWorkspaceById ( id : WorkspaceId ): void Defined in src/common/workspace-store.ts:176 Parameters: Name Type id WorkspaceId Returns: void saveToFile # \u25b8 Protected saveToFile ( model : WorkspaceStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75 Parameters: Name Type model WorkspaceStoreModel Returns: Promise \\ setActive # \u25b8 setActive ( id? : string, reset? : boolean): void Defined in src/common/workspace-store.ts:144 Parameters: Name Type Default value id string WorkspaceStore.defaultId reset boolean true Returns: void syncToWebViews # \u25b8 Protected syncToWebViews ( model : WorkspaceStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146 Parameters: Name Type model WorkspaceStoreModel Returns: Promise \\ toJSON # \u25b8 toJSON (): WorkspaceStoreModel Overrides BaseStore . toJSON Defined in src/common/workspace-store.ts:207 Returns: WorkspaceStoreModel unregisterIpcListener # \u25b8 unregisterIpcListener (): void Overrides BaseStore . unregisterIpcListener Defined in src/common/workspace-store.ts:99 Returns: void getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#class-workspacestore","text":"","title":"Class: WorkspaceStore"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#hierarchy","text":"BaseStore \\< WorkspaceStoreModel > \u21b3 WorkspaceStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#properties","text":"currentWorkspaceId data isLoaded params storeConfig syncDisposers whenLoaded workspaces defaultId","title":"Properties"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#accessors","text":"currentWorkspace enabledWorkspacesList name path syncChannel workspacesList","title":"Accessors"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#methods","text":"addWorkspace applyWithoutSync cwd disableSync enableSync fromStore getById getByName getSubFrames init isDefault load onModelChange onSync onSyncFromMain pushState registerIpcListener removeWorkspace removeWorkspaceById saveToFile setActive syncToWebViews toJSON unregisterIpcListener getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#currentworkspaceid","text":"\u2022 currentWorkspaceId : string = WorkspaceStore.defaultId Defined in src/common/workspace-store.ts:104","title":"currentWorkspaceId"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#data","text":"\u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24","title":"data"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23","title":"isLoaded"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#params","text":"\u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26","title":"params"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#storeconfig","text":"\u2022 Protected storeConfig : Config\\< WorkspaceStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19","title":"storeConfig"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#syncdisposers","text":"\u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20","title":"syncDisposers"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#whenloaded","text":"\u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22","title":"whenLoaded"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#workspaces","text":"\u2022 workspaces : ObservableMap\\ Workspace > = observable.map\\ ({ [WorkspaceStore.defaultId]: new Workspace({ id: WorkspaceStore.defaultId, name: \"default\" }) }) Defined in src/common/workspace-store.ts:106","title":"workspaces"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#defaultid","text":"\u25aa Static Readonly defaultId : WorkspaceId = \"default\" Defined in src/common/workspace-store.ts:78","title":"defaultId"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#currentworkspace","text":"\u2022 get currentWorkspace (): Workspace Defined in src/common/workspace-store.ts:113 Returns: Workspace","title":"currentWorkspace"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#enabledworkspaceslist","text":"\u2022 get enabledWorkspacesList (): Workspace [] Defined in src/common/workspace-store.ts:121 Returns: Workspace []","title":"enabledWorkspacesList"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#name","text":"\u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#path","text":"\u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string","title":"path"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#syncchannel","text":"\u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string","title":"syncChannel"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#workspaceslist","text":"\u2022 get workspacesList (): Workspace [] Defined in src/common/workspace-store.ts:117 Returns: Workspace []","title":"workspacesList"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#addworkspace","text":"\u25b8 addWorkspace ( workspace : Workspace ): Workspace Defined in src/common/workspace-store.ts:154","title":"addWorkspace"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#applywithoutsync","text":"\u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120","title":"applyWithoutSync"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#cwd","text":"\u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string","title":"cwd"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#disablesync","text":"\u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void","title":"disableSync"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#enablesync","text":"\u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void","title":"enableSync"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#fromstore","text":"\u25b8 Protected fromStore ( __namedParameters : { currentWorkspace: string ; workspaces: WorkspaceModel [] = [] }): void Overrides BaseStore . fromStore Defined in src/common/workspace-store.ts:191","title":"fromStore"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#getbyid","text":"\u25b8 getById ( id : WorkspaceId ): Workspace Defined in src/common/workspace-store.ts:135","title":"getById"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#getbyname","text":"\u25b8 getByName ( name : string): Workspace Defined in src/common/workspace-store.ts:139","title":"getByName"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#getsubframes","text":"\u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\","title":"getSubFrames"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#init","text":"\u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#isdefault","text":"\u25b8 isDefault ( id : WorkspaceId ): boolean Defined in src/common/workspace-store.ts:131","title":"isDefault"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#load","text":"\u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\","title":"load"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#onmodelchange","text":"\u25b8 Protected onModelChange ( model : WorkspaceStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135","title":"onModelChange"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#onsync","text":"\u25b8 Protected onSync ( model : WorkspaceStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128","title":"onSync"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#onsyncfrommain","text":"\u25b8 Protected onSyncFromMain ( model : WorkspaceStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105","title":"onSyncFromMain"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#pushstate","text":"\u25b8 pushState (): void Defined in src/common/workspace-store.ts:125 Returns: void","title":"pushState"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#registeripclistener","text":"\u25b8 registerIpcListener (): void Defined in src/common/workspace-store.ts:92 Returns: void","title":"registerIpcListener"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#removeworkspace","text":"\u25b8 removeWorkspace ( workspace : Workspace ): void Defined in src/common/workspace-store.ts:171","title":"removeWorkspace"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#removeworkspacebyid","text":"\u25b8 removeWorkspaceById ( id : WorkspaceId ): void Defined in src/common/workspace-store.ts:176","title":"removeWorkspaceById"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#savetofile","text":"\u25b8 Protected saveToFile ( model : WorkspaceStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75","title":"saveToFile"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#setactive","text":"\u25b8 setActive ( id? : string, reset? : boolean): void Defined in src/common/workspace-store.ts:144","title":"setActive"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#synctowebviews","text":"\u25b8 Protected syncToWebViews ( model : WorkspaceStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146","title":"syncToWebViews"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#tojson","text":"\u25b8 toJSON (): WorkspaceStoreModel Overrides BaseStore . toJSON Defined in src/common/workspace-store.ts:207 Returns: WorkspaceStoreModel","title":"toJSON"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void Overrides BaseStore . unregisterIpcListener Defined in src/common/workspace-store.ts:99 Returns: void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#resetinstance","text":"\u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/","text":"@k8slens/extensions Globals / \"src/extensions/cluster-feature\" / ClusterFeature 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 # applyResources # \u25b8 Protected applyResources ( cluster : Cluster , resources : string[]): Promise \\ Defined in src/extensions/cluster-feature.ts:38 Parameters: Name Type cluster Cluster resources string[] Returns: Promise \\ install # \u25b8 Abstract install ( cluster : Cluster ): Promise \\ Defined in src/extensions/cluster-feature.ts:30 Parameters: Name Type cluster Cluster Returns: Promise \\ renderTemplates # \u25b8 Protected renderTemplates ( folderPath : string): string[] Defined in src/extensions/cluster-feature.ts:46 Parameters: Name Type folderPath string Returns: string[] uninstall # \u25b8 Abstract uninstall ( cluster : Cluster ): Promise \\ Defined in src/extensions/cluster-feature.ts:34 Parameters: Name Type cluster Cluster Returns: Promise \\ updateStatus # \u25b8 Abstract updateStatus ( cluster : Cluster ): Promise \\< ClusterFeatureStatus > Defined in src/extensions/cluster-feature.ts:36 Parameters: Name Type cluster Cluster Returns: Promise \\< ClusterFeatureStatus > upgrade # \u25b8 Abstract upgrade ( cluster : Cluster ): Promise \\ Defined in src/extensions/cluster-feature.ts:32 Parameters: Name Type cluster Cluster Returns: Promise \\ Object literals # status # \u25aa status : object Defined in src/extensions/cluster-feature.ts:23 Properties: Name Type Value canUpgrade false false currentVersion null null installed false false latestVersion null null","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#class-clusterfeature","text":"","title":"Class: ClusterFeature"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#hierarchy","text":"ClusterFeature","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#properties","text":"config latestVersion name","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#methods","text":"applyResources install renderTemplates uninstall updateStatus upgrade","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#object-literals","text":"status","title":"Object literals"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#config","text":"\u2022 config : any Defined in src/extensions/cluster-feature.ts:21","title":"config"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#latestversion","text":"\u2022 latestVersion : string Defined in src/extensions/cluster-feature.ts:20","title":"latestVersion"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#name","text":"\u2022 name : string Defined in src/extensions/cluster-feature.ts:19","title":"name"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#applyresources","text":"\u25b8 Protected applyResources ( cluster : Cluster , resources : string[]): Promise \\ Defined in src/extensions/cluster-feature.ts:38","title":"applyResources"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#install","text":"\u25b8 Abstract install ( cluster : Cluster ): Promise \\ Defined in src/extensions/cluster-feature.ts:30","title":"install"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#rendertemplates","text":"\u25b8 Protected renderTemplates ( folderPath : string): string[] Defined in src/extensions/cluster-feature.ts:46","title":"renderTemplates"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#uninstall","text":"\u25b8 Abstract uninstall ( cluster : Cluster ): Promise \\ Defined in src/extensions/cluster-feature.ts:34","title":"uninstall"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#updatestatus","text":"\u25b8 Abstract updateStatus ( cluster : Cluster ): Promise \\< ClusterFeatureStatus > Defined in src/extensions/cluster-feature.ts:36","title":"updateStatus"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#upgrade","text":"\u25b8 Abstract upgrade ( cluster : Cluster ): Promise \\ Defined in src/extensions/cluster-feature.ts:32","title":"upgrade"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#status","text":"\u25aa status : object Defined in src/extensions/cluster-feature.ts:23","title":"status"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/","text":"@k8slens/extensions Globals / \"src/extensions/extension-loader\" / ExtensionLoader Class: ExtensionLoader # Hierarchy # ExtensionLoader Index # Constructors # constructor Properties # extensions instances isLoaded whenLoaded Accessors # userExtensions Methods # autoInitExtensions broadcastExtensions getExtension init loadOnClusterManagerRenderer loadOnClusterRenderer loadOnMain requireExtension toJSON Constructors # constructor # + new ExtensionLoader (): ExtensionLoader Defined in src/extensions/extension-loader.ts:23 Returns: ExtensionLoader Properties # extensions # \u2022 Protected extensions : ObservableMap\\ InstalledExtension > = observable.map\\ () Defined in src/extensions/extension-loader.ts:19 instances # \u2022 Protected instances : ObservableMap\\ LensExtension > = observable.map\\ () Defined in src/extensions/extension-loader.ts:20 isLoaded # \u2022 isLoaded : boolean = false Defined in src/extensions/extension-loader.ts:22 whenLoaded # \u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Defined in src/extensions/extension-loader.ts:23 Accessors # userExtensions # \u2022 get userExtensions (): Map\\< LensExtensionId , InstalledExtension > Defined in src/extensions/extension-loader.ts:39 Returns: Map\\< LensExtensionId , InstalledExtension > Methods # autoInitExtensions # \u25b8 Protected autoInitExtensions ( register : (ext: LensExtension ) => Function[]): IReactionDisposer Defined in src/extensions/extension-loader.ts:83 Parameters: Name Type register (ext: LensExtension ) => Function[] Returns: IReactionDisposer broadcastExtensions # \u25b8 broadcastExtensions ( frameId? : number): Promise \\ Defined in src/extensions/extension-loader.ts:140 Parameters: Name Type frameId? number Returns: Promise \\ getExtension # \u25b8 getExtension ( extId : LensExtensionId ): InstalledExtension Defined in src/extensions/extension-loader.ts:129 Parameters: Name Type extId LensExtensionId Returns: InstalledExtension init # \u25b8 init ( extensions : Map\\< LensExtensionId , InstalledExtension >): Promise \\ Defined in src/extensions/extension-loader.ts:50 Parameters: Name Type extensions Map\\< LensExtensionId , InstalledExtension > Returns: Promise \\ loadOnClusterManagerRenderer # \u25b8 loadOnClusterManagerRenderer (): void Defined in src/extensions/extension-loader.ts:64 Returns: void loadOnClusterRenderer # \u25b8 loadOnClusterRenderer (): void Defined in src/extensions/extension-loader.ts:74 Returns: void loadOnMain # \u25b8 loadOnMain (): void Defined in src/extensions/extension-loader.ts:57 Returns: void requireExtension # \u25b8 Protected requireExtension ( extension : InstalledExtension ): any Defined in src/extensions/extension-loader.ts:112 Parameters: Name Type extension InstalledExtension Returns: any toJSON # \u25b8 toJSON (): Map\\< LensExtensionId , InstalledExtension > Defined in src/extensions/extension-loader.ts:133 Returns: Map\\< LensExtensionId , InstalledExtension >","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#class-extensionloader","text":"","title":"Class: ExtensionLoader"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#hierarchy","text":"ExtensionLoader","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#properties","text":"extensions instances isLoaded whenLoaded","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#accessors","text":"userExtensions","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#methods","text":"autoInitExtensions broadcastExtensions getExtension init loadOnClusterManagerRenderer loadOnClusterRenderer loadOnMain requireExtension toJSON","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#constructor","text":"+ new ExtensionLoader (): ExtensionLoader Defined in src/extensions/extension-loader.ts:23 Returns: ExtensionLoader","title":"constructor"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#extensions","text":"\u2022 Protected extensions : ObservableMap\\ InstalledExtension > = observable.map\\ () Defined in src/extensions/extension-loader.ts:19","title":"extensions"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#instances","text":"\u2022 Protected instances : ObservableMap\\ LensExtension > = observable.map\\ () Defined in src/extensions/extension-loader.ts:20","title":"instances"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#isloaded","text":"\u2022 isLoaded : boolean = false Defined in src/extensions/extension-loader.ts:22","title":"isLoaded"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#whenloaded","text":"\u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Defined in src/extensions/extension-loader.ts:23","title":"whenLoaded"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#userextensions","text":"\u2022 get userExtensions (): Map\\< LensExtensionId , InstalledExtension > Defined in src/extensions/extension-loader.ts:39 Returns: Map\\< LensExtensionId , InstalledExtension >","title":"userExtensions"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#autoinitextensions","text":"\u25b8 Protected autoInitExtensions ( register : (ext: LensExtension ) => Function[]): IReactionDisposer Defined in src/extensions/extension-loader.ts:83","title":"autoInitExtensions"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#broadcastextensions","text":"\u25b8 broadcastExtensions ( frameId? : number): Promise \\ Defined in src/extensions/extension-loader.ts:140","title":"broadcastExtensions"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#getextension","text":"\u25b8 getExtension ( extId : LensExtensionId ): InstalledExtension Defined in src/extensions/extension-loader.ts:129","title":"getExtension"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#init","text":"\u25b8 init ( extensions : Map\\< LensExtensionId , InstalledExtension >): Promise \\ Defined in src/extensions/extension-loader.ts:50","title":"init"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#loadonclustermanagerrenderer","text":"\u25b8 loadOnClusterManagerRenderer (): void Defined in src/extensions/extension-loader.ts:64 Returns: void","title":"loadOnClusterManagerRenderer"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#loadonclusterrenderer","text":"\u25b8 loadOnClusterRenderer (): void Defined in src/extensions/extension-loader.ts:74 Returns: void","title":"loadOnClusterRenderer"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#loadonmain","text":"\u25b8 loadOnMain (): void Defined in src/extensions/extension-loader.ts:57 Returns: void","title":"loadOnMain"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#requireextension","text":"\u25b8 Protected requireExtension ( extension : InstalledExtension ): any Defined in src/extensions/extension-loader.ts:112","title":"requireExtension"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#tojson","text":"\u25b8 toJSON (): Map\\< LensExtensionId , InstalledExtension > Defined in src/extensions/extension-loader.ts:133 Returns: Map\\< LensExtensionId , InstalledExtension >","title":"toJSON"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/","text":"@k8slens/extensions Globals / \"src/extensions/extension-manager\" / ExtensionManager Class: ExtensionManager # Hierarchy # ExtensionManager Index # Properties # bundledFolderPath Accessors # extensionPackagesRoot inTreeFolderPath inTreeTargetPath localFolderPath nodeModulesPath npmPath packageJsonPath Methods # getByManifest installPackages load loadBundledExtensions loadExtensions loadFromFolder Object literals # packagesJson Properties # bundledFolderPath # \u2022 Protected bundledFolderPath : string Defined in src/extensions/extension-manager.ts:27 Accessors # extensionPackagesRoot # \u2022 get extensionPackagesRoot (): string Defined in src/extensions/extension-manager.ts:33 Returns: string inTreeFolderPath # \u2022 get inTreeFolderPath (): string Defined in src/extensions/extension-manager.ts:41 Returns: string inTreeTargetPath # \u2022 get inTreeTargetPath (): string Defined in src/extensions/extension-manager.ts:37 Returns: string localFolderPath # \u2022 get localFolderPath (): string Defined in src/extensions/extension-manager.ts:49 Returns: string nodeModulesPath # \u2022 get nodeModulesPath (): string Defined in src/extensions/extension-manager.ts:45 Returns: string npmPath # \u2022 get npmPath (): any Defined in src/extensions/extension-manager.ts:53 Returns: any packageJsonPath # \u2022 get packageJsonPath (): string Defined in src/extensions/extension-manager.ts:57 Returns: string Methods # getByManifest # \u25b8 Protected getByManifest ( manifestPath : string, __namedParameters? : { isBundled: boolean = false }): Promise \\< InstalledExtension > Defined in src/extensions/extension-manager.ts:81 Parameters: Name Type Default value manifestPath string - __namedParameters { isBundled: boolean = false } {} Returns: Promise \\< InstalledExtension > installPackages # \u25b8 Protected installPackages (): Promise \\ Defined in src/extensions/extension-manager.ts:100 Returns: Promise \\ load # \u25b8 load (): Promise \\> Defined in src/extensions/extension-manager.ts:61 Returns: Promise \\> loadBundledExtensions # \u25b8 loadBundledExtensions (): Promise \\< InstalledExtension []> Defined in src/extensions/extension-manager.ts:124 Returns: Promise \\< InstalledExtension []> loadExtensions # \u25b8 loadExtensions (): Promise \\ InstalledExtension >> Defined in src/extensions/extension-manager.ts:115 Returns: Promise \\ InstalledExtension >> loadFromFolder # \u25b8 loadFromFolder ( folderPath : string): Promise \\< InstalledExtension []> Defined in src/extensions/extension-manager.ts:144 Parameters: Name Type folderPath string Returns: Promise \\< InstalledExtension []> Object literals # packagesJson # \u25aa Protected packagesJson : object Defined in src/extensions/extension-manager.ts:29 Properties: Name Type Value dependencies object {}","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#class-extensionmanager","text":"","title":"Class: ExtensionManager"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#hierarchy","text":"ExtensionManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#properties","text":"bundledFolderPath","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#accessors","text":"extensionPackagesRoot inTreeFolderPath inTreeTargetPath localFolderPath nodeModulesPath npmPath packageJsonPath","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#methods","text":"getByManifest installPackages load loadBundledExtensions loadExtensions loadFromFolder","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#object-literals","text":"packagesJson","title":"Object literals"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#bundledfolderpath","text":"\u2022 Protected bundledFolderPath : string Defined in src/extensions/extension-manager.ts:27","title":"bundledFolderPath"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#extensionpackagesroot","text":"\u2022 get extensionPackagesRoot (): string Defined in src/extensions/extension-manager.ts:33 Returns: string","title":"extensionPackagesRoot"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#intreefolderpath","text":"\u2022 get inTreeFolderPath (): string Defined in src/extensions/extension-manager.ts:41 Returns: string","title":"inTreeFolderPath"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#intreetargetpath","text":"\u2022 get inTreeTargetPath (): string Defined in src/extensions/extension-manager.ts:37 Returns: string","title":"inTreeTargetPath"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#localfolderpath","text":"\u2022 get localFolderPath (): string Defined in src/extensions/extension-manager.ts:49 Returns: string","title":"localFolderPath"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#nodemodulespath","text":"\u2022 get nodeModulesPath (): string Defined in src/extensions/extension-manager.ts:45 Returns: string","title":"nodeModulesPath"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#npmpath","text":"\u2022 get npmPath (): any Defined in src/extensions/extension-manager.ts:53 Returns: any","title":"npmPath"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#packagejsonpath","text":"\u2022 get packageJsonPath (): string Defined in src/extensions/extension-manager.ts:57 Returns: string","title":"packageJsonPath"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#getbymanifest","text":"\u25b8 Protected getByManifest ( manifestPath : string, __namedParameters? : { isBundled: boolean = false }): Promise \\< InstalledExtension > Defined in src/extensions/extension-manager.ts:81","title":"getByManifest"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#installpackages","text":"\u25b8 Protected installPackages (): Promise \\ Defined in src/extensions/extension-manager.ts:100 Returns: Promise \\","title":"installPackages"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#load","text":"\u25b8 load (): Promise \\> Defined in src/extensions/extension-manager.ts:61 Returns: Promise \\>","title":"load"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#loadbundledextensions","text":"\u25b8 loadBundledExtensions (): Promise \\< InstalledExtension []> Defined in src/extensions/extension-manager.ts:124 Returns: Promise \\< InstalledExtension []>","title":"loadBundledExtensions"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#loadextensions","text":"\u25b8 loadExtensions (): Promise \\ InstalledExtension >> Defined in src/extensions/extension-manager.ts:115 Returns: Promise \\ InstalledExtension >>","title":"loadExtensions"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#loadfromfolder","text":"\u25b8 loadFromFolder ( folderPath : string): Promise \\< InstalledExtension []> Defined in src/extensions/extension-manager.ts:144","title":"loadFromFolder"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#packagesjson","text":"\u25aa Protected packagesJson : object Defined in src/extensions/extension-manager.ts:29","title":"packagesJson"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/","text":"@k8slens/extensions Globals / \"src/extensions/extension-store\" / ExtensionStore Class: ExtensionStore\\ # Type parameters # Name Default T any Hierarchy # BaseStore \\ \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 # constructor # + Protected new ExtensionStore ( params : BaseStoreParams ): ExtensionStore Inherited from BaseStore . 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 BaseStore . data Defined in src/common/base-store.ts:24 extension # \u2022 Protected extension : LensExtension Defined in src/extensions/extension-store.ts:6 isLoaded # \u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23 params # \u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26 storeConfig # \u2022 Protected storeConfig : Config\\ Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19 syncDisposers # \u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20 whenLoaded # \u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22 Accessors # name # \u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string path # \u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string syncChannel # \u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string Methods # applyWithoutSync # \u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120 Parameters: Name Type callback () => void Returns: void cwd # \u25b8 Protected cwd (): string Overrides BaseStore . cwd Defined in src/extensions/extension-store.ts:18 Returns: string disableSync # \u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void enableSync # \u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void fromStore # \u25b8 Protected fromStore ( data : T): void Inherited from BaseStore . fromStore Defined in src/common/base-store.ts:176 Parameters: Name Type data T Returns: void getSubFrames # \u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\ init # \u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\ load # \u25b8 load (): Promise \\ Overrides BaseStore . load Defined in src/extensions/extension-store.ts:13 Returns: Promise \\ loadExtension # \u25b8 loadExtension ( extension : LensExtension ): Promise \\ Defined in src/extensions/extension-store.ts:8 Parameters: Name Type extension LensExtension Returns: Promise \\ onModelChange # \u25b8 Protected onModelChange ( model : T): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135 Parameters: Name Type model T Returns: Promise \\ onSync # \u25b8 Protected onSync ( model : T): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128 Parameters: Name Type model T Returns: void onSyncFromMain # \u25b8 Protected onSyncFromMain ( model : T): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105 Parameters: Name Type model T Returns: void saveToFile # \u25b8 Protected saveToFile ( model : T): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75 Parameters: Name Type model T Returns: Promise \\ syncToWebViews # \u25b8 Protected syncToWebViews ( model : T): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146 Parameters: Name Type model T Returns: Promise \\ toJSON # \u25b8 toJSON (): T Inherited from BaseStore . toJSON Defined in src/common/base-store.ts:182 Returns: T unregisterIpcListener # \u25b8 unregisterIpcListener (): void Inherited from BaseStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#class-extensionstore","text":"","title":"Class: ExtensionStore\\"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#hierarchy","text":"BaseStore \\ \u21b3 ExtensionStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#properties","text":"data extension isLoaded params storeConfig syncDisposers whenLoaded","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#accessors","text":"name path syncChannel","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extension_store_.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/_src_extensions_extension_store_.extensionstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#constructor","text":"+ Protected new ExtensionStore ( params : BaseStoreParams ): ExtensionStore Inherited from BaseStore . constructor Defined in src/common/base-store.ts:24","title":"constructor"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#data","text":"\u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24","title":"data"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#extension","text":"\u2022 Protected extension : LensExtension Defined in src/extensions/extension-store.ts:6","title":"extension"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23","title":"isLoaded"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#params","text":"\u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26","title":"params"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#storeconfig","text":"\u2022 Protected storeConfig : Config\\ Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19","title":"storeConfig"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#syncdisposers","text":"\u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20","title":"syncDisposers"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#whenloaded","text":"\u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22","title":"whenLoaded"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#name","text":"\u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#path","text":"\u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string","title":"path"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#syncchannel","text":"\u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string","title":"syncChannel"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#applywithoutsync","text":"\u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120","title":"applyWithoutSync"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#cwd","text":"\u25b8 Protected cwd (): string Overrides BaseStore . cwd Defined in src/extensions/extension-store.ts:18 Returns: string","title":"cwd"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#disablesync","text":"\u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void","title":"disableSync"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#enablesync","text":"\u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void","title":"enableSync"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#fromstore","text":"\u25b8 Protected fromStore ( data : T): void Inherited from BaseStore . fromStore Defined in src/common/base-store.ts:176","title":"fromStore"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#getsubframes","text":"\u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\","title":"getSubFrames"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#init","text":"\u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#load","text":"\u25b8 load (): Promise \\ Overrides BaseStore . load Defined in src/extensions/extension-store.ts:13 Returns: Promise \\","title":"load"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#loadextension","text":"\u25b8 loadExtension ( extension : LensExtension ): Promise \\ Defined in src/extensions/extension-store.ts:8","title":"loadExtension"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#onmodelchange","text":"\u25b8 Protected onModelChange ( model : T): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135","title":"onModelChange"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#onsync","text":"\u25b8 Protected onSync ( model : T): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128","title":"onSync"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#onsyncfrommain","text":"\u25b8 Protected onSyncFromMain ( model : T): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105","title":"onSyncFromMain"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#savetofile","text":"\u25b8 Protected saveToFile ( model : T): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75","title":"saveToFile"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#synctowebviews","text":"\u25b8 Protected syncToWebViews ( model : T): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146","title":"syncToWebViews"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#tojson","text":"\u25b8 toJSON (): T Inherited from BaseStore . toJSON Defined in src/common/base-store.ts:182 Returns: T","title":"toJSON"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void Inherited from BaseStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#resetinstance","text":"\u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/","text":"@k8slens/extensions Globals / \"src/extensions/extensions-store\" / ExtensionsStore Class: ExtensionsStore # Hierarchy # BaseStore \\< LensExtensionsStoreModel > \u21b3 ExtensionsStore Index # Constructors # constructor Properties # data isLoaded params state storeConfig syncDisposers whenLoaded Accessors # name path syncChannel Methods # applyWithoutSync cwd disableSync enableSync fromStore getState getSubFrames init isEnabled load manageState onModelChange onSync onSyncFromMain saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance Constructors # constructor # + new ExtensionsStore (): ExtensionsStore Overrides BaseStore . constructor Defined in src/extensions/extensions-store.ts:14 Returns: ExtensionsStore Properties # data # \u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24 isLoaded # \u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23 params # \u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26 state # \u2022 Protected state : ObservableMap\\ LensExtensionState > = observable.map\\ () Defined in src/extensions/extensions-store.ts:21 storeConfig # \u2022 Protected storeConfig : Config\\< LensExtensionsStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19 syncDisposers # \u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20 whenLoaded # \u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22 Accessors # name # \u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string path # \u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string syncChannel # \u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string Methods # applyWithoutSync # \u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120 Parameters: Name Type callback () => void Returns: void cwd # \u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string disableSync # \u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void enableSync # \u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void fromStore # \u25b8 Protected fromStore ( __namedParameters : { extensions: Record\\ LensExtensionState > }): void Overrides BaseStore . fromStore Defined in src/extensions/extensions-store.ts:64 Parameters: Name Type __namedParameters { extensions: Record\\ LensExtensionState > } Returns: void getState # \u25b8 Protected getState ( extensionLoader : ExtensionLoader ): Record\\ LensExtensionState > Defined in src/extensions/extensions-store.ts:23 Parameters: Name Type extensionLoader ExtensionLoader Returns: Record\\ LensExtensionState > getSubFrames # \u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\ init # \u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\ isEnabled # \u25b8 isEnabled ( extId : LensExtensionId ): boolean Defined in src/extensions/extensions-store.ts:58 Parameters: Name Type extId LensExtensionId Returns: boolean load # \u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\ manageState # \u25b8 manageState ( extensionLoader : ExtensionLoader ): Promise \\ Defined in src/extensions/extensions-store.ts:33 Parameters: Name Type extensionLoader ExtensionLoader Returns: Promise \\ onModelChange # \u25b8 Protected onModelChange ( model : LensExtensionsStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135 Parameters: Name Type model LensExtensionsStoreModel Returns: Promise \\ onSync # \u25b8 Protected onSync ( model : LensExtensionsStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128 Parameters: Name Type model LensExtensionsStoreModel Returns: void onSyncFromMain # \u25b8 Protected onSyncFromMain ( model : LensExtensionsStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105 Parameters: Name Type model LensExtensionsStoreModel Returns: void saveToFile # \u25b8 Protected saveToFile ( model : LensExtensionsStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75 Parameters: Name Type model LensExtensionsStoreModel Returns: Promise \\ syncToWebViews # \u25b8 Protected syncToWebViews ( model : LensExtensionsStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146 Parameters: Name Type model LensExtensionsStoreModel Returns: Promise \\ toJSON # \u25b8 toJSON (): LensExtensionsStoreModel Overrides BaseStore . toJSON Defined in src/extensions/extensions-store.ts:68 Returns: LensExtensionsStoreModel unregisterIpcListener # \u25b8 unregisterIpcListener (): void Inherited from BaseStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#class-extensionsstore","text":"","title":"Class: ExtensionsStore"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#hierarchy","text":"BaseStore \\< LensExtensionsStoreModel > \u21b3 ExtensionsStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#properties","text":"data isLoaded params state storeConfig syncDisposers whenLoaded","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#accessors","text":"name path syncChannel","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#methods","text":"applyWithoutSync cwd disableSync enableSync fromStore getState getSubFrames init isEnabled load manageState onModelChange onSync onSyncFromMain saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#constructor","text":"+ new ExtensionsStore (): ExtensionsStore Overrides BaseStore . constructor Defined in src/extensions/extensions-store.ts:14 Returns: ExtensionsStore","title":"constructor"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#data","text":"\u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24","title":"data"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23","title":"isLoaded"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#params","text":"\u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26","title":"params"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#state","text":"\u2022 Protected state : ObservableMap\\ LensExtensionState > = observable.map\\ () Defined in src/extensions/extensions-store.ts:21","title":"state"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#storeconfig","text":"\u2022 Protected storeConfig : Config\\< LensExtensionsStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19","title":"storeConfig"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#syncdisposers","text":"\u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20","title":"syncDisposers"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#whenloaded","text":"\u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22","title":"whenLoaded"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#name","text":"\u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#path","text":"\u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string","title":"path"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#syncchannel","text":"\u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string","title":"syncChannel"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#applywithoutsync","text":"\u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120","title":"applyWithoutSync"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#cwd","text":"\u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string","title":"cwd"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#disablesync","text":"\u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void","title":"disableSync"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#enablesync","text":"\u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void","title":"enableSync"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#fromstore","text":"\u25b8 Protected fromStore ( __namedParameters : { extensions: Record\\ LensExtensionState > }): void Overrides BaseStore . fromStore Defined in src/extensions/extensions-store.ts:64","title":"fromStore"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#getstate","text":"\u25b8 Protected getState ( extensionLoader : ExtensionLoader ): Record\\ LensExtensionState > Defined in src/extensions/extensions-store.ts:23","title":"getState"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#getsubframes","text":"\u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\","title":"getSubFrames"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#init","text":"\u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#isenabled","text":"\u25b8 isEnabled ( extId : LensExtensionId ): boolean Defined in src/extensions/extensions-store.ts:58","title":"isEnabled"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#load","text":"\u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\","title":"load"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#managestate","text":"\u25b8 manageState ( extensionLoader : ExtensionLoader ): Promise \\ Defined in src/extensions/extensions-store.ts:33","title":"manageState"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#onmodelchange","text":"\u25b8 Protected onModelChange ( model : LensExtensionsStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135","title":"onModelChange"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#onsync","text":"\u25b8 Protected onSync ( model : LensExtensionsStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128","title":"onSync"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#onsyncfrommain","text":"\u25b8 Protected onSyncFromMain ( model : LensExtensionsStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105","title":"onSyncFromMain"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#savetofile","text":"\u25b8 Protected saveToFile ( model : LensExtensionsStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75","title":"saveToFile"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#synctowebviews","text":"\u25b8 Protected syncToWebViews ( model : LensExtensionsStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146","title":"syncToWebViews"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#tojson","text":"\u25b8 toJSON (): LensExtensionsStoreModel Overrides BaseStore . toJSON Defined in src/extensions/extensions-store.ts:68 Returns: LensExtensionsStoreModel","title":"toJSON"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void Inherited from BaseStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#resetinstance","text":"\u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/","text":"@k8slens/extensions Globals / \"src/extensions/lens-extension\" / LensExtension Class: LensExtension # Hierarchy # LensExtension \u21b3 LensRendererExtension \u21b3 LensMainExtension Index # Constructors # constructor Properties # isBundled manifest manifestPath Accessors # description id name version Methods # disable enable onActivate onDeactivate toggle whenEnabled Constructors # constructor # + new LensExtension ( __namedParameters : { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensExtension Defined in src/extensions/lens-extension.ts:21 Parameters: Name Type __namedParameters { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string } Returns: LensExtension Properties # isBundled # \u2022 Readonly isBundled : boolean Defined in src/extensions/lens-extension.ts:19 manifest # \u2022 Readonly manifest : LensExtensionManifest Defined in src/extensions/lens-extension.ts:17 manifestPath # \u2022 Readonly manifestPath : string Defined in src/extensions/lens-extension.ts:18 Accessors # description # \u2022 get description (): string Defined in src/extensions/lens-extension.ts:41 Returns: string id # \u2022 get id (): LensExtensionId Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId name # \u2022 get name (): string Defined in src/extensions/lens-extension.ts:33 Returns: string version # \u2022 get version (): string Defined in src/extensions/lens-extension.ts:37 Returns: string Methods # disable # \u25b8 disable (): Promise \\ Defined in src/extensions/lens-extension.ts:54 Returns: Promise \\ enable # \u25b8 enable (): Promise \\ Defined in src/extensions/lens-extension.ts:46 Returns: Promise \\ onActivate # \u25b8 Protected onActivate (): void Defined in src/extensions/lens-extension.ts:90 Returns: void onDeactivate # \u25b8 Protected onDeactivate (): void Defined in src/extensions/lens-extension.ts:94 Returns: void toggle # \u25b8 toggle ( enable? : boolean): void Defined in src/extensions/lens-extension.ts:61 Parameters: Name Type enable? boolean Returns: void whenEnabled # \u25b8 whenEnabled ( handlers : () => Function[]): Promise \\<(Anonymous function)> Defined in src/extensions/lens-extension.ts:69 Parameters: Name Type handlers () => Function[] Returns: Promise \\<(Anonymous function)>","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#class-lensextension","text":"","title":"Class: LensExtension"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#hierarchy","text":"LensExtension \u21b3 LensRendererExtension \u21b3 LensMainExtension","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#properties","text":"isBundled manifest manifestPath","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#accessors","text":"description id name version","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#methods","text":"disable enable onActivate onDeactivate toggle whenEnabled","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#constructor","text":"+ new LensExtension ( __namedParameters : { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensExtension Defined in src/extensions/lens-extension.ts:21","title":"constructor"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#isbundled","text":"\u2022 Readonly isBundled : boolean Defined in src/extensions/lens-extension.ts:19","title":"isBundled"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#manifest","text":"\u2022 Readonly manifest : LensExtensionManifest Defined in src/extensions/lens-extension.ts:17","title":"manifest"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#manifestpath","text":"\u2022 Readonly manifestPath : string Defined in src/extensions/lens-extension.ts:18","title":"manifestPath"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#description","text":"\u2022 get description (): string Defined in src/extensions/lens-extension.ts:41 Returns: string","title":"description"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#id","text":"\u2022 get id (): LensExtensionId Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId","title":"id"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#name","text":"\u2022 get name (): string Defined in src/extensions/lens-extension.ts:33 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#version","text":"\u2022 get version (): string Defined in src/extensions/lens-extension.ts:37 Returns: string","title":"version"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#disable","text":"\u25b8 disable (): Promise \\ Defined in src/extensions/lens-extension.ts:54 Returns: Promise \\","title":"disable"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#enable","text":"\u25b8 enable (): Promise \\ Defined in src/extensions/lens-extension.ts:46 Returns: Promise \\","title":"enable"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#onactivate","text":"\u25b8 Protected onActivate (): void Defined in src/extensions/lens-extension.ts:90 Returns: void","title":"onActivate"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#ondeactivate","text":"\u25b8 Protected onDeactivate (): void Defined in src/extensions/lens-extension.ts:94 Returns: void","title":"onDeactivate"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#toggle","text":"\u25b8 toggle ( enable? : boolean): void Defined in src/extensions/lens-extension.ts:61","title":"toggle"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#whenenabled","text":"\u25b8 whenEnabled ( handlers : () => Function[]): Promise \\<(Anonymous function)> Defined in src/extensions/lens-extension.ts:69","title":"whenEnabled"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/","text":"@k8slens/extensions Globals / \"src/extensions/lens-main-extension\" / LensMainExtension 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 : { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensMainExtension Inherited from LensRendererExtension . constructor Defined in src/extensions/lens-extension.ts:21 Parameters: Name Type __namedParameters { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string } Returns: LensMainExtension Properties # appMenus # \u2022 appMenus : MenuRegistration [] = [] Defined in src/extensions/lens-main-extension.ts:6 isBundled # \u2022 Readonly isBundled : boolean Inherited from LensRendererExtension . isBundled Defined in src/extensions/lens-extension.ts:19 manifest # \u2022 Readonly manifest : LensExtensionManifest Inherited from LensRendererExtension . manifest Defined in src/extensions/lens-extension.ts:17 manifestPath # \u2022 Readonly manifestPath : string Inherited from LensRendererExtension . manifestPath Defined in src/extensions/lens-extension.ts:18 Accessors # description # \u2022 get description (): string Inherited from LensRendererExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string id # \u2022 get id (): LensExtensionId Inherited from LensRendererExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId name # \u2022 get name (): string Inherited from LensRendererExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string version # \u2022 get version (): string Inherited from LensRendererExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string Methods # disable # \u25b8 disable (): Promise \\ Inherited from LensRendererExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise \\ enable # \u25b8 enable (): Promise \\ Inherited from LensRendererExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise \\ onActivate # \u25b8 Protected onActivate (): void Inherited from LensRendererExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void onDeactivate # \u25b8 Protected onDeactivate (): void Inherited from LensRendererExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void toggle # \u25b8 toggle ( enable? : boolean): void Inherited from LensRendererExtension . toggle Defined in src/extensions/lens-extension.ts:61 Parameters: Name Type enable? boolean Returns: void whenEnabled # \u25b8 whenEnabled ( handlers : () => Function[]): Promise \\<(Anonymous function)> Inherited from LensRendererExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69 Parameters: Name Type handlers () => Function[] Returns: Promise \\<(Anonymous function)>","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#class-lensmainextension","text":"","title":"Class: LensMainExtension"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#hierarchy","text":"LensExtension \u21b3 LensMainExtension","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#properties","text":"appMenus isBundled manifest manifestPath","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#accessors","text":"description id name version","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#methods","text":"disable enable onActivate onDeactivate toggle whenEnabled","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#constructor","text":"+ new LensMainExtension ( __namedParameters : { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensMainExtension Inherited from LensRendererExtension . constructor Defined in src/extensions/lens-extension.ts:21","title":"constructor"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#appmenus","text":"\u2022 appMenus : MenuRegistration [] = [] Defined in src/extensions/lens-main-extension.ts:6","title":"appMenus"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#isbundled","text":"\u2022 Readonly isBundled : boolean Inherited from LensRendererExtension . isBundled Defined in src/extensions/lens-extension.ts:19","title":"isBundled"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#manifest","text":"\u2022 Readonly manifest : LensExtensionManifest Inherited from LensRendererExtension . manifest Defined in src/extensions/lens-extension.ts:17","title":"manifest"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#manifestpath","text":"\u2022 Readonly manifestPath : string Inherited from LensRendererExtension . manifestPath Defined in src/extensions/lens-extension.ts:18","title":"manifestPath"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#description","text":"\u2022 get description (): string Inherited from LensRendererExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string","title":"description"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#id","text":"\u2022 get id (): LensExtensionId Inherited from LensRendererExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId","title":"id"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#name","text":"\u2022 get name (): string Inherited from LensRendererExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#version","text":"\u2022 get version (): string Inherited from LensRendererExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string","title":"version"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#disable","text":"\u25b8 disable (): Promise \\ Inherited from LensRendererExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise \\","title":"disable"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#enable","text":"\u25b8 enable (): Promise \\ Inherited from LensRendererExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise \\","title":"enable"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#onactivate","text":"\u25b8 Protected onActivate (): void Inherited from LensRendererExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void","title":"onActivate"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#ondeactivate","text":"\u25b8 Protected onDeactivate (): void Inherited from LensRendererExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void","title":"onDeactivate"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#toggle","text":"\u25b8 toggle ( enable? : boolean): void Inherited from LensRendererExtension . toggle Defined in src/extensions/lens-extension.ts:61","title":"toggle"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#whenenabled","text":"\u25b8 whenEnabled ( handlers : () => Function[]): Promise \\<(Anonymous function)> Inherited from LensRendererExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69","title":"whenEnabled"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/","text":"@k8slens/extensions Globals / \"src/extensions/lens-renderer-extension\" / LensRendererExtension Class: LensRendererExtension # Hierarchy # LensExtension \u21b3 LensRendererExtension Index # Constructors # constructor Properties # appPreferences clusterFeatures clusterPages globalPages isBundled kubeObjectDetailItems kubeObjectMenuItems manifest manifestPath statusBarItems Accessors # description id name version Methods # disable enable onActivate onDeactivate toggle whenEnabled Constructors # constructor # + new LensRendererExtension ( __namedParameters : { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensRendererExtension Inherited from LensRendererExtension . constructor Defined in src/extensions/lens-extension.ts:21 Parameters: Name Type __namedParameters { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string } Returns: LensRendererExtension Properties # appPreferences # \u2022 appPreferences : AppPreferenceRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:12 clusterFeatures # \u2022 clusterFeatures : ClusterFeatureRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:13 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 Readonly isBundled : boolean Inherited from LensRendererExtension . isBundled Defined in src/extensions/lens-extension.ts:19 kubeObjectDetailItems # \u2022 kubeObjectDetailItems : KubeObjectDetailRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:15 kubeObjectMenuItems # \u2022 kubeObjectMenuItems : KubeObjectMenuRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:16 manifest # \u2022 Readonly manifest : LensExtensionManifest Inherited from LensRendererExtension . manifest Defined in src/extensions/lens-extension.ts:17 manifestPath # \u2022 Readonly manifestPath : string Inherited from LensRendererExtension . manifestPath Defined in src/extensions/lens-extension.ts:18 statusBarItems # \u2022 statusBarItems : StatusBarRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:14 Accessors # description # \u2022 get description (): string Inherited from LensRendererExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string id # \u2022 get id (): LensExtensionId Inherited from LensRendererExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId name # \u2022 get name (): string Inherited from LensRendererExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string version # \u2022 get version (): string Inherited from LensRendererExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string Methods # disable # \u25b8 disable (): Promise \\ Inherited from LensRendererExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise \\ enable # \u25b8 enable (): Promise \\ Inherited from LensRendererExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise \\ onActivate # \u25b8 Protected onActivate (): void Inherited from LensRendererExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void onDeactivate # \u25b8 Protected onDeactivate (): void Inherited from LensRendererExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void toggle # \u25b8 toggle ( enable? : boolean): void Inherited from LensRendererExtension . toggle Defined in src/extensions/lens-extension.ts:61 Parameters: Name Type enable? boolean Returns: void whenEnabled # \u25b8 whenEnabled ( handlers : () => Function[]): Promise \\<(Anonymous function)> Inherited from LensRendererExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69 Parameters: Name Type handlers () => Function[] Returns: Promise \\<(Anonymous function)>","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#class-lensrendererextension","text":"","title":"Class: LensRendererExtension"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#hierarchy","text":"LensExtension \u21b3 LensRendererExtension","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#properties","text":"appPreferences clusterFeatures clusterPages globalPages isBundled kubeObjectDetailItems kubeObjectMenuItems manifest manifestPath statusBarItems","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#accessors","text":"description id name version","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#methods","text":"disable enable onActivate onDeactivate toggle whenEnabled","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#constructor","text":"+ new LensRendererExtension ( __namedParameters : { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensRendererExtension Inherited from LensRendererExtension . constructor Defined in src/extensions/lens-extension.ts:21","title":"constructor"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#apppreferences","text":"\u2022 appPreferences : AppPreferenceRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:12","title":"appPreferences"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#clusterfeatures","text":"\u2022 clusterFeatures : ClusterFeatureRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:13","title":"clusterFeatures"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#clusterpages","text":"\u2022 clusterPages : PageRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:11","title":"clusterPages"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#globalpages","text":"\u2022 globalPages : PageRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:10","title":"globalPages"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#isbundled","text":"\u2022 Readonly isBundled : boolean Inherited from LensRendererExtension . isBundled Defined in src/extensions/lens-extension.ts:19","title":"isBundled"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#kubeobjectdetailitems","text":"\u2022 kubeObjectDetailItems : KubeObjectDetailRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:15","title":"kubeObjectDetailItems"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#kubeobjectmenuitems","text":"\u2022 kubeObjectMenuItems : KubeObjectMenuRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:16","title":"kubeObjectMenuItems"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#manifest","text":"\u2022 Readonly manifest : LensExtensionManifest Inherited from LensRendererExtension . manifest Defined in src/extensions/lens-extension.ts:17","title":"manifest"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#manifestpath","text":"\u2022 Readonly manifestPath : string Inherited from LensRendererExtension . manifestPath Defined in src/extensions/lens-extension.ts:18","title":"manifestPath"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#statusbaritems","text":"\u2022 statusBarItems : StatusBarRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:14","title":"statusBarItems"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#description","text":"\u2022 get description (): string Inherited from LensRendererExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string","title":"description"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#id","text":"\u2022 get id (): LensExtensionId Inherited from LensRendererExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId","title":"id"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#name","text":"\u2022 get name (): string Inherited from LensRendererExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#version","text":"\u2022 get version (): string Inherited from LensRendererExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string","title":"version"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#disable","text":"\u25b8 disable (): Promise \\ Inherited from LensRendererExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise \\","title":"disable"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#enable","text":"\u25b8 enable (): Promise \\ Inherited from LensRendererExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise \\","title":"enable"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#onactivate","text":"\u25b8 Protected onActivate (): void Inherited from LensRendererExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void","title":"onActivate"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#ondeactivate","text":"\u25b8 Protected onDeactivate (): void Inherited from LensRendererExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void","title":"onDeactivate"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#toggle","text":"\u25b8 toggle ( enable? : boolean): void Inherited from LensRendererExtension . toggle Defined in src/extensions/lens-extension.ts:61","title":"toggle"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#whenenabled","text":"\u25b8 whenEnabled ( handlers : () => Function[]): Promise \\<(Anonymous function)> Inherited from LensRendererExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69","title":"whenEnabled"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/app-preference-registry\" / AppPreferenceRegistry Class: AppPreferenceRegistry # Hierarchy # BaseRegistry \\< AppPreferenceRegistration > \u21b3 AppPreferenceRegistry Index # Properties # items Methods # add getItems remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : AppPreferenceRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items AppPreferenceRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): AppPreferenceRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: AppPreferenceRegistration [] remove # \u25b8 remove (... items : AppPreferenceRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items AppPreferenceRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#class-apppreferenceregistry","text":"","title":"Class: AppPreferenceRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#hierarchy","text":"BaseRegistry \\< AppPreferenceRegistration > \u21b3 AppPreferenceRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#methods","text":"add getItems remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#add","text":"\u25b8 add (... items : AppPreferenceRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#getitems","text":"\u25b8 getItems (): AppPreferenceRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: AppPreferenceRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#remove","text":"\u25b8 remove (... items : AppPreferenceRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/base-registry\" / BaseRegistry Class: BaseRegistry\\ # Type parameters # Name Default T any Hierarchy # BaseRegistry \u21b3 MenuRegistry \u21b3 GlobalPageRegistry \u21b3 ClusterPageRegistry \u21b3 AppPreferenceRegistry \u21b3 StatusBarRegistry \u21b3 KubeObjectDetailRegistry \u21b3 KubeObjectMenuRegistry \u21b3 ClusterFeatureRegistry Index # Properties # items Methods # add getItems remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : T[]): (Anonymous function) Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items T[] Returns: (Anonymous function) getItems # \u25b8 getItems (): T[] Defined in src/extensions/registries/base-registry.ts:7 Returns: T[] remove # \u25b8 remove (... items : T[]): void Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items T[] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#class-baseregistry","text":"","title":"Class: BaseRegistry\\"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#hierarchy","text":"BaseRegistry \u21b3 MenuRegistry \u21b3 GlobalPageRegistry \u21b3 ClusterPageRegistry \u21b3 AppPreferenceRegistry \u21b3 StatusBarRegistry \u21b3 KubeObjectDetailRegistry \u21b3 KubeObjectMenuRegistry \u21b3 ClusterFeatureRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#methods","text":"add getItems remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#add","text":"\u25b8 add (... items : T[]): (Anonymous function) Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#getitems","text":"\u25b8 getItems (): T[] Defined in src/extensions/registries/base-registry.ts:7 Returns: T[]","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#remove","text":"\u25b8 remove (... items : T[]): void Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/cluster-feature-registry\" / ClusterFeatureRegistry Class: ClusterFeatureRegistry # Hierarchy # BaseRegistry \\< ClusterFeatureRegistration > \u21b3 ClusterFeatureRegistry Index # Properties # items Methods # add getItems remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : ClusterFeatureRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items ClusterFeatureRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): ClusterFeatureRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: ClusterFeatureRegistration [] remove # \u25b8 remove (... items : ClusterFeatureRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items ClusterFeatureRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#class-clusterfeatureregistry","text":"","title":"Class: ClusterFeatureRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#hierarchy","text":"BaseRegistry \\< ClusterFeatureRegistration > \u21b3 ClusterFeatureRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#methods","text":"add getItems remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#add","text":"\u25b8 add (... items : ClusterFeatureRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#getitems","text":"\u25b8 getItems (): ClusterFeatureRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: ClusterFeatureRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#remove","text":"\u25b8 remove (... items : ClusterFeatureRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-detail-registry\" / KubeObjectDetailRegistry Class: KubeObjectDetailRegistry # Hierarchy # BaseRegistry \\< KubeObjectDetailRegistration > \u21b3 KubeObjectDetailRegistry Index # Properties # items Methods # add getItems getItemsForKind remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : KubeObjectDetailRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items KubeObjectDetailRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): KubeObjectDetailRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: KubeObjectDetailRegistration [] getItemsForKind # \u25b8 getItemsForKind ( kind : string, apiVersion : string): KubeObjectDetailRegistration [] Defined in src/extensions/registries/kube-object-detail-registry.ts:15 Parameters: Name Type kind string apiVersion string Returns: KubeObjectDetailRegistration [] remove # \u25b8 remove (... items : KubeObjectDetailRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items KubeObjectDetailRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#class-kubeobjectdetailregistry","text":"","title":"Class: KubeObjectDetailRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#hierarchy","text":"BaseRegistry \\< KubeObjectDetailRegistration > \u21b3 KubeObjectDetailRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#methods","text":"add getItems getItemsForKind remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#add","text":"\u25b8 add (... items : KubeObjectDetailRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#getitems","text":"\u25b8 getItems (): KubeObjectDetailRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: KubeObjectDetailRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#getitemsforkind","text":"\u25b8 getItemsForKind ( kind : string, apiVersion : string): KubeObjectDetailRegistration [] Defined in src/extensions/registries/kube-object-detail-registry.ts:15","title":"getItemsForKind"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#remove","text":"\u25b8 remove (... items : KubeObjectDetailRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-menu-registry\" / KubeObjectMenuRegistry Class: KubeObjectMenuRegistry # Hierarchy # BaseRegistry \\< KubeObjectMenuRegistration > \u21b3 KubeObjectMenuRegistry Index # Properties # items Methods # add getItems getItemsForKind remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : KubeObjectMenuRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items KubeObjectMenuRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): KubeObjectMenuRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: KubeObjectMenuRegistration [] getItemsForKind # \u25b8 getItemsForKind ( kind : string, apiVersion : string): KubeObjectMenuRegistration [] Defined in src/extensions/registries/kube-object-menu-registry.ts:15 Parameters: Name Type kind string apiVersion string Returns: KubeObjectMenuRegistration [] remove # \u25b8 remove (... items : KubeObjectMenuRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items KubeObjectMenuRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#class-kubeobjectmenuregistry","text":"","title":"Class: KubeObjectMenuRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#hierarchy","text":"BaseRegistry \\< KubeObjectMenuRegistration > \u21b3 KubeObjectMenuRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#methods","text":"add getItems getItemsForKind remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#add","text":"\u25b8 add (... items : KubeObjectMenuRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#getitems","text":"\u25b8 getItems (): KubeObjectMenuRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: KubeObjectMenuRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#getitemsforkind","text":"\u25b8 getItemsForKind ( kind : string, apiVersion : string): KubeObjectMenuRegistration [] Defined in src/extensions/registries/kube-object-menu-registry.ts:15","title":"getItemsForKind"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#remove","text":"\u25b8 remove (... items : KubeObjectMenuRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/menu-registry\" / MenuRegistry Class: MenuRegistry # Hierarchy # BaseRegistry \\< MenuRegistration > \u21b3 MenuRegistry Index # Properties # items Methods # add getItems remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : MenuRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items MenuRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): MenuRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: MenuRegistration [] remove # \u25b8 remove (... items : MenuRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items MenuRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#class-menuregistry","text":"","title":"Class: MenuRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#hierarchy","text":"BaseRegistry \\< MenuRegistration > \u21b3 MenuRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#methods","text":"add getItems remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#add","text":"\u25b8 add (... items : MenuRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#getitems","text":"\u25b8 getItems (): MenuRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: MenuRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#remove","text":"\u25b8 remove (... items : MenuRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/page-registry\" / ClusterPageRegistry Class: ClusterPageRegistry # Hierarchy # BaseRegistry \\< PageRegistration > \u21b3 ClusterPageRegistry Index # Properties # items Methods # add getItems remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : PageRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items PageRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): PageRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: PageRegistration [] remove # \u25b8 remove (... items : PageRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items PageRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#class-clusterpageregistry","text":"","title":"Class: ClusterPageRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#hierarchy","text":"BaseRegistry \\< PageRegistration > \u21b3 ClusterPageRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#methods","text":"add getItems remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#add","text":"\u25b8 add (... items : PageRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#getitems","text":"\u25b8 getItems (): PageRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: PageRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#remove","text":"\u25b8 remove (... items : PageRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/page-registry\" / GlobalPageRegistry Class: GlobalPageRegistry # Hierarchy # BaseRegistry \\< PageRegistration > \u21b3 GlobalPageRegistry Index # Properties # items Methods # add getItems remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : PageRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items PageRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): PageRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: PageRegistration [] remove # \u25b8 remove (... items : PageRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items PageRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#class-globalpageregistry","text":"","title":"Class: GlobalPageRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#hierarchy","text":"BaseRegistry \\< PageRegistration > \u21b3 GlobalPageRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#methods","text":"add getItems remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#add","text":"\u25b8 add (... items : PageRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#getitems","text":"\u25b8 getItems (): PageRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: PageRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#remove","text":"\u25b8 remove (... items : PageRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/status-bar-registry\" / StatusBarRegistry Class: StatusBarRegistry # Hierarchy # BaseRegistry \\< StatusBarRegistration > \u21b3 StatusBarRegistry Index # Properties # items Methods # add getItems remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : StatusBarRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items StatusBarRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): StatusBarRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: StatusBarRegistration [] remove # \u25b8 remove (... items : StatusBarRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items StatusBarRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#class-statusbarregistry","text":"","title":"Class: StatusBarRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#hierarchy","text":"BaseRegistry \\< StatusBarRegistration > \u21b3 StatusBarRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#methods","text":"add getItems remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#add","text":"\u25b8 add (... items : StatusBarRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#getitems","text":"\u25b8 getItems (): StatusBarRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: StatusBarRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#remove","text":"\u25b8 remove (... items : StatusBarRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/","text":"@k8slens/extensions Globals / \"src/main/app-updater\" / AppUpdater Class: AppUpdater # Hierarchy # AppUpdater Index # Constructors # constructor Properties # updateInterval defaultUpdateIntervalMs Methods # start checkForUpdates Constructors # constructor # + new AppUpdater ( updateInterval? : number): AppUpdater Defined in src/main/app-updater.ts:9 Parameters: Name Type Default value updateInterval number AppUpdater.defaultUpdateIntervalMs Returns: AppUpdater Properties # updateInterval # \u2022 Protected updateInterval : number Defined in src/main/app-updater.ts:11 defaultUpdateIntervalMs # \u25aa Static Readonly defaultUpdateIntervalMs : number = 1000 * 60 * 60 * 24 Defined in src/main/app-updater.ts:5 Methods # start # \u25b8 start (): Promise \\ Defined in src/main/app-updater.ts:15 Returns: Promise \\ checkForUpdates # \u25b8 Static checkForUpdates (): Promise \\ Defined in src/main/app-updater.ts:7 Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#class-appupdater","text":"","title":"Class: AppUpdater"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#hierarchy","text":"AppUpdater","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#properties","text":"updateInterval defaultUpdateIntervalMs","title":"Properties"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#methods","text":"start checkForUpdates","title":"Methods"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#constructor","text":"+ new AppUpdater ( updateInterval? : number): AppUpdater Defined in src/main/app-updater.ts:9","title":"constructor"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#updateinterval","text":"\u2022 Protected updateInterval : number Defined in src/main/app-updater.ts:11","title":"updateInterval"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#defaultupdateintervalms","text":"\u25aa Static Readonly defaultUpdateIntervalMs : number = 1000 * 60 * 60 * 24 Defined in src/main/app-updater.ts:5","title":"defaultUpdateIntervalMs"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#start","text":"\u25b8 start (): Promise \\ Defined in src/main/app-updater.ts:15 Returns: Promise \\","title":"start"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#checkforupdates","text":"\u25b8 Static checkForUpdates (): Promise \\ Defined in src/main/app-updater.ts:7 Returns: Promise \\","title":"checkForUpdates"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/","text":"@k8slens/extensions Globals / \"src/main/cluster\" / Cluster 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 Implementation of ClusterState . accessible Defined in src/main/cluster.ts:72 accessibleNamespaces # \u2022 accessibleNamespaces : string[] = [] Implementation of ClusterModel . accessibleNamespaces Defined in src/main/cluster.ts:83 activated # \u2022 Protected activated : boolean = false Defined in src/main/cluster.ts:59 allowedNamespaces # \u2022 allowedNamespaces : string[] = [] Implementation of ClusterState . allowedNamespaces Defined in src/main/cluster.ts:81 allowedResources # \u2022 allowedResources : string[] = [] Implementation of ClusterState . allowedResources Defined in src/main/cluster.ts:82 apiUrl # \u2022 apiUrl : string Implementation of ClusterState . apiUrl 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 Implementation of ClusterState . disconnected Defined in src/main/cluster.ts:75 enabled # \u2022 enabled : boolean = false Defined in src/main/cluster.ts:70 eventCount # \u2022 eventCount : number = 0 Implementation of ClusterState . eventCount Defined in src/main/cluster.ts:78 eventDisposers # \u2022 Protected eventDisposers : Function[] = [] Defined in src/main/cluster.ts:58 failureReason # \u2022 failureReason : string Implementation of ClusterState . failureReason 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 Implementation of ClusterState . initialized Defined in src/main/cluster.ts:64 isAdmin # \u2022 isAdmin : boolean = false Implementation of ClusterState . isAdmin 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 kubeconfigManager # \u2022 Protected 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 Implementation of ClusterState . online 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 Implementation of ClusterState . ready Defined in src/main/cluster.ts:73 reconnecting # \u2022 reconnecting : boolean = false Defined in src/main/cluster.ts:74 whenInitialized # \u2022 whenInitialized : Promise \\ & { cancel: () => void } = when(() => this.initialized) Defined in src/main/cluster.ts:61 whenReady # \u2022 whenReady : Promise \\ & { cancel: () => void } = 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 \\ Defined in src/main/cluster.ts:153 Parameters: Name Type Default value force boolean false Returns: Promise \\ bindEvents # \u25b8 Protected bindEvents (): void Defined in src/main/cluster.ts:130 Returns: void canI # \u25b8 canI ( resourceAttributes : V1ResourceAttributes): Promise \\ Defined in src/main/cluster.ts:309 Parameters: Name Type resourceAttributes V1ResourceAttributes Returns: Promise \\ disconnect # \u25b8 disconnect (): void Defined in src/main/cluster.ts:186 Returns: void getAllowedNamespaces # \u25b8 Protected getAllowedNamespaces (): Promise \\ Defined in src/main/cluster.ts:429 Returns: Promise \\ getAllowedResources # \u25b8 Protected getAllowedResources (): Promise \\< KubeResource []> Defined in src/main/cluster.ts:454 Returns: Promise \\< KubeResource []> getConnectionStatus # \u25b8 Protected getConnectionStatus (): Promise \\< ClusterStatus > Defined in src/main/cluster.ts:279 Returns: Promise \\< ClusterStatus > getEventCount # \u25b8 Protected getEventCount (): Promise \\ Defined in src/main/cluster.ts:332 Returns: Promise \\ getKubeconfig # \u25b8 Protected getKubeconfig (): KubeConfig Defined in src/main/cluster.ts:243 Returns: KubeConfig getMeta # \u25b8 getMeta (): object Defined in src/main/cluster.ts:417 Returns: object Name Type accessible boolean disconnected boolean id string initialized boolean name string online boolean ready boolean getMetrics # \u25b8 getMetrics ( prometheusPath : string, queryParams : IMetricsReqParams & { query: string }): Promise \\ Defined in src/main/cluster.ts:268 Parameters: Name Type prometheusPath string queryParams IMetricsReqParams & { query: string } Returns: Promise \\ 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 \\ Defined in src/main/cluster.ts:111 Parameters: Name Type port number Returns: Promise \\ isClusterAdmin # \u25b8 isClusterAdmin (): Promise \\ Defined in src/main/cluster.ts:324 Returns: Promise \\ k8sRequest # \u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Defined in src/main/cluster.ts:255 Type parameters: Name Default T any Parameters: Name Type Default value path string - options RequestPromiseOptions {} Returns: Promise \\ pushState # \u25b8 pushState ( state? : ClusterState ): void Defined in src/main/cluster.ts:407 Parameters: Name Type Default value state ClusterState this.getState() Returns: void reconnect # \u25b8 reconnect (): Promise \\ Defined in src/main/cluster.ts:178 Returns: Promise \\ refresh # \u25b8 refresh ( opts? : ClusterRefreshOptions ): Promise \\ Defined in src/main/cluster.ts:199 Parameters: Name Type Default value opts ClusterRefreshOptions {} Returns: Promise \\ refreshAllowedResources # \u25b8 refreshAllowedResources (): Promise \\ Defined in src/main/cluster.ts:233 Returns: Promise \\ refreshConnectionStatus # \u25b8 refreshConnectionStatus (): Promise \\ Defined in src/main/cluster.ts:226 Returns: Promise \\ refreshEvents # \u25b8 refreshEvents (): Promise \\ Defined in src/main/cluster.ts:239 Returns: Promise \\ refreshMetadata # \u25b8 refreshMetadata (): Promise \\ Defined in src/main/cluster.ts:218 Returns: Promise \\ 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 unbindEvents # \u25b8 Protected 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":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#class-cluster","text":"","title":"Class: Cluster"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#hierarchy","text":"Cluster","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#implements","text":"ClusterModel ClusterState","title":"Implements"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_.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/_src_main_cluster_.cluster/#accessors","text":"available isManaged version","title":"Accessors"},{"location":"extensions/api/classes/_src_main_cluster_.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/_src_main_cluster_.cluster/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#constructor","text":"+ new Cluster ( model : ClusterModel ): Cluster Defined in src/main/cluster.ts:91","title":"constructor"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#accessible","text":"\u2022 accessible : boolean = false Implementation of ClusterState . accessible Defined in src/main/cluster.ts:72","title":"accessible"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#accessiblenamespaces","text":"\u2022 accessibleNamespaces : string[] = [] Implementation of ClusterModel . accessibleNamespaces Defined in src/main/cluster.ts:83","title":"accessibleNamespaces"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#activated","text":"\u2022 Protected activated : boolean = false Defined in src/main/cluster.ts:59","title":"activated"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#allowednamespaces","text":"\u2022 allowedNamespaces : string[] = [] Implementation of ClusterState . allowedNamespaces Defined in src/main/cluster.ts:81","title":"allowedNamespaces"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#allowedresources","text":"\u2022 allowedResources : string[] = [] Implementation of ClusterState . allowedResources Defined in src/main/cluster.ts:82","title":"allowedResources"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#apiurl","text":"\u2022 apiUrl : string Implementation of ClusterState . apiUrl Defined in src/main/cluster.ts:68","title":"apiUrl"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#contexthandler","text":"\u2022 contextHandler : ContextHandler Defined in src/main/cluster.ts:55","title":"contextHandler"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#contextname","text":"\u2022 contextName : string Implementation of ClusterModel . contextName Defined in src/main/cluster.ts:65","title":"contextName"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#disconnected","text":"\u2022 disconnected : boolean = true Implementation of ClusterState . disconnected Defined in src/main/cluster.ts:75","title":"disconnected"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#enabled","text":"\u2022 enabled : boolean = false Defined in src/main/cluster.ts:70","title":"enabled"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#eventcount","text":"\u2022 eventCount : number = 0 Implementation of ClusterState . eventCount Defined in src/main/cluster.ts:78","title":"eventCount"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#eventdisposers","text":"\u2022 Protected eventDisposers : Function[] = [] Defined in src/main/cluster.ts:58","title":"eventDisposers"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#failurereason","text":"\u2022 failureReason : string Implementation of ClusterState . failureReason Defined in src/main/cluster.ts:76","title":"failureReason"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#frameid","text":"\u2022 frameId : number Defined in src/main/cluster.ts:53","title":"frameId"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#id","text":"\u2022 id : ClusterId Implementation of ClusterModel . id Defined in src/main/cluster.ts:52","title":"id"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#initialized","text":"\u2022 initialized : boolean = false Implementation of ClusterState . initialized Defined in src/main/cluster.ts:64","title":"initialized"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#isadmin","text":"\u2022 isAdmin : boolean = false Implementation of ClusterState . isAdmin Defined in src/main/cluster.ts:77","title":"isAdmin"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#kubeconfigpath","text":"\u2022 kubeConfigPath : string Implementation of ClusterModel . kubeConfigPath Defined in src/main/cluster.ts:67","title":"kubeConfigPath"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#kubectl","text":"\u2022 kubeCtl : Kubectl Defined in src/main/cluster.ts:54","title":"kubeCtl"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#kubeproxyurl","text":"\u2022 kubeProxyUrl : string Defined in src/main/cluster.ts:69","title":"kubeProxyUrl"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#kubeconfigmanager","text":"\u2022 Protected kubeconfigManager : KubeconfigManager Defined in src/main/cluster.ts:57","title":"kubeconfigManager"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#metadata","text":"\u2022 metadata : ClusterMetadata Implementation of ClusterModel . metadata Defined in src/main/cluster.ts:80","title":"metadata"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#online","text":"\u2022 online : boolean = false Implementation of ClusterState . online Defined in src/main/cluster.ts:71","title":"online"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#ownerref","text":"\u2022 ownerRef : string Implementation of ClusterModel . ownerRef Defined in src/main/cluster.ts:56","title":"ownerRef"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#preferences","text":"\u2022 preferences : ClusterPreferences Implementation of ClusterModel . preferences Defined in src/main/cluster.ts:79","title":"preferences"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#ready","text":"\u2022 ready : boolean = false Implementation of ClusterState . ready Defined in src/main/cluster.ts:73","title":"ready"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#reconnecting","text":"\u2022 reconnecting : boolean = false Defined in src/main/cluster.ts:74","title":"reconnecting"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#wheninitialized","text":"\u2022 whenInitialized : Promise \\ & { cancel: () => void } = when(() => this.initialized) Defined in src/main/cluster.ts:61","title":"whenInitialized"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#whenready","text":"\u2022 whenReady : Promise \\ & { cancel: () => void } = when(() => this.ready) Defined in src/main/cluster.ts:62","title":"whenReady"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#workspace","text":"\u2022 workspace : WorkspaceId Implementation of ClusterModel . workspace Defined in src/main/cluster.ts:66","title":"workspace"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#available","text":"\u2022 get available (): boolean Defined in src/main/cluster.ts:85 Returns: boolean","title":"available"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#ismanaged","text":"\u2022 get isManaged (): boolean Defined in src/main/cluster.ts:101 Returns: boolean","title":"isManaged"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#version","text":"\u2022 get version (): string Defined in src/main/cluster.ts:89 Returns: string","title":"version"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#activate","text":"\u25b8 activate ( force? : boolean): Promise \\ Defined in src/main/cluster.ts:153","title":"activate"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#bindevents","text":"\u25b8 Protected bindEvents (): void Defined in src/main/cluster.ts:130 Returns: void","title":"bindEvents"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#cani","text":"\u25b8 canI ( resourceAttributes : V1ResourceAttributes): Promise \\ Defined in src/main/cluster.ts:309","title":"canI"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#disconnect","text":"\u25b8 disconnect (): void Defined in src/main/cluster.ts:186 Returns: void","title":"disconnect"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getallowednamespaces","text":"\u25b8 Protected getAllowedNamespaces (): Promise \\ Defined in src/main/cluster.ts:429 Returns: Promise \\","title":"getAllowedNamespaces"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getallowedresources","text":"\u25b8 Protected getAllowedResources (): Promise \\< KubeResource []> Defined in src/main/cluster.ts:454 Returns: Promise \\< KubeResource []>","title":"getAllowedResources"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getconnectionstatus","text":"\u25b8 Protected getConnectionStatus (): Promise \\< ClusterStatus > Defined in src/main/cluster.ts:279 Returns: Promise \\< ClusterStatus >","title":"getConnectionStatus"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#geteventcount","text":"\u25b8 Protected getEventCount (): Promise \\ Defined in src/main/cluster.ts:332 Returns: Promise \\","title":"getEventCount"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getkubeconfig","text":"\u25b8 Protected getKubeconfig (): KubeConfig Defined in src/main/cluster.ts:243 Returns: KubeConfig","title":"getKubeconfig"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getmeta","text":"\u25b8 getMeta (): object Defined in src/main/cluster.ts:417 Returns: object Name Type accessible boolean disconnected boolean id string initialized boolean name string online boolean ready boolean","title":"getMeta"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getmetrics","text":"\u25b8 getMetrics ( prometheusPath : string, queryParams : IMetricsReqParams & { query: string }): Promise \\ Defined in src/main/cluster.ts:268","title":"getMetrics"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getproxykubeconfig","text":"\u25b8 getProxyKubeconfig (): KubeConfig Defined in src/main/cluster.ts:247 Returns: KubeConfig","title":"getProxyKubeconfig"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getproxykubeconfigpath","text":"\u25b8 getProxyKubeconfigPath (): string Defined in src/main/cluster.ts:251 Returns: string","title":"getProxyKubeconfigPath"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getstate","text":"\u25b8 getState (): ClusterState Defined in src/main/cluster.ts:383 Returns: ClusterState","title":"getState"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#init","text":"\u25b8 init ( port : number): Promise \\ Defined in src/main/cluster.ts:111","title":"init"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#isclusteradmin","text":"\u25b8 isClusterAdmin (): Promise \\ Defined in src/main/cluster.ts:324 Returns: Promise \\","title":"isClusterAdmin"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#k8srequest","text":"\u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Defined in src/main/cluster.ts:255","title":"k8sRequest"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#pushstate","text":"\u25b8 pushState ( state? : ClusterState ): void Defined in src/main/cluster.ts:407","title":"pushState"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#reconnect","text":"\u25b8 reconnect (): Promise \\ Defined in src/main/cluster.ts:178 Returns: Promise \\","title":"reconnect"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#refresh","text":"\u25b8 refresh ( opts? : ClusterRefreshOptions ): Promise \\ Defined in src/main/cluster.ts:199","title":"refresh"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#refreshallowedresources","text":"\u25b8 refreshAllowedResources (): Promise \\ Defined in src/main/cluster.ts:233 Returns: Promise \\","title":"refreshAllowedResources"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#refreshconnectionstatus","text":"\u25b8 refreshConnectionStatus (): Promise \\ Defined in src/main/cluster.ts:226 Returns: Promise \\","title":"refreshConnectionStatus"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#refreshevents","text":"\u25b8 refreshEvents (): Promise \\ Defined in src/main/cluster.ts:239 Returns: Promise \\","title":"refreshEvents"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#refreshmetadata","text":"\u25b8 refreshMetadata (): Promise \\ Defined in src/main/cluster.ts:218 Returns: Promise \\","title":"refreshMetadata"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#setstate","text":"\u25b8 setState ( state : ClusterState ): void Defined in src/main/cluster.ts:403","title":"setState"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#tojson","text":"\u25b8 toJSON (): ClusterModel Defined in src/main/cluster.ts:366 Returns: ClusterModel","title":"toJSON"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#unbindevents","text":"\u25b8 Protected unbindEvents (): void Defined in src/main/cluster.ts:146 Returns: void","title":"unbindEvents"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#updatemodel","text":"\u25b8 updateModel ( model : ClusterModel ): void Defined in src/main/cluster.ts:106","title":"updateModel"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/base-cluster-detector\" / BaseClusterDetector Class: BaseClusterDetector # Hierarchy # BaseClusterDetector \u21b3 VersionDetector \u21b3 ClusterIdDetector \u21b3 DistributionDetector \u21b3 LastSeenDetector \u21b3 NodesCountDetector Index # Constructors # constructor Properties # cluster key Methods # detect k8sRequest Constructors # constructor # + new BaseClusterDetector ( cluster : Cluster ): BaseClusterDetector Defined in src/main/cluster-detectors/base-cluster-detector.ts:11 Parameters: Name Type cluster Cluster Returns: BaseClusterDetector Properties # cluster # \u2022 cluster : Cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10 key # \u2022 key : string Defined in src/main/cluster-detectors/base-cluster-detector.ts:11 Methods # detect # \u25b8 detect (): Promise \\< ClusterDetectionResult > Defined in src/main/cluster-detectors/base-cluster-detector.ts:17 Returns: Promise \\< ClusterDetectionResult > k8sRequest # \u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Defined in src/main/cluster-detectors/base-cluster-detector.ts:21 Type parameters: Name Default T any Parameters: Name Type Default value path string - options RequestPromiseOptions {} Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#class-baseclusterdetector","text":"","title":"Class: BaseClusterDetector"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#hierarchy","text":"BaseClusterDetector \u21b3 VersionDetector \u21b3 ClusterIdDetector \u21b3 DistributionDetector \u21b3 LastSeenDetector \u21b3 NodesCountDetector","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#properties","text":"cluster key","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#methods","text":"detect k8sRequest","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#constructor","text":"+ new BaseClusterDetector ( cluster : Cluster ): BaseClusterDetector Defined in src/main/cluster-detectors/base-cluster-detector.ts:11","title":"constructor"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#cluster","text":"\u2022 cluster : Cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10","title":"cluster"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#key","text":"\u2022 key : string Defined in src/main/cluster-detectors/base-cluster-detector.ts:11","title":"key"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#detect","text":"\u25b8 detect (): Promise \\< ClusterDetectionResult > Defined in src/main/cluster-detectors/base-cluster-detector.ts:17 Returns: Promise \\< ClusterDetectionResult >","title":"detect"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#k8srequest","text":"\u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Defined in src/main/cluster-detectors/base-cluster-detector.ts:21","title":"k8sRequest"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/cluster-id-detector\" / ClusterIdDetector Class: ClusterIdDetector # Hierarchy # BaseClusterDetector \u21b3 ClusterIdDetector Index # Constructors # constructor Properties # cluster key Methods # detect getDefaultNamespaceId k8sRequest Constructors # constructor # + new ClusterIdDetector ( cluster : Cluster ): ClusterIdDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11 Parameters: Name Type cluster Cluster Returns: ClusterIdDetector Properties # cluster # \u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10 key # \u2022 key : ClusterMetadataKey = ClusterMetadataKey.CLUSTER_ID Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/cluster-id-detector.ts:6 Methods # detect # \u25b8 detect (): Promise \\<{ accuracy: number = 100; value: string = value }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/cluster-id-detector.ts:8 Returns: Promise \\<{ accuracy: number = 100; value: string = value }> getDefaultNamespaceId # \u25b8 Protected getDefaultNamespaceId (): Promise \\ Defined in src/main/cluster-detectors/cluster-id-detector.ts:19 Returns: Promise \\ k8sRequest # \u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21 Type parameters: Name Default T any Parameters: Name Type Default value path string - options RequestPromiseOptions {} Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#class-clusteriddetector","text":"","title":"Class: ClusterIdDetector"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#hierarchy","text":"BaseClusterDetector \u21b3 ClusterIdDetector","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#properties","text":"cluster key","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#methods","text":"detect getDefaultNamespaceId k8sRequest","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#constructor","text":"+ new ClusterIdDetector ( cluster : Cluster ): ClusterIdDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11","title":"constructor"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#cluster","text":"\u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10","title":"cluster"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#key","text":"\u2022 key : ClusterMetadataKey = ClusterMetadataKey.CLUSTER_ID Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/cluster-id-detector.ts:6","title":"key"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#detect","text":"\u25b8 detect (): Promise \\<{ accuracy: number = 100; value: string = value }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/cluster-id-detector.ts:8 Returns: Promise \\<{ accuracy: number = 100; value: string = value }>","title":"detect"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#getdefaultnamespaceid","text":"\u25b8 Protected getDefaultNamespaceId (): Promise \\ Defined in src/main/cluster-detectors/cluster-id-detector.ts:19 Returns: Promise \\","title":"getDefaultNamespaceId"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#k8srequest","text":"\u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21","title":"k8sRequest"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/detector-registry\" / DetectorRegistry Class: DetectorRegistry # Hierarchy # DetectorRegistry Index # Properties # registry Methods # add detectForCluster Properties # registry # \u2022 registry : IObservableArray\\< BaseClusterDetector > = observable.array\\ ([], { deep: false }) Defined in src/main/cluster-detectors/detector-registry.ts:12 Methods # add # \u25b8 add ( detectorClass : typeof BaseClusterDetector): void Defined in src/main/cluster-detectors/detector-registry.ts:14 Parameters: Name Type detectorClass typeof BaseClusterDetector Returns: void detectForCluster # \u25b8 detectForCluster ( cluster : Cluster ): Promise \\< ClusterMetadata > Defined in src/main/cluster-detectors/detector-registry.ts:18 Parameters: Name Type cluster Cluster Returns: Promise \\< ClusterMetadata >","title":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#class-detectorregistry","text":"","title":"Class: DetectorRegistry"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#hierarchy","text":"DetectorRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#properties","text":"registry","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#methods","text":"add detectForCluster","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#registry","text":"\u2022 registry : IObservableArray\\< BaseClusterDetector > = observable.array\\ ([], { deep: false }) Defined in src/main/cluster-detectors/detector-registry.ts:12","title":"registry"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#add","text":"\u25b8 add ( detectorClass : typeof BaseClusterDetector): void Defined in src/main/cluster-detectors/detector-registry.ts:14","title":"add"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#detectforcluster","text":"\u25b8 detectForCluster ( cluster : Cluster ): Promise \\< ClusterMetadata > Defined in src/main/cluster-detectors/detector-registry.ts:18","title":"detectForCluster"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/distribution-detector\" / DistributionDetector Class: DistributionDetector # Hierarchy # BaseClusterDetector \u21b3 DistributionDetector Index # Constructors # constructor Properties # cluster key version Methods # detect getKubernetesVersion isAKS isCustom isDigitalOcean isEKS isGKE isIKS isMinikube isRancher k8sRequest Constructors # constructor # + new DistributionDetector ( cluster : Cluster ): DistributionDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11 Parameters: Name Type cluster Cluster Returns: DistributionDetector Properties # cluster # \u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10 key # \u2022 key : ClusterMetadataKey = ClusterMetadataKey.DISTRIBUTION Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/distribution-detector.ts:5 version # \u2022 version : string Defined in src/main/cluster-detectors/distribution-detector.ts:6 Methods # detect # \u25b8 detect (): Promise \\<{ accuracy: number = 80; value: string = \"rancher\" }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/distribution-detector.ts:8 Returns: Promise \\<{ accuracy: number = 80; value: string = \"rancher\" }> getKubernetesVersion # \u25b8 getKubernetesVersion (): Promise \\ Defined in src/main/cluster-detectors/distribution-detector.ts:37 Returns: Promise \\ isAKS # \u25b8 Protected isAKS (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:56 Returns: boolean isCustom # \u25b8 Protected isCustom (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:68 Returns: boolean isDigitalOcean # \u25b8 Protected isDigitalOcean (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:60 Returns: boolean isEKS # \u25b8 Protected isEKS (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:48 Returns: boolean isGKE # \u25b8 Protected isGKE (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:44 Returns: boolean isIKS # \u25b8 Protected isIKS (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:52 Returns: boolean isMinikube # \u25b8 Protected isMinikube (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:64 Returns: boolean isRancher # \u25b8 Protected isRancher (): Promise \\ Defined in src/main/cluster-detectors/distribution-detector.ts:72 Returns: Promise \\ k8sRequest # \u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21 Type parameters: Name Default T any Parameters: Name Type Default value path string - options RequestPromiseOptions {} Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#class-distributiondetector","text":"","title":"Class: DistributionDetector"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#hierarchy","text":"BaseClusterDetector \u21b3 DistributionDetector","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#properties","text":"cluster key version","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#methods","text":"detect getKubernetesVersion isAKS isCustom isDigitalOcean isEKS isGKE isIKS isMinikube isRancher k8sRequest","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#constructor","text":"+ new DistributionDetector ( cluster : Cluster ): DistributionDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11","title":"constructor"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#cluster","text":"\u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10","title":"cluster"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#key","text":"\u2022 key : ClusterMetadataKey = ClusterMetadataKey.DISTRIBUTION Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/distribution-detector.ts:5","title":"key"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#version","text":"\u2022 version : string Defined in src/main/cluster-detectors/distribution-detector.ts:6","title":"version"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#detect","text":"\u25b8 detect (): Promise \\<{ accuracy: number = 80; value: string = \"rancher\" }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/distribution-detector.ts:8 Returns: Promise \\<{ accuracy: number = 80; value: string = \"rancher\" }>","title":"detect"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#getkubernetesversion","text":"\u25b8 getKubernetesVersion (): Promise \\ Defined in src/main/cluster-detectors/distribution-detector.ts:37 Returns: Promise \\","title":"getKubernetesVersion"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#isaks","text":"\u25b8 Protected isAKS (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:56 Returns: boolean","title":"isAKS"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#iscustom","text":"\u25b8 Protected isCustom (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:68 Returns: boolean","title":"isCustom"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#isdigitalocean","text":"\u25b8 Protected isDigitalOcean (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:60 Returns: boolean","title":"isDigitalOcean"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#iseks","text":"\u25b8 Protected isEKS (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:48 Returns: boolean","title":"isEKS"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#isgke","text":"\u25b8 Protected isGKE (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:44 Returns: boolean","title":"isGKE"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#isiks","text":"\u25b8 Protected isIKS (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:52 Returns: boolean","title":"isIKS"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#isminikube","text":"\u25b8 Protected isMinikube (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:64 Returns: boolean","title":"isMinikube"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#israncher","text":"\u25b8 Protected isRancher (): Promise \\ Defined in src/main/cluster-detectors/distribution-detector.ts:72 Returns: Promise \\","title":"isRancher"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#k8srequest","text":"\u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21","title":"k8sRequest"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/last-seen-detector\" / LastSeenDetector Class: LastSeenDetector # Hierarchy # BaseClusterDetector \u21b3 LastSeenDetector Index # Constructors # constructor Properties # cluster key Methods # detect k8sRequest Constructors # constructor # + new LastSeenDetector ( cluster : Cluster ): LastSeenDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11 Parameters: Name Type cluster Cluster Returns: LastSeenDetector Properties # cluster # \u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10 key # \u2022 key : ClusterMetadataKey = ClusterMetadataKey.LAST_SEEN Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/last-seen-detector.ts:5 Methods # detect # \u25b8 detect (): Promise \\<{ accuracy: number = 100; value: string = new Date().toJSON() }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/last-seen-detector.ts:7 Returns: Promise \\<{ accuracy: number = 100; value: string = new Date().toJSON() }> k8sRequest # \u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21 Type parameters: Name Default T any Parameters: Name Type Default value path string - options RequestPromiseOptions {} Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#class-lastseendetector","text":"","title":"Class: LastSeenDetector"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#hierarchy","text":"BaseClusterDetector \u21b3 LastSeenDetector","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#properties","text":"cluster key","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#methods","text":"detect k8sRequest","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#constructor","text":"+ new LastSeenDetector ( cluster : Cluster ): LastSeenDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11","title":"constructor"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#cluster","text":"\u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10","title":"cluster"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#key","text":"\u2022 key : ClusterMetadataKey = ClusterMetadataKey.LAST_SEEN Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/last-seen-detector.ts:5","title":"key"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#detect","text":"\u25b8 detect (): Promise \\<{ accuracy: number = 100; value: string = new Date().toJSON() }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/last-seen-detector.ts:7 Returns: Promise \\<{ accuracy: number = 100; value: string = new Date().toJSON() }>","title":"detect"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#k8srequest","text":"\u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21","title":"k8sRequest"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/nodes-count-detector\" / NodesCountDetector Class: NodesCountDetector # Hierarchy # BaseClusterDetector \u21b3 NodesCountDetector Index # Constructors # constructor Properties # cluster key Methods # detect getNodeCount k8sRequest Constructors # constructor # + new NodesCountDetector ( cluster : Cluster ): NodesCountDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11 Parameters: Name Type cluster Cluster Returns: NodesCountDetector Properties # cluster # \u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10 key # \u2022 key : ClusterMetadataKey = ClusterMetadataKey.NODES_COUNT Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/nodes-count-detector.ts:5 Methods # detect # \u25b8 detect (): Promise \\<{ accuracy: number = 100; value: number = nodeCount }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/nodes-count-detector.ts:7 Returns: Promise \\<{ accuracy: number = 100; value: number = nodeCount }> getNodeCount # \u25b8 Protected getNodeCount (): Promise \\ Defined in src/main/cluster-detectors/nodes-count-detector.ts:13 Returns: Promise \\ k8sRequest # \u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21 Type parameters: Name Default T any Parameters: Name Type Default value path string - options RequestPromiseOptions {} Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#class-nodescountdetector","text":"","title":"Class: NodesCountDetector"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#hierarchy","text":"BaseClusterDetector \u21b3 NodesCountDetector","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#properties","text":"cluster key","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#methods","text":"detect getNodeCount k8sRequest","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#constructor","text":"+ new NodesCountDetector ( cluster : Cluster ): NodesCountDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11","title":"constructor"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#cluster","text":"\u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10","title":"cluster"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#key","text":"\u2022 key : ClusterMetadataKey = ClusterMetadataKey.NODES_COUNT Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/nodes-count-detector.ts:5","title":"key"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#detect","text":"\u25b8 detect (): Promise \\<{ accuracy: number = 100; value: number = nodeCount }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/nodes-count-detector.ts:7 Returns: Promise \\<{ accuracy: number = 100; value: number = nodeCount }>","title":"detect"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#getnodecount","text":"\u25b8 Protected getNodeCount (): Promise \\ Defined in src/main/cluster-detectors/nodes-count-detector.ts:13 Returns: Promise \\","title":"getNodeCount"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#k8srequest","text":"\u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21","title":"k8sRequest"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/version-detector\" / VersionDetector Class: VersionDetector # Hierarchy # BaseClusterDetector \u21b3 VersionDetector Index # Constructors # constructor Properties # cluster key value Methods # detect getKubernetesVersion k8sRequest Constructors # constructor # + new VersionDetector ( cluster : Cluster ): VersionDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11 Parameters: Name Type cluster Cluster Returns: VersionDetector Properties # cluster # \u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10 key # \u2022 key : ClusterMetadataKey = ClusterMetadataKey.VERSION Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/version-detector.ts:5 value # \u2022 value : string Defined in src/main/cluster-detectors/version-detector.ts:6 Methods # detect # \u25b8 detect (): Promise \\<{ accuracy: number = 100; value: any = version }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/version-detector.ts:8 Returns: Promise \\<{ accuracy: number = 100; value: any = version }> getKubernetesVersion # \u25b8 getKubernetesVersion (): Promise \\ Defined in src/main/cluster-detectors/version-detector.ts:13 Returns: Promise \\ k8sRequest # \u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21 Type parameters: Name Default T any Parameters: Name Type Default value path string - options RequestPromiseOptions {} Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#class-versiondetector","text":"","title":"Class: VersionDetector"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#hierarchy","text":"BaseClusterDetector \u21b3 VersionDetector","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#properties","text":"cluster key value","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#methods","text":"detect getKubernetesVersion k8sRequest","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#constructor","text":"+ new VersionDetector ( cluster : Cluster ): VersionDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11","title":"constructor"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#cluster","text":"\u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10","title":"cluster"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#key","text":"\u2022 key : ClusterMetadataKey = ClusterMetadataKey.VERSION Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/version-detector.ts:5","title":"key"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#value","text":"\u2022 value : string Defined in src/main/cluster-detectors/version-detector.ts:6","title":"value"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#detect","text":"\u25b8 detect (): Promise \\<{ accuracy: number = 100; value: any = version }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/version-detector.ts:8 Returns: Promise \\<{ accuracy: number = 100; value: any = version }>","title":"detect"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#getkubernetesversion","text":"\u25b8 getKubernetesVersion (): Promise \\ Defined in src/main/cluster-detectors/version-detector.ts:13 Returns: Promise \\","title":"getKubernetesVersion"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#k8srequest","text":"\u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21","title":"k8sRequest"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/","text":"@k8slens/extensions Globals / \"src/main/context-handler\" / ContextHandler Class: ContextHandler # Hierarchy # ContextHandler Index # Constructors # constructor Properties # apiTarget cluster clusterUrl kubeAuthProxy prometheusPath prometheusProvider proxyPort Accessors # proxyLastError Methods # ensurePort ensureServer getApiTarget getPrometheusPath getPrometheusProvider getPrometheusService newApiTarget resolveAuthProxyUrl resolvePrometheusPath setupPrometheus stopServer Constructors # constructor # + new ContextHandler ( cluster : Cluster ): ContextHandler Defined in src/main/context-handler.ts:18 Parameters: Name Type cluster Cluster Returns: ContextHandler Properties # apiTarget # \u2022 Protected apiTarget : httpProxy.ServerOptions Defined in src/main/context-handler.ts:16 cluster # \u2022 Protected cluster : Cluster Defined in src/main/context-handler.ts:20 clusterUrl # \u2022 clusterUrl : UrlWithStringQuery Defined in src/main/context-handler.ts:14 kubeAuthProxy # \u2022 Protected kubeAuthProxy : KubeAuthProxy Defined in src/main/context-handler.ts:15 prometheusPath # \u2022 Protected prometheusPath : string Defined in src/main/context-handler.ts:18 prometheusProvider # \u2022 Protected prometheusProvider : string Defined in src/main/context-handler.ts:17 proxyPort # \u2022 proxyPort : number Defined in src/main/context-handler.ts:13 Accessors # proxyLastError # \u2022 get proxyLastError (): string Defined in src/main/context-handler.ts:127 Returns: string Methods # ensurePort # \u25b8 ensurePort (): Promise \\ Defined in src/main/context-handler.ts:101 Returns: Promise \\ ensureServer # \u25b8 ensureServer (): Promise \\ Defined in src/main/context-handler.ts:108 Returns: Promise \\ getApiTarget # \u25b8 getApiTarget ( isWatchRequest? : boolean): Promise \\ Defined in src/main/context-handler.ts:77 Parameters: Name Type Default value isWatchRequest boolean false Returns: Promise \\ getPrometheusPath # \u25b8 getPrometheusPath (): Promise \\ Defined in src/main/context-handler.ts:64 Returns: Promise \\ getPrometheusProvider # \u25b8 getPrometheusProvider (): Promise \\< PrometheusProvider > Defined in src/main/context-handler.ts:39 Returns: Promise \\< PrometheusProvider > getPrometheusService # \u25b8 getPrometheusService (): Promise \\< PrometheusService > Defined in src/main/context-handler.ts:48 Returns: Promise \\< PrometheusService > newApiTarget # \u25b8 Protected newApiTarget ( timeout : number): Promise \\ Defined in src/main/context-handler.ts:89 Parameters: Name Type timeout number Returns: Promise \\ resolveAuthProxyUrl # \u25b8 resolveAuthProxyUrl (): Promise \\ Defined in src/main/context-handler.ts:71 Returns: Promise \\ resolvePrometheusPath # \u25b8 Protected resolvePrometheusPath (): Promise \\ Defined in src/main/context-handler.ts:34 Returns: Promise \\ setupPrometheus # \u25b8 Protected setupPrometheus ( preferences? : ClusterPreferences ): void Defined in src/main/context-handler.ts:25 Parameters: Name Type Default value preferences ClusterPreferences {} Returns: void stopServer # \u25b8 stopServer (): void Defined in src/main/context-handler.ts:120 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#class-contexthandler","text":"","title":"Class: ContextHandler"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#hierarchy","text":"ContextHandler","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#properties","text":"apiTarget cluster clusterUrl kubeAuthProxy prometheusPath prometheusProvider proxyPort","title":"Properties"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#accessors","text":"proxyLastError","title":"Accessors"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#methods","text":"ensurePort ensureServer getApiTarget getPrometheusPath getPrometheusProvider getPrometheusService newApiTarget resolveAuthProxyUrl resolvePrometheusPath setupPrometheus stopServer","title":"Methods"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#constructor","text":"+ new ContextHandler ( cluster : Cluster ): ContextHandler Defined in src/main/context-handler.ts:18","title":"constructor"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#apitarget","text":"\u2022 Protected apiTarget : httpProxy.ServerOptions Defined in src/main/context-handler.ts:16","title":"apiTarget"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#cluster","text":"\u2022 Protected cluster : Cluster Defined in src/main/context-handler.ts:20","title":"cluster"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#clusterurl","text":"\u2022 clusterUrl : UrlWithStringQuery Defined in src/main/context-handler.ts:14","title":"clusterUrl"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#kubeauthproxy","text":"\u2022 Protected kubeAuthProxy : KubeAuthProxy Defined in src/main/context-handler.ts:15","title":"kubeAuthProxy"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#prometheuspath","text":"\u2022 Protected prometheusPath : string Defined in src/main/context-handler.ts:18","title":"prometheusPath"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#prometheusprovider","text":"\u2022 Protected prometheusProvider : string Defined in src/main/context-handler.ts:17","title":"prometheusProvider"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#proxyport","text":"\u2022 proxyPort : number Defined in src/main/context-handler.ts:13","title":"proxyPort"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#proxylasterror","text":"\u2022 get proxyLastError (): string Defined in src/main/context-handler.ts:127 Returns: string","title":"proxyLastError"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#ensureport","text":"\u25b8 ensurePort (): Promise \\ Defined in src/main/context-handler.ts:101 Returns: Promise \\","title":"ensurePort"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#ensureserver","text":"\u25b8 ensureServer (): Promise \\ Defined in src/main/context-handler.ts:108 Returns: Promise \\","title":"ensureServer"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#getapitarget","text":"\u25b8 getApiTarget ( isWatchRequest? : boolean): Promise \\ Defined in src/main/context-handler.ts:77","title":"getApiTarget"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#getprometheuspath","text":"\u25b8 getPrometheusPath (): Promise \\ Defined in src/main/context-handler.ts:64 Returns: Promise \\","title":"getPrometheusPath"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#getprometheusprovider","text":"\u25b8 getPrometheusProvider (): Promise \\< PrometheusProvider > Defined in src/main/context-handler.ts:39 Returns: Promise \\< PrometheusProvider >","title":"getPrometheusProvider"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#getprometheusservice","text":"\u25b8 getPrometheusService (): Promise \\< PrometheusService > Defined in src/main/context-handler.ts:48 Returns: Promise \\< PrometheusService >","title":"getPrometheusService"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#newapitarget","text":"\u25b8 Protected newApiTarget ( timeout : number): Promise \\ Defined in src/main/context-handler.ts:89","title":"newApiTarget"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#resolveauthproxyurl","text":"\u25b8 resolveAuthProxyUrl (): Promise \\ Defined in src/main/context-handler.ts:71 Returns: Promise \\","title":"resolveAuthProxyUrl"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#resolveprometheuspath","text":"\u25b8 Protected resolvePrometheusPath (): Promise \\ Defined in src/main/context-handler.ts:34 Returns: Promise \\","title":"resolvePrometheusPath"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#setupprometheus","text":"\u25b8 Protected setupPrometheus ( preferences? : ClusterPreferences ): void Defined in src/main/context-handler.ts:25","title":"setupPrometheus"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#stopserver","text":"\u25b8 stopServer (): void Defined in src/main/context-handler.ts:120 Returns: void","title":"stopServer"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-chart-manager\" / HelmChartManager Class: HelmChartManager # Hierarchy # HelmChartManager Index # Constructors # constructor Properties # cache repo Methods # cachedYaml chart charts getReadme getValues Constructors # constructor # + new HelmChartManager ( repo : HelmRepo ): HelmChartManager Defined in src/main/helm/helm-chart-manager.ts:14 Parameters: Name Type repo HelmRepo Returns: HelmChartManager Properties # cache # \u2022 Protected cache : any Defined in src/main/helm/helm-chart-manager.ts:13 repo # \u2022 Protected repo : HelmRepo Defined in src/main/helm/helm-chart-manager.ts:14 Methods # cachedYaml # \u25b8 Protected cachedYaml (): Promise \\< CachedYaml > Defined in src/main/helm/helm-chart-manager.ts:60 Returns: Promise \\< CachedYaml > chart # \u25b8 chart ( name : string): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:21 Parameters: Name Type name string Returns: Promise \\ charts # \u25b8 charts (): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:26 Returns: Promise \\ getReadme # \u25b8 getReadme ( name : string, version? : string): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:36 Parameters: Name Type Default value name string - version string \"\" Returns: Promise \\ getValues # \u25b8 getValues ( name : string, version? : string): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:47 Parameters: Name Type Default value name string - version string \"\" Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#class-helmchartmanager","text":"","title":"Class: HelmChartManager"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#hierarchy","text":"HelmChartManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#properties","text":"cache repo","title":"Properties"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#methods","text":"cachedYaml chart charts getReadme getValues","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#constructor","text":"+ new HelmChartManager ( repo : HelmRepo ): HelmChartManager Defined in src/main/helm/helm-chart-manager.ts:14","title":"constructor"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#cache","text":"\u2022 Protected cache : any Defined in src/main/helm/helm-chart-manager.ts:13","title":"cache"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#repo","text":"\u2022 Protected repo : HelmRepo Defined in src/main/helm/helm-chart-manager.ts:14","title":"repo"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#cachedyaml","text":"\u25b8 Protected cachedYaml (): Promise \\< CachedYaml > Defined in src/main/helm/helm-chart-manager.ts:60 Returns: Promise \\< CachedYaml >","title":"cachedYaml"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#chart","text":"\u25b8 chart ( name : string): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:21","title":"chart"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#charts","text":"\u25b8 charts (): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:26 Returns: Promise \\","title":"charts"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#getreadme","text":"\u25b8 getReadme ( name : string, version? : string): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:36","title":"getReadme"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#getvalues","text":"\u25b8 getValues ( name : string, version? : string): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:47","title":"getValues"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-cli\" / HelmCli Class: HelmCli # Hierarchy # LensBinary \u21b3 HelmCli Index # Constructors # constructor Properties # arch binaryName binaryVersion directory dirname logger originalBinaryName path platformName requestOpts tarPath url Methods # binDir binaryDir binaryPath checkBinary downloadBinary ensureBinary getBinaryDir getBinaryPath getOriginalBinaryPath getTarName getUrl renameBinary setLogger untarBinary Constructors # constructor # + new HelmCli ( baseDir : string, version : string): HelmCli Overrides LensBinary . constructor Defined in src/main/helm/helm-cli.ts:6 Parameters: Name Type baseDir string version string Returns: HelmCli Properties # arch # \u2022 Protected arch : string Inherited from LensBinary . arch Defined in src/main/lens-binary.ts:27 binaryName # \u2022 Protected binaryName : string Inherited from LensBinary . binaryName Defined in src/main/lens-binary.ts:25 binaryVersion # \u2022 binaryVersion : string Inherited from LensBinary . binaryVersion Defined in src/main/lens-binary.ts:19 directory # \u2022 Protected directory : string Inherited from LensBinary . directory Defined in src/main/lens-binary.ts:20 dirname # \u2022 Protected dirname : string Inherited from LensBinary . dirname Defined in src/main/lens-binary.ts:24 logger # \u2022 Protected logger : Console | Logger Inherited from LensBinary . logger Defined in src/main/lens-binary.ts:30 originalBinaryName # \u2022 Protected originalBinaryName : string Inherited from LensBinary . originalBinaryName Defined in src/main/lens-binary.ts:28 path # \u2022 Protected path : string Inherited from LensBinary . path Defined in src/main/lens-binary.ts:22 platformName # \u2022 Protected platformName : string Inherited from LensBinary . platformName Defined in src/main/lens-binary.ts:26 requestOpts # \u2022 Protected requestOpts : request.Options Inherited from LensBinary . requestOpts Defined in src/main/lens-binary.ts:29 tarPath # \u2022 Protected tarPath : string Inherited from LensBinary . tarPath Defined in src/main/lens-binary.ts:23 url # \u2022 Protected url : string Inherited from LensBinary . url Defined in src/main/lens-binary.ts:21 Methods # binDir # \u25b8 binDir (): Promise \\ Inherited from LensBinary . binDir Defined in src/main/lens-binary.ts:96 Returns: Promise \\ binaryDir # \u25b8 Protected binaryDir (): void Inherited from LensBinary . binaryDir Defined in src/main/lens-binary.ts:67 Returns: void binaryPath # \u25b8 binaryPath (): Promise \\ Inherited from LensBinary . binaryPath Defined in src/main/lens-binary.ts:71 Returns: Promise \\ checkBinary # \u25b8 Protected checkBinary (): Promise \\ Inherited from LensBinary . checkBinary Defined in src/main/lens-binary.ts:106 Returns: Promise \\ downloadBinary # \u25b8 Protected downloadBinary (): Promise \\ Inherited from LensBinary . downloadBinary Defined in src/main/lens-binary.ts:149 Returns: Promise \\ ensureBinary # \u25b8 ensureBinary (): Promise \\ Inherited from LensBinary . ensureBinary Defined in src/main/lens-binary.ts:111 Returns: Promise \\ getBinaryDir # \u25b8 getBinaryDir (): string Inherited from LensBinary . getBinaryDir Defined in src/main/lens-binary.ts:92 Returns: string getBinaryPath # \u25b8 Protected getBinaryPath (): string Overrides LensBinary . getBinaryPath Defined in src/main/helm/helm-cli.ts:26 Returns: string getOriginalBinaryPath # \u25b8 Protected getOriginalBinaryPath (): string Overrides LensBinary . getOriginalBinaryPath Defined in src/main/helm/helm-cli.ts:30 Returns: string getTarName # \u25b8 Protected getTarName (): string | null Overrides LensBinary . getTarName Defined in src/main/helm/helm-cli.ts:18 Returns: string | null getUrl # \u25b8 Protected getUrl (): string Overrides LensBinary . getUrl Defined in src/main/helm/helm-cli.ts:22 Returns: string renameBinary # \u25b8 Protected renameBinary (): Promise \\ Inherited from LensBinary . renameBinary Defined in src/main/lens-binary.ts:135 Returns: Promise \\ setLogger # \u25b8 setLogger ( logger : Console | Logger): void Inherited from LensBinary . setLogger Defined in src/main/lens-binary.ts:63 Parameters: Name Type logger Console | Logger Returns: void untarBinary # \u25b8 Protected untarBinary (): Promise \\ Inherited from LensBinary . untarBinary Defined in src/main/lens-binary.ts:123 Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#class-helmcli","text":"","title":"Class: HelmCli"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#hierarchy","text":"LensBinary \u21b3 HelmCli","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#properties","text":"arch binaryName binaryVersion directory dirname logger originalBinaryName path platformName requestOpts tarPath url","title":"Properties"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#methods","text":"binDir binaryDir binaryPath checkBinary downloadBinary ensureBinary getBinaryDir getBinaryPath getOriginalBinaryPath getTarName getUrl renameBinary setLogger untarBinary","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#constructor","text":"+ new HelmCli ( baseDir : string, version : string): HelmCli Overrides LensBinary . constructor Defined in src/main/helm/helm-cli.ts:6","title":"constructor"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#arch","text":"\u2022 Protected arch : string Inherited from LensBinary . arch Defined in src/main/lens-binary.ts:27","title":"arch"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#binaryname","text":"\u2022 Protected binaryName : string Inherited from LensBinary . binaryName Defined in src/main/lens-binary.ts:25","title":"binaryName"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#binaryversion","text":"\u2022 binaryVersion : string Inherited from LensBinary . binaryVersion Defined in src/main/lens-binary.ts:19","title":"binaryVersion"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#directory","text":"\u2022 Protected directory : string Inherited from LensBinary . directory Defined in src/main/lens-binary.ts:20","title":"directory"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#dirname","text":"\u2022 Protected dirname : string Inherited from LensBinary . dirname Defined in src/main/lens-binary.ts:24","title":"dirname"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#logger","text":"\u2022 Protected logger : Console | Logger Inherited from LensBinary . logger Defined in src/main/lens-binary.ts:30","title":"logger"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#originalbinaryname","text":"\u2022 Protected originalBinaryName : string Inherited from LensBinary . originalBinaryName Defined in src/main/lens-binary.ts:28","title":"originalBinaryName"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#path","text":"\u2022 Protected path : string Inherited from LensBinary . path Defined in src/main/lens-binary.ts:22","title":"path"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#platformname","text":"\u2022 Protected platformName : string Inherited from LensBinary . platformName Defined in src/main/lens-binary.ts:26","title":"platformName"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#requestopts","text":"\u2022 Protected requestOpts : request.Options Inherited from LensBinary . requestOpts Defined in src/main/lens-binary.ts:29","title":"requestOpts"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#tarpath","text":"\u2022 Protected tarPath : string Inherited from LensBinary . tarPath Defined in src/main/lens-binary.ts:23","title":"tarPath"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#url","text":"\u2022 Protected url : string Inherited from LensBinary . url Defined in src/main/lens-binary.ts:21","title":"url"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#bindir","text":"\u25b8 binDir (): Promise \\ Inherited from LensBinary . binDir Defined in src/main/lens-binary.ts:96 Returns: Promise \\","title":"binDir"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#binarydir","text":"\u25b8 Protected binaryDir (): void Inherited from LensBinary . binaryDir Defined in src/main/lens-binary.ts:67 Returns: void","title":"binaryDir"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#binarypath","text":"\u25b8 binaryPath (): Promise \\ Inherited from LensBinary . binaryPath Defined in src/main/lens-binary.ts:71 Returns: Promise \\","title":"binaryPath"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#checkbinary","text":"\u25b8 Protected checkBinary (): Promise \\ Inherited from LensBinary . checkBinary Defined in src/main/lens-binary.ts:106 Returns: Promise \\","title":"checkBinary"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#downloadbinary","text":"\u25b8 Protected downloadBinary (): Promise \\ Inherited from LensBinary . downloadBinary Defined in src/main/lens-binary.ts:149 Returns: Promise \\","title":"downloadBinary"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#ensurebinary","text":"\u25b8 ensureBinary (): Promise \\ Inherited from LensBinary . ensureBinary Defined in src/main/lens-binary.ts:111 Returns: Promise \\","title":"ensureBinary"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#getbinarydir","text":"\u25b8 getBinaryDir (): string Inherited from LensBinary . getBinaryDir Defined in src/main/lens-binary.ts:92 Returns: string","title":"getBinaryDir"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#getbinarypath","text":"\u25b8 Protected getBinaryPath (): string Overrides LensBinary . getBinaryPath Defined in src/main/helm/helm-cli.ts:26 Returns: string","title":"getBinaryPath"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#getoriginalbinarypath","text":"\u25b8 Protected getOriginalBinaryPath (): string Overrides LensBinary . getOriginalBinaryPath Defined in src/main/helm/helm-cli.ts:30 Returns: string","title":"getOriginalBinaryPath"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#gettarname","text":"\u25b8 Protected getTarName (): string | null Overrides LensBinary . getTarName Defined in src/main/helm/helm-cli.ts:18 Returns: string | null","title":"getTarName"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#geturl","text":"\u25b8 Protected getUrl (): string Overrides LensBinary . getUrl Defined in src/main/helm/helm-cli.ts:22 Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#renamebinary","text":"\u25b8 Protected renameBinary (): Promise \\ Inherited from LensBinary . renameBinary Defined in src/main/lens-binary.ts:135 Returns: Promise \\","title":"renameBinary"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#setlogger","text":"\u25b8 setLogger ( logger : Console | Logger): void Inherited from LensBinary . setLogger Defined in src/main/lens-binary.ts:63","title":"setLogger"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#untarbinary","text":"\u25b8 Protected untarBinary (): Promise \\ Inherited from LensBinary . untarBinary Defined in src/main/lens-binary.ts:123 Returns: Promise \\","title":"untarBinary"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-release-manager\" / HelmReleaseManager Class: HelmReleaseManager # Hierarchy # HelmReleaseManager Index # Methods # deleteRelease getHistory getRelease getResources getValues installChart listReleases rollback upgradeRelease Methods # deleteRelease # \u25b8 deleteRelease ( name : string, namespace : string, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:75 Parameters: Name Type name string namespace string pathToKubeconfig string Returns: Promise \\ getHistory # \u25b8 getHistory ( name : string, namespace : string, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:88 Parameters: Name Type name string namespace string pathToKubeconfig string Returns: Promise \\ getRelease # \u25b8 getRelease ( name : string, namespace : string, cluster : Cluster ): Promise \\ Defined in src/main/helm/helm-release-manager.ts:67 Parameters: Name Type name string namespace string cluster Cluster Returns: Promise \\ getResources # \u25b8 Protected getResources ( name : string, namespace : string, cluster : Cluster ): Promise \\ Defined in src/main/helm/helm-release-manager.ts:100 Parameters: Name Type name string namespace string cluster Cluster Returns: Promise \\ getValues # \u25b8 getValues ( name : string, namespace : string, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:82 Parameters: Name Type name string namespace string pathToKubeconfig string Returns: Promise \\ installChart # \u25b8 installChart ( chart : string, values : any, name : string, namespace : string, version : string, pathToKubeconfig : string): Promise \\<{ log: string = stdout; release: { name: string = releaseName; namespace: string = namespace } }> Defined in src/main/helm/helm-release-manager.ts:27 Parameters: Name Type chart string values any name string namespace string version string pathToKubeconfig string Returns: Promise \\<{ log: string = stdout; release: { name: string = releaseName; namespace: string = namespace } }> listReleases # \u25b8 listReleases ( pathToKubeconfig : string, namespace? : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:11 Parameters: Name Type pathToKubeconfig string namespace? string Returns: Promise \\ rollback # \u25b8 rollback ( name : string, namespace : string, revision : number, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:94 Parameters: Name Type name string namespace string revision number pathToKubeconfig string Returns: Promise \\ upgradeRelease # \u25b8 upgradeRelease ( name : string, chart : string, values : any, namespace : string, version : string, cluster : Cluster ): Promise \\<{ log: string = stdout; release: Promise \\ = this.getRelease(name, namespace, cluster) }> Defined in src/main/helm/helm-release-manager.ts:51 Parameters: Name Type name string chart string values any namespace string version string cluster Cluster Returns: Promise \\<{ log: string = stdout; release: Promise \\ = this.getRelease(name, namespace, cluster) }>","title":"API Reference"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#class-helmreleasemanager","text":"","title":"Class: HelmReleaseManager"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#hierarchy","text":"HelmReleaseManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#methods","text":"deleteRelease getHistory getRelease getResources getValues installChart listReleases rollback upgradeRelease","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#deleterelease","text":"\u25b8 deleteRelease ( name : string, namespace : string, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:75","title":"deleteRelease"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#gethistory","text":"\u25b8 getHistory ( name : string, namespace : string, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:88","title":"getHistory"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#getrelease","text":"\u25b8 getRelease ( name : string, namespace : string, cluster : Cluster ): Promise \\ Defined in src/main/helm/helm-release-manager.ts:67","title":"getRelease"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#getresources","text":"\u25b8 Protected getResources ( name : string, namespace : string, cluster : Cluster ): Promise \\ Defined in src/main/helm/helm-release-manager.ts:100","title":"getResources"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#getvalues","text":"\u25b8 getValues ( name : string, namespace : string, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:82","title":"getValues"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#installchart","text":"\u25b8 installChart ( chart : string, values : any, name : string, namespace : string, version : string, pathToKubeconfig : string): Promise \\<{ log: string = stdout; release: { name: string = releaseName; namespace: string = namespace } }> Defined in src/main/helm/helm-release-manager.ts:27","title":"installChart"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#listreleases","text":"\u25b8 listReleases ( pathToKubeconfig : string, namespace? : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:11","title":"listReleases"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#rollback","text":"\u25b8 rollback ( name : string, namespace : string, revision : number, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:94","title":"rollback"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#upgraderelease","text":"\u25b8 upgradeRelease ( name : string, chart : string, values : any, namespace : string, version : string, cluster : Cluster ): Promise \\<{ log: string = stdout; release: Promise \\ = this.getRelease(name, namespace, cluster) }> Defined in src/main/helm/helm-release-manager.ts:51","title":"upgradeRelease"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-repo-manager\" / HelmRepoManager Class: HelmRepoManager # Hierarchy # Singleton \u21b3 HelmRepoManager Index # Properties # helmEnv initialized repos cache Methods # addRepo init loadAvailableRepos parseHelmEnv removeRepo repositories repository update getInstance resetInstance Properties # helmEnv # \u2022 Protected helmEnv : HelmEnv Defined in src/main/helm/helm-repo-manager.ts:35 initialized # \u2022 Protected initialized : boolean Defined in src/main/helm/helm-repo-manager.ts:36 repos # \u2022 Protected repos : HelmRepo [] Defined in src/main/helm/helm-repo-manager.ts:34 cache # \u25aa Static cache : {} Defined in src/main/helm/helm-repo-manager.ts:32 Methods # addRepo # \u25b8 addRepo ( __namedParameters : { name: string ; url: string }): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:112 Parameters: Name Type __namedParameters { name: string ; url: string } Returns: Promise \\ init # \u25b8 init (): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:48 Returns: Promise \\ loadAvailableRepos # \u25b8 loadAvailableRepos (): Promise \\< HelmRepo []> Defined in src/main/helm/helm-repo-manager.ts:38 Returns: Promise \\< HelmRepo []> parseHelmEnv # \u25b8 Protected parseHelmEnv (): Promise \\< HelmEnv > Defined in src/main/helm/helm-repo-manager.ts:58 Returns: Promise \\< HelmEnv > removeRepo # \u25b8 removeRepo ( __namedParameters : { name: string ; url: string }): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:121 Parameters: Name Type __namedParameters { name: string ; url: string } Returns: Promise \\ repositories # \u25b8 repositories (): Promise \\< HelmRepo []> Defined in src/main/helm/helm-repo-manager.ts:74 Returns: Promise \\< HelmRepo []> repository # \u25b8 repository ( name : string): Promise \\< HelmRepo > Defined in src/main/helm/helm-repo-manager.ts:99 Parameters: Name Type name string Returns: Promise \\< HelmRepo > update # \u25b8 update (): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:104 Returns: Promise \\ getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#class-helmrepomanager","text":"","title":"Class: HelmRepoManager"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#hierarchy","text":"Singleton \u21b3 HelmRepoManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#properties","text":"helmEnv initialized repos cache","title":"Properties"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#methods","text":"addRepo init loadAvailableRepos parseHelmEnv removeRepo repositories repository update getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#helmenv","text":"\u2022 Protected helmEnv : HelmEnv Defined in src/main/helm/helm-repo-manager.ts:35","title":"helmEnv"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#initialized","text":"\u2022 Protected initialized : boolean Defined in src/main/helm/helm-repo-manager.ts:36","title":"initialized"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#repos","text":"\u2022 Protected repos : HelmRepo [] Defined in src/main/helm/helm-repo-manager.ts:34","title":"repos"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#cache","text":"\u25aa Static cache : {} Defined in src/main/helm/helm-repo-manager.ts:32","title":"cache"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#addrepo","text":"\u25b8 addRepo ( __namedParameters : { name: string ; url: string }): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:112","title":"addRepo"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#init","text":"\u25b8 init (): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:48 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#loadavailablerepos","text":"\u25b8 loadAvailableRepos (): Promise \\< HelmRepo []> Defined in src/main/helm/helm-repo-manager.ts:38 Returns: Promise \\< HelmRepo []>","title":"loadAvailableRepos"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#parsehelmenv","text":"\u25b8 Protected parseHelmEnv (): Promise \\< HelmEnv > Defined in src/main/helm/helm-repo-manager.ts:58 Returns: Promise \\< HelmEnv >","title":"parseHelmEnv"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#removerepo","text":"\u25b8 removeRepo ( __namedParameters : { name: string ; url: string }): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:121","title":"removeRepo"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#repositories","text":"\u25b8 repositories (): Promise \\< HelmRepo []> Defined in src/main/helm/helm-repo-manager.ts:74 Returns: Promise \\< HelmRepo []>","title":"repositories"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#repository","text":"\u25b8 repository ( name : string): Promise \\< HelmRepo > Defined in src/main/helm/helm-repo-manager.ts:99","title":"repository"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#update","text":"\u25b8 update (): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:104 Returns: Promise \\","title":"update"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#resetinstance","text":"\u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-service\" / HelmService Class: HelmService # Hierarchy # HelmService Index # Methods # deleteRelease excludeDeprecated getChart getChartValues getRelease getReleaseHistory getReleaseValues installChart listCharts listReleases rollback updateRelease Methods # deleteRelease # \u25b8 deleteRelease ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:68 Parameters: Name Type cluster Cluster releaseName string namespace string Returns: Promise \\ excludeDeprecated # \u25b8 Protected excludeDeprecated ( entries : any): any Defined in src/main/helm/helm-service.ts:84 Parameters: Name Type entries any Returns: any getChart # \u25b8 getChart ( repoName : string, chartName : string, version? : string): Promise \\<{ readme: string = \"\"; versions: {} }> Defined in src/main/helm/helm-service.ts:29 Parameters: Name Type Default value repoName string - chartName string - version string \"\" Returns: Promise \\<{ readme: string = \"\"; versions: {} }> getChartValues # \u25b8 getChartValues ( repoName : string, chartName : string, version? : string): Promise \\ Defined in src/main/helm/helm-service.ts:42 Parameters: Name Type Default value repoName string - chartName string - version string \"\" Returns: Promise \\ getRelease # \u25b8 getRelease ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:53 Parameters: Name Type cluster Cluster releaseName string namespace string Returns: Promise \\ getReleaseHistory # \u25b8 getReleaseHistory ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:63 Parameters: Name Type cluster Cluster releaseName string namespace string Returns: Promise \\ getReleaseValues # \u25b8 getReleaseValues ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:58 Parameters: Name Type cluster Cluster releaseName string namespace string Returns: Promise \\ installChart # \u25b8 installChart ( cluster : Cluster , data : { chart: string ; name: string ; namespace: string ; values: {} ; version: string }): Promise \\<{ log: string = stdout; release: { name: string = releaseName; namespace: string = namespace } }> Defined in src/main/helm/helm-service.ts:8 Parameters: Name Type cluster Cluster data { chart: string ; name: string ; namespace: string ; values: {} ; version: string } Returns: Promise \\<{ log: string = stdout; release: { name: string = releaseName; namespace: string = namespace } }> listCharts # \u25b8 listCharts (): Promise \\ Defined in src/main/helm/helm-service.ts:12 Returns: Promise \\ listReleases # \u25b8 listReleases ( cluster : Cluster , namespace? : string): Promise \\ Defined in src/main/helm/helm-service.ts:48 Parameters: Name Type Default value cluster Cluster - namespace string null Returns: Promise \\ rollback # \u25b8 rollback ( cluster : Cluster , releaseName : string, namespace : string, revision : number): Promise \\<{ message: string = output }> Defined in src/main/helm/helm-service.ts:78 Parameters: Name Type cluster Cluster releaseName string namespace string revision number Returns: Promise \\<{ message: string = output }> updateRelease # \u25b8 updateRelease ( cluster : Cluster , releaseName : string, namespace : string, data : { chart: string ; values: {} ; version: string }): Promise \\<{ log: string = stdout; release: Promise \\ = this.getRelease(name, namespace, cluster) }> Defined in src/main/helm/helm-service.ts:73 Parameters: Name Type cluster Cluster releaseName string namespace string data { chart: string ; values: {} ; version: string } Returns: Promise \\<{ log: string = stdout; release: Promise \\ = this.getRelease(name, namespace, cluster) }>","title":"API Reference"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#class-helmservice","text":"","title":"Class: HelmService"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#hierarchy","text":"HelmService","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#methods","text":"deleteRelease excludeDeprecated getChart getChartValues getRelease getReleaseHistory getReleaseValues installChart listCharts listReleases rollback updateRelease","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#deleterelease","text":"\u25b8 deleteRelease ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:68","title":"deleteRelease"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#excludedeprecated","text":"\u25b8 Protected excludeDeprecated ( entries : any): any Defined in src/main/helm/helm-service.ts:84","title":"excludeDeprecated"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#getchart","text":"\u25b8 getChart ( repoName : string, chartName : string, version? : string): Promise \\<{ readme: string = \"\"; versions: {} }> Defined in src/main/helm/helm-service.ts:29","title":"getChart"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#getchartvalues","text":"\u25b8 getChartValues ( repoName : string, chartName : string, version? : string): Promise \\ Defined in src/main/helm/helm-service.ts:42","title":"getChartValues"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#getrelease","text":"\u25b8 getRelease ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:53","title":"getRelease"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#getreleasehistory","text":"\u25b8 getReleaseHistory ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:63","title":"getReleaseHistory"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#getreleasevalues","text":"\u25b8 getReleaseValues ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:58","title":"getReleaseValues"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#installchart","text":"\u25b8 installChart ( cluster : Cluster , data : { chart: string ; name: string ; namespace: string ; values: {} ; version: string }): Promise \\<{ log: string = stdout; release: { name: string = releaseName; namespace: string = namespace } }> Defined in src/main/helm/helm-service.ts:8","title":"installChart"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#listcharts","text":"\u25b8 listCharts (): Promise \\ Defined in src/main/helm/helm-service.ts:12 Returns: Promise \\","title":"listCharts"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#listreleases","text":"\u25b8 listReleases ( cluster : Cluster , namespace? : string): Promise \\ Defined in src/main/helm/helm-service.ts:48","title":"listReleases"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#rollback","text":"\u25b8 rollback ( cluster : Cluster , releaseName : string, namespace : string, revision : number): Promise \\<{ message: string = output }> Defined in src/main/helm/helm-service.ts:78","title":"rollback"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#updaterelease","text":"\u25b8 updateRelease ( cluster : Cluster , releaseName : string, namespace : string, data : { chart: string ; values: {} ; version: string }): Promise \\<{ log: string = stdout; release: Promise \\ = this.getRelease(name, namespace, cluster) }> Defined in src/main/helm/helm-service.ts:73","title":"updateRelease"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/","text":"@k8slens/extensions Globals / \"src/main/kube-auth-proxy\" / KubeAuthProxy Class: KubeAuthProxy # Hierarchy # KubeAuthProxy Index # Constructors # constructor Properties # cluster env kubectl lastError port proxyProcess Methods # exit parseError run sendIpcLogMessage Constructors # constructor # + new KubeAuthProxy ( cluster : Cluster , port : number, env : ProcessEnv): KubeAuthProxy Defined in src/main/kube-auth-proxy.ts:20 Parameters: Name Type cluster Cluster port number env ProcessEnv Returns: KubeAuthProxy Properties # cluster # \u2022 Protected cluster : Cluster Defined in src/main/kube-auth-proxy.ts:16 env # \u2022 Protected env : ProcessEnv = null Defined in src/main/kube-auth-proxy.ts:17 kubectl # \u2022 Protected kubectl : Kubectl Defined in src/main/kube-auth-proxy.ts:20 lastError # \u2022 lastError : string Defined in src/main/kube-auth-proxy.ts:14 port # \u2022 Protected port : number Defined in src/main/kube-auth-proxy.ts:19 proxyProcess # \u2022 Protected proxyProcess : ChildProcess Defined in src/main/kube-auth-proxy.ts:18 Methods # exit # \u25b8 exit (): void Defined in src/main/kube-auth-proxy.ts:94 Returns: void parseError # \u25b8 Protected parseError ( data : string): string Defined in src/main/kube-auth-proxy.ts:73 Parameters: Name Type data string Returns: string run # \u25b8 run (): Promise \\ Defined in src/main/kube-auth-proxy.ts:29 Returns: Promise \\ sendIpcLogMessage # \u25b8 Protected sendIpcLogMessage ( res : KubeAuthProxyLog ): Promise \\ Defined in src/main/kube-auth-proxy.ts:88 Parameters: Name Type res KubeAuthProxyLog Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#class-kubeauthproxy","text":"","title":"Class: KubeAuthProxy"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#hierarchy","text":"KubeAuthProxy","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#properties","text":"cluster env kubectl lastError port proxyProcess","title":"Properties"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#methods","text":"exit parseError run sendIpcLogMessage","title":"Methods"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#constructor","text":"+ new KubeAuthProxy ( cluster : Cluster , port : number, env : ProcessEnv): KubeAuthProxy Defined in src/main/kube-auth-proxy.ts:20","title":"constructor"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#cluster","text":"\u2022 Protected cluster : Cluster Defined in src/main/kube-auth-proxy.ts:16","title":"cluster"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#env","text":"\u2022 Protected env : ProcessEnv = null Defined in src/main/kube-auth-proxy.ts:17","title":"env"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#kubectl","text":"\u2022 Protected kubectl : Kubectl Defined in src/main/kube-auth-proxy.ts:20","title":"kubectl"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#lasterror","text":"\u2022 lastError : string Defined in src/main/kube-auth-proxy.ts:14","title":"lastError"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#port","text":"\u2022 Protected port : number Defined in src/main/kube-auth-proxy.ts:19","title":"port"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#proxyprocess","text":"\u2022 Protected proxyProcess : ChildProcess Defined in src/main/kube-auth-proxy.ts:18","title":"proxyProcess"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#exit","text":"\u25b8 exit (): void Defined in src/main/kube-auth-proxy.ts:94 Returns: void","title":"exit"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#parseerror","text":"\u25b8 Protected parseError ( data : string): string Defined in src/main/kube-auth-proxy.ts:73","title":"parseError"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#run","text":"\u25b8 run (): Promise \\ Defined in src/main/kube-auth-proxy.ts:29 Returns: Promise \\","title":"run"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#sendipclogmessage","text":"\u25b8 Protected sendIpcLogMessage ( res : KubeAuthProxyLog ): Promise \\ Defined in src/main/kube-auth-proxy.ts:88","title":"sendIpcLogMessage"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/","text":"@k8slens/extensions Globals / \"src/main/kubeconfig-manager\" / KubeconfigManager Class: KubeconfigManager # Hierarchy # KubeconfigManager Index # Properties # cluster configDir contextHandler port tempFile Methods # createProxyKubeconfig getPath init resolveProxyUrl unlink create Properties # cluster # \u2022 Protected cluster : Cluster Defined in src/main/kubeconfig-manager.ts:14 configDir # \u2022 Protected configDir : string = app.getPath(\"temp\") Defined in src/main/kubeconfig-manager.ts:11 contextHandler # \u2022 Protected contextHandler : ContextHandler Defined in src/main/kubeconfig-manager.ts:14 port # \u2022 Protected port : number Defined in src/main/kubeconfig-manager.ts:14 tempFile # \u2022 Protected tempFile : string Defined in src/main/kubeconfig-manager.ts:12 Methods # createProxyKubeconfig # \u25b8 Protected createProxyKubeconfig (): Promise \\ Defined in src/main/kubeconfig-manager.ts:43 Creates new \"temporary\" kubeconfig that point to the kubectl-proxy. This way any user of the config does not need to know anything about the auth etc. details. Returns: Promise \\ getPath # \u25b8 getPath (): string Defined in src/main/kubeconfig-manager.ts:31 Returns: string init # \u25b8 Protected init (): Promise \\ Defined in src/main/kubeconfig-manager.ts:22 Returns: Promise \\ resolveProxyUrl # \u25b8 Protected resolveProxyUrl (): string Defined in src/main/kubeconfig-manager.ts:35 Returns: string unlink # \u25b8 unlink (): Promise \\ Defined in src/main/kubeconfig-manager.ts:79 Returns: Promise \\ create # \u25b8 Static create ( cluster : Cluster , contextHandler : ContextHandler , port : number): Promise \\< KubeconfigManager > Defined in src/main/kubeconfig-manager.ts:16 Parameters: Name Type cluster Cluster contextHandler ContextHandler port number Returns: Promise \\< KubeconfigManager >","title":"API Reference"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#class-kubeconfigmanager","text":"","title":"Class: KubeconfigManager"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#hierarchy","text":"KubeconfigManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#properties","text":"cluster configDir contextHandler port tempFile","title":"Properties"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#methods","text":"createProxyKubeconfig getPath init resolveProxyUrl unlink create","title":"Methods"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#cluster","text":"\u2022 Protected cluster : Cluster Defined in src/main/kubeconfig-manager.ts:14","title":"cluster"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#configdir","text":"\u2022 Protected configDir : string = app.getPath(\"temp\") Defined in src/main/kubeconfig-manager.ts:11","title":"configDir"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#contexthandler","text":"\u2022 Protected contextHandler : ContextHandler Defined in src/main/kubeconfig-manager.ts:14","title":"contextHandler"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#port","text":"\u2022 Protected port : number Defined in src/main/kubeconfig-manager.ts:14","title":"port"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#tempfile","text":"\u2022 Protected tempFile : string Defined in src/main/kubeconfig-manager.ts:12","title":"tempFile"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#createproxykubeconfig","text":"\u25b8 Protected createProxyKubeconfig (): Promise \\ Defined in src/main/kubeconfig-manager.ts:43 Creates new \"temporary\" kubeconfig that point to the kubectl-proxy. This way any user of the config does not need to know anything about the auth etc. details. Returns: Promise \\","title":"createProxyKubeconfig"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#getpath","text":"\u25b8 getPath (): string Defined in src/main/kubeconfig-manager.ts:31 Returns: string","title":"getPath"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#init","text":"\u25b8 Protected init (): Promise \\ Defined in src/main/kubeconfig-manager.ts:22 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#resolveproxyurl","text":"\u25b8 Protected resolveProxyUrl (): string Defined in src/main/kubeconfig-manager.ts:35 Returns: string","title":"resolveProxyUrl"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#unlink","text":"\u25b8 unlink (): Promise \\ Defined in src/main/kubeconfig-manager.ts:79 Returns: Promise \\","title":"unlink"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#create","text":"\u25b8 Static create ( cluster : Cluster , contextHandler : ContextHandler , port : number): Promise \\< KubeconfigManager > Defined in src/main/kubeconfig-manager.ts:16","title":"create"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/","text":"@k8slens/extensions Globals / \"src/main/kubectl\" / Kubectl Class: Kubectl # Hierarchy # Kubectl Index # Constructors # constructor Properties # directory dirname kubectlVersion path url bundledKubectlVersion invalidBundle Accessors # kubectlDir Methods # binDir checkBinary checkBundled downloadKubectl ensureKubectl getBundledPath getDownloadDir getDownloadMirror getPath getPathFromPreferences writeInitScripts bundled Constructors # constructor # + new Kubectl ( clusterVersion : string): Kubectl Defined in src/main/kubectl.ts:75 Parameters: Name Type clusterVersion string Returns: Kubectl Properties # directory # \u2022 Protected directory : string Defined in src/main/kubectl.ts:58 dirname # \u2022 Protected dirname : string Defined in src/main/kubectl.ts:61 kubectlVersion # \u2022 kubectlVersion : string Defined in src/main/kubectl.ts:57 path # \u2022 Protected path : string Defined in src/main/kubectl.ts:60 url # \u2022 Protected url : string Defined in src/main/kubectl.ts:59 bundledKubectlVersion # \u25aa Static Readonly bundledKubectlVersion : string = bundledVersion Defined in src/main/kubectl.ts:67 invalidBundle # \u25aa Static invalidBundle : boolean = false Defined in src/main/kubectl.ts:68 Accessors # kubectlDir # \u2022 Static get kubectlDir (): string Defined in src/main/kubectl.ts:63 Returns: string Methods # binDir # \u25b8 binDir (): Promise \\ Defined in src/main/kubectl.ts:149 Returns: Promise \\ checkBinary # \u25b8 checkBinary ( path : string, checkVersion? : boolean): Promise \\ Defined in src/main/kubectl.ts:160 Parameters: Name Type Default value path string - checkVersion boolean true Returns: Promise \\ checkBundled # \u25b8 Protected checkBundled (): Promise \\ Defined in src/main/kubectl.ts:186 Returns: Promise \\ downloadKubectl # \u25b8 downloadKubectl (): Promise \\ Defined in src/main/kubectl.ts:241 Returns: Promise \\ ensureKubectl # \u25b8 ensureKubectl (): Promise \\ Defined in src/main/kubectl.ts:204 Returns: Promise \\ getBundledPath # \u25b8 getBundledPath (): string Defined in src/main/kubectl.ts:109 Returns: string getDownloadDir # \u25b8 Protected getDownloadDir (): string Defined in src/main/kubectl.ts:117 Returns: string getDownloadMirror # \u25b8 Protected getDownloadMirror (): string Defined in src/main/kubectl.ts:332 Returns: string getPath # \u25b8 getPath ( bundled? : boolean): Promise \\ Defined in src/main/kubectl.ts:125 Parameters: Name Type Default value bundled boolean false Returns: Promise \\ getPathFromPreferences # \u25b8 getPathFromPreferences (): string Defined in src/main/kubectl.ts:113 Returns: string writeInitScripts # \u25b8 Protected writeInitScripts (): Promise \\ Defined in src/main/kubectl.ts:273 Returns: Promise \\ bundled # \u25b8 Static bundled (): Kubectl Defined in src/main/kubectl.ts:72 Returns: Kubectl","title":"API Reference"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#class-kubectl","text":"","title":"Class: Kubectl"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#hierarchy","text":"Kubectl","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#properties","text":"directory dirname kubectlVersion path url bundledKubectlVersion invalidBundle","title":"Properties"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#accessors","text":"kubectlDir","title":"Accessors"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#methods","text":"binDir checkBinary checkBundled downloadKubectl ensureKubectl getBundledPath getDownloadDir getDownloadMirror getPath getPathFromPreferences writeInitScripts bundled","title":"Methods"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#constructor","text":"+ new Kubectl ( clusterVersion : string): Kubectl Defined in src/main/kubectl.ts:75","title":"constructor"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#directory","text":"\u2022 Protected directory : string Defined in src/main/kubectl.ts:58","title":"directory"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#dirname","text":"\u2022 Protected dirname : string Defined in src/main/kubectl.ts:61","title":"dirname"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#kubectlversion","text":"\u2022 kubectlVersion : string Defined in src/main/kubectl.ts:57","title":"kubectlVersion"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#path","text":"\u2022 Protected path : string Defined in src/main/kubectl.ts:60","title":"path"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#url","text":"\u2022 Protected url : string Defined in src/main/kubectl.ts:59","title":"url"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#bundledkubectlversion","text":"\u25aa Static Readonly bundledKubectlVersion : string = bundledVersion Defined in src/main/kubectl.ts:67","title":"bundledKubectlVersion"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#invalidbundle","text":"\u25aa Static invalidBundle : boolean = false Defined in src/main/kubectl.ts:68","title":"invalidBundle"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#kubectldir","text":"\u2022 Static get kubectlDir (): string Defined in src/main/kubectl.ts:63 Returns: string","title":"kubectlDir"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#bindir","text":"\u25b8 binDir (): Promise \\ Defined in src/main/kubectl.ts:149 Returns: Promise \\","title":"binDir"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#checkbinary","text":"\u25b8 checkBinary ( path : string, checkVersion? : boolean): Promise \\ Defined in src/main/kubectl.ts:160","title":"checkBinary"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#checkbundled","text":"\u25b8 Protected checkBundled (): Promise \\ Defined in src/main/kubectl.ts:186 Returns: Promise \\","title":"checkBundled"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#downloadkubectl","text":"\u25b8 downloadKubectl (): Promise \\ Defined in src/main/kubectl.ts:241 Returns: Promise \\","title":"downloadKubectl"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#ensurekubectl","text":"\u25b8 ensureKubectl (): Promise \\ Defined in src/main/kubectl.ts:204 Returns: Promise \\","title":"ensureKubectl"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#getbundledpath","text":"\u25b8 getBundledPath (): string Defined in src/main/kubectl.ts:109 Returns: string","title":"getBundledPath"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#getdownloaddir","text":"\u25b8 Protected getDownloadDir (): string Defined in src/main/kubectl.ts:117 Returns: string","title":"getDownloadDir"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#getdownloadmirror","text":"\u25b8 Protected getDownloadMirror (): string Defined in src/main/kubectl.ts:332 Returns: string","title":"getDownloadMirror"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#getpath","text":"\u25b8 getPath ( bundled? : boolean): Promise \\ Defined in src/main/kubectl.ts:125","title":"getPath"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#getpathfrompreferences","text":"\u25b8 getPathFromPreferences (): string Defined in src/main/kubectl.ts:113 Returns: string","title":"getPathFromPreferences"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#writeinitscripts","text":"\u25b8 Protected writeInitScripts (): Promise \\ Defined in src/main/kubectl.ts:273 Returns: Promise \\","title":"writeInitScripts"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#bundled","text":"\u25b8 Static bundled (): Kubectl Defined in src/main/kubectl.ts:72 Returns: Kubectl","title":"bundled"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/","text":"@k8slens/extensions Globals / \"src/main/lens-api\" / LensApi Class: LensApi # Hierarchy # LensApi \u21b3 KubeconfigRoute \u21b3 PortForwardRoute \u21b3 WatchRoute \u21b3 HelmApiRoute \u21b3 ResourceApplierApiRoute \u21b3 MetricsRoute Index # Methods # respond respondJson respondText Methods # respond # \u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Defined in src/main/lens-api.ts:12 Parameters: Name Type Default value res ServerResponse - content string - contentType string - status number 200 Returns: void respondJson # \u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Defined in src/main/lens-api.ts:4 Parameters: Name Type Default value res ServerResponse - content {} - status number 200 Returns: void respondText # \u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Defined in src/main/lens-api.ts:8 Parameters: Name Type Default value res ServerResponse - content string - status number 200 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#class-lensapi","text":"","title":"Class: LensApi"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#hierarchy","text":"LensApi \u21b3 KubeconfigRoute \u21b3 PortForwardRoute \u21b3 WatchRoute \u21b3 HelmApiRoute \u21b3 ResourceApplierApiRoute \u21b3 MetricsRoute","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#methods","text":"respond respondJson respondText","title":"Methods"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#respond","text":"\u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Defined in src/main/lens-api.ts:12","title":"respond"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#respondjson","text":"\u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Defined in src/main/lens-api.ts:4","title":"respondJson"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#respondtext","text":"\u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Defined in src/main/lens-api.ts:8","title":"respondText"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/","text":"@k8slens/extensions Globals / \"src/main/lens-binary\" / LensBinary Class: LensBinary # Hierarchy # LensBinary \u21b3 HelmCli Index # Constructors # constructor Properties # arch binaryName binaryVersion directory dirname logger originalBinaryName path platformName requestOpts tarPath url Methods # binDir binaryDir binaryPath checkBinary downloadBinary ensureBinary getBinaryDir getBinaryPath getOriginalBinaryPath getTarName getUrl renameBinary setLogger untarBinary Constructors # constructor # + new LensBinary ( opts : LensBinaryOpts ): LensBinary Defined in src/main/lens-binary.ts:30 Parameters: Name Type opts LensBinaryOpts Returns: LensBinary Properties # arch # \u2022 Protected arch : string Defined in src/main/lens-binary.ts:27 binaryName # \u2022 Protected binaryName : string Defined in src/main/lens-binary.ts:25 binaryVersion # \u2022 binaryVersion : string Defined in src/main/lens-binary.ts:19 directory # \u2022 Protected directory : string Defined in src/main/lens-binary.ts:20 dirname # \u2022 Protected dirname : string Defined in src/main/lens-binary.ts:24 logger # \u2022 Protected logger : Console | Logger Defined in src/main/lens-binary.ts:30 originalBinaryName # \u2022 Protected originalBinaryName : string Defined in src/main/lens-binary.ts:28 path # \u2022 Protected path : string Defined in src/main/lens-binary.ts:22 platformName # \u2022 Protected platformName : string Defined in src/main/lens-binary.ts:26 requestOpts # \u2022 Protected requestOpts : request.Options Defined in src/main/lens-binary.ts:29 tarPath # \u2022 Protected tarPath : string Defined in src/main/lens-binary.ts:23 url # \u2022 Protected url : string Defined in src/main/lens-binary.ts:21 Methods # binDir # \u25b8 binDir (): Promise \\ Defined in src/main/lens-binary.ts:96 Returns: Promise \\ binaryDir # \u25b8 Protected binaryDir (): void Defined in src/main/lens-binary.ts:67 Returns: void binaryPath # \u25b8 binaryPath (): Promise \\ Defined in src/main/lens-binary.ts:71 Returns: Promise \\ checkBinary # \u25b8 Protected checkBinary (): Promise \\ Defined in src/main/lens-binary.ts:106 Returns: Promise \\ downloadBinary # \u25b8 Protected downloadBinary (): Promise \\ Defined in src/main/lens-binary.ts:149 Returns: Promise \\ ensureBinary # \u25b8 ensureBinary (): Promise \\ Defined in src/main/lens-binary.ts:111 Returns: Promise \\ getBinaryDir # \u25b8 getBinaryDir (): string Defined in src/main/lens-binary.ts:92 Returns: string getBinaryPath # \u25b8 Protected getBinaryPath (): string Defined in src/main/lens-binary.ts:84 Returns: string getOriginalBinaryPath # \u25b8 Protected getOriginalBinaryPath (): string Defined in src/main/lens-binary.ts:88 Returns: string getTarName # \u25b8 Protected getTarName (): string | null Defined in src/main/lens-binary.ts:76 Returns: string | null getUrl # \u25b8 Protected getUrl (): string Defined in src/main/lens-binary.ts:80 Returns: string renameBinary # \u25b8 Protected renameBinary (): Promise \\ Defined in src/main/lens-binary.ts:135 Returns: Promise \\ setLogger # \u25b8 setLogger ( logger : Console | Logger): void Defined in src/main/lens-binary.ts:63 Parameters: Name Type logger Console | Logger Returns: void untarBinary # \u25b8 Protected untarBinary (): Promise \\ Defined in src/main/lens-binary.ts:123 Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#class-lensbinary","text":"","title":"Class: LensBinary"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#hierarchy","text":"LensBinary \u21b3 HelmCli","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#properties","text":"arch binaryName binaryVersion directory dirname logger originalBinaryName path platformName requestOpts tarPath url","title":"Properties"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#methods","text":"binDir binaryDir binaryPath checkBinary downloadBinary ensureBinary getBinaryDir getBinaryPath getOriginalBinaryPath getTarName getUrl renameBinary setLogger untarBinary","title":"Methods"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#constructor","text":"+ new LensBinary ( opts : LensBinaryOpts ): LensBinary Defined in src/main/lens-binary.ts:30","title":"constructor"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#arch","text":"\u2022 Protected arch : string Defined in src/main/lens-binary.ts:27","title":"arch"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#binaryname","text":"\u2022 Protected binaryName : string Defined in src/main/lens-binary.ts:25","title":"binaryName"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#binaryversion","text":"\u2022 binaryVersion : string Defined in src/main/lens-binary.ts:19","title":"binaryVersion"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#directory","text":"\u2022 Protected directory : string Defined in src/main/lens-binary.ts:20","title":"directory"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#dirname","text":"\u2022 Protected dirname : string Defined in src/main/lens-binary.ts:24","title":"dirname"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#logger","text":"\u2022 Protected logger : Console | Logger Defined in src/main/lens-binary.ts:30","title":"logger"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#originalbinaryname","text":"\u2022 Protected originalBinaryName : string Defined in src/main/lens-binary.ts:28","title":"originalBinaryName"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#path","text":"\u2022 Protected path : string Defined in src/main/lens-binary.ts:22","title":"path"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#platformname","text":"\u2022 Protected platformName : string Defined in src/main/lens-binary.ts:26","title":"platformName"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#requestopts","text":"\u2022 Protected requestOpts : request.Options Defined in src/main/lens-binary.ts:29","title":"requestOpts"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#tarpath","text":"\u2022 Protected tarPath : string Defined in src/main/lens-binary.ts:23","title":"tarPath"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#url","text":"\u2022 Protected url : string Defined in src/main/lens-binary.ts:21","title":"url"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#bindir","text":"\u25b8 binDir (): Promise \\ Defined in src/main/lens-binary.ts:96 Returns: Promise \\","title":"binDir"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#binarydir","text":"\u25b8 Protected binaryDir (): void Defined in src/main/lens-binary.ts:67 Returns: void","title":"binaryDir"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#binarypath","text":"\u25b8 binaryPath (): Promise \\ Defined in src/main/lens-binary.ts:71 Returns: Promise \\","title":"binaryPath"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#checkbinary","text":"\u25b8 Protected checkBinary (): Promise \\ Defined in src/main/lens-binary.ts:106 Returns: Promise \\","title":"checkBinary"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#downloadbinary","text":"\u25b8 Protected downloadBinary (): Promise \\ Defined in src/main/lens-binary.ts:149 Returns: Promise \\","title":"downloadBinary"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#ensurebinary","text":"\u25b8 ensureBinary (): Promise \\ Defined in src/main/lens-binary.ts:111 Returns: Promise \\","title":"ensureBinary"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#getbinarydir","text":"\u25b8 getBinaryDir (): string Defined in src/main/lens-binary.ts:92 Returns: string","title":"getBinaryDir"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#getbinarypath","text":"\u25b8 Protected getBinaryPath (): string Defined in src/main/lens-binary.ts:84 Returns: string","title":"getBinaryPath"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#getoriginalbinarypath","text":"\u25b8 Protected getOriginalBinaryPath (): string Defined in src/main/lens-binary.ts:88 Returns: string","title":"getOriginalBinaryPath"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#gettarname","text":"\u25b8 Protected getTarName (): string | null Defined in src/main/lens-binary.ts:76 Returns: string | null","title":"getTarName"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#geturl","text":"\u25b8 Protected getUrl (): string Defined in src/main/lens-binary.ts:80 Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#renamebinary","text":"\u25b8 Protected renameBinary (): Promise \\ Defined in src/main/lens-binary.ts:135 Returns: Promise \\","title":"renameBinary"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#setlogger","text":"\u25b8 setLogger ( logger : Console | Logger): void Defined in src/main/lens-binary.ts:63","title":"setLogger"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#untarbinary","text":"\u25b8 Protected untarBinary (): Promise \\ Defined in src/main/lens-binary.ts:123 Returns: Promise \\","title":"untarBinary"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/","text":"@k8slens/extensions Globals / \"src/main/prometheus/helm\" / PrometheusHelm Class: PrometheusHelm # Hierarchy # PrometheusLens \u21b3 PrometheusHelm Implements # PrometheusProvider Index # Properties # id name rateAccuracy Methods # getPrometheusService getQueries Properties # id # \u2022 id : string = \"helm\" Implementation of PrometheusProvider . id Overrides PrometheusLens . id Defined in src/main/prometheus/helm.ts:7 name # \u2022 name : string = \"Helm\" Implementation of PrometheusProvider . name Overrides PrometheusLens . name Defined in src/main/prometheus/helm.ts:8 rateAccuracy # \u2022 rateAccuracy : string = \"5m\" Overrides PrometheusLens . rateAccuracy Defined in src/main/prometheus/helm.ts:9 Methods # getPrometheusService # \u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Overrides PrometheusLens . getPrometheusService Defined in src/main/prometheus/helm.ts:11 Parameters: Name Type client CoreV1Api Returns: Promise \\< PrometheusService > getQueries # \u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Inherited from PrometheusLens . getQueries Defined in src/main/prometheus/lens.ts:25 Parameters: Name Type opts PrometheusQueryOpts Returns: PrometheusQuery","title":"API Reference"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#class-prometheushelm","text":"","title":"Class: PrometheusHelm"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#hierarchy","text":"PrometheusLens \u21b3 PrometheusHelm","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#implements","text":"PrometheusProvider","title":"Implements"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#properties","text":"id name rateAccuracy","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#methods","text":"getPrometheusService getQueries","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#id","text":"\u2022 id : string = \"helm\" Implementation of PrometheusProvider . id Overrides PrometheusLens . id Defined in src/main/prometheus/helm.ts:7","title":"id"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#name","text":"\u2022 name : string = \"Helm\" Implementation of PrometheusProvider . name Overrides PrometheusLens . name Defined in src/main/prometheus/helm.ts:8","title":"name"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#rateaccuracy","text":"\u2022 rateAccuracy : string = \"5m\" Overrides PrometheusLens . rateAccuracy Defined in src/main/prometheus/helm.ts:9","title":"rateAccuracy"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#getprometheusservice","text":"\u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Overrides PrometheusLens . getPrometheusService Defined in src/main/prometheus/helm.ts:11","title":"getPrometheusService"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#getqueries","text":"\u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Inherited from PrometheusLens . getQueries Defined in src/main/prometheus/lens.ts:25","title":"getQueries"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/","text":"@k8slens/extensions Globals / \"src/main/prometheus/lens\" / PrometheusLens Class: PrometheusLens # Hierarchy # PrometheusLens \u21b3 PrometheusHelm Implements # PrometheusProvider Index # Properties # id name rateAccuracy Methods # getPrometheusService getQueries Properties # id # \u2022 id : string = \"lens\" Implementation of PrometheusProvider . id Defined in src/main/prometheus/lens.ts:6 name # \u2022 name : string = \"Lens\" Implementation of PrometheusProvider . name Defined in src/main/prometheus/lens.ts:7 rateAccuracy # \u2022 rateAccuracy : string = \"1m\" Defined in src/main/prometheus/lens.ts:8 Methods # getPrometheusService # \u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Defined in src/main/prometheus/lens.ts:10 Parameters: Name Type client CoreV1Api Returns: Promise \\< PrometheusService > getQueries # \u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Defined in src/main/prometheus/lens.ts:25 Parameters: Name Type opts PrometheusQueryOpts Returns: PrometheusQuery","title":"API Reference"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#class-prometheuslens","text":"","title":"Class: PrometheusLens"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#hierarchy","text":"PrometheusLens \u21b3 PrometheusHelm","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#implements","text":"PrometheusProvider","title":"Implements"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#properties","text":"id name rateAccuracy","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#methods","text":"getPrometheusService getQueries","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#id","text":"\u2022 id : string = \"lens\" Implementation of PrometheusProvider . id Defined in src/main/prometheus/lens.ts:6","title":"id"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#name","text":"\u2022 name : string = \"Lens\" Implementation of PrometheusProvider . name Defined in src/main/prometheus/lens.ts:7","title":"name"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#rateaccuracy","text":"\u2022 rateAccuracy : string = \"1m\" Defined in src/main/prometheus/lens.ts:8","title":"rateAccuracy"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#getprometheusservice","text":"\u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Defined in src/main/prometheus/lens.ts:10","title":"getPrometheusService"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#getqueries","text":"\u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Defined in src/main/prometheus/lens.ts:25","title":"getQueries"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/","text":"@k8slens/extensions Globals / \"src/main/prometheus/operator\" / PrometheusOperator Class: PrometheusOperator # Hierarchy # PrometheusOperator Implements # PrometheusProvider Index # Properties # id name rateAccuracy Methods # getPrometheusService getQueries Properties # id # \u2022 id : string = \"operator\" Implementation of PrometheusProvider . id Defined in src/main/prometheus/operator.ts:7 name # \u2022 name : string = \"Prometheus Operator\" Implementation of PrometheusProvider . name Defined in src/main/prometheus/operator.ts:8 rateAccuracy # \u2022 rateAccuracy : string = \"1m\" Defined in src/main/prometheus/operator.ts:6 Methods # getPrometheusService # \u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Defined in src/main/prometheus/operator.ts:10 Parameters: Name Type client CoreV1Api Returns: Promise \\< PrometheusService > getQueries # \u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Defined in src/main/prometheus/operator.ts:33 Parameters: Name Type opts PrometheusQueryOpts Returns: PrometheusQuery","title":"API Reference"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#class-prometheusoperator","text":"","title":"Class: PrometheusOperator"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#hierarchy","text":"PrometheusOperator","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#implements","text":"PrometheusProvider","title":"Implements"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#properties","text":"id name rateAccuracy","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#methods","text":"getPrometheusService getQueries","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#id","text":"\u2022 id : string = \"operator\" Implementation of PrometheusProvider . id Defined in src/main/prometheus/operator.ts:7","title":"id"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#name","text":"\u2022 name : string = \"Prometheus Operator\" Implementation of PrometheusProvider . name Defined in src/main/prometheus/operator.ts:8","title":"name"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#rateaccuracy","text":"\u2022 rateAccuracy : string = \"1m\" Defined in src/main/prometheus/operator.ts:6","title":"rateAccuracy"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#getprometheusservice","text":"\u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Defined in src/main/prometheus/operator.ts:10","title":"getPrometheusService"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#getqueries","text":"\u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Defined in src/main/prometheus/operator.ts:33","title":"getQueries"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/","text":"@k8slens/extensions Globals / \"src/main/prometheus/provider-registry\" / PrometheusProviderRegistry Class: PrometheusProviderRegistry # Hierarchy # PrometheusProviderRegistry Index # Methods # getProvider getProviders registerProvider Methods # getProvider # \u25b8 Static getProvider ( type : string): PrometheusProvider Defined in src/main/prometheus/provider-registry.ts:76 Parameters: Name Type type string Returns: PrometheusProvider getProviders # \u25b8 Static getProviders (): PrometheusProvider [] Defined in src/main/prometheus/provider-registry.ts:87 Returns: PrometheusProvider [] registerProvider # \u25b8 Static registerProvider ( key : string, provider : PrometheusProvider ): void Defined in src/main/prometheus/provider-registry.ts:83 Parameters: Name Type key string provider PrometheusProvider Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#class-prometheusproviderregistry","text":"","title":"Class: PrometheusProviderRegistry"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#hierarchy","text":"PrometheusProviderRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#methods","text":"getProvider getProviders registerProvider","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#getprovider","text":"\u25b8 Static getProvider ( type : string): PrometheusProvider Defined in src/main/prometheus/provider-registry.ts:76","title":"getProvider"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#getproviders","text":"\u25b8 Static getProviders (): PrometheusProvider [] Defined in src/main/prometheus/provider-registry.ts:87 Returns: PrometheusProvider []","title":"getProviders"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#registerprovider","text":"\u25b8 Static registerProvider ( key : string, provider : PrometheusProvider ): void Defined in src/main/prometheus/provider-registry.ts:83","title":"registerProvider"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/","text":"@k8slens/extensions Globals / \"src/main/prometheus/stacklight\" / PrometheusStacklight Class: PrometheusStacklight # Hierarchy # PrometheusStacklight Implements # PrometheusProvider Index # Properties # id name rateAccuracy Methods # getPrometheusService getQueries Properties # id # \u2022 id : string = \"stacklight\" Implementation of PrometheusProvider . id Defined in src/main/prometheus/stacklight.ts:6 name # \u2022 name : string = \"Stacklight\" Implementation of PrometheusProvider . name Defined in src/main/prometheus/stacklight.ts:7 rateAccuracy # \u2022 rateAccuracy : string = \"1m\" Defined in src/main/prometheus/stacklight.ts:8 Methods # getPrometheusService # \u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Defined in src/main/prometheus/stacklight.ts:10 Parameters: Name Type client CoreV1Api Returns: Promise \\< PrometheusService > getQueries # \u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Defined in src/main/prometheus/stacklight.ts:25 Parameters: Name Type opts PrometheusQueryOpts Returns: PrometheusQuery","title":"API Reference"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#class-prometheusstacklight","text":"","title":"Class: PrometheusStacklight"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#hierarchy","text":"PrometheusStacklight","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#implements","text":"PrometheusProvider","title":"Implements"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#properties","text":"id name rateAccuracy","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#methods","text":"getPrometheusService getQueries","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#id","text":"\u2022 id : string = \"stacklight\" Implementation of PrometheusProvider . id Defined in src/main/prometheus/stacklight.ts:6","title":"id"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#name","text":"\u2022 name : string = \"Stacklight\" Implementation of PrometheusProvider . name Defined in src/main/prometheus/stacklight.ts:7","title":"name"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#rateaccuracy","text":"\u2022 rateAccuracy : string = \"1m\" Defined in src/main/prometheus/stacklight.ts:8","title":"rateAccuracy"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#getprometheusservice","text":"\u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Defined in src/main/prometheus/stacklight.ts:10","title":"getPrometheusService"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#getqueries","text":"\u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Defined in src/main/prometheus/stacklight.ts:25","title":"getQueries"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/","text":"@k8slens/extensions Globals / \"src/main/resource-applier\" / ResourceApplier Class: ResourceApplier # Hierarchy # ResourceApplier Index # Constructors # constructor Properties # cluster Methods # apply kubectlApply kubectlApplyAll sanitizeObject Constructors # constructor # + new ResourceApplier ( cluster : Cluster ): ResourceApplier Defined in src/main/resource-applier.ts:12 Parameters: Name Type cluster Cluster Returns: ResourceApplier Properties # cluster # \u2022 Protected cluster : Cluster Defined in src/main/resource-applier.ts:13 Methods # apply # \u25b8 apply ( resource : KubernetesObject | any): Promise \\ Defined in src/main/resource-applier.ts:16 Parameters: Name Type resource KubernetesObject | any Returns: Promise \\ kubectlApply # \u25b8 Protected kubectlApply ( content : string): Promise \\ Defined in src/main/resource-applier.ts:22 Parameters: Name Type content string Returns: Promise \\ kubectlApplyAll # \u25b8 kubectlApplyAll ( resources : string[]): Promise \\ Defined in src/main/resource-applier.ts:48 Parameters: Name Type resources string[] Returns: Promise \\ sanitizeObject # \u25b8 Protected sanitizeObject ( resource : KubernetesObject | any): any Defined in src/main/resource-applier.ts:72 Parameters: Name Type resource KubernetesObject | any Returns: any","title":"API Reference"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#class-resourceapplier","text":"","title":"Class: ResourceApplier"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#hierarchy","text":"ResourceApplier","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#properties","text":"cluster","title":"Properties"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#methods","text":"apply kubectlApply kubectlApplyAll sanitizeObject","title":"Methods"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#constructor","text":"+ new ResourceApplier ( cluster : Cluster ): ResourceApplier Defined in src/main/resource-applier.ts:12","title":"constructor"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#cluster","text":"\u2022 Protected cluster : Cluster Defined in src/main/resource-applier.ts:13","title":"cluster"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#apply","text":"\u25b8 apply ( resource : KubernetesObject | any): Promise \\ Defined in src/main/resource-applier.ts:16","title":"apply"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#kubectlapply","text":"\u25b8 Protected kubectlApply ( content : string): Promise \\ Defined in src/main/resource-applier.ts:22","title":"kubectlApply"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#kubectlapplyall","text":"\u25b8 kubectlApplyAll ( resources : string[]): Promise \\ Defined in src/main/resource-applier.ts:48","title":"kubectlApplyAll"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#sanitizeobject","text":"\u25b8 Protected sanitizeObject ( resource : KubernetesObject | any): any Defined in src/main/resource-applier.ts:72","title":"sanitizeObject"},{"location":"extensions/api/classes/_src_main_router_.router/","text":"@k8slens/extensions Globals / \"src/main/router\" / Router Class: Router # Hierarchy # Router Index # Constructors # constructor Properties # router Methods # addRoutes getMimeType getRequest handleStaticFile route Constructors # constructor # + new Router (): Router Defined in src/main/router.ts:41 Returns: Router Properties # router # \u2022 Protected router : any Defined in src/main/router.ts:41 Methods # addRoutes # \u25b8 Protected addRoutes (): void Defined in src/main/router.ts:119 Returns: void getMimeType # \u25b8 Protected getMimeType ( filename : string): string Defined in src/main/router.ts:81 Parameters: Name Type filename string Returns: string getRequest # \u25b8 Protected getRequest ( opts : RouterRequestOpts ): Promise \\< LensApiRequest > Defined in src/main/router.ts:62 Parameters: Name Type opts RouterRequestOpts Returns: Promise \\< LensApiRequest > handleStaticFile # \u25b8 handleStaticFile ( filePath : string, res : ServerResponse, req : IncomingMessage): Promise \\ Defined in src/main/router.ts:97 Parameters: Name Type filePath string res ServerResponse req IncomingMessage Returns: Promise \\ route # \u25b8 route ( cluster : Cluster , req : IncomingMessage, res : ServerResponse): Promise \\ Defined in src/main/router.ts:48 Parameters: Name Type cluster Cluster req IncomingMessage res ServerResponse Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_router_.router/#class-router","text":"","title":"Class: Router"},{"location":"extensions/api/classes/_src_main_router_.router/#hierarchy","text":"Router","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_router_.router/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_router_.router/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_router_.router/#properties","text":"router","title":"Properties"},{"location":"extensions/api/classes/_src_main_router_.router/#methods","text":"addRoutes getMimeType getRequest handleStaticFile route","title":"Methods"},{"location":"extensions/api/classes/_src_main_router_.router/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_router_.router/#constructor","text":"+ new Router (): Router Defined in src/main/router.ts:41 Returns: Router","title":"constructor"},{"location":"extensions/api/classes/_src_main_router_.router/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_router_.router/#router","text":"\u2022 Protected router : any Defined in src/main/router.ts:41","title":"router"},{"location":"extensions/api/classes/_src_main_router_.router/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_router_.router/#addroutes","text":"\u25b8 Protected addRoutes (): void Defined in src/main/router.ts:119 Returns: void","title":"addRoutes"},{"location":"extensions/api/classes/_src_main_router_.router/#getmimetype","text":"\u25b8 Protected getMimeType ( filename : string): string Defined in src/main/router.ts:81","title":"getMimeType"},{"location":"extensions/api/classes/_src_main_router_.router/#getrequest","text":"\u25b8 Protected getRequest ( opts : RouterRequestOpts ): Promise \\< LensApiRequest > Defined in src/main/router.ts:62","title":"getRequest"},{"location":"extensions/api/classes/_src_main_router_.router/#handlestaticfile","text":"\u25b8 handleStaticFile ( filePath : string, res : ServerResponse, req : IncomingMessage): Promise \\ Defined in src/main/router.ts:97","title":"handleStaticFile"},{"location":"extensions/api/classes/_src_main_router_.router/#route","text":"\u25b8 route ( cluster : Cluster , req : IncomingMessage, res : ServerResponse): Promise \\ Defined in src/main/router.ts:48","title":"route"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/","text":"@k8slens/extensions Globals / \"src/main/routes/helm-route\" / HelmApiRoute Class: HelmApiRoute # Hierarchy # LensApi \u21b3 HelmApiRoute Index # Methods # deleteRelease getChart getChartValues getRelease getReleaseHistory getReleaseValues installChart listCharts listReleases respond respondJson respondText rollbackRelease updateRelease Methods # deleteRelease # \u25b8 deleteRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:102 Parameters: Name Type request LensApiRequest Returns: Promise \\ getChart # \u25b8 getChart ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:13 Parameters: Name Type request LensApiRequest Returns: Promise \\ getChartValues # \u25b8 getChartValues ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:19 Parameters: Name Type request LensApiRequest Returns: Promise \\ getRelease # \u25b8 getRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:69 Parameters: Name Type request LensApiRequest Returns: Promise \\ getReleaseHistory # \u25b8 getReleaseHistory ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:91 Parameters: Name Type request LensApiRequest Returns: Promise \\ getReleaseValues # \u25b8 getReleaseValues ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:80 Parameters: Name Type request LensApiRequest Returns: Promise \\ installChart # \u25b8 installChart ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:25 Parameters: Name Type request LensApiRequest Returns: Promise \\ listCharts # \u25b8 listCharts ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:7 Parameters: Name Type request LensApiRequest Returns: Promise \\ listReleases # \u25b8 listReleases ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:58 Parameters: Name Type request LensApiRequest Returns: Promise \\ respond # \u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12 Parameters: Name Type Default value res ServerResponse - content string - contentType string - status number 200 Returns: void respondJson # \u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4 Parameters: Name Type Default value res ServerResponse - content {} - status number 200 Returns: void respondText # \u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8 Parameters: Name Type Default value res ServerResponse - content string - status number 200 Returns: void rollbackRelease # \u25b8 rollbackRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:47 Parameters: Name Type request LensApiRequest Returns: Promise \\ updateRelease # \u25b8 updateRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:36 Parameters: Name Type request LensApiRequest Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#class-helmapiroute","text":"","title":"Class: HelmApiRoute"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#hierarchy","text":"LensApi \u21b3 HelmApiRoute","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#methods","text":"deleteRelease getChart getChartValues getRelease getReleaseHistory getReleaseValues installChart listCharts listReleases respond respondJson respondText rollbackRelease updateRelease","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#deleterelease","text":"\u25b8 deleteRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:102","title":"deleteRelease"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#getchart","text":"\u25b8 getChart ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:13","title":"getChart"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#getchartvalues","text":"\u25b8 getChartValues ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:19","title":"getChartValues"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#getrelease","text":"\u25b8 getRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:69","title":"getRelease"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#getreleasehistory","text":"\u25b8 getReleaseHistory ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:91","title":"getReleaseHistory"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#getreleasevalues","text":"\u25b8 getReleaseValues ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:80","title":"getReleaseValues"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#installchart","text":"\u25b8 installChart ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:25","title":"installChart"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#listcharts","text":"\u25b8 listCharts ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:7","title":"listCharts"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#listreleases","text":"\u25b8 listReleases ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:58","title":"listReleases"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#respond","text":"\u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12","title":"respond"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#respondjson","text":"\u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4","title":"respondJson"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#respondtext","text":"\u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8","title":"respondText"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#rollbackrelease","text":"\u25b8 rollbackRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:47","title":"rollbackRelease"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#updaterelease","text":"\u25b8 updateRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:36","title":"updateRelease"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/","text":"@k8slens/extensions Globals / \"src/main/routes/kubeconfig-route\" / KubeconfigRoute Class: KubeconfigRoute # Hierarchy # LensApi \u21b3 KubeconfigRoute Index # Methods # respond respondJson respondText routeServiceAccountRoute Methods # respond # \u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12 Parameters: Name Type Default value res ServerResponse - content string - contentType string - status number 200 Returns: void respondJson # \u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4 Parameters: Name Type Default value res ServerResponse - content {} - status number 200 Returns: void respondText # \u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8 Parameters: Name Type Default value res ServerResponse - content string - status number 200 Returns: void routeServiceAccountRoute # \u25b8 routeServiceAccountRoute ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/kubeconfig-route.ts:44 Parameters: Name Type request LensApiRequest Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#class-kubeconfigroute","text":"","title":"Class: KubeconfigRoute"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#hierarchy","text":"LensApi \u21b3 KubeconfigRoute","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#methods","text":"respond respondJson respondText routeServiceAccountRoute","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#respond","text":"\u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12","title":"respond"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#respondjson","text":"\u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4","title":"respondJson"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#respondtext","text":"\u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8","title":"respondText"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#routeserviceaccountroute","text":"\u25b8 routeServiceAccountRoute ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/kubeconfig-route.ts:44","title":"routeServiceAccountRoute"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/","text":"@k8slens/extensions Globals / \"src/main/routes/metrics-route\" / MetricsRoute Class: MetricsRoute # Hierarchy # LensApi \u21b3 MetricsRoute Index # Methods # respond respondJson respondText routeMetrics Methods # respond # \u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12 Parameters: Name Type Default value res ServerResponse - content string - contentType string - status number 200 Returns: void respondJson # \u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4 Parameters: Name Type Default value res ServerResponse - content {} - status number 200 Returns: void respondText # \u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8 Parameters: Name Type Default value res ServerResponse - content string - status number 200 Returns: void routeMetrics # \u25b8 routeMetrics ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/metrics-route.ts:10 Parameters: Name Type request LensApiRequest Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#class-metricsroute","text":"","title":"Class: MetricsRoute"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#hierarchy","text":"LensApi \u21b3 MetricsRoute","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#methods","text":"respond respondJson respondText routeMetrics","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#respond","text":"\u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12","title":"respond"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#respondjson","text":"\u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4","title":"respondJson"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#respondtext","text":"\u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8","title":"respondText"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#routemetrics","text":"\u25b8 routeMetrics ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/metrics-route.ts:10","title":"routeMetrics"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/","text":"@k8slens/extensions Globals / \"src/main/routes/port-forward-route\" / PortForward Class: PortForward # Hierarchy # PortForward Index # Constructors # constructor Properties # clusterId kind kubeConfig localPort name namespace port process portForwards Methods # open start getPortforward Constructors # constructor # + new PortForward ( obj : any): PortForward Defined in src/main/routes/port-forward-route.ts:32 Parameters: Name Type obj any Returns: PortForward Properties # clusterId # \u2022 clusterId : string Defined in src/main/routes/port-forward-route.ts:25 kind # \u2022 kind : string Defined in src/main/routes/port-forward-route.ts:28 kubeConfig # \u2022 kubeConfig : string Defined in src/main/routes/port-forward-route.ts:27 localPort # \u2022 localPort : number Defined in src/main/routes/port-forward-route.ts:32 name # \u2022 name : string Defined in src/main/routes/port-forward-route.ts:30 namespace # \u2022 namespace : string Defined in src/main/routes/port-forward-route.ts:29 port # \u2022 port : string Defined in src/main/routes/port-forward-route.ts:31 process # \u2022 process : ChildProcessWithoutNullStreams Defined in src/main/routes/port-forward-route.ts:26 portForwards # \u25aa Static portForwards : PortForward [] = [] Defined in src/main/routes/port-forward-route.ts:11 Methods # open # \u25b8 open (): void Defined in src/main/routes/port-forward-route.ts:68 Returns: void start # \u25b8 start (): Promise \\ Defined in src/main/routes/port-forward-route.ts:38 Returns: Promise \\ getPortforward # \u25b8 Static getPortforward ( forward : { clusterId: string ; kind: string ; name: string ; namespace: string ; port: string }): PortForward Defined in src/main/routes/port-forward-route.ts:13 Parameters: Name Type forward { clusterId: string ; kind: string ; name: string ; namespace: string ; port: string } Returns: PortForward","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#class-portforward","text":"","title":"Class: PortForward"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#hierarchy","text":"PortForward","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#properties","text":"clusterId kind kubeConfig localPort name namespace port process portForwards","title":"Properties"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#methods","text":"open start getPortforward","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#constructor","text":"+ new PortForward ( obj : any): PortForward Defined in src/main/routes/port-forward-route.ts:32","title":"constructor"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#clusterid","text":"\u2022 clusterId : string Defined in src/main/routes/port-forward-route.ts:25","title":"clusterId"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#kind","text":"\u2022 kind : string Defined in src/main/routes/port-forward-route.ts:28","title":"kind"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#kubeconfig","text":"\u2022 kubeConfig : string Defined in src/main/routes/port-forward-route.ts:27","title":"kubeConfig"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#localport","text":"\u2022 localPort : number Defined in src/main/routes/port-forward-route.ts:32","title":"localPort"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#name","text":"\u2022 name : string Defined in src/main/routes/port-forward-route.ts:30","title":"name"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#namespace","text":"\u2022 namespace : string Defined in src/main/routes/port-forward-route.ts:29","title":"namespace"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#port","text":"\u2022 port : string Defined in src/main/routes/port-forward-route.ts:31","title":"port"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#process","text":"\u2022 process : ChildProcessWithoutNullStreams Defined in src/main/routes/port-forward-route.ts:26","title":"process"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#portforwards","text":"\u25aa Static portForwards : PortForward [] = [] Defined in src/main/routes/port-forward-route.ts:11","title":"portForwards"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#open","text":"\u25b8 open (): void Defined in src/main/routes/port-forward-route.ts:68 Returns: void","title":"open"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#start","text":"\u25b8 start (): Promise \\ Defined in src/main/routes/port-forward-route.ts:38 Returns: Promise \\","title":"start"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#getportforward","text":"\u25b8 Static getPortforward ( forward : { clusterId: string ; kind: string ; name: string ; namespace: string ; port: string }): PortForward Defined in src/main/routes/port-forward-route.ts:13","title":"getPortforward"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/","text":"@k8slens/extensions Globals / \"src/main/routes/port-forward-route\" / PortForwardRoute Class: PortForwardRoute # Hierarchy # LensApi \u21b3 PortForwardRoute Index # Methods # respond respondJson respondText routePortForward Methods # respond # \u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12 Parameters: Name Type Default value res ServerResponse - content string - contentType string - status number 200 Returns: void respondJson # \u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4 Parameters: Name Type Default value res ServerResponse - content {} - status number 200 Returns: void respondText # \u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8 Parameters: Name Type Default value res ServerResponse - content string - status number 200 Returns: void routePortForward # \u25b8 routePortForward ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/port-forward-route.ts:75 Parameters: Name Type request LensApiRequest Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#class-portforwardroute","text":"","title":"Class: PortForwardRoute"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#hierarchy","text":"LensApi \u21b3 PortForwardRoute","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#methods","text":"respond respondJson respondText routePortForward","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#respond","text":"\u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12","title":"respond"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#respondjson","text":"\u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4","title":"respondJson"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#respondtext","text":"\u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8","title":"respondText"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#routeportforward","text":"\u25b8 routePortForward ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/port-forward-route.ts:75","title":"routePortForward"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/","text":"@k8slens/extensions Globals / \"src/main/routes/resource-applier-route\" / ResourceApplierApiRoute Class: ResourceApplierApiRoute # Hierarchy # LensApi \u21b3 ResourceApplierApiRoute Index # Methods # applyResource respond respondJson respondText Methods # applyResource # \u25b8 applyResource ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/resource-applier-route.ts:6 Parameters: Name Type request LensApiRequest Returns: Promise \\ respond # \u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12 Parameters: Name Type Default value res ServerResponse - content string - contentType string - status number 200 Returns: void respondJson # \u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4 Parameters: Name Type Default value res ServerResponse - content {} - status number 200 Returns: void respondText # \u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8 Parameters: Name Type Default value res ServerResponse - content string - status number 200 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#class-resourceapplierapiroute","text":"","title":"Class: ResourceApplierApiRoute"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#hierarchy","text":"LensApi \u21b3 ResourceApplierApiRoute","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#methods","text":"applyResource respond respondJson respondText","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#applyresource","text":"\u25b8 applyResource ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/resource-applier-route.ts:6","title":"applyResource"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#respond","text":"\u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12","title":"respond"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#respondjson","text":"\u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4","title":"respondJson"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#respondtext","text":"\u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8","title":"respondText"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/","text":"@k8slens/extensions Globals / \"src/main/routes/watch-route\" / ApiWatcher Class: ApiWatcher # Hierarchy # ApiWatcher Index # Constructors # constructor Methods # start stop Constructors # constructor # + new ApiWatcher ( apiUrl : string, kubeConfig : KubeConfig, response : ServerResponse): ApiWatcher Defined in src/main/routes/watch-route.ts:14 Parameters: Name Type apiUrl string kubeConfig KubeConfig response ServerResponse Returns: ApiWatcher Methods # start # \u25b8 start (): Promise \\ Defined in src/main/routes/watch-route.ts:22 Returns: Promise \\ stop # \u25b8 stop (): void Defined in src/main/routes/watch-route.ts:34 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#class-apiwatcher","text":"","title":"Class: ApiWatcher"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#hierarchy","text":"ApiWatcher","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#methods","text":"start stop","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#constructor","text":"+ new ApiWatcher ( apiUrl : string, kubeConfig : KubeConfig, response : ServerResponse): ApiWatcher Defined in src/main/routes/watch-route.ts:14","title":"constructor"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#start","text":"\u25b8 start (): Promise \\ Defined in src/main/routes/watch-route.ts:22 Returns: Promise \\","title":"start"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#stop","text":"\u25b8 stop (): void Defined in src/main/routes/watch-route.ts:34 Returns: void","title":"stop"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/","text":"@k8slens/extensions Globals / \"src/main/routes/watch-route\" / WatchRoute Class: WatchRoute # Hierarchy # LensApi \u21b3 WatchRoute Index # Methods # respond respondJson respondText routeWatch Methods # respond # \u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12 Parameters: Name Type Default value res ServerResponse - content string - contentType string - status number 200 Returns: void respondJson # \u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4 Parameters: Name Type Default value res ServerResponse - content {} - status number 200 Returns: void respondText # \u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8 Parameters: Name Type Default value res ServerResponse - content string - status number 200 Returns: void routeWatch # \u25b8 routeWatch ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/watch-route.ts:74 Parameters: Name Type request LensApiRequest Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#class-watchroute","text":"","title":"Class: WatchRoute"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#hierarchy","text":"LensApi \u21b3 WatchRoute","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#methods","text":"respond respondJson respondText routeWatch","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#respond","text":"\u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12","title":"respond"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#respondjson","text":"\u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4","title":"respondJson"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#respondtext","text":"\u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8","title":"respondText"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#routewatch","text":"\u25b8 routeWatch ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/watch-route.ts:74","title":"routeWatch"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/","text":"@k8slens/extensions Globals / \"src/main/window-manager\" / WindowManager Class: WindowManager # Hierarchy # WindowManager Index # Constructors # constructor Properties # activeClusterId disposers mainWindow proxyPort splashWindow windowState Accessors # mainUrl Methods # bindEvents destroy ensureMainWindow initMainWindow initMenu initTray navigate reload sendToView showSplash Constructors # constructor # + new WindowManager ( proxyPort : number): WindowManager Defined in src/main/window-manager.ts:17 Parameters: Name Type proxyPort number Returns: WindowManager Properties # activeClusterId # \u2022 activeClusterId : ClusterId Defined in src/main/window-manager.ts:17 disposers # \u2022 Protected disposers : Record\\ Defined in src/main/window-manager.ts:15 mainWindow # \u2022 Protected mainWindow : BrowserWindow Defined in src/main/window-manager.ts:12 proxyPort # \u2022 Protected proxyPort : number Defined in src/main/window-manager.ts:19 splashWindow # \u2022 Protected splashWindow : BrowserWindow Defined in src/main/window-manager.ts:13 windowState # \u2022 Protected windowState : State Defined in src/main/window-manager.ts:14 Accessors # mainUrl # \u2022 get mainUrl (): string Defined in src/main/window-manager.ts:26 Returns: string Methods # bindEvents # \u25b8 Protected bindEvents (): void Defined in src/main/window-manager.ts:99 Returns: void destroy # \u25b8 destroy (): void Defined in src/main/window-manager.ts:157 Returns: void ensureMainWindow # \u25b8 ensureMainWindow (): Promise \\ Defined in src/main/window-manager.ts:106 Returns: Promise \\ initMainWindow # \u25b8 initMainWindow ( showSplash? : boolean): Promise \\ Defined in src/main/window-manager.ts:30 Parameters: Name Type Default value showSplash boolean true Returns: Promise \\ initMenu # \u25b8 Protected initMenu (): Promise \\ Defined in src/main/window-manager.ts:91 Returns: Promise \\ initTray # \u25b8 Protected initTray (): void Defined in src/main/window-manager.ts:95 Returns: void navigate # \u25b8 navigate ( url : string, frameId? : number): Promise \\ Defined in src/main/window-manager.ts:120 Parameters: Name Type url string frameId? number Returns: Promise \\ reload # \u25b8 reload (): void Defined in src/main/window-manager.ts:129 Returns: void sendToView # \u25b8 sendToView ( __namedParameters : { channel: string ; data: any[] = []; frameId: number }): void Defined in src/main/window-manager.ts:112 Parameters: Name Type __namedParameters { channel: string ; data: any[] = []; frameId: number } Returns: void showSplash # \u25b8 showSplash (): Promise \\ Defined in src/main/window-manager.ts:138 Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#class-windowmanager","text":"","title":"Class: WindowManager"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#hierarchy","text":"WindowManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#properties","text":"activeClusterId disposers mainWindow proxyPort splashWindow windowState","title":"Properties"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#accessors","text":"mainUrl","title":"Accessors"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#methods","text":"bindEvents destroy ensureMainWindow initMainWindow initMenu initTray navigate reload sendToView showSplash","title":"Methods"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#constructor","text":"+ new WindowManager ( proxyPort : number): WindowManager Defined in src/main/window-manager.ts:17","title":"constructor"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#activeclusterid","text":"\u2022 activeClusterId : ClusterId Defined in src/main/window-manager.ts:17","title":"activeClusterId"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#disposers","text":"\u2022 Protected disposers : Record\\ Defined in src/main/window-manager.ts:15","title":"disposers"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#mainwindow","text":"\u2022 Protected mainWindow : BrowserWindow Defined in src/main/window-manager.ts:12","title":"mainWindow"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#proxyport","text":"\u2022 Protected proxyPort : number Defined in src/main/window-manager.ts:19","title":"proxyPort"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#splashwindow","text":"\u2022 Protected splashWindow : BrowserWindow Defined in src/main/window-manager.ts:13","title":"splashWindow"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#windowstate","text":"\u2022 Protected windowState : State Defined in src/main/window-manager.ts:14","title":"windowState"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#mainurl","text":"\u2022 get mainUrl (): string Defined in src/main/window-manager.ts:26 Returns: string","title":"mainUrl"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#bindevents","text":"\u25b8 Protected bindEvents (): void Defined in src/main/window-manager.ts:99 Returns: void","title":"bindEvents"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#destroy","text":"\u25b8 destroy (): void Defined in src/main/window-manager.ts:157 Returns: void","title":"destroy"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#ensuremainwindow","text":"\u25b8 ensureMainWindow (): Promise \\ Defined in src/main/window-manager.ts:106 Returns: Promise \\","title":"ensureMainWindow"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#initmainwindow","text":"\u25b8 initMainWindow ( showSplash? : boolean): Promise \\ Defined in src/main/window-manager.ts:30","title":"initMainWindow"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#initmenu","text":"\u25b8 Protected initMenu (): Promise \\ Defined in src/main/window-manager.ts:91 Returns: Promise \\","title":"initMenu"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#inittray","text":"\u25b8 Protected initTray (): void Defined in src/main/window-manager.ts:95 Returns: void","title":"initTray"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#navigate","text":"\u25b8 navigate ( url : string, frameId? : number): Promise \\ Defined in src/main/window-manager.ts:120","title":"navigate"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#reload","text":"\u25b8 reload (): void Defined in src/main/window-manager.ts:129 Returns: void","title":"reload"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#sendtoview","text":"\u25b8 sendToView ( __namedParameters : { channel: string ; data: any[] = []; frameId: number }): void Defined in src/main/window-manager.ts:112","title":"sendToView"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#showsplash","text":"\u25b8 showSplash (): Promise \\ Defined in src/main/window-manager.ts:138 Returns: Promise \\","title":"showSplash"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/","text":"@k8slens/extensions Globals / \"src/renderer/api/api-manager\" / ApiManager Class: ApiManager # Hierarchy # ApiManager Index # Methods # getApi getStore registerApi registerStore resolveApi unregisterApi Methods # getApi # \u25b8 getApi ( pathOrCallback : string | (api: KubeApi ) => boolean): KubeApi \\ Defined in src/renderer/api/api-manager.ts:12 Parameters: Name Type pathOrCallback string | (api: KubeApi ) => boolean Returns: KubeApi \\ getStore # \u25b8 getStore ( api : string | KubeApi ): KubeObjectStore Defined in src/renderer/api/api-manager.ts:47 Parameters: Name Type api string | KubeApi Returns: KubeObjectStore registerApi # \u25b8 registerApi ( apiBase : string, api : KubeApi ): void Defined in src/renderer/api/api-manager.ts:20 Parameters: Name Type apiBase string api KubeApi Returns: void registerStore # \u25b8 registerStore ( store : KubeObjectStore , apis? : KubeApi []): void Defined in src/renderer/api/api-manager.ts:41 Parameters: Name Type Default value store KubeObjectStore - apis KubeApi [] [store.api] Returns: void resolveApi # \u25b8 Protected resolveApi ( api : string | KubeApi ): KubeApi Defined in src/renderer/api/api-manager.ts:26 Parameters: Name Type api string | KubeApi Returns: KubeApi unregisterApi # \u25b8 unregisterApi ( api : string | KubeApi ): void Defined in src/renderer/api/api-manager.ts:31 Parameters: Name Type api string | KubeApi Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#class-apimanager","text":"","title":"Class: ApiManager"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#hierarchy","text":"ApiManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#methods","text":"getApi getStore registerApi registerStore resolveApi unregisterApi","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#getapi","text":"\u25b8 getApi ( pathOrCallback : string | (api: KubeApi ) => boolean): KubeApi \\ Defined in src/renderer/api/api-manager.ts:12","title":"getApi"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#getstore","text":"\u25b8 getStore ( api : string | KubeApi ): KubeObjectStore Defined in src/renderer/api/api-manager.ts:47","title":"getStore"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#registerapi","text":"\u25b8 registerApi ( apiBase : string, api : KubeApi ): void Defined in src/renderer/api/api-manager.ts:20","title":"registerApi"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#registerstore","text":"\u25b8 registerStore ( store : KubeObjectStore , apis? : KubeApi []): void Defined in src/renderer/api/api-manager.ts:41","title":"registerStore"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#resolveapi","text":"\u25b8 Protected resolveApi ( api : string | KubeApi ): KubeApi Defined in src/renderer/api/api-manager.ts:26","title":"resolveApi"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#unregisterapi","text":"\u25b8 unregisterApi ( api : string | KubeApi ): void Defined in src/renderer/api/api-manager.ts:31","title":"unregisterApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster.api\" / Cluster Class: Cluster # Hierarchy # KubeObject \u21b3 Cluster 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 getSearchFields getStatus toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Cluster ( data : KubeJsonApiData ): Cluster Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Cluster 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 : { clusterNetwork?: { pods?: { cidrBlocks?: string[] } ; serviceDomain?: string ; services?: { cidrBlocks?: string[] } } ; providerSpec: { value: { profile: string } } } Defined in src/renderer/api/endpoints/cluster.api.ts:57 Type declaration: Name Type clusterNetwork? { pods?: { cidrBlocks?: string[] } ; serviceDomain?: string ; services?: { cidrBlocks?: string[] } } providerSpec { value: { profile: string } } status # \u2022 Optional status : { apiEndpoints: { host: string ; port: string }[] ; errorMessage?: string ; errorReason?: string ; providerStatus: { adminPassword?: string ; adminUser?: string ; kubeconfig?: string ; lensAddress?: string ; processState?: string } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/cluster.api.ts:73 Type declaration: Name Type apiEndpoints { host: string ; port: string }[] errorMessage? string errorReason? string providerStatus { adminPassword?: string ; adminUser?: string ; kubeconfig?: string ; lensAddress?: string ; processState?: string } apiBase # \u25aa Static apiBase : string = \"/apis/cluster.k8s.io/v1alpha1/clusters\" Defined in src/renderer/api/endpoints/cluster.api.ts:55 kind # \u25aa Static kind : string = \"Cluster\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cluster.api.ts:54 namespaced # \u25aa Static Readonly namespaced : boolean Inherited from KubeObject . namespaced Defined in src/renderer/api/kube-object.ts:48 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 (): ACTIVE | CREATING | REMOVING | ERROR Defined in src/renderer/api/endpoints/cluster.api.ts:89 Returns: ACTIVE | CREATING | REMOVING | ERROR toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#class-cluster","text":"","title":"Class: Cluster"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#hierarchy","text":"KubeObject \u21b3 Cluster","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#constructor","text":"+ new Cluster ( data : KubeJsonApiData ): Cluster Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#spec","text":"\u2022 spec : { clusterNetwork?: { pods?: { cidrBlocks?: string[] } ; serviceDomain?: string ; services?: { cidrBlocks?: string[] } } ; providerSpec: { value: { profile: string } } } Defined in src/renderer/api/endpoints/cluster.api.ts:57","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#status","text":"\u2022 Optional status : { apiEndpoints: { host: string ; port: string }[] ; errorMessage?: string ; errorReason?: string ; providerStatus: { adminPassword?: string ; adminUser?: string ; kubeconfig?: string ; lensAddress?: string ; processState?: string } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/cluster.api.ts:73","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#apibase","text":"\u25aa Static apiBase : string = \"/apis/cluster.k8s.io/v1alpha1/clusters\" Defined in src/renderer/api/endpoints/cluster.api.ts:55","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#kind_1","text":"\u25aa Static kind : string = \"Cluster\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cluster.api.ts:54","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#namespaced","text":"\u25aa Static Readonly namespaced : boolean Inherited from KubeObject . namespaced Defined in src/renderer/api/kube-object.ts:48","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#getstatus","text":"\u25b8 getStatus (): ACTIVE | CREATING | REMOVING | ERROR Defined in src/renderer/api/endpoints/cluster.api.ts:89 Returns: ACTIVE | CREATING | REMOVING | ERROR","title":"getStatus"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster.api\" / ClusterApi Class: ClusterApi # Hierarchy # KubeApi \\< Cluster > \u21b3 ClusterApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions kind namespaced parseApi Methods # create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll Constructors # constructor # + new ClusterApi ( options : IKubeApiOptions \\< Cluster >): ClusterApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\< Cluster > Returns: ClusterApi Properties # apiBase # \u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\< Cluster > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\< Cluster > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 kind # \u25aa Static kind : string = \"Cluster\" Defined in src/renderer/api/endpoints/cluster.api.ts:6 namespaced # \u25aa Static namespaced : boolean = true Defined in src/renderer/api/endpoints/cluster.api.ts:7 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Cluster >): Promise \\< Cluster > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Cluster > - Returns: Promise \\< Cluster > delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Cluster > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Cluster > getMetrics # \u25b8 getMetrics ( nodeNames : string[], params? : IMetricsReqParams ): Promise \\< IClusterMetrics > Defined in src/renderer/api/endpoints/cluster.api.ts:9 Parameters: Name Type nodeNames string[] params? IMetricsReqParams Returns: Promise \\< IClusterMetrics > getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Cluster []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Cluster []> parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Cluster >): Promise \\< Cluster > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Cluster > - Returns: Promise \\< Cluster > watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#class-clusterapi","text":"","title":"Class: ClusterApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#hierarchy","text":"KubeApi \\< Cluster > \u21b3 ClusterApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions kind namespaced parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#methods","text":"create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#constructor","text":"+ new ClusterApi ( options : IKubeApiOptions \\< Cluster >): ClusterApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#apibase","text":"\u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\< Cluster > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\< Cluster > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#kind_1","text":"\u25aa Static kind : string = \"Cluster\" Defined in src/renderer/api/endpoints/cluster.api.ts:6","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#namespaced","text":"\u25aa Static namespaced : boolean = true Defined in src/renderer/api/endpoints/cluster.api.ts:7","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Cluster >): Promise \\< Cluster > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Cluster > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#getmetrics","text":"\u25b8 getMetrics ( nodeNames : string[], params? : IMetricsReqParams ): Promise \\< IClusterMetrics > Defined in src/renderer/api/endpoints/cluster.api.ts:9","title":"getMetrics"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Cluster []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Cluster >): Promise \\< Cluster > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster-role.api\" / ClusterRole Class: ClusterRole # Hierarchy # 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 : { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Inherited from Role . rules Defined in src/renderer/api/endpoints/role.api.ts:9 status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterroles\" Overrides Role . apiBase Defined in src/renderer/api/endpoints/cluster-role.api.ts:9 kind # \u25aa Static kind : string = \"ClusterRole\" Overrides Role . kind Defined in src/renderer/api/endpoints/cluster-role.api.ts:7 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getRules # \u25b8 getRules (): { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Inherited from Role . getRules Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#class-clusterrole","text":"","title":"Class: ClusterRole"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#hierarchy","text":"Role \u21b3 ClusterRole","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#properties","text":"apiVersion kind metadata rules status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#constructor","text":"+ new ClusterRole ( data : KubeJsonApiData ): ClusterRole Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#rules","text":"\u2022 rules : { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Inherited from Role . rules Defined in src/renderer/api/endpoints/role.api.ts:9","title":"rules"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#apibase","text":"\u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterroles\" Overrides Role . apiBase Defined in src/renderer/api/endpoints/cluster-role.api.ts:9","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#kind_1","text":"\u25aa Static kind : string = \"ClusterRole\" Overrides Role . kind Defined in src/renderer/api/endpoints/cluster-role.api.ts:7","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides Role . namespaced Defined in src/renderer/api/endpoints/cluster-role.api.ts:8","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#getrules","text":"\u25b8 getRules (): { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Inherited from Role . getRules Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[]","title":"getRules"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster-role-binding.api\" / ClusterRoleBinding Class: ClusterRoleBinding # Hierarchy # 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 : { apiGroup?: string ; kind: string ; name: string } Inherited from RoleBinding . roleRef Defined in src/renderer/api/endpoints/role-binding.api.ts:19 Type declaration: Name Type apiGroup? string kind string name string status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 subjects # \u2022 Optional subjects : IRoleBindingSubject [] Inherited from RoleBinding . subjects Defined in src/renderer/api/endpoints/role-binding.api.ts:18 apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterrolebindings\" Overrides RoleBinding . apiBase Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:7 kind # \u25aa Static kind : string = \"ClusterRoleBinding\" Overrides RoleBinding . kind Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:5 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#class-clusterrolebinding","text":"","title":"Class: ClusterRoleBinding"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#hierarchy","text":"RoleBinding \u21b3 ClusterRoleBinding","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#properties","text":"apiVersion kind metadata roleRef status subjects apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#constructor","text":"+ new ClusterRoleBinding ( data : KubeJsonApiData ): ClusterRoleBinding Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#roleref","text":"\u2022 roleRef : { apiGroup?: string ; kind: string ; name: string } Inherited from RoleBinding . roleRef Defined in src/renderer/api/endpoints/role-binding.api.ts:19","title":"roleRef"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#subjects","text":"\u2022 Optional subjects : IRoleBindingSubject [] Inherited from RoleBinding . subjects Defined in src/renderer/api/endpoints/role-binding.api.ts:18","title":"subjects"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#apibase","text":"\u25aa Static 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":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#kind_1","text":"\u25aa Static kind : string = \"ClusterRoleBinding\" Overrides RoleBinding . kind Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:5","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides RoleBinding . namespaced Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:6","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/configmap.api\" / ConfigMap 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 : { [param:string]: string; } Defined in src/renderer/api/endpoints/configmap.api.ts:17 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 status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 apiBase # \u25aa Static apiBase : string = \"/api/v1/configmaps\" Defined in src/renderer/api/endpoints/configmap.api.ts:10 kind # \u25aa Static kind : string = \"ConfigMap\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/configmap.api.ts:8 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#class-configmap","text":"","title":"Class: ConfigMap"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#hierarchy","text":"KubeObject \u21b3 ConfigMap","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#properties","text":"apiVersion data kind metadata status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#constructor","text":"+ new ConfigMap ( data : KubeJsonApiData ): ConfigMap Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/configmap.api.ts:10","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#data","text":"\u2022 data : { [param:string]: string; } Defined in src/renderer/api/endpoints/configmap.api.ts:17","title":"data"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/configmaps\" Defined in src/renderer/api/endpoints/configmap.api.ts:10","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#kind_1","text":"\u25aa Static kind : string = \"ConfigMap\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/configmap.api.ts:8","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/configmap.api.ts:9","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/crd.api\" / CustomResourceDefinition 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 : { additionalPrinterColumns?: AdditionalPrinterColumnsV1Beta [] ; conversion: { strategy?: string ; webhook?: any } ; group: string ; names: { kind: string ; listKind: string ; plural: string ; singular: string } ; scope: \\\"Namespaced\\\" | \\\"Cluster\\\" | string ; validation?: any ; version?: string ; versions: { additionalPrinterColumns?: AdditionalPrinterColumnsV1 [] ; name: string ; schema?: unknown ; served: boolean ; storage: boolean }[] } Defined in src/renderer/api/endpoints/crd.api.ts:25 Type declaration: Name Type additionalPrinterColumns? AdditionalPrinterColumnsV1Beta [] conversion { strategy?: string ; webhook?: any } group string names { kind: string ; listKind: string ; plural: string ; singular: string } scope \\\"Namespaced\\\" | \\\"Cluster\\\" | string validation? any version? string versions { additionalPrinterColumns?: AdditionalPrinterColumnsV1 [] ; name: string ; schema?: unknown ; served: boolean ; storage: boolean }[] status # \u2022 status : { acceptedNames: { kind: string ; listKind: string ; plural: string ; shortNames: string[] ; singular: string } ; conditions: { lastTransitionTime: string ; message: string ; reason: string ; status: string ; type?: string }[] ; storedVersions: string[] } Overrides KubeObject . status Defined in src/renderer/api/endpoints/crd.api.ts:49 Type declaration: Name Type acceptedNames { kind: string ; listKind: string ; plural: string ; shortNames: string[] ; singular: string } conditions { lastTransitionTime: string ; message: string ; reason: string ; status: string ; type?: string }[] storedVersions string[] apiBase # \u25aa Static apiBase : string = \"/apis/apiextensions.k8s.io/v1/customresourcedefinitions\" Defined in src/renderer/api/endpoints/crd.api.ts:23 kind # \u25aa Static kind : string = \"CustomResourceDefinition\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/crd.api.ts:21 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[] Defined in src/renderer/api/endpoints/crd.api.ts:136 Returns: { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[] 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 Implementation of ItemObject 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 Implementation of ItemObject 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 Name Type 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 value 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#class-customresourcedefinition","text":"","title":"Class: CustomResourceDefinition"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#hierarchy","text":"KubeObject \u21b3 CustomResourceDefinition","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#constructor","text":"+ new CustomResourceDefinition ( data : KubeJsonApiData ): CustomResourceDefinition Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#spec","text":"\u2022 spec : { additionalPrinterColumns?: AdditionalPrinterColumnsV1Beta [] ; conversion: { strategy?: string ; webhook?: any } ; group: string ; names: { kind: string ; listKind: string ; plural: string ; singular: string } ; scope: \\\"Namespaced\\\" | \\\"Cluster\\\" | string ; validation?: any ; version?: string ; versions: { additionalPrinterColumns?: AdditionalPrinterColumnsV1 [] ; name: string ; schema?: unknown ; served: boolean ; storage: boolean }[] } Defined in src/renderer/api/endpoints/crd.api.ts:25","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#status","text":"\u2022 status : { acceptedNames: { kind: string ; listKind: string ; plural: string ; shortNames: string[] ; singular: string } ; conditions: { lastTransitionTime: string ; message: string ; reason: string ; status: string ; type?: string }[] ; storedVersions: string[] } Overrides KubeObject . status Defined in src/renderer/api/endpoints/crd.api.ts:49","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apiextensions.k8s.io/v1/customresourcedefinitions\" Defined in src/renderer/api/endpoints/crd.api.ts:23","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#kind_1","text":"\u25aa Static kind : string = \"CustomResourceDefinition\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/crd.api.ts:21","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/crd.api.ts:22","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#getconditions","text":"\u25b8 getConditions (): { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[] Defined in src/renderer/api/endpoints/crd.api.ts:136 Returns: { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[]","title":"getConditions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#getnames","text":"\u25b8 getNames (): object Defined in src/renderer/api/endpoints/crd.api.ts:115 Returns: object Name Type kind string listKind string plural string singular string","title":"getNames"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#getprintercolumns","text":"\u25b8 getPrinterColumns ( ignorePriority? : boolean): AdditionalPrinterColumnsV1 [] Defined in src/renderer/api/endpoints/crd.api.ts:123","title":"getPrinterColumns"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cron-job.api\" / CronJob 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 : { annotations: { [key:string]: string; } ; creationTimestamp: string ; labels: { [key:string]: string; } ; name: string ; namespace: string ; resourceVersion: string ; selfLink: string ; uid: string } Overrides KubeObject . metadata Defined in src/renderer/api/endpoints/cron-job.api.ts:16 Type declaration: Name Type annotations { [key:string]: string; } creationTimestamp string labels { [key:string]: string; } name string namespace string resourceVersion string selfLink string uid string spec # \u2022 spec : { concurrencyPolicy: string ; failedJobsHistoryLimit: number ; jobTemplate: { metadata: { annotations?: { [key:string]: string; } ; creationTimestamp?: string ; labels?: { [key:string]: string; } } ; spec: { template: { metadata: { creationTimestamp?: string } ; spec: { containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; restartPolicy: string ; schedulerName: string ; terminationGracePeriodSeconds: number } } } } ; schedule: string ; successfulJobsHistoryLimit: number ; suspend: boolean } Defined in src/renderer/api/endpoints/cron-job.api.ts:30 Type declaration: Name Type concurrencyPolicy string failedJobsHistoryLimit number jobTemplate { metadata: { annotations?: { [key:string]: string; } ; creationTimestamp?: string ; labels?: { [key:string]: string; } } ; spec: { template: { metadata: { creationTimestamp?: string } ; spec: { containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; restartPolicy: string ; schedulerName: string ; terminationGracePeriodSeconds: number } } } } schedule string successfulJobsHistoryLimit number suspend boolean status # \u2022 status : { lastScheduleTime?: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/cron-job.api.ts:63 Type declaration: Name Type lastScheduleTime? string apiBase # \u25aa Static apiBase : string = \"/apis/batch/v1beta1/cronjobs\" Defined in src/renderer/api/endpoints/cron-job.api.ts:12 kind # \u25aa Static kind : string = \"CronJob\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cron-job.api.ts:10 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#class-cronjob","text":"","title":"Class: CronJob"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#hierarchy","text":"KubeObject \u21b3 CronJob","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_api_.cronjob/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#constructor","text":"+ new CronJob ( data : KubeJsonApiData ): CronJob Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_api_.cronjob/#metadata","text":"\u2022 metadata : { annotations: { [key:string]: string; } ; creationTimestamp: string ; labels: { [key:string]: string; } ; name: string ; namespace: string ; resourceVersion: string ; selfLink: string ; uid: string } Overrides KubeObject . metadata Defined in src/renderer/api/endpoints/cron-job.api.ts:16","title":"metadata"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#spec","text":"\u2022 spec : { concurrencyPolicy: string ; failedJobsHistoryLimit: number ; jobTemplate: { metadata: { annotations?: { [key:string]: string; } ; creationTimestamp?: string ; labels?: { [key:string]: string; } } ; spec: { template: { metadata: { creationTimestamp?: string } ; spec: { containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; restartPolicy: string ; schedulerName: string ; terminationGracePeriodSeconds: number } } } } ; schedule: string ; successfulJobsHistoryLimit: number ; suspend: boolean } Defined in src/renderer/api/endpoints/cron-job.api.ts:30","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#status","text":"\u2022 status : { lastScheduleTime?: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/cron-job.api.ts:63","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#apibase","text":"\u25aa Static apiBase : string = \"/apis/batch/v1beta1/cronjobs\" Defined in src/renderer/api/endpoints/cron-job.api.ts:12","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#kind_1","text":"\u25aa Static kind : string = \"CronJob\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cron-job.api.ts:10","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/cron-job.api.ts:11","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_api_.cronjob/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_api_.cronjob/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_api_.cronjob/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_api_.cronjob/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_api_.cronjob/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/daemon-set.api\" / DaemonSet 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 : { revisionHistoryLimit: number ; selector: { matchLabels: { [name:string]: string; } } ; template: { metadata: { creationTimestamp?: string ; labels: { name: string } } ; spec: { affinity?: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; initContainers?: IPodContainer [] ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; terminationGracePeriodSeconds: number ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; updateStrategy: { rollingUpdate: { maxUnavailable: number } ; type: string } } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/daemon-set.api.ts:13 Type declaration: Name Type revisionHistoryLimit number selector { matchLabels: { [name:string]: string; } } template { metadata: { creationTimestamp?: string ; labels: { name: string } } ; spec: { affinity?: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; initContainers?: IPodContainer [] ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; terminationGracePeriodSeconds: number ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } updateStrategy { rollingUpdate: { maxUnavailable: number } ; type: string } status # \u2022 status : { currentNumberScheduled: number ; desiredNumberScheduled: number ; numberAvailable: number ; numberMisscheduled: number ; numberReady: number ; numberUnavailable: number ; observedGeneration: number ; updatedNumberScheduled: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/daemon-set.api.ts:55 Type declaration: Name Type currentNumberScheduled number desiredNumberScheduled number numberAvailable number numberMisscheduled number numberReady number numberUnavailable number observedGeneration number updatedNumberScheduled number apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/daemonsets\" Defined in src/renderer/api/endpoints/daemon-set.api.ts:11 kind # \u25aa Static kind : string = \"DaemonSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/daemon-set.api.ts:9 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getAffinity # \u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#class-daemonset","text":"","title":"Class: DaemonSet"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#hierarchy","text":"WorkloadKubeObject \u21b3 DaemonSet","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#constructor","text":"+ new DaemonSet ( data : KubeJsonApiData ): DaemonSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#spec","text":"\u2022 spec : { revisionHistoryLimit: number ; selector: { matchLabels: { [name:string]: string; } } ; template: { metadata: { creationTimestamp?: string ; labels: { name: string } } ; spec: { affinity?: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; initContainers?: IPodContainer [] ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; terminationGracePeriodSeconds: number ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; updateStrategy: { rollingUpdate: { maxUnavailable: number } ; type: string } } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/daemon-set.api.ts:13","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#status","text":"\u2022 status : { currentNumberScheduled: number ; desiredNumberScheduled: number ; numberAvailable: number ; numberMisscheduled: number ; numberReady: number ; numberUnavailable: number ; observedGeneration: number ; updatedNumberScheduled: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/daemon-set.api.ts:55","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/daemonsets\" Defined in src/renderer/api/endpoints/daemon-set.api.ts:11","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#kind_1","text":"\u25aa Static kind : string = \"DaemonSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/daemon-set.api.ts:9","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/daemon-set.api.ts:10","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#gettolerations","text":"\u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/deployment.api\" / Deployment 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 : { replicas: number ; selector: { matchLabels: { [app:string]: string; } } ; strategy: { rollingUpdate: { maxSurge: number ; maxUnavailable: number } ; type: string } ; template: { metadata: { annotations?: { [app:string]: string; } ; creationTimestamp?: string ; labels: { [app:string]: string; } } ; spec: { affinity?: IAffinity ; containers: { args?: string[] ; env?: { name: string ; value: string }[] ; image: string ; imagePullPolicy: string ; livenessProbe?: { failureThreshold: number ; httpGet: { path: string ; port: number ; scheme: string } ; initialDelaySeconds: number ; periodSeconds: number ; successThreshold: number ; timeoutSeconds: number } ; name: string ; ports?: { containerPort: number ; name: string ; protocol: string }[] ; readinessProbe?: { failureThreshold: number ; httpGet: { path: string ; port: number ; scheme: string } ; initialDelaySeconds: number ; periodSeconds: number ; successThreshold: number ; timeoutSeconds: number } ; resources: { limits?: { cpu: string ; memory: string } ; requests: { cpu: string ; memory: string } } ; terminationMessagePath: string ; terminationMessagePolicy: string ; volumeMounts?: { mountPath: string ; name: string }[] }[] ; dnsPolicy: string ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; serviceAccount: string ; serviceAccountName: string ; terminationGracePeriodSeconds: number ; tolerations?: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] ; volumes?: { configMap: { defaultMode: number ; name: string ; optional: boolean } ; name: string }[] } } } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/deployment.api.ts:55 Type declaration: Name Type replicas number selector { matchLabels: { [app:string]: string; } } strategy { rollingUpdate: { maxSurge: number ; maxUnavailable: number } ; type: string } template { metadata: { annotations?: { [app:string]: string; } ; creationTimestamp?: string ; labels: { [app:string]: string; } } ; spec: { affinity?: IAffinity ; containers: { args?: string[] ; env?: { name: string ; value: string }[] ; image: string ; imagePullPolicy: string ; livenessProbe?: { failureThreshold: number ; httpGet: { path: string ; port: number ; scheme: string } ; initialDelaySeconds: number ; periodSeconds: number ; successThreshold: number ; timeoutSeconds: number } ; name: string ; ports?: { containerPort: number ; name: string ; protocol: string }[] ; readinessProbe?: { failureThreshold: number ; httpGet: { path: string ; port: number ; scheme: string } ; initialDelaySeconds: number ; periodSeconds: number ; successThreshold: number ; timeoutSeconds: number } ; resources: { limits?: { cpu: string ; memory: string } ; requests: { cpu: string ; memory: string } } ; terminationMessagePath: string ; terminationMessagePolicy: string ; volumeMounts?: { mountPath: string ; name: string }[] }[] ; dnsPolicy: string ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; serviceAccount: string ; serviceAccountName: string ; terminationGracePeriodSeconds: number ; tolerations?: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] ; volumes?: { configMap: { defaultMode: number ; name: string ; optional: boolean } ; name: string }[] } } status # \u2022 status : { availableReplicas?: number ; conditions: { lastTransitionTime: string ; lastUpdateTime: string ; message: string ; reason: string ; status: string ; type: string }[] ; observedGeneration: number ; readyReplicas: number ; replicas: number ; unavailableReplicas?: number ; updatedReplicas: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/deployment.api.ts:155 Type declaration: Name Type availableReplicas? number conditions { lastTransitionTime: string ; lastUpdateTime: string ; message: string ; reason: string ; status: string ; type: string }[] observedGeneration number readyReplicas number replicas number unavailableReplicas? number updatedReplicas number apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/deployments\" Defined in src/renderer/api/endpoints/deployment.api.ts:53 kind # \u25aa Static kind : string = \"Deployment\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/deployment.api.ts:51 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getAffinity # \u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . 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 value 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 value filter boolean false Returns: string[] getConditions # \u25b8 getConditions ( activeOnly? : boolean): { lastTransitionTime: string ; lastUpdateTime: string ; message: string ; reason: string ; status: string ; type: string }[] Defined in src/renderer/api/endpoints/deployment.api.ts:172 Parameters: Name Type Default value activeOnly boolean false Returns: { lastTransitionTime: string ; lastUpdateTime: string ; message: string ; reason: string ; status: string ; type: string }[] getConditionsText # \u25b8 getConditionsText ( activeOnly? : boolean): string Defined in src/renderer/api/endpoints/deployment.api.ts:181 Parameters: Name Type Default value 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 Implementation of ItemObject 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 Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#class-deployment","text":"","title":"Class: Deployment"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#hierarchy","text":"WorkloadKubeObject \u21b3 Deployment","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#constructor","text":"+ new Deployment ( data : KubeJsonApiData ): Deployment Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#spec","text":"\u2022 spec : { replicas: number ; selector: { matchLabels: { [app:string]: string; } } ; strategy: { rollingUpdate: { maxSurge: number ; maxUnavailable: number } ; type: string } ; template: { metadata: { annotations?: { [app:string]: string; } ; creationTimestamp?: string ; labels: { [app:string]: string; } } ; spec: { affinity?: IAffinity ; containers: { args?: string[] ; env?: { name: string ; value: string }[] ; image: string ; imagePullPolicy: string ; livenessProbe?: { failureThreshold: number ; httpGet: { path: string ; port: number ; scheme: string } ; initialDelaySeconds: number ; periodSeconds: number ; successThreshold: number ; timeoutSeconds: number } ; name: string ; ports?: { containerPort: number ; name: string ; protocol: string }[] ; readinessProbe?: { failureThreshold: number ; httpGet: { path: string ; port: number ; scheme: string } ; initialDelaySeconds: number ; periodSeconds: number ; successThreshold: number ; timeoutSeconds: number } ; resources: { limits?: { cpu: string ; memory: string } ; requests: { cpu: string ; memory: string } } ; terminationMessagePath: string ; terminationMessagePolicy: string ; volumeMounts?: { mountPath: string ; name: string }[] }[] ; dnsPolicy: string ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; serviceAccount: string ; serviceAccountName: string ; terminationGracePeriodSeconds: number ; tolerations?: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] ; volumes?: { configMap: { defaultMode: number ; name: string ; optional: boolean } ; name: string }[] } } } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/deployment.api.ts:55","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#status","text":"\u2022 status : { availableReplicas?: number ; conditions: { lastTransitionTime: string ; lastUpdateTime: string ; message: string ; reason: string ; status: string ; type: string }[] ; observedGeneration: number ; readyReplicas: number ; replicas: number ; unavailableReplicas?: number ; updatedReplicas: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/deployment.api.ts:155","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/deployments\" Defined in src/renderer/api/endpoints/deployment.api.ts:53","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#kind_1","text":"\u25aa Static kind : string = \"Deployment\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/deployment.api.ts:51","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/deployment.api.ts:52","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#getconditions","text":"\u25b8 getConditions ( activeOnly? : boolean): { lastTransitionTime: string ; lastUpdateTime: string ; message: string ; reason: string ; status: string ; type: string }[] Defined in src/renderer/api/endpoints/deployment.api.ts:172","title":"getConditions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#getconditionstext","text":"\u25b8 getConditionsText ( activeOnly? : boolean): string Defined in src/renderer/api/endpoints/deployment.api.ts:181","title":"getConditionsText"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#gettolerations","text":"\u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/deployment.api\" / DeploymentApi Class: DeploymentApi # Hierarchy # KubeApi \\< Deployment > \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 \\< Deployment >): DeploymentApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\< Deployment > Returns: DeploymentApi Properties # apiBase # \u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\< Deployment > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\< Deployment > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Deployment >): Promise \\< Deployment > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Deployment > - Returns: Promise \\< Deployment > delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Deployment > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Deployment > getReplicas # \u25b8 getReplicas ( params : { name: string ; namespace: string }): Promise \\ Defined in src/renderer/api/endpoints/deployment.api.ts:12 Parameters: Name Type params { name: string ; namespace: string } Returns: Promise \\ getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getScaleApiUrl # \u25b8 Protected getScaleApiUrl ( params : { name: string ; namespace: string }): string Defined in src/renderer/api/endpoints/deployment.api.ts:8 Parameters: Name Type params { name: string ; namespace: string } Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Deployment []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Deployment []> parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ restart # \u25b8 restart ( params : { name: string ; namespace: string }): CancelablePromise \\< KubeJsonApiData > Defined in src/renderer/api/endpoints/deployment.api.ts:29 Parameters: Name Type params { name: string ; namespace: string } Returns: CancelablePromise \\< KubeJsonApiData > scale # \u25b8 scale ( params : { name: string ; namespace: string }, replicas : number): CancelablePromise \\< KubeJsonApiData > Defined in src/renderer/api/endpoints/deployment.api.ts:18 Parameters: Name Type params { name: string ; namespace: string } replicas number Returns: CancelablePromise \\< KubeJsonApiData > 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Deployment >): Promise \\< Deployment > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Deployment > - Returns: Promise \\< Deployment > watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#class-deploymentapi","text":"","title":"Class: DeploymentApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#hierarchy","text":"KubeApi \\< Deployment > \u21b3 DeploymentApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#constructor","text":"+ new DeploymentApi ( options : IKubeApiOptions \\< Deployment >): DeploymentApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#apibase","text":"\u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\< Deployment > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\< Deployment > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Deployment >): Promise \\< Deployment > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Deployment > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#getreplicas","text":"\u25b8 getReplicas ( params : { name: string ; namespace: string }): Promise \\ Defined in src/renderer/api/endpoints/deployment.api.ts:12","title":"getReplicas"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#getscaleapiurl","text":"\u25b8 Protected getScaleApiUrl ( params : { name: string ; namespace: string }): string Defined in src/renderer/api/endpoints/deployment.api.ts:8","title":"getScaleApiUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Deployment []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#restart","text":"\u25b8 restart ( params : { name: string ; namespace: string }): CancelablePromise \\< KubeJsonApiData > Defined in src/renderer/api/endpoints/deployment.api.ts:29","title":"restart"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#scale","text":"\u25b8 scale ( params : { name: string ; namespace: string }, replicas : number): CancelablePromise \\< KubeJsonApiData > Defined in src/renderer/api/endpoints/deployment.api.ts:18","title":"scale"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Deployment >): Promise \\< Deployment > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" / Endpoint 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 status # \u2022 Optional 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 apiBase # \u25aa Static apiBase : string = \"/api/v1/endpoints\" Defined in src/renderer/api/endpoints/endpoint.api.ts:103 kind # \u25aa Static kind : string = \"Endpoints\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/endpoint.api.ts:101 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#class-endpoint","text":"","title":"Class: Endpoint"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#hierarchy","text":"KubeObject \u21b3 Endpoint","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#properties","text":"apiVersion kind metadata status subsets apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_api_.endpoint/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#constructor","text":"+ new Endpoint ( data : KubeJsonApiData ): Endpoint Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_api_.endpoint/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#subsets","text":"\u2022 subsets : IEndpointSubset [] Defined in src/renderer/api/endpoints/endpoint.api.ts:105","title":"subsets"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/endpoints\" Defined in src/renderer/api/endpoints/endpoint.api.ts:103","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#kind_1","text":"\u25aa Static kind : string = \"Endpoints\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/endpoint.api.ts:101","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/endpoint.api.ts:102","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_api_.endpoint/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_api_.endpoint/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_api_.endpoint/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_api_.endpoint/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_api_.endpoint/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" / EndpointAddress Class: EndpointAddress # Hierarchy # EndpointAddress Implements # IEndpointAddress Index # Constructors # constructor Properties # hostname ip nodeName targetRef Methods # getId getName getTargetRef Constructors # constructor # + new EndpointAddress ( data : IEndpointAddress ): EndpointAddress Defined in src/renderer/api/endpoints/endpoint.api.ts:42 Parameters: Name Type data IEndpointAddress Returns: EndpointAddress Properties # hostname # \u2022 hostname : string Implementation of IEndpointAddress . hostname Defined in src/renderer/api/endpoints/endpoint.api.ts:33 ip # \u2022 ip : string Implementation of IEndpointAddress . ip Defined in src/renderer/api/endpoints/endpoint.api.ts:34 nodeName # \u2022 nodeName : string Implementation of IEndpointAddress . nodeName Defined in src/renderer/api/endpoints/endpoint.api.ts:35 targetRef # \u2022 Optional targetRef : { kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } Defined in src/renderer/api/endpoints/endpoint.api.ts:36 Type declaration: Name Type kind string name string namespace string resourceVersion string uid string Methods # getId # \u25b8 getId (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:48 Returns: string getName # \u25b8 getName (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:52 Returns: string getTargetRef # \u25b8 getTargetRef (): ITargetRef Defined in src/renderer/api/endpoints/endpoint.api.ts:56 Returns: ITargetRef","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#class-endpointaddress","text":"","title":"Class: EndpointAddress"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#hierarchy","text":"EndpointAddress","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#implements","text":"IEndpointAddress","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#properties","text":"hostname ip nodeName targetRef","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#methods","text":"getId getName getTargetRef","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#constructor","text":"+ new EndpointAddress ( data : IEndpointAddress ): EndpointAddress Defined in src/renderer/api/endpoints/endpoint.api.ts:42","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#hostname","text":"\u2022 hostname : string Implementation of IEndpointAddress . hostname Defined in src/renderer/api/endpoints/endpoint.api.ts:33","title":"hostname"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#ip","text":"\u2022 ip : string Implementation of IEndpointAddress . ip Defined in src/renderer/api/endpoints/endpoint.api.ts:34","title":"ip"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#nodename","text":"\u2022 nodeName : string Implementation of IEndpointAddress . nodeName Defined in src/renderer/api/endpoints/endpoint.api.ts:35","title":"nodeName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#targetref","text":"\u2022 Optional targetRef : { kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } Defined in src/renderer/api/endpoints/endpoint.api.ts:36","title":"targetRef"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#getid","text":"\u25b8 getId (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:48 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#getname","text":"\u25b8 getName (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:52 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#gettargetref","text":"\u25b8 getTargetRef (): ITargetRef Defined in src/renderer/api/endpoints/endpoint.api.ts:56 Returns: ITargetRef","title":"getTargetRef"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" / EndpointSubset Class: EndpointSubset # Hierarchy # EndpointSubset Implements # IEndpointSubset Index # Constructors # constructor Properties # addresses notReadyAddresses ports Methods # getAddresses getNotReadyAddresses toString Constructors # constructor # + new EndpointSubset ( data : IEndpointSubset ): EndpointSubset Defined in src/renderer/api/endpoints/endpoint.api.ts:68 Parameters: Name Type data IEndpointSubset Returns: EndpointSubset Properties # addresses # \u2022 addresses : IEndpointAddress [] Implementation of IEndpointSubset . addresses Defined in src/renderer/api/endpoints/endpoint.api.ts:66 notReadyAddresses # \u2022 notReadyAddresses : IEndpointAddress [] Implementation of IEndpointSubset . notReadyAddresses Defined in src/renderer/api/endpoints/endpoint.api.ts:67 ports # \u2022 ports : IEndpointPort [] Implementation of IEndpointSubset . ports Defined in src/renderer/api/endpoints/endpoint.api.ts:68 Methods # getAddresses # \u25b8 getAddresses (): EndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:74 Returns: EndpointAddress [] getNotReadyAddresses # \u25b8 getNotReadyAddresses (): EndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:79 Returns: EndpointAddress [] toString # \u25b8 toString (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:84 Returns: string","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#class-endpointsubset","text":"","title":"Class: EndpointSubset"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#hierarchy","text":"EndpointSubset","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#implements","text":"IEndpointSubset","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#properties","text":"addresses notReadyAddresses ports","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#methods","text":"getAddresses getNotReadyAddresses toString","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#constructor","text":"+ new EndpointSubset ( data : IEndpointSubset ): EndpointSubset Defined in src/renderer/api/endpoints/endpoint.api.ts:68","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#addresses","text":"\u2022 addresses : IEndpointAddress [] Implementation of IEndpointSubset . addresses Defined in src/renderer/api/endpoints/endpoint.api.ts:66","title":"addresses"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#notreadyaddresses","text":"\u2022 notReadyAddresses : IEndpointAddress [] Implementation of IEndpointSubset . notReadyAddresses Defined in src/renderer/api/endpoints/endpoint.api.ts:67","title":"notReadyAddresses"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#ports","text":"\u2022 ports : IEndpointPort [] Implementation of IEndpointSubset . ports Defined in src/renderer/api/endpoints/endpoint.api.ts:68","title":"ports"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#getaddresses","text":"\u25b8 getAddresses (): EndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:74 Returns: EndpointAddress []","title":"getAddresses"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#getnotreadyaddresses","text":"\u25b8 getNotReadyAddresses (): EndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:79 Returns: EndpointAddress []","title":"getNotReadyAddresses"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#tostring","text":"\u25b8 toString (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:84 Returns: string","title":"toString"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/events.api\" / KubeEvent 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 : { apiVersion: string ; fieldPath: string ; kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } Defined in src/renderer/api/endpoints/events.api.ts:13 Type declaration: Name Type 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 : { component: string ; host: string } Defined in src/renderer/api/endpoints/events.api.ts:24 Type declaration: Name Type component string host string status # \u2022 Optional 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 apiBase # \u25aa Static apiBase : string = \"/api/v1/events\" Defined in src/renderer/api/endpoints/events.api.ts:11 kind # \u25aa Static kind : string = \"Event\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/events.api.ts:9 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#class-kubeevent","text":"","title":"Class: KubeEvent"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#hierarchy","text":"KubeObject \u21b3 KubeEvent","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#constructor","text":"+ new KubeEvent ( data : KubeJsonApiData ): KubeEvent Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#count","text":"\u2022 count : number Defined in src/renderer/api/endpoints/events.api.ts:30","title":"count"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#eventtime","text":"\u2022 eventTime : null Defined in src/renderer/api/endpoints/events.api.ts:32","title":"eventTime"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#firsttimestamp","text":"\u2022 firstTimestamp : string Defined in src/renderer/api/endpoints/events.api.ts:28","title":"firstTimestamp"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#involvedobject","text":"\u2022 involvedObject : { apiVersion: string ; fieldPath: string ; kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } Defined in src/renderer/api/endpoints/events.api.ts:13","title":"involvedObject"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#lasttimestamp","text":"\u2022 lastTimestamp : string Defined in src/renderer/api/endpoints/events.api.ts:29","title":"lastTimestamp"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#message","text":"\u2022 message : string Defined in src/renderer/api/endpoints/events.api.ts:23","title":"message"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#reason","text":"\u2022 reason : string Defined in src/renderer/api/endpoints/events.api.ts:22","title":"reason"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#reportingcomponent","text":"\u2022 reportingComponent : string Defined in src/renderer/api/endpoints/events.api.ts:33","title":"reportingComponent"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#reportinginstance","text":"\u2022 reportingInstance : string Defined in src/renderer/api/endpoints/events.api.ts:34","title":"reportingInstance"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#source","text":"\u2022 source : { component: string ; host: string } Defined in src/renderer/api/endpoints/events.api.ts:24","title":"source"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#type","text":"\u2022 type : string Defined in src/renderer/api/endpoints/events.api.ts:31","title":"type"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/events\" Defined in src/renderer/api/endpoints/events.api.ts:11","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#kind_1","text":"\u25aa Static kind : string = \"Event\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/events.api.ts:9","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/events.api.ts:10","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/hpa.api\" / HorizontalPodAutoscaler 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 : { maxReplicas: number ; metrics: IHpaMetric [] ; minReplicas: number ; scaleTargetRef: { apiVersion: string ; kind: string ; name: string } } Defined in src/renderer/api/endpoints/hpa.api.ts:46 Type declaration: Name Type maxReplicas number metrics IHpaMetric [] minReplicas number scaleTargetRef { apiVersion: string ; kind: string ; name: string } status # \u2022 status : { conditions: { lastTransitionTime: string ; message: string ; reason: string ; status: string ; type: string }[] ; currentMetrics: IHpaMetric [] ; currentReplicas: number ; desiredReplicas: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/hpa.api.ts:56 Type declaration: Name Type conditions { lastTransitionTime: string ; message: string ; reason: string ; status: string ; type: string }[] currentMetrics IHpaMetric [] currentReplicas number desiredReplicas number apiBase # \u25aa Static apiBase : string = \"/apis/autoscaling/v2beta1/horizontalpodautoscalers\" Defined in src/renderer/api/endpoints/hpa.api.ts:44 kind # \u25aa Static kind : string = \"HorizontalPodAutoscaler\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/hpa.api.ts:42 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[] Defined in src/renderer/api/endpoints/hpa.api.ts:81 Returns: { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[] 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 Implementation of ItemObject 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 getMetricName # \u25b8 Protected 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#class-horizontalpodautoscaler","text":"","title":"Class: HorizontalPodAutoscaler"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#hierarchy","text":"KubeObject \u21b3 HorizontalPodAutoscaler","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#constructor","text":"+ new HorizontalPodAutoscaler ( data : KubeJsonApiData ): HorizontalPodAutoscaler Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#spec","text":"\u2022 spec : { maxReplicas: number ; metrics: IHpaMetric [] ; minReplicas: number ; scaleTargetRef: { apiVersion: string ; kind: string ; name: string } } Defined in src/renderer/api/endpoints/hpa.api.ts:46","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#status","text":"\u2022 status : { conditions: { lastTransitionTime: string ; message: string ; reason: string ; status: string ; type: string }[] ; currentMetrics: IHpaMetric [] ; currentReplicas: number ; desiredReplicas: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/hpa.api.ts:56","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#apibase","text":"\u25aa Static apiBase : string = \"/apis/autoscaling/v2beta1/horizontalpodautoscalers\" Defined in src/renderer/api/endpoints/hpa.api.ts:44","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#kind_1","text":"\u25aa Static kind : string = \"HorizontalPodAutoscaler\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/hpa.api.ts:42","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/hpa.api.ts:43","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#getconditions","text":"\u25b8 getConditions (): { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[] Defined in src/renderer/api/endpoints/hpa.api.ts:81 Returns: { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[]","title":"getConditions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#getmetricname","text":"\u25b8 Protected getMetricName ( metric : IHpaMetric ): string Defined in src/renderer/api/endpoints/hpa.api.ts:101","title":"getMetricName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#getmetricvalues","text":"\u25b8 getMetricValues ( metric : IHpaMetric ): string Defined in src/renderer/api/endpoints/hpa.api.ts:116","title":"getMetricValues"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/ingress.api\" / Ingress 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 : { backend?: { serviceName: string ; servicePort: number } ; rules?: { host?: string ; http: { paths: { backend: { serviceName: string ; servicePort: number } ; path?: string }[] } }[] ; tls: { secretName: string }[] } Defined in src/renderer/api/endpoints/ingress.api.ts:38 Type declaration: Name Type backend? { serviceName: string ; servicePort: number } rules? { host?: string ; http: { paths: { backend: { serviceName: string ; servicePort: number } ; path?: string }[] } }[] tls { secretName: string }[] status # \u2022 status : { loadBalancer: { ingress: ILoadBalancerIngress [] } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/ingress.api.ts:59 Type declaration: Name Type loadBalancer { ingress: ILoadBalancerIngress [] } apiBase # \u25aa Static apiBase : string = \"/apis/extensions/v1beta1/ingresses\" Defined in src/renderer/api/endpoints/ingress.api.ts:36 kind # \u25aa Static kind : string = \"Ingress\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/ingress.api.ts:34 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#class-ingress","text":"","title":"Class: Ingress"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#hierarchy","text":"KubeObject \u21b3 Ingress","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_api_.ingress/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#constructor","text":"+ new Ingress ( data : KubeJsonApiData ): Ingress Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_api_.ingress/#spec","text":"\u2022 spec : { backend?: { serviceName: string ; servicePort: number } ; rules?: { host?: string ; http: { paths: { backend: { serviceName: string ; servicePort: number } ; path?: string }[] } }[] ; tls: { secretName: string }[] } Defined in src/renderer/api/endpoints/ingress.api.ts:38","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#status","text":"\u2022 status : { loadBalancer: { ingress: ILoadBalancerIngress [] } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/ingress.api.ts:59","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#apibase","text":"\u25aa Static apiBase : string = \"/apis/extensions/v1beta1/ingresses\" Defined in src/renderer/api/endpoints/ingress.api.ts:36","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#kind_1","text":"\u25aa Static kind : string = \"Ingress\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/ingress.api.ts:34","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/ingress.api.ts:35","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_api_.ingress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_api_.ingress/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_api_.ingress/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_api_.ingress/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_api_.ingress/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/ingress.api\" / IngressApi Class: IngressApi # Hierarchy # KubeApi \\< Ingress > \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 \\< Ingress >): IngressApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\< Ingress > Returns: IngressApi Properties # apiBase # \u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\< Ingress > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\< Ingress > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Ingress >): Promise \\< Ingress > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Ingress > - Returns: Promise \\< Ingress > delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Ingress > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Ingress > getMetrics # \u25b8 getMetrics ( ingress : string, namespace : string): Promise \\< IIngressMetrics > Defined in src/renderer/api/endpoints/ingress.api.ts:7 Parameters: Name Type ingress string namespace string Returns: Promise \\< IIngressMetrics > getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Ingress []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Ingress []> parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Ingress >): Promise \\< Ingress > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Ingress > - Returns: Promise \\< Ingress > watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#class-ingressapi","text":"","title":"Class: IngressApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#hierarchy","text":"KubeApi \\< Ingress > \u21b3 IngressApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#methods","text":"create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#constructor","text":"+ new IngressApi ( options : IKubeApiOptions \\< Ingress >): IngressApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#apibase","text":"\u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\< Ingress > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\< Ingress > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Ingress >): Promise \\< Ingress > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Ingress > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#getmetrics","text":"\u25b8 getMetrics ( ingress : string, namespace : string): Promise \\< IIngressMetrics > Defined in src/renderer/api/endpoints/ingress.api.ts:7","title":"getMetrics"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Ingress []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Ingress >): Promise \\< Ingress > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/job.api\" / Job 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 : { backoffLimit?: number ; completions?: number ; containers?: IPodContainer [] ; dnsPolicy?: string ; parallelism?: number ; restartPolicy?: string ; schedulerName?: string ; selector?: { matchLabels: { [name:string]: string; } } ; serviceAccount?: string ; serviceAccountName?: string ; template: { metadata: { annotations?: { [name:string]: string; } ; creationTimestamp?: string ; labels?: { [name:string]: string; } } ; spec: { affinity?: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; terminationGracePeriodSeconds: number ; tolerations?: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; terminationGracePeriodSeconds?: number } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/job.api.ts:14 Type declaration: Name Type backoffLimit? number completions? number containers? IPodContainer [] dnsPolicy? string parallelism? number restartPolicy? string schedulerName? string selector? { matchLabels: { [name:string]: string; } } serviceAccount? string serviceAccountName? string template { metadata: { annotations?: { [name:string]: string; } ; creationTimestamp?: string ; labels?: { [name:string]: string; } } ; spec: { affinity?: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; terminationGracePeriodSeconds: number ; tolerations?: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } terminationGracePeriodSeconds? number status # \u2022 status : { completionTime: string ; conditions: { lastProbeTime: string ; lastTransitionTime: string ; message?: string ; status: string ; type: string }[] ; startTime: string ; succeeded: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/job.api.ts:60 Type declaration: Name Type completionTime string conditions { lastProbeTime: string ; lastTransitionTime: string ; message?: string ; status: string ; type: string }[] startTime string succeeded number apiBase # \u25aa Static apiBase : string = \"/apis/batch/v1/jobs\" Defined in src/renderer/api/endpoints/job.api.ts:12 kind # \u25aa Static kind : string = \"Job\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/job.api.ts:10 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Overrides KubeObject . delete Defined in src/renderer/api/endpoints/job.api.ts:98 Returns: CancelablePromise \\< KubeJsonApiData > getAffinity # \u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . 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 value 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 value 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 Name Type 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 Implementation of ItemObject 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 Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#class-job","text":"","title":"Class: Job"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#hierarchy","text":"WorkloadKubeObject \u21b3 Job","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#constructor","text":"+ new Job ( data : KubeJsonApiData ): Job Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#spec","text":"\u2022 spec : { backoffLimit?: number ; completions?: number ; containers?: IPodContainer [] ; dnsPolicy?: string ; parallelism?: number ; restartPolicy?: string ; schedulerName?: string ; selector?: { matchLabels: { [name:string]: string; } } ; serviceAccount?: string ; serviceAccountName?: string ; template: { metadata: { annotations?: { [name:string]: string; } ; creationTimestamp?: string ; labels?: { [name:string]: string; } } ; spec: { affinity?: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; terminationGracePeriodSeconds: number ; tolerations?: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; terminationGracePeriodSeconds?: number } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/job.api.ts:14","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#status","text":"\u2022 status : { completionTime: string ; conditions: { lastProbeTime: string ; lastTransitionTime: string ; message?: string ; status: string ; type: string }[] ; startTime: string ; succeeded: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/job.api.ts:60","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#apibase","text":"\u25aa Static apiBase : string = \"/apis/batch/v1/jobs\" Defined in src/renderer/api/endpoints/job.api.ts:12","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#kind_1","text":"\u25aa Static kind : string = \"Job\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/job.api.ts:10","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/job.api.ts:11","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#delete","text":"\u25b8 delete (): CancelablePromise \\< KubeJsonApiData > Overrides KubeObject . delete Defined in src/renderer/api/endpoints/job.api.ts:98 Returns: CancelablePromise \\< KubeJsonApiData >","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#getcondition","text":"\u25b8 getCondition (): object Defined in src/renderer/api/endpoints/job.api.ts:85 Returns: object Name Type lastProbeTime string lastTransitionTime string message? string status string type string","title":"getCondition"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#gettolerations","text":"\u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/namespaces.api\" / Namespace 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 status # \u2022 Optional status : { phase: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/namespaces.api.ts:16 Type declaration: Name Type phase string apiBase # \u25aa Static apiBase : string = \"/api/v1/namespaces\" Defined in src/renderer/api/endpoints/namespaces.api.ts:14 kind # \u25aa Static kind : string = \"Namespace\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/namespaces.api.ts:12 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#class-namespace","text":"","title":"Class: Namespace"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#hierarchy","text":"KubeObject \u21b3 Namespace","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#properties","text":"apiVersion kind metadata status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_api_.namespace/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#constructor","text":"+ new Namespace ( data : KubeJsonApiData ): Namespace Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_api_.namespace/#status","text":"\u2022 Optional status : { phase: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/namespaces.api.ts:16","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/namespaces\" Defined in src/renderer/api/endpoints/namespaces.api.ts:14","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#kind_1","text":"\u25aa Static kind : string = \"Namespace\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/namespaces.api.ts:12","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/namespaces.api.ts:13","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_api_.namespace/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_api_.namespace/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_api_.namespace/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_api_.namespace/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_api_.namespace/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/network-policy.api\" / NetworkPolicy 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 : { egress: IPolicyEgress [] ; ingress: IPolicyIngress [] ; podSelector: { matchLabels: { [label:string]: string; role: string } } ; policyTypes: string[] } Defined in src/renderer/api/endpoints/network-policy.api.ts:44 Type declaration: Name Type egress IPolicyEgress [] ingress IPolicyIngress [] podSelector { matchLabels: { [label:string]: string; role: string } } policyTypes string[] status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 apiBase # \u25aa Static apiBase : string = \"/apis/networking.k8s.io/v1/networkpolicies\" Defined in src/renderer/api/endpoints/network-policy.api.ts:42 kind # \u25aa Static kind : string = \"NetworkPolicy\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/network-policy.api.ts:40 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#class-networkpolicy","text":"","title":"Class: NetworkPolicy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#hierarchy","text":"KubeObject \u21b3 NetworkPolicy","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#constructor","text":"+ new NetworkPolicy ( data : KubeJsonApiData ): NetworkPolicy Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#spec","text":"\u2022 spec : { egress: IPolicyEgress [] ; ingress: IPolicyIngress [] ; podSelector: { matchLabels: { [label:string]: string; role: string } } ; policyTypes: string[] } Defined in src/renderer/api/endpoints/network-policy.api.ts:44","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#apibase","text":"\u25aa Static apiBase : string = \"/apis/networking.k8s.io/v1/networkpolicies\" Defined in src/renderer/api/endpoints/network-policy.api.ts:42","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#kind_1","text":"\u25aa Static kind : string = \"NetworkPolicy\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/network-policy.api.ts:40","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/network-policy.api.ts:41","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/nodes.api\" / Node 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 : { externalID: string ; podCIDR: string ; taints?: { effect: string ; key: string ; value: string }[] ; unschedulable?: boolean } Defined in src/renderer/api/endpoints/nodes.api.ts:37 Type declaration: Name Type externalID string podCIDR string taints? { effect: string ; key: string ; value: string }[] unschedulable? boolean status # \u2022 status : { addresses: { address: string ; type: string }[] ; allocatable: { cpu: string ; memory: string ; pods: string } ; capacity: { cpu: string ; memory: string ; pods: string } ; conditions: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] ; images: { names: string[] ; sizeBytes: number }[] ; nodeInfo: { architecture: string ; bootID: string ; containerRuntimeVersion: string ; kernelVersion: string ; kubeProxyVersion: string ; kubeletVersion: string ; machineID: string ; operatingSystem: string ; osImage: string ; systemUUID: string } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/nodes.api.ts:47 Type declaration: Name Type addresses { address: string ; type: string }[] allocatable { cpu: string ; memory: string ; pods: string } capacity { cpu: string ; memory: string ; pods: string } conditions { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] images { names: string[] ; sizeBytes: number }[] nodeInfo { architecture: string ; bootID: string ; containerRuntimeVersion: string ; kernelVersion: string ; kubeProxyVersion: string ; kubeletVersion: string ; machineID: string ; operatingSystem: string ; osImage: string ; systemUUID: string } apiBase # \u25aa Static apiBase : string = \"/api/v1/nodes\" Defined in src/renderer/api/endpoints/nodes.api.ts:35 kind # \u25aa Static kind : string = \"Node\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/nodes.api.ts:33 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getActiveConditions # \u25b8 getActiveConditions (): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:131 Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] 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 value 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 value filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:123 Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 (): { effect: string ; key: string ; value: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:97 Returns: { effect: string ; key: string ; value: string }[] getWarningConditions # \u25b8 getWarningConditions (): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:135 Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#class-node","text":"","title":"Class: Node"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#hierarchy","text":"KubeObject \u21b3 Node","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#constructor","text":"+ new Node ( data : KubeJsonApiData ): Node Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#spec","text":"\u2022 spec : { externalID: string ; podCIDR: string ; taints?: { effect: string ; key: string ; value: string }[] ; unschedulable?: boolean } Defined in src/renderer/api/endpoints/nodes.api.ts:37","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#status","text":"\u2022 status : { addresses: { address: string ; type: string }[] ; allocatable: { cpu: string ; memory: string ; pods: string } ; capacity: { cpu: string ; memory: string ; pods: string } ; conditions: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] ; images: { names: string[] ; sizeBytes: number }[] ; nodeInfo: { architecture: string ; bootID: string ; containerRuntimeVersion: string ; kernelVersion: string ; kubeProxyVersion: string ; kubeletVersion: string ; machineID: string ; operatingSystem: string ; osImage: string ; systemUUID: string } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/nodes.api.ts:47","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/nodes\" Defined in src/renderer/api/endpoints/nodes.api.ts:35","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#kind_1","text":"\u25aa Static kind : string = \"Node\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/nodes.api.ts:33","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/nodes.api.ts:34","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#getactiveconditions","text":"\u25b8 getActiveConditions (): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:131 Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[]","title":"getActiveConditions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#getconditions","text":"\u25b8 getConditions (): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:123 Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[]","title":"getConditions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#gettaints","text":"\u25b8 getTaints (): { effect: string ; key: string ; value: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:97 Returns: { effect: string ; key: string ; value: string }[]","title":"getTaints"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#getwarningconditions","text":"\u25b8 getWarningConditions (): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:135 Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[]","title":"getWarningConditions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/nodes.api\" / NodesApi Class: NodesApi # Hierarchy # KubeApi \\< Node > \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 \\< Node >): NodesApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\< Node > Returns: NodesApi Properties # apiBase # \u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\< Node > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\< Node > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Node >): Promise \\< Node > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Node > - Returns: Promise \\< Node > delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Node > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Node > getMetrics # \u25b8 getMetrics (): Promise \\< INodeMetrics > Defined in src/renderer/api/endpoints/nodes.api.ts:7 Returns: Promise \\< INodeMetrics > getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Node []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Node []> parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Node >): Promise \\< Node > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Node > - Returns: Promise \\< Node > watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#class-nodesapi","text":"","title":"Class: NodesApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#hierarchy","text":"KubeApi \\< Node > \u21b3 NodesApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#methods","text":"create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#constructor","text":"+ new NodesApi ( options : IKubeApiOptions \\< Node >): NodesApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#apibase","text":"\u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\< Node > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\< Node > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Node >): Promise \\< Node > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Node > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#getmetrics","text":"\u25b8 getMetrics (): Promise \\< INodeMetrics > Defined in src/renderer/api/endpoints/nodes.api.ts:7 Returns: Promise \\< INodeMetrics >","title":"getMetrics"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Node []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Node >): Promise \\< Node > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/persistent-volume.api\" / PersistentVolume 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 : { accessModes: string[] ; capacity: { storage: string } ; claimRef: { apiVersion: string ; kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } ; flexVolume: { driver: string ; options: { clusterNamespace: string ; image: string ; pool: string ; storageClass: string } } ; mountOptions?: string[] ; nfs?: { path: string ; server: string } ; persistentVolumeReclaimPolicy: string ; storageClassName: string } Defined in src/renderer/api/endpoints/persistent-volume.api.ts:12 Type declaration: Name Type accessModes string[] capacity { storage: string } claimRef { apiVersion: string ; kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } flexVolume { driver: string ; options: { clusterNamespace: string ; image: string ; pool: string ; storageClass: string } } mountOptions? string[] nfs? { path: string ; server: string } persistentVolumeReclaimPolicy string storageClassName string status # \u2022 status : { phase: string ; reason?: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume.api.ts:43 Type declaration: Name Type phase string reason? string apiBase # \u25aa Static apiBase : string = \"/api/v1/persistentvolumes\" Defined in src/renderer/api/endpoints/persistent-volume.api.ts:10 kind # \u25aa Static kind : string = \"PersistentVolume\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume.api.ts:8 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#class-persistentvolume","text":"","title":"Class: PersistentVolume"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#hierarchy","text":"KubeObject \u21b3 PersistentVolume","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#constructor","text":"+ new PersistentVolume ( data : KubeJsonApiData ): PersistentVolume Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#spec","text":"\u2022 spec : { accessModes: string[] ; capacity: { storage: string } ; claimRef: { apiVersion: string ; kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } ; flexVolume: { driver: string ; options: { clusterNamespace: string ; image: string ; pool: string ; storageClass: string } } ; mountOptions?: string[] ; nfs?: { path: string ; server: string } ; persistentVolumeReclaimPolicy: string ; storageClassName: string } Defined in src/renderer/api/endpoints/persistent-volume.api.ts:12","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#status","text":"\u2022 status : { phase: string ; reason?: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume.api.ts:43","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/persistentvolumes\" Defined in src/renderer/api/endpoints/persistent-volume.api.ts:10","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#kind_1","text":"\u25aa Static kind : string = \"PersistentVolume\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume.api.ts:8","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/persistent-volume.api.ts:9","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#getcapacity","text":"\u25b8 getCapacity ( inBytes? : boolean): string | number Defined in src/renderer/api/endpoints/persistent-volume.api.ts:48","title":"getCapacity"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/persistent-volume-claims.api\" / PersistentVolumeClaim 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 : { accessModes: string[] ; resources: { requests: { storage: string } } ; selector: { matchExpressions: { key: string ; operator: string ; values: string[] }[] ; matchLabels: { release: string } } ; storageClassName: string } Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:30 Type declaration: Name Type accessModes string[] resources { requests: { storage: string } } selector { matchExpressions: { key: string ; operator: string ; values: string[] }[] ; matchLabels: { release: string } } storageClassName string status # \u2022 status : { phase: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:49 Type declaration: Name Type phase string apiBase # \u25aa Static apiBase : string = \"/api/v1/persistentvolumeclaims\" Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:28 kind # \u25aa Static kind : string = \"PersistentVolumeClaim\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:26 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 (): { key: string ; operator: string ; values: string[] }[] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:74 Returns: { key: string ; operator: string ; values: string[] }[] getMatchLabels # \u25b8 getMatchLabels (): string[] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:68 Returns: string[] getName # \u25b8 getName (): string Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#class-persistentvolumeclaim","text":"","title":"Class: PersistentVolumeClaim"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#hierarchy","text":"KubeObject \u21b3 PersistentVolumeClaim","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#constructor","text":"+ new PersistentVolumeClaim ( data : KubeJsonApiData ): PersistentVolumeClaim Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#spec","text":"\u2022 spec : { accessModes: string[] ; resources: { requests: { storage: string } } ; selector: { matchExpressions: { key: string ; operator: string ; values: string[] }[] ; matchLabels: { release: string } } ; storageClassName: string } Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:30","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#status","text":"\u2022 status : { phase: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:49","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/persistentvolumeclaims\" Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:28","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#kind_1","text":"\u25aa Static kind : string = \"PersistentVolumeClaim\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:26","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:27","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#getmatchexpressions","text":"\u25b8 getMatchExpressions (): { key: string ; operator: string ; values: string[] }[] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:74 Returns: { key: string ; operator: string ; values: string[] }[]","title":"getMatchExpressions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#getpods","text":"\u25b8 getPods ( allPods : Pod []): Pod [] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:53","title":"getPods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/persistent-volume-claims.api\" / PersistentVolumeClaimsApi Class: PersistentVolumeClaimsApi # Hierarchy # KubeApi \\< PersistentVolumeClaim > \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 \\< PersistentVolumeClaim >): PersistentVolumeClaimsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\< PersistentVolumeClaim > Returns: PersistentVolumeClaimsApi Properties # apiBase # \u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\< PersistentVolumeClaim > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\< PersistentVolumeClaim > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< PersistentVolumeClaim >): Promise \\< PersistentVolumeClaim > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< PersistentVolumeClaim > - Returns: Promise \\< PersistentVolumeClaim > delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< PersistentVolumeClaim > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\< PersistentVolumeClaim > getMetrics # \u25b8 getMetrics ( pvcName : string, namespace : string): Promise \\< IPvcMetrics > Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:8 Parameters: Name Type pvcName string namespace string Returns: Promise \\< IPvcMetrics > getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< PersistentVolumeClaim []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\< PersistentVolumeClaim []> parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< PersistentVolumeClaim >): Promise \\< PersistentVolumeClaim > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< PersistentVolumeClaim > - Returns: Promise \\< PersistentVolumeClaim > watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#class-persistentvolumeclaimsapi","text":"","title":"Class: PersistentVolumeClaimsApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#hierarchy","text":"KubeApi \\< PersistentVolumeClaim > \u21b3 PersistentVolumeClaimsApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#methods","text":"create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#constructor","text":"+ new PersistentVolumeClaimsApi ( options : IKubeApiOptions \\< PersistentVolumeClaim >): PersistentVolumeClaimsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#apibase","text":"\u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\< PersistentVolumeClaim > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\< PersistentVolumeClaim > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< PersistentVolumeClaim >): Promise \\< PersistentVolumeClaim > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< PersistentVolumeClaim > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#getmetrics","text":"\u25b8 getMetrics ( pvcName : string, namespace : string): Promise \\< IPvcMetrics > Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:8","title":"getMetrics"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< PersistentVolumeClaim []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< PersistentVolumeClaim >): Promise \\< PersistentVolumeClaim > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pod-metrics.api\" / PodMetrics Class: PodMetrics # Hierarchy # KubeObject \u21b3 PodMetrics Implements # ItemObject Index # Constructors # constructor Properties # apiVersion containers kind metadata status timestamp window apiBase 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 PodMetrics ( data : KubeJsonApiData ): PodMetrics Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PodMetrics Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 containers # \u2022 containers : { name: string ; usage: { cpu: string ; memory: string } }[] Defined in src/renderer/api/endpoints/pod-metrics.api.ts:11 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 status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 timestamp # \u2022 timestamp : string Defined in src/renderer/api/endpoints/pod-metrics.api.ts:9 window # \u2022 window : string Defined in src/renderer/api/endpoints/pod-metrics.api.ts:10 apiBase # \u25aa Static apiBase : string = \"/apis/metrics.k8s.io/v1beta1/pods\" Defined in src/renderer/api/endpoints/pod-metrics.api.ts:7 kind # \u25aa Static kind : string = \"Pod\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/pod-metrics.api.ts:5 namespaced # \u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/pod-metrics.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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#class-podmetrics","text":"","title":"Class: PodMetrics"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#hierarchy","text":"KubeObject \u21b3 PodMetrics","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#properties","text":"apiVersion containers kind metadata status timestamp window apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#constructor","text":"+ new PodMetrics ( data : KubeJsonApiData ): PodMetrics Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#containers","text":"\u2022 containers : { name: string ; usage: { cpu: string ; memory: string } }[] Defined in src/renderer/api/endpoints/pod-metrics.api.ts:11","title":"containers"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#timestamp","text":"\u2022 timestamp : string Defined in src/renderer/api/endpoints/pod-metrics.api.ts:9","title":"timestamp"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#window","text":"\u2022 window : string Defined in src/renderer/api/endpoints/pod-metrics.api.ts:10","title":"window"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#apibase","text":"\u25aa Static apiBase : string = \"/apis/metrics.k8s.io/v1beta1/pods\" Defined in src/renderer/api/endpoints/pod-metrics.api.ts:7","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#kind_1","text":"\u25aa Static kind : string = \"Pod\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/pod-metrics.api.ts:5","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/pod-metrics.api.ts:6","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/poddisruptionbudget.api\" / PodDisruptionBudget 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 : { maxUnavailable: string ; minAvailable: string ; selector: { matchLabels: { [app:string]: string; } } } Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:11 Type declaration: Name Type maxUnavailable string minAvailable string selector { matchLabels: { [app:string]: string; } } status # \u2022 status : { currentHealthy: number ; desiredHealthy: number ; disruptionsAllowed: number ; expectedPods: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:16 Type declaration: Name Type currentHealthy number desiredHealthy number disruptionsAllowed number expectedPods number apiBase # \u25aa Static apiBase : string = \"/apis/policy/v1beta1/poddisruptionbudgets\" Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:9 kind # \u25aa Static kind : string = \"PodDisruptionBudget\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:7 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#class-poddisruptionbudget","text":"","title":"Class: PodDisruptionBudget"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#hierarchy","text":"KubeObject \u21b3 PodDisruptionBudget","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#constructor","text":"+ new PodDisruptionBudget ( data : KubeJsonApiData ): PodDisruptionBudget Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#spec","text":"\u2022 spec : { maxUnavailable: string ; minAvailable: string ; selector: { matchLabels: { [app:string]: string; } } } Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:11","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#status","text":"\u2022 status : { currentHealthy: number ; desiredHealthy: number ; disruptionsAllowed: number ; expectedPods: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:16","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#apibase","text":"\u25aa Static apiBase : string = \"/apis/policy/v1beta1/poddisruptionbudgets\" Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:9","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#kind_1","text":"\u25aa Static kind : string = \"PodDisruptionBudget\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:7","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:8","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / Pod 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 : { affinity: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; initContainers: IPodContainer [] ; nodeName: string ; nodeSelector?: { [selector:string]: string; } ; priority: number ; priorityClassName: string ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; serviceAccount: string ; serviceAccountName: string ; terminationGracePeriodSeconds: number ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] ; volumes?: { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[] } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/pods.api.ts:178 Type declaration: Name Type affinity IAffinity containers IPodContainer [] dnsPolicy string initContainers IPodContainer [] nodeName string nodeSelector? { [selector:string]: string; } priority number priorityClassName string restartPolicy string schedulerName string securityContext {} serviceAccount string serviceAccountName string terminationGracePeriodSeconds number tolerations { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] volumes? { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[] status # \u2022 status : { conditions: { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[] ; containerStatuses?: IPodContainerStatus [] ; hostIP: string ; initContainerStatuses?: IPodContainerStatus [] ; phase: string ; podIP: string ; qosClass: string ; reason?: string ; startTime: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/pods.api.ts:219 Type declaration: Name Type conditions { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[] containerStatuses? IPodContainerStatus [] hostIP string initContainerStatuses? IPodContainerStatus [] phase string podIP string qosClass string reason? string startTime string apiBase # \u25aa Static apiBase : string = \"/api/v1/pods\" Defined in src/renderer/api/endpoints/pods.api.ts:176 kind # \u25aa Static kind : string = \"Pod\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/pods.api.ts:174 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getAffinity # \u25b8 getAffinity (): IAffinity Overrides WorkloadKubeObject . getAffinity Defined in src/renderer/api/endpoints/pods.api.ts:360 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . 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 value 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 value filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[] Defined in src/renderer/api/endpoints/pods.api.ts:336 Returns: { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[] getContainerStatuses # \u25b8 getContainerStatuses ( includeInitContainers? : boolean): IPodContainerStatus [] Defined in src/renderer/api/endpoints/pods.api.ts:256 Parameters: Name Type Default value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 WorkloadKubeObject . 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 WorkloadKubeObject . 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 WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] Overrides WorkloadKubeObject . getTolerations Defined in src/renderer/api/endpoints/pods.api.ts:356 Returns: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] getVolumes # \u25b8 getVolumes (): { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[] Defined in src/renderer/api/endpoints/pods.api.ts:340 Returns: { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#class-pod","text":"","title":"Class: Pod"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#hierarchy","text":"WorkloadKubeObject \u21b3 Pod","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#constructor","text":"+ new Pod ( data : KubeJsonApiData ): Pod Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#spec","text":"\u2022 spec : { affinity: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; initContainers: IPodContainer [] ; nodeName: string ; nodeSelector?: { [selector:string]: string; } ; priority: number ; priorityClassName: string ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; serviceAccount: string ; serviceAccountName: string ; terminationGracePeriodSeconds: number ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] ; volumes?: { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[] } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/pods.api.ts:178","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#status","text":"\u2022 status : { conditions: { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[] ; containerStatuses?: IPodContainerStatus [] ; hostIP: string ; initContainerStatuses?: IPodContainerStatus [] ; phase: string ; podIP: string ; qosClass: string ; reason?: string ; startTime: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/pods.api.ts:219","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/pods\" Defined in src/renderer/api/endpoints/pods.api.ts:176","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#kind_1","text":"\u25aa Static kind : string = \"Pod\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/pods.api.ts:174","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/pods.api.ts:175","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Overrides WorkloadKubeObject . getAffinity Defined in src/renderer/api/endpoints/pods.api.ts:360 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#getconditions","text":"\u25b8 getConditions (): { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[] Defined in src/renderer/api/endpoints/pods.api.ts:336 Returns: { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[]","title":"getConditions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#getcontainerstatuses","text":"\u25b8 getContainerStatuses ( includeInitContainers? : boolean): IPodContainerStatus [] Defined in src/renderer/api/endpoints/pods.api.ts:256","title":"getContainerStatuses"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getlivenessprobe","text":"\u25b8 getLivenessProbe ( container : IPodContainer ): string[] Defined in src/renderer/api/endpoints/pods.api.ts:379","title":"getLivenessProbe"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Overrides WorkloadKubeObject . getNodeSelectors Defined in src/renderer/api/endpoints/pods.api.ts:350 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getprobe","text":"\u25b8 getProbe ( probeData : IContainerProbe ): string[] Defined in src/renderer/api/endpoints/pods.api.ts:387","title":"getProbe"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getreadinessprobe","text":"\u25b8 getReadinessProbe ( container : IPodContainer ): string[] Defined in src/renderer/api/endpoints/pods.api.ts:383","title":"getReadinessProbe"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#gettolerations","text":"\u25b8 getTolerations (): { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] Overrides WorkloadKubeObject . getTolerations Defined in src/renderer/api/endpoints/pods.api.ts:356 Returns: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[]","title":"getTolerations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#getvolumes","text":"\u25b8 getVolumes (): { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[] Defined in src/renderer/api/endpoints/pods.api.ts:340 Returns: { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[]","title":"getVolumes"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / PodsApi Class: PodsApi # Hierarchy # KubeApi \\< Pod > \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 \\< Pod >): PodsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\< Pod > Returns: PodsApi Properties # apiBase # \u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\< Pod > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\< Pod > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Pod > - Returns: Promise \\< Pod > delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Pod > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Pod > getLogs # \u25b8 getLogs ( params : { name: string ; namespace: string }, query? : IPodLogsQuery ): Promise \\ Defined in src/renderer/api/endpoints/pods.api.ts:7 Parameters: Name Type params { name: string ; namespace: string } query? IPodLogsQuery Returns: Promise \\ getMetrics # \u25b8 getMetrics ( pods : Pod [], namespace : string, selector? : string): Promise \\< IPodMetrics > Defined in src/renderer/api/endpoints/pods.api.ts:12 Parameters: Name Type Default value pods Pod [] - namespace string - selector string \"pod, namespace\" Returns: Promise \\< IPodMetrics > getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Pod []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Pod []> parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Pod > - Returns: Promise \\< Pod > watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#class-podsapi","text":"","title":"Class: PodsApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#hierarchy","text":"KubeApi \\< Pod > \u21b3 PodsApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.podsapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#constructor","text":"+ new PodsApi ( options : IKubeApiOptions \\< Pod >): PodsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#apibase","text":"\u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\< Pod > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\< Pod > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Pod > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#getlogs","text":"\u25b8 getLogs ( params : { name: string ; namespace: string }, query? : IPodLogsQuery ): Promise \\ Defined in src/renderer/api/endpoints/pods.api.ts:7","title":"getLogs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#getmetrics","text":"\u25b8 getMetrics ( pods : Pod [], namespace : string, selector? : string): Promise \\< IPodMetrics > Defined in src/renderer/api/endpoints/pods.api.ts:12","title":"getMetrics"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Pod []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/podsecuritypolicy.api\" / PodSecurityPolicy Class: PodSecurityPolicy # Hierarchy # KubeObject \u21b3 PodSecurityPolicy 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 getRules getSearchFields getVolumes isPrivileged toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new PodSecurityPolicy ( data : KubeJsonApiData ): PodSecurityPolicy Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PodSecurityPolicy 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 : { allowPrivilegeEscalation?: boolean ; allowedCSIDrivers?: { name: string }[] ; allowedCapabilities: string[] ; allowedFlexVolumes?: { driver: string }[] ; allowedHostPaths?: { pathPrefix: string ; readOnly: boolean }[] ; allowedProcMountTypes?: string[] ; allowedUnsafeSysctls?: string[] ; defaultAddCapabilities?: string[] ; defaultAllowPrivilegeEscalation?: boolean ; forbiddenSysctls?: string[] ; fsGroup?: { ranges: { max: number ; min: number }[] ; rule: string } ; hostIPC?: boolean ; hostNetwork?: boolean ; hostPID?: boolean ; hostPorts?: { max: number ; min: number }[] ; privileged?: boolean ; readOnlyRootFilesystem?: boolean ; requiredDropCapabilities?: string[] ; runAsGroup?: { ranges: { max: number ; min: number }[] ; rule: string } ; runAsUser?: { ranges: { max: number ; min: number }[] ; rule: string } ; runtimeClass?: { allowedRuntimeClassNames: string[] ; defaultRuntimeClassName: string } ; seLinux?: { rule: string ; seLinuxOptions: { level: string ; role: string ; type: string ; user: string } } ; supplementalGroups?: { ranges: { max: number ; min: number }[] ; rule: string } ; volumes?: string[] } Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:11 Type declaration: Name Type allowPrivilegeEscalation? boolean allowedCSIDrivers? { name: string }[] allowedCapabilities string[] allowedFlexVolumes? { driver: string }[] allowedHostPaths? { pathPrefix: string ; readOnly: boolean }[] allowedProcMountTypes? string[] allowedUnsafeSysctls? string[] defaultAddCapabilities? string[] defaultAllowPrivilegeEscalation? boolean forbiddenSysctls? string[] fsGroup? { ranges: { max: number ; min: number }[] ; rule: string } hostIPC? boolean hostNetwork? boolean hostPID? boolean hostPorts? { max: number ; min: number }[] privileged? boolean readOnlyRootFilesystem? boolean requiredDropCapabilities? string[] runAsGroup? { ranges: { max: number ; min: number }[] ; rule: string } runAsUser? { ranges: { max: number ; min: number }[] ; rule: string } runtimeClass? { allowedRuntimeClassNames: string[] ; defaultRuntimeClassName: string } seLinux? { rule: string ; seLinuxOptions: { level: string ; role: string ; type: string ; user: string } } supplementalGroups? { ranges: { max: number ; min: number }[] ; rule: string } volumes? string[] status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 apiBase # \u25aa Static apiBase : string = \"/apis/policy/v1beta1/podsecuritypolicies\" Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:9 kind # \u25aa Static kind : string = \"PodSecurityPolicy\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:7 namespaced # \u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/podsecuritypolicy.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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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/podsecuritypolicy.api.ts:79 Returns: object Name Type fsGroup string runAsGroup string runAsUser string seLinux string supplementalGroups string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getVolumes # \u25b8 getVolumes (): string[] Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:75 Returns: string[] isPrivileged # \u25b8 isPrivileged (): boolean Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:71 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#class-podsecuritypolicy","text":"","title":"Class: PodSecurityPolicy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#hierarchy","text":"KubeObject \u21b3 PodSecurityPolicy","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields getVolumes isPrivileged toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#constructor","text":"+ new PodSecurityPolicy ( data : KubeJsonApiData ): PodSecurityPolicy Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#spec","text":"\u2022 spec : { allowPrivilegeEscalation?: boolean ; allowedCSIDrivers?: { name: string }[] ; allowedCapabilities: string[] ; allowedFlexVolumes?: { driver: string }[] ; allowedHostPaths?: { pathPrefix: string ; readOnly: boolean }[] ; allowedProcMountTypes?: string[] ; allowedUnsafeSysctls?: string[] ; defaultAddCapabilities?: string[] ; defaultAllowPrivilegeEscalation?: boolean ; forbiddenSysctls?: string[] ; fsGroup?: { ranges: { max: number ; min: number }[] ; rule: string } ; hostIPC?: boolean ; hostNetwork?: boolean ; hostPID?: boolean ; hostPorts?: { max: number ; min: number }[] ; privileged?: boolean ; readOnlyRootFilesystem?: boolean ; requiredDropCapabilities?: string[] ; runAsGroup?: { ranges: { max: number ; min: number }[] ; rule: string } ; runAsUser?: { ranges: { max: number ; min: number }[] ; rule: string } ; runtimeClass?: { allowedRuntimeClassNames: string[] ; defaultRuntimeClassName: string } ; seLinux?: { rule: string ; seLinuxOptions: { level: string ; role: string ; type: string ; user: string } } ; supplementalGroups?: { ranges: { max: number ; min: number }[] ; rule: string } ; volumes?: string[] } Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:11","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#apibase","text":"\u25aa Static apiBase : string = \"/apis/policy/v1beta1/podsecuritypolicies\" Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:9","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#kind_1","text":"\u25aa Static kind : string = \"PodSecurityPolicy\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:7","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:8","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#getrules","text":"\u25b8 getRules (): object Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:79 Returns: object Name Type fsGroup string runAsGroup string runAsUser string seLinux string supplementalGroups string","title":"getRules"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#getvolumes","text":"\u25b8 getVolumes (): string[] Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:75 Returns: string[]","title":"getVolumes"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#isprivileged","text":"\u25b8 isPrivileged (): boolean Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:71 Returns: boolean","title":"isPrivileged"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/replica-set.api\" / ReplicaSet 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 : { containers?: IPodContainer [] ; dnsPolicy?: string ; replicas?: number ; restartPolicy?: string ; schedulerName?: string ; selector?: { matchLabels: { [key:string]: string; } } ; template?: { spec?: { affinity?: IAffinity ; containers: IPodContainer [] ; nodeSelector?: { [selector:string]: string; } ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; terminationGracePeriodSeconds?: number } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/replica-set.api.ts:13 Type declaration: Name Type containers? IPodContainer [] dnsPolicy? string replicas? number restartPolicy? string schedulerName? string selector? { matchLabels: { [key:string]: string; } } template? { spec?: { affinity?: IAffinity ; containers: IPodContainer [] ; nodeSelector?: { [selector:string]: string; } ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } terminationGracePeriodSeconds? number status # \u2022 status : { availableReplicas: number ; fullyLabeledReplicas: number ; observedGeneration: number ; readyReplicas: number ; replicas: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/replica-set.api.ts:41 Type declaration: Name Type availableReplicas number fullyLabeledReplicas number observedGeneration number readyReplicas number replicas number apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/replicasets\" Defined in src/renderer/api/endpoints/replica-set.api.ts:11 kind # \u25aa Static kind : string = \"ReplicaSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/replica-set.api.ts:9 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getAffinity # \u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#class-replicaset","text":"","title":"Class: ReplicaSet"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#hierarchy","text":"WorkloadKubeObject \u21b3 ReplicaSet","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#constructor","text":"+ new ReplicaSet ( data : KubeJsonApiData ): ReplicaSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#spec","text":"\u2022 spec : { containers?: IPodContainer [] ; dnsPolicy?: string ; replicas?: number ; restartPolicy?: string ; schedulerName?: string ; selector?: { matchLabels: { [key:string]: string; } } ; template?: { spec?: { affinity?: IAffinity ; containers: IPodContainer [] ; nodeSelector?: { [selector:string]: string; } ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; terminationGracePeriodSeconds?: number } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/replica-set.api.ts:13","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#status","text":"\u2022 status : { availableReplicas: number ; fullyLabeledReplicas: number ; observedGeneration: number ; readyReplicas: number ; replicas: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/replica-set.api.ts:41","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/replicasets\" Defined in src/renderer/api/endpoints/replica-set.api.ts:11","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#kind_1","text":"\u25aa Static kind : string = \"ReplicaSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/replica-set.api.ts:9","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/replica-set.api.ts:10","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#gettolerations","text":"\u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/resource-quota.api\" / ResourceQuota 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 : { hard: IResourceQuotaValues ; scopeSelector?: { matchExpressions: { operator: string ; scopeName: string ; values: string[] }[] } } Defined in src/renderer/api/endpoints/resource-quota.api.ts:43 Type declaration: Name Type hard IResourceQuotaValues scopeSelector? { matchExpressions: { operator: string ; scopeName: string ; values: string[] }[] } status # \u2022 status : { hard: IResourceQuotaValues ; used: IResourceQuotaValues } Overrides KubeObject . status Defined in src/renderer/api/endpoints/resource-quota.api.ts:54 Type declaration: Name Type hard IResourceQuotaValues used IResourceQuotaValues apiBase # \u25aa Static apiBase : string = \"/api/v1/resourcequotas\" Defined in src/renderer/api/endpoints/resource-quota.api.ts:36 kind # \u25aa Static kind : string = \"ResourceQuota\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/resource-quota.api.ts:34 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getScopeSelector # \u25b8 getScopeSelector (): { operator: string ; scopeName: string ; values: string[] }[] Defined in src/renderer/api/endpoints/resource-quota.api.ts:59 Returns: { operator: string ; scopeName: string ; values: 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#class-resourcequota","text":"","title":"Class: ResourceQuota"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#hierarchy","text":"KubeObject \u21b3 ResourceQuota","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#constructor","text":"+ new ResourceQuota ( data : KubeJsonApiData ): ResourceQuota Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/resource-quota.api.ts:36","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#spec","text":"\u2022 spec : { hard: IResourceQuotaValues ; scopeSelector?: { matchExpressions: { operator: string ; scopeName: string ; values: string[] }[] } } Defined in src/renderer/api/endpoints/resource-quota.api.ts:43","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#status","text":"\u2022 status : { hard: IResourceQuotaValues ; used: IResourceQuotaValues } Overrides KubeObject . status Defined in src/renderer/api/endpoints/resource-quota.api.ts:54","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/resourcequotas\" Defined in src/renderer/api/endpoints/resource-quota.api.ts:36","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#kind_1","text":"\u25aa Static kind : string = \"ResourceQuota\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/resource-quota.api.ts:34","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/resource-quota.api.ts:35","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#getscopeselector","text":"\u25b8 getScopeSelector (): { operator: string ; scopeName: string ; values: string[] }[] Defined in src/renderer/api/endpoints/resource-quota.api.ts:59 Returns: { operator: string ; scopeName: string ; values: string[] }[]","title":"getScopeSelector"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/role.api\" / Role Class: Role # Hierarchy # KubeObject \u21b3 Role \u21b3\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 : { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Defined in src/renderer/api/endpoints/role.api.ts:9 status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/roles\" Defined in src/renderer/api/endpoints/role.api.ts:7 kind # \u25aa Static kind : string = \"Role\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role.api.ts:5 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getRules # \u25b8 getRules (): { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#class-role","text":"","title":"Class: Role"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#hierarchy","text":"KubeObject \u21b3 Role \u21b3\u21b3 ClusterRole","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#properties","text":"apiVersion kind metadata rules status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#constructor","text":"+ new Role ( data : KubeJsonApiData ): Role Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#rules","text":"\u2022 rules : { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Defined in src/renderer/api/endpoints/role.api.ts:9","title":"rules"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#apibase","text":"\u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/roles\" Defined in src/renderer/api/endpoints/role.api.ts:7","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#kind_1","text":"\u25aa Static kind : string = \"Role\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role.api.ts:5","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/role.api.ts:6","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#getrules","text":"\u25b8 getRules (): { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[]","title":"getRules"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/role-binding.api\" / RoleBinding Class: RoleBinding # Hierarchy # KubeObject \u21b3 RoleBinding \u21b3\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 : { apiGroup?: string ; kind: string ; name: string } Defined in src/renderer/api/endpoints/role-binding.api.ts:19 Type declaration: Name Type apiGroup? string kind string name string status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 subjects # \u2022 Optional subjects : IRoleBindingSubject [] Defined in src/renderer/api/endpoints/role-binding.api.ts:18 apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/rolebindings\" Defined in src/renderer/api/endpoints/role-binding.api.ts:16 kind # \u25aa Static kind : string = \"RoleBinding\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role-binding.api.ts:14 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#class-rolebinding","text":"","title":"Class: RoleBinding"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#hierarchy","text":"KubeObject \u21b3 RoleBinding \u21b3\u21b3 ClusterRoleBinding","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#properties","text":"apiVersion kind metadata roleRef status subjects apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#constructor","text":"+ new RoleBinding ( data : KubeJsonApiData ): RoleBinding Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#roleref","text":"\u2022 roleRef : { apiGroup?: string ; kind: string ; name: string } Defined in src/renderer/api/endpoints/role-binding.api.ts:19","title":"roleRef"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#subjects","text":"\u2022 Optional subjects : IRoleBindingSubject [] Defined in src/renderer/api/endpoints/role-binding.api.ts:18","title":"subjects"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#apibase","text":"\u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/rolebindings\" Defined in src/renderer/api/endpoints/role-binding.api.ts:16","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#kind_1","text":"\u25aa Static kind : string = \"RoleBinding\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role-binding.api.ts:14","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/role-binding.api.ts:15","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/secret.api\" / Secret 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 : { [prop:string]: string; token?: string } Defined in src/renderer/api/endpoints/secret.api.ts:29 Type declaration: Name Type 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 status # \u2022 Optional 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 apiBase # \u25aa Static apiBase : string = \"/api/v1/secrets\" Defined in src/renderer/api/endpoints/secret.api.ts:26 kind # \u25aa Static kind : string = \"Secret\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/secret.api.ts:24 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#class-secret","text":"","title":"Class: Secret"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#hierarchy","text":"KubeObject \u21b3 Secret","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#properties","text":"apiVersion data kind metadata status type apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#constructor","text":"+ new Secret ( data : KubeJsonApiData ): Secret Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/secret.api.ts:32","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#data","text":"\u2022 data : { [prop:string]: string; token?: string } Defined in src/renderer/api/endpoints/secret.api.ts:29","title":"data"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#type","text":"\u2022 type : SecretType Defined in src/renderer/api/endpoints/secret.api.ts:28","title":"type"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/secrets\" Defined in src/renderer/api/endpoints/secret.api.ts:26","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#kind_1","text":"\u25aa Static kind : string = \"Secret\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/secret.api.ts:24","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/secret.api.ts:25","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\" / SelfSubjectRulesReview Class: SelfSubjectRulesReview # Hierarchy # KubeObject \u21b3 SelfSubjectRulesReview Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNonResourceRules getNs getOwnerRefs getResourceRules getResourceVersion getSearchFields normalize toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new SelfSubjectRulesReview ( data : KubeJsonApiData ): SelfSubjectRulesReview Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: SelfSubjectRulesReview 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 : { namespace?: string } Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:28 Type declaration: Name Type namespace? string status # \u2022 status : { incomplete: boolean ; nonResourceRules: ISelfSubjectReviewRule [] ; resourceRules: ISelfSubjectReviewRule [] } Overrides KubeObject . status Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:33 Type declaration: Name Type incomplete boolean nonResourceRules ISelfSubjectReviewRule [] resourceRules ISelfSubjectReviewRule [] apiBase # \u25aa Static apiBase : string = \"/apis/authorization.k8s.io/v1/selfsubjectrulesreviews\" Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:26 kind # \u25aa Static kind : string = \"SelfSubjectRulesReview\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:24 namespaced # \u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNonResourceRules # \u25b8 getNonResourceRules (): ISelfSubjectReviewRule [] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:44 Returns: ISelfSubjectReviewRule [] getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] getResourceRules # \u25b8 getResourceRules (): ISelfSubjectReviewRule [] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:39 Returns: ISelfSubjectReviewRule [] 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[] normalize # \u25b8 Protected normalize ( rule : ISelfSubjectReviewRule ): ISelfSubjectReviewRule Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:49 Parameters: Name Type rule ISelfSubjectReviewRule Returns: ISelfSubjectReviewRule toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#class-selfsubjectrulesreview","text":"","title":"Class: SelfSubjectRulesReview"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#hierarchy","text":"KubeObject \u21b3 SelfSubjectRulesReview","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNonResourceRules getNs getOwnerRefs getResourceRules getResourceVersion getSearchFields normalize toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#constructor","text":"+ new SelfSubjectRulesReview ( data : KubeJsonApiData ): SelfSubjectRulesReview Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#spec","text":"\u2022 spec : { namespace?: string } Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:28","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#status","text":"\u2022 status : { incomplete: boolean ; nonResourceRules: ISelfSubjectReviewRule [] ; resourceRules: ISelfSubjectReviewRule [] } Overrides KubeObject . status Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:33","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#apibase","text":"\u25aa Static apiBase : string = \"/apis/authorization.k8s.io/v1/selfsubjectrulesreviews\" Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:26","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#kind_1","text":"\u25aa Static kind : string = \"SelfSubjectRulesReview\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:24","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:25","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#getnonresourcerules","text":"\u25b8 getNonResourceRules (): ISelfSubjectReviewRule [] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:44 Returns: ISelfSubjectReviewRule []","title":"getNonResourceRules"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#getresourcerules","text":"\u25b8 getResourceRules (): ISelfSubjectReviewRule [] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:39 Returns: ISelfSubjectReviewRule []","title":"getResourceRules"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#normalize","text":"\u25b8 Protected normalize ( rule : ISelfSubjectReviewRule ): ISelfSubjectReviewRule Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:49","title":"normalize"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\" / SelfSubjectRulesReviewApi Class: SelfSubjectRulesReviewApi # Hierarchy # KubeApi \\< SelfSubjectRulesReview > \u21b3 SelfSubjectRulesReviewApi 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 SelfSubjectRulesReviewApi ( options : IKubeApiOptions \\< SelfSubjectRulesReview >): SelfSubjectRulesReviewApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\< SelfSubjectRulesReview > Returns: SelfSubjectRulesReviewApi Properties # apiBase # \u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\< SelfSubjectRulesReview > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\< SelfSubjectRulesReview > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters : { namespace: string = \"default\" }): Promise \\< SelfSubjectRulesReview > Overrides KubeApi . create Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:5 Parameters: Name Type __namedParameters { namespace: string = \"default\" } Returns: Promise \\< SelfSubjectRulesReview > delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< SelfSubjectRulesReview > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\< SelfSubjectRulesReview > getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< SelfSubjectRulesReview []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\< SelfSubjectRulesReview []> parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< SelfSubjectRulesReview >): Promise \\< SelfSubjectRulesReview > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< SelfSubjectRulesReview > - Returns: Promise \\< SelfSubjectRulesReview > watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#class-selfsubjectrulesreviewapi","text":"","title":"Class: SelfSubjectRulesReviewApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#hierarchy","text":"KubeApi \\< SelfSubjectRulesReview > \u21b3 SelfSubjectRulesReviewApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#methods","text":"create delete get getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#constructor","text":"+ new SelfSubjectRulesReviewApi ( options : IKubeApiOptions \\< SelfSubjectRulesReview >): SelfSubjectRulesReviewApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#apibase","text":"\u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\< SelfSubjectRulesReview > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\< SelfSubjectRulesReview > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#create","text":"\u25b8 create ( __namedParameters : { namespace: string = \"default\" }): Promise \\< SelfSubjectRulesReview > Overrides KubeApi . create Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:5","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< SelfSubjectRulesReview > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< SelfSubjectRulesReview []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< SelfSubjectRulesReview >): Promise \\< SelfSubjectRulesReview > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/service-accounts.api\" / ServiceAccount 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 imagePullSecrets # \u2022 Optional imagePullSecrets : { name: string }[] 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 secrets # \u2022 Optional secrets : { name: string }[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:11 status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 apiBase # \u25aa Static apiBase : string = \"/api/v1/serviceaccounts\" Defined in src/renderer/api/endpoints/service-accounts.api.ts:9 kind # \u25aa Static kind : string = \"ServiceAccount\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service-accounts.api.ts:7 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getImagePullSecrets # \u25b8 getImagePullSecrets (): { name: string }[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:22 Returns: { name: string }[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 (): { name: string }[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:18 Returns: { name: string }[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#class-serviceaccount","text":"","title":"Class: ServiceAccount"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#hierarchy","text":"KubeObject \u21b3 ServiceAccount","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#properties","text":"apiVersion imagePullSecrets kind metadata secrets status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#constructor","text":"+ new ServiceAccount ( data : KubeJsonApiData ): ServiceAccount Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#imagepullsecrets","text":"\u2022 Optional imagePullSecrets : { name: string }[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:14","title":"imagePullSecrets"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#secrets","text":"\u2022 Optional secrets : { name: string }[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:11","title":"secrets"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/serviceaccounts\" Defined in src/renderer/api/endpoints/service-accounts.api.ts:9","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#kind_1","text":"\u25aa Static kind : string = \"ServiceAccount\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service-accounts.api.ts:7","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/service-accounts.api.ts:8","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#getimagepullsecrets","text":"\u25b8 getImagePullSecrets (): { name: string }[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:22 Returns: { name: string }[]","title":"getImagePullSecrets"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#getsecrets","text":"\u25b8 getSecrets (): { name: string }[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:18 Returns: { name: string }[]","title":"getSecrets"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/service.api\" / Service 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 : { clusterIP: string ; externalIPs?: string[] ; externalTrafficPolicy?: string ; loadBalancerIP?: string ; ports: ServicePort [] ; selector: { [key:string]: string; } ; sessionAffinity: string ; type: string } Defined in src/renderer/api/endpoints/service.api.ts:38 Type declaration: Name Type clusterIP string externalIPs? string[] externalTrafficPolicy? string loadBalancerIP? string ports ServicePort [] selector { [key:string]: string; } sessionAffinity string type string status # \u2022 status : { loadBalancer?: { ingress?: { hostname?: string ; ip?: string }[] } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/service.api.ts:49 Type declaration: Name Type loadBalancer? { ingress?: { hostname?: string ; ip?: string }[] } apiBase # \u25aa Static apiBase : string = \"/api/v1/services\" Defined in src/renderer/api/endpoints/service.api.ts:36 kind # \u25aa Static kind : string = \"Service\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service.api.ts:34 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Name Type ingress? { hostname?: string ; ip?: string }[] getName # \u25b8 getName (): string Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#class-service","text":"","title":"Class: Service"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#hierarchy","text":"KubeObject \u21b3 Service","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_api_.service/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#constructor","text":"+ new Service ( data : KubeJsonApiData ): Service Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_api_.service/#spec","text":"\u2022 spec : { clusterIP: string ; externalIPs?: string[] ; externalTrafficPolicy?: string ; loadBalancerIP?: string ; ports: ServicePort [] ; selector: { [key:string]: string; } ; sessionAffinity: string ; type: string } Defined in src/renderer/api/endpoints/service.api.ts:38","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#status","text":"\u2022 status : { loadBalancer?: { ingress?: { hostname?: string ; ip?: string }[] } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/service.api.ts:49","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/services\" Defined in src/renderer/api/endpoints/service.api.ts:36","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#kind_1","text":"\u25aa Static kind : string = \"Service\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service.api.ts:34","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/service.api.ts:35","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_api_.service/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_api_.service/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_api_.service/#getloadbalancer","text":"\u25b8 getLoadBalancer (): object Defined in src/renderer/api/endpoints/service.api.ts:84 Returns: object Name Type ingress? { hostname?: string ; ip?: string }[]","title":"getLoadBalancer"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_api_.service/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_api_.service/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/service.api\" / ServicePort Class: ServicePort # Hierarchy # ServicePort Implements # IServicePort Index # Constructors # constructor Properties # name nodePort port protocol targetPort Methods # toString Constructors # constructor # + new ServicePort ( data : IServicePort ): ServicePort Defined in src/renderer/api/endpoints/service.api.ts:17 Parameters: Name Type data IServicePort Returns: ServicePort Properties # name # \u2022 Optional name : string Implementation of IServicePort . name Defined in src/renderer/api/endpoints/service.api.ts:13 nodePort # \u2022 Optional nodePort : number Defined in src/renderer/api/endpoints/service.api.ts:17 port # \u2022 port : number Implementation of IServicePort . port Defined in src/renderer/api/endpoints/service.api.ts:15 protocol # \u2022 protocol : string Implementation of IServicePort . protocol Defined in src/renderer/api/endpoints/service.api.ts:14 targetPort # \u2022 targetPort : number Implementation of IServicePort . targetPort Defined in src/renderer/api/endpoints/service.api.ts:16 Methods # toString # \u25b8 toString (): string Defined in src/renderer/api/endpoints/service.api.ts:23 Returns: string","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#class-serviceport","text":"","title":"Class: ServicePort"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#hierarchy","text":"ServicePort","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#implements","text":"IServicePort","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#properties","text":"name nodePort port protocol targetPort","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#methods","text":"toString","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#constructor","text":"+ new ServicePort ( data : IServicePort ): ServicePort Defined in src/renderer/api/endpoints/service.api.ts:17","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#name","text":"\u2022 Optional name : string Implementation of IServicePort . name Defined in src/renderer/api/endpoints/service.api.ts:13","title":"name"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#nodeport","text":"\u2022 Optional nodePort : number Defined in src/renderer/api/endpoints/service.api.ts:17","title":"nodePort"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#port","text":"\u2022 port : number Implementation of IServicePort . port Defined in src/renderer/api/endpoints/service.api.ts:15","title":"port"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#protocol","text":"\u2022 protocol : string Implementation of IServicePort . protocol Defined in src/renderer/api/endpoints/service.api.ts:14","title":"protocol"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#targetport","text":"\u2022 targetPort : number Implementation of IServicePort . targetPort Defined in src/renderer/api/endpoints/service.api.ts:16","title":"targetPort"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#tostring","text":"\u25b8 toString (): string Defined in src/renderer/api/endpoints/service.api.ts:23 Returns: string","title":"toString"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/stateful-set.api\" / StatefulSet 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 : { replicas: number ; selector: { matchLabels: { [key:string]: string; } } ; serviceName: string ; template: { metadata: { labels: { app: string } } ; spec: { affinity?: IAffinity ; containers: { image: string ; name: string ; ports: { containerPort: number ; name: string }[] ; volumeMounts: { mountPath: string ; name: string }[] }[] ; nodeSelector?: { [selector:string]: string; } ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; volumeClaimTemplates: { metadata: { name: string } ; spec: { accessModes: string[] ; resources: { requests: { storage: string } } } }[] } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/stateful-set.api.ts:13 Type declaration: Name Type replicas number selector { matchLabels: { [key:string]: string; } } serviceName string template { metadata: { labels: { app: string } } ; spec: { affinity?: IAffinity ; containers: { image: string ; name: string ; ports: { containerPort: number ; name: string }[] ; volumeMounts: { mountPath: string ; name: string }[] }[] ; nodeSelector?: { [selector:string]: string; } ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } volumeClaimTemplates { metadata: { name: string } ; spec: { accessModes: string[] ; resources: { requests: { storage: string } } } }[] status # \u2022 status : { collisionCount: number ; currentReplicas: number ; currentRevision: string ; observedGeneration: number ; replicas: number ; updateRevision: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/stateful-set.api.ts:66 Type declaration: Name Type collisionCount number currentReplicas number currentRevision string observedGeneration number replicas number updateRevision string apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/statefulsets\" Defined in src/renderer/api/endpoints/stateful-set.api.ts:11 kind # \u25aa Static kind : string = \"StatefulSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/stateful-set.api.ts:9 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getAffinity # \u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#class-statefulset","text":"","title":"Class: StatefulSet"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#hierarchy","text":"WorkloadKubeObject \u21b3 StatefulSet","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#constructor","text":"+ new StatefulSet ( data : KubeJsonApiData ): StatefulSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#spec","text":"\u2022 spec : { replicas: number ; selector: { matchLabels: { [key:string]: string; } } ; serviceName: string ; template: { metadata: { labels: { app: string } } ; spec: { affinity?: IAffinity ; containers: { image: string ; name: string ; ports: { containerPort: number ; name: string }[] ; volumeMounts: { mountPath: string ; name: string }[] }[] ; nodeSelector?: { [selector:string]: string; } ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; volumeClaimTemplates: { metadata: { name: string } ; spec: { accessModes: string[] ; resources: { requests: { storage: string } } } }[] } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/stateful-set.api.ts:13","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#status","text":"\u2022 status : { collisionCount: number ; currentReplicas: number ; currentRevision: string ; observedGeneration: number ; replicas: number ; updateRevision: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/stateful-set.api.ts:66","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/statefulsets\" Defined in src/renderer/api/endpoints/stateful-set.api.ts:11","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#kind_1","text":"\u25aa Static kind : string = \"StatefulSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/stateful-set.api.ts:9","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/stateful-set.api.ts:10","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#gettolerations","text":"\u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/storage-class.api\" / StorageClass 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 mountOptions # \u2022 Optional mountOptions : string[] Defined in src/renderer/api/endpoints/storage-class.api.ts:12 parameters # \u2022 parameters : { [param:string]: string; } Defined in src/renderer/api/endpoints/storage-class.api.ts:15 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 status # \u2022 Optional 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 apiBase # \u25aa Static apiBase : string = \"/apis/storage.k8s.io/v1/storageclasses\" Defined in src/renderer/api/endpoints/storage-class.api.ts:9 kind # \u25aa Static kind : string = \"StorageClass\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/storage-class.api.ts:7 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#class-storageclass","text":"","title":"Class: StorageClass"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#hierarchy","text":"KubeObject \u21b3 StorageClass","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#properties","text":"apiVersion kind metadata mountOptions parameters provisioner reclaimPolicy status volumeBindingMode apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_api_.storageclass/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#constructor","text":"+ new StorageClass ( data : KubeJsonApiData ): StorageClass Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_api_.storageclass/#mountoptions","text":"\u2022 Optional mountOptions : string[] Defined in src/renderer/api/endpoints/storage-class.api.ts:12","title":"mountOptions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#parameters","text":"\u2022 parameters : { [param:string]: string; } Defined in src/renderer/api/endpoints/storage-class.api.ts:15","title":"parameters"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#provisioner","text":"\u2022 provisioner : string Defined in src/renderer/api/endpoints/storage-class.api.ts:11","title":"provisioner"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#reclaimpolicy","text":"\u2022 reclaimPolicy : string Defined in src/renderer/api/endpoints/storage-class.api.ts:14","title":"reclaimPolicy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#volumebindingmode","text":"\u2022 volumeBindingMode : string Defined in src/renderer/api/endpoints/storage-class.api.ts:13","title":"volumeBindingMode"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#apibase","text":"\u25aa Static apiBase : string = \"/apis/storage.k8s.io/v1/storageclasses\" Defined in src/renderer/api/endpoints/storage-class.api.ts:9","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#kind_1","text":"\u25aa Static kind : string = \"StorageClass\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/storage-class.api.ts:7","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/storage-class.api.ts:8","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_api_.storageclass/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_api_.storageclass/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_api_.storageclass/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_api_.storageclass/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_api_.storageclass/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" / JsonApi Class: JsonApi\\ # Type parameters # Name Type Default D - JsonApiData P JsonApiParams JsonApiParams Hierarchy # JsonApi \u21b3 KubeJsonApi Index # Constructors # constructor Properties # config onData onError reqInit Methods # del get parseError parseResponse patch post put request writeLog Object literals # configDefault reqInitDefault Constructors # constructor # + new JsonApi ( config : JsonApiConfig , reqInit? : RequestInit): JsonApi Defined in src/renderer/api/json-api.ts:43 Parameters: Name Type config JsonApiConfig reqInit? RequestInit Returns: JsonApi Properties # config # \u2022 Protected config : JsonApiConfig Defined in src/renderer/api/json-api.ts:45 onData # \u2022 onData : EventEmitter \\<[D, Response]> = new EventEmitter\\<[D, Response]>() Defined in src/renderer/api/json-api.ts:51 onError # \u2022 onError : EventEmitter \\<[ JsonApiErrorParsed , Response]> = new EventEmitter\\<[JsonApiErrorParsed, Response]>() Defined in src/renderer/api/json-api.ts:52 reqInit # \u2022 Protected Optional reqInit : RequestInit Defined in src/renderer/api/json-api.ts:45 Methods # del # \u25b8 del \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:70 Type parameters: Name Default T D Parameters: Name Type Default value path string - params? P - reqInit RequestInit {} Returns: CancelablePromise \\ get # \u25b8 get \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:54 Type parameters: Name Default T D Parameters: Name Type Default value path string - params? P - reqInit RequestInit {} Returns: CancelablePromise \\ parseError # \u25b8 Protected parseError ( error : JsonApiError | string, res : Response): string[] Defined in src/renderer/api/json-api.ts:119 Parameters: Name Type error JsonApiError | string res Response Returns: string[] parseResponse # \u25b8 Protected parseResponse \\ ( res : Response, log : JsonApiLog ): Promise \\ Defined in src/renderer/api/json-api.ts:95 Type parameters: Name D Parameters: Name Type res Response log JsonApiLog Returns: Promise \\ patch # \u25b8 patch \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:66 Type parameters: Name Default T D Parameters: Name Type Default value path string - params? P - reqInit RequestInit {} Returns: CancelablePromise \\ post # \u25b8 post \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:58 Type parameters: Name Default T D Parameters: Name Type Default value path string - params? P - reqInit RequestInit {} Returns: CancelablePromise \\ put # \u25b8 put \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:62 Type parameters: Name Default T D Parameters: Name Type Default value path string - params? P - reqInit RequestInit {} Returns: CancelablePromise \\ request # \u25b8 Protected request \\ ( path : string, params? : P, init? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:74 Type parameters: Name D Parameters: Name Type Default value path string - params? P - init RequestInit {} Returns: CancelablePromise \\ writeLog # \u25b8 Protected writeLog ( log : JsonApiLog ): void Defined in src/renderer/api/json-api.ts:132 Parameters: Name Type log JsonApiLog Returns: void Object literals # configDefault # \u25aa Static configDefault : object Defined in src/renderer/api/json-api.ts:41 Properties: Name Type Value debug false false reqInitDefault # \u25aa Static reqInitDefault : object Defined in src/renderer/api/json-api.ts:35 Properties: Name Type Value headers object { content-type: string = \"application/json\" }","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#class-jsonapi","text":"","title":"Class: JsonApi\\"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#type-parameters","text":"Name Type Default D - JsonApiData P JsonApiParams JsonApiParams","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#hierarchy","text":"JsonApi \u21b3 KubeJsonApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#properties","text":"config onData onError reqInit","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#methods","text":"del get parseError parseResponse patch post put request writeLog","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#object-literals","text":"configDefault reqInitDefault","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#constructor","text":"+ new JsonApi ( config : JsonApiConfig , reqInit? : RequestInit): JsonApi Defined in src/renderer/api/json-api.ts:43","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#config","text":"\u2022 Protected config : JsonApiConfig Defined in src/renderer/api/json-api.ts:45","title":"config"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#ondata","text":"\u2022 onData : EventEmitter \\<[D, Response]> = new EventEmitter\\<[D, Response]>() Defined in src/renderer/api/json-api.ts:51","title":"onData"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#onerror","text":"\u2022 onError : EventEmitter \\<[ JsonApiErrorParsed , Response]> = new EventEmitter\\<[JsonApiErrorParsed, Response]>() Defined in src/renderer/api/json-api.ts:52","title":"onError"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#reqinit","text":"\u2022 Protected Optional reqInit : RequestInit Defined in src/renderer/api/json-api.ts:45","title":"reqInit"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#del","text":"\u25b8 del \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:70","title":"del"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#get","text":"\u25b8 get \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:54","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#parseerror","text":"\u25b8 Protected parseError ( error : JsonApiError | string, res : Response): string[] Defined in src/renderer/api/json-api.ts:119","title":"parseError"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#parseresponse","text":"\u25b8 Protected parseResponse \\ ( res : Response, log : JsonApiLog ): Promise \\ Defined in src/renderer/api/json-api.ts:95","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#patch","text":"\u25b8 patch \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:66","title":"patch"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#post","text":"\u25b8 post \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:58","title":"post"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#put","text":"\u25b8 put \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:62","title":"put"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#request","text":"\u25b8 Protected request \\ ( path : string, params? : P, init? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:74","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#writelog","text":"\u25b8 Protected writeLog ( log : JsonApiLog ): void Defined in src/renderer/api/json-api.ts:132","title":"writeLog"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#configdefault","text":"\u25aa Static configDefault : object Defined in src/renderer/api/json-api.ts:41","title":"configDefault"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#reqinitdefault","text":"\u25aa Static reqInitDefault : object Defined in src/renderer/api/json-api.ts:35","title":"reqInitDefault"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" / JsonApiErrorParsed Class: JsonApiErrorParsed # Hierarchy # JsonApiErrorParsed Index # Constructors # constructor Properties # isUsedForNotification Accessors # isAborted Methods # toString Constructors # constructor # + new JsonApiErrorParsed ( error : JsonApiError | DOMException, messages : string[]): JsonApiErrorParsed Defined in src/renderer/api/json-api.ts:143 Parameters: Name Type error JsonApiError | DOMException messages string[] Returns: JsonApiErrorParsed Properties # isUsedForNotification # \u2022 isUsedForNotification : boolean = false Defined in src/renderer/api/json-api.ts:143 Accessors # isAborted # \u2022 get isAborted (): boolean Defined in src/renderer/api/json-api.ts:148 Returns: boolean Methods # toString # \u25b8 toString (): string Defined in src/renderer/api/json-api.ts:152 Returns: string","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#class-jsonapierrorparsed","text":"","title":"Class: JsonApiErrorParsed"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#hierarchy","text":"JsonApiErrorParsed","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#properties","text":"isUsedForNotification","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#accessors","text":"isAborted","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#methods","text":"toString","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#constructor","text":"+ new JsonApiErrorParsed ( error : JsonApiError | DOMException, messages : string[]): JsonApiErrorParsed Defined in src/renderer/api/json-api.ts:143","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#isusedfornotification","text":"\u2022 isUsedForNotification : boolean = false Defined in src/renderer/api/json-api.ts:143","title":"isUsedForNotification"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#isaborted","text":"\u2022 get isAborted (): boolean Defined in src/renderer/api/json-api.ts:148 Returns: boolean","title":"isAborted"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#tostring","text":"\u25b8 toString (): string Defined in src/renderer/api/json-api.ts:152 Returns: string","title":"toString"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api\" / KubeApi Class: KubeApi\\ # Type parameters # Name Type Default T KubeObject any Hierarchy # KubeApi \u21b3 VersionedKubeApi \u21b3 ClusterApi \u21b3 PodsApi \u21b3 DeploymentApi \u21b3 IngressApi \u21b3 NodesApi \u21b3 PersistentVolumeClaimsApi \u21b3 SelfSubjectRulesReviewApi 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 \\ ): KubeApi Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\ Returns: KubeApi Properties # apiBase # \u2022 Readonly apiBase : string Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\ Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\ Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\ - Returns: Promise \\ delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\ Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\ getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\ Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\ parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ setResourceVersion # \u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\ - Returns: Promise \\ watch # \u25b8 watch (): function Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#class-kubeapi","text":"","title":"Class: KubeApi\\"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#type-parameters","text":"Name Type Default T KubeObject any","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#hierarchy","text":"KubeApi \u21b3 VersionedKubeApi \u21b3 ClusterApi \u21b3 PodsApi \u21b3 DeploymentApi \u21b3 IngressApi \u21b3 NodesApi \u21b3 PersistentVolumeClaimsApi \u21b3 SelfSubjectRulesReviewApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#methods","text":"create delete get getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#constructor","text":"+ new KubeApi ( options : IKubeApiOptions \\ ): KubeApi Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#apibase","text":"\u2022 Readonly apiBase : string Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#apigroup","text":"\u2022 Readonly apiGroup : string Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#apiresource","text":"\u2022 Readonly apiResource : string Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#apiversion","text":"\u2022 Readonly apiVersion : string Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#kind","text":"\u2022 Readonly kind : string Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\ Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\ Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#request","text":"\u2022 Protected request : KubeJsonApi Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\ Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\ Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#watch","text":"\u25b8 watch (): function Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api-versioned\" / VersionedKubeApi Class: VersionedKubeApi\\ # Type parameters # Name Type Default T KubeObject any Hierarchy # KubeApi \\ \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 \\ ): VersionedKubeApi Overrides KubeApi . constructor Defined in src/renderer/api/kube-api-versioned.ts:8 Parameters: Name Type opts IKubeApiOptions \\ Returns: VersionedKubeApi Properties # apiBase # \u2022 apiBase : string Overrides KubeApi . apiBase Defined in src/renderer/api/kube-api-versioned.ts:20 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\ Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\ Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\ - Returns: Promise \\ delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\ Overrides KubeApi . get Defined in src/renderer/api/kube-api-versioned.ts:39 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\ getPreferredVersion # \u25b8 getPreferredVersion (): Promise \\ Defined in src/renderer/api/kube-api-versioned.ts:22 Returns: Promise \\ getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Overrides KubeApi . getUrl Defined in src/renderer/api/kube-api-versioned.ts:44 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\ Overrides KubeApi . list Defined in src/renderer/api/kube-api-versioned.ts:35 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\ parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\ - Returns: Promise \\ watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#class-versionedkubeapi","text":"","title":"Class: VersionedKubeApi\\"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#type-parameters","text":"Name Type Default T KubeObject any","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#hierarchy","text":"KubeApi \\ \u21b3 VersionedKubeApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#methods","text":"create delete get getPreferredVersion getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#constructor","text":"+ new VersionedKubeApi ( opts : IKubeApiOptions \\ ): VersionedKubeApi Overrides KubeApi . constructor Defined in src/renderer/api/kube-api-versioned.ts:8","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.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/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\ Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\ Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\ Overrides KubeApi . get Defined in src/renderer/api/kube-api-versioned.ts:39","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#getpreferredversion","text":"\u25b8 getPreferredVersion (): Promise \\ Defined in src/renderer/api/kube-api-versioned.ts:22 Returns: Promise \\","title":"getPreferredVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Overrides KubeApi . getUrl Defined in src/renderer/api/kube-api-versioned.ts:44","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\ Overrides KubeApi . list Defined in src/renderer/api/kube-api-versioned.ts:35","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-json-api\" / KubeJsonApi Class: KubeJsonApi # Hierarchy # JsonApi \\< KubeJsonApiData > \u21b3 KubeJsonApi Index # Constructors # constructor Properties # config onData onError reqInit Methods # del get parseError parseResponse patch post put request writeLog Object literals # configDefault reqInitDefault Constructors # constructor # + new KubeJsonApi ( config : JsonApiConfig , reqInit? : RequestInit): KubeJsonApi Inherited from JsonApi . constructor Defined in src/renderer/api/json-api.ts:43 Parameters: Name Type config JsonApiConfig reqInit? RequestInit Returns: KubeJsonApi Properties # config # \u2022 Protected config : JsonApiConfig Inherited from JsonApi . config Defined in src/renderer/api/json-api.ts:45 onData # \u2022 onData : EventEmitter \\<[D, Response]> = new EventEmitter\\<[D, Response]>() Inherited from JsonApi . onData Defined in src/renderer/api/json-api.ts:51 onError # \u2022 onError : EventEmitter \\<[ JsonApiErrorParsed , Response]> = new EventEmitter\\<[JsonApiErrorParsed, Response]>() Inherited from JsonApi . onError Defined in src/renderer/api/json-api.ts:52 reqInit # \u2022 Protected Optional reqInit : RequestInit Inherited from JsonApi . reqInit Defined in src/renderer/api/json-api.ts:45 Methods # del # \u25b8 del \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . del Defined in src/renderer/api/json-api.ts:70 Type parameters: Name Default T KubeJsonApiData Parameters: Name Type Default value path string - params? JsonApiParams - reqInit RequestInit {} Returns: CancelablePromise \\ get # \u25b8 get \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . get Defined in src/renderer/api/json-api.ts:54 Type parameters: Name Default T KubeJsonApiData Parameters: Name Type Default value path string - params? JsonApiParams - reqInit RequestInit {} Returns: CancelablePromise \\ parseError # \u25b8 Protected parseError ( error : KubeJsonApiError | any, res : Response): string[] Overrides JsonApi . parseError Defined in src/renderer/api/kube-json-api.ts:46 Parameters: Name Type error KubeJsonApiError | any res Response Returns: string[] parseResponse # \u25b8 Protected parseResponse \\ ( res : Response, log : JsonApiLog ): Promise \\ Inherited from JsonApi . parseResponse Defined in src/renderer/api/json-api.ts:95 Type parameters: Name D Parameters: Name Type res Response log JsonApiLog Returns: Promise \\ patch # \u25b8 patch \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . patch Defined in src/renderer/api/json-api.ts:66 Type parameters: Name Default T KubeJsonApiData Parameters: Name Type Default value path string - params? JsonApiParams - reqInit RequestInit {} Returns: CancelablePromise \\ post # \u25b8 post \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . post Defined in src/renderer/api/json-api.ts:58 Type parameters: Name Default T KubeJsonApiData Parameters: Name Type Default value path string - params? JsonApiParams - reqInit RequestInit {} Returns: CancelablePromise \\ put # \u25b8 put \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . put Defined in src/renderer/api/json-api.ts:62 Type parameters: Name Default T KubeJsonApiData Parameters: Name Type Default value path string - params? JsonApiParams - reqInit RequestInit {} Returns: CancelablePromise \\ request # \u25b8 Protected request \\ ( path : string, params? : JsonApiParams , init? : RequestInit): CancelablePromise \\ Inherited from JsonApi . request Defined in src/renderer/api/json-api.ts:74 Type parameters: Name D Parameters: Name Type Default value path string - params? JsonApiParams - init RequestInit {} Returns: CancelablePromise \\ writeLog # \u25b8 Protected writeLog ( log : JsonApiLog ): void Inherited from JsonApi . writeLog Defined in src/renderer/api/json-api.ts:132 Parameters: Name Type log JsonApiLog Returns: void Object literals # configDefault # \u25aa Static configDefault : object Inherited from JsonApi . configDefault Defined in src/renderer/api/json-api.ts:41 Properties: Name Type Value debug false false reqInitDefault # \u25aa Static reqInitDefault : object Inherited from JsonApi . reqInitDefault Defined in src/renderer/api/json-api.ts:35 Properties: Name Type Value headers object { content-type: string = \"application/json\" }","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#class-kubejsonapi","text":"","title":"Class: KubeJsonApi"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#hierarchy","text":"JsonApi \\< KubeJsonApiData > \u21b3 KubeJsonApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#properties","text":"config onData onError reqInit","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#methods","text":"del get parseError parseResponse patch post put request writeLog","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#object-literals","text":"configDefault reqInitDefault","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#constructor","text":"+ new KubeJsonApi ( config : JsonApiConfig , reqInit? : RequestInit): KubeJsonApi Inherited from JsonApi . constructor Defined in src/renderer/api/json-api.ts:43","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#config","text":"\u2022 Protected config : JsonApiConfig Inherited from JsonApi . config Defined in src/renderer/api/json-api.ts:45","title":"config"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#ondata","text":"\u2022 onData : EventEmitter \\<[D, Response]> = new EventEmitter\\<[D, Response]>() Inherited from JsonApi . onData Defined in src/renderer/api/json-api.ts:51","title":"onData"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#onerror","text":"\u2022 onError : EventEmitter \\<[ JsonApiErrorParsed , Response]> = new EventEmitter\\<[JsonApiErrorParsed, Response]>() Inherited from JsonApi . onError Defined in src/renderer/api/json-api.ts:52","title":"onError"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#reqinit","text":"\u2022 Protected Optional reqInit : RequestInit Inherited from JsonApi . reqInit Defined in src/renderer/api/json-api.ts:45","title":"reqInit"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#del","text":"\u25b8 del \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . del Defined in src/renderer/api/json-api.ts:70","title":"del"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#get","text":"\u25b8 get \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . get Defined in src/renderer/api/json-api.ts:54","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#parseerror","text":"\u25b8 Protected parseError ( error : KubeJsonApiError | any, res : Response): string[] Overrides JsonApi . parseError Defined in src/renderer/api/kube-json-api.ts:46","title":"parseError"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#parseresponse","text":"\u25b8 Protected parseResponse \\ ( res : Response, log : JsonApiLog ): Promise \\ Inherited from JsonApi . parseResponse Defined in src/renderer/api/json-api.ts:95","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#patch","text":"\u25b8 patch \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . patch Defined in src/renderer/api/json-api.ts:66","title":"patch"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#post","text":"\u25b8 post \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . post Defined in src/renderer/api/json-api.ts:58","title":"post"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#put","text":"\u25b8 put \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . put Defined in src/renderer/api/json-api.ts:62","title":"put"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#request","text":"\u25b8 Protected request \\ ( path : string, params? : JsonApiParams , init? : RequestInit): CancelablePromise \\ Inherited from JsonApi . request Defined in src/renderer/api/json-api.ts:74","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#writelog","text":"\u25b8 Protected writeLog ( log : JsonApiLog ): void Inherited from JsonApi . writeLog Defined in src/renderer/api/json-api.ts:132","title":"writeLog"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#configdefault","text":"\u25aa Static configDefault : object Inherited from JsonApi . configDefault Defined in src/renderer/api/json-api.ts:41","title":"configDefault"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#reqinitdefault","text":"\u25aa Static reqInitDefault : object Inherited from JsonApi . reqInitDefault Defined in src/renderer/api/json-api.ts:35","title":"reqInitDefault"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-object\" / KubeObject Class: KubeObject # Hierarchy # KubeObject \u21b3 CustomResourceDefinition \u21b3 Cluster \u21b3 Role \u21b3 RoleBinding \u21b3 ConfigMap \u21b3 WorkloadKubeObject \u21b3 CronJob \u21b3 Endpoint \u21b3 KubeEvent \u21b3 HorizontalPodAutoscaler \u21b3 Ingress \u21b3 Namespace \u21b3 NetworkPolicy \u21b3 Node \u21b3 PersistentVolume \u21b3 PersistentVolumeClaim \u21b3 PodDisruptionBudget \u21b3 PodMetrics \u21b3 PodSecurityPolicy \u21b3 ResourceQuota \u21b3 Secret \u21b3 SelfSubjectRulesReview \u21b3 Service \u21b3 ServiceAccount \u21b3 StorageClass 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 status # \u2022 Optional status : any Defined in src/renderer/api/kube-object.ts:78 kind # \u25aa Static Readonly kind : string Defined in src/renderer/api/kube-object.ts:47 namespaced # \u25aa Static Readonly 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 \\< KubeJsonApiData > Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getAge # \u25b8 getAge ( humanize? : boolean, compact? : boolean, fromNow? : boolean): string | number Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default value 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 value filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList isNonSystem # \u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#class-kubeobject","text":"","title":"Class: KubeObject"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#hierarchy","text":"KubeObject \u21b3 CustomResourceDefinition \u21b3 Cluster \u21b3 Role \u21b3 RoleBinding \u21b3 ConfigMap \u21b3 WorkloadKubeObject \u21b3 CronJob \u21b3 Endpoint \u21b3 KubeEvent \u21b3 HorizontalPodAutoscaler \u21b3 Ingress \u21b3 Namespace \u21b3 NetworkPolicy \u21b3 Node \u21b3 PersistentVolume \u21b3 PersistentVolumeClaim \u21b3 PodDisruptionBudget \u21b3 PodMetrics \u21b3 PodSecurityPolicy \u21b3 ResourceQuota \u21b3 Secret \u21b3 SelfSubjectRulesReview \u21b3 Service \u21b3 ServiceAccount \u21b3 StorageClass","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#properties","text":"apiVersion kind metadata status kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.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/_src_renderer_api_kube_object_.kubeobject/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#constructor","text":"+ new KubeObject ( data : KubeJsonApiData ): KubeObject Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#kind","text":"\u2022 kind : string Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#status","text":"\u2022 Optional status : any Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#kind_1","text":"\u25aa Static Readonly kind : string Defined in src/renderer/api/kube-object.ts:47","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#namespaced","text":"\u25aa Static Readonly namespaced : boolean Defined in src/renderer/api/kube-object.ts:48","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#selflink","text":"\u2022 get selfLink (): string Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getage","text":"\u25b8 getAge ( humanize? : boolean, compact? : boolean, fromNow? : boolean): string | number Defined in src/renderer/api/kube-object.ts:102","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getlabels","text":"\u25b8 getLabels (): string[] Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getns","text":"\u25b8 getNs (): string Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getresourceversion","text":"\u25b8 getResourceVersion (): string Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#toplainobject","text":"\u25b8 toPlainObject (): object Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#create","text":"\u25b8 Static create ( data : any): KubeObject Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-watch-api\" / KubeWatchApi Class: KubeWatchApi # Hierarchy # KubeWatchApi Index # Constructors # constructor Properties # evtSource maxReconnectsOnError onData reconnectAttempts reconnectTimeoutMs subscribers Accessors # activeApis Methods # addListener connect disconnect getQuery getSubscribersCount onError onMessage onRouteEvent reconnect reset subscribe writeLog Constructors # constructor # + new KubeWatchApi (): KubeWatchApi Defined in src/renderer/api/kube-watch-api.ts:35 Returns: KubeWatchApi Properties # evtSource # \u2022 Protected evtSource : EventSource Defined in src/renderer/api/kube-watch-api.ts:30 maxReconnectsOnError # \u2022 Protected maxReconnectsOnError : number = 10 Defined in src/renderer/api/kube-watch-api.ts:34 onData # \u2022 Protected onData : EventEmitter \\<[ IKubeWatchEvent \\ ]> = new EventEmitter\\<[IKubeWatchEvent]>() Defined in src/renderer/api/kube-watch-api.ts:31 reconnectAttempts # \u2022 Protected reconnectAttempts : number = this.maxReconnectsOnError Defined in src/renderer/api/kube-watch-api.ts:35 reconnectTimeoutMs # \u2022 Protected reconnectTimeoutMs : number = 5000 Defined in src/renderer/api/kube-watch-api.ts:33 subscribers # \u2022 Protected subscribers : ObservableMap\\< KubeApi \\ , number> = observable.map\\ () Defined in src/renderer/api/kube-watch-api.ts:32 Accessors # activeApis # \u2022 get activeApis (): KubeApi \\ [] Defined in src/renderer/api/kube-watch-api.ts:44 Returns: KubeApi \\ [] Methods # addListener # \u25b8 addListener ( store : KubeObjectStore , callback : (evt: IKubeWatchEvent ) => void): (Anonymous function) Defined in src/renderer/api/kube-watch-api.ts:149 Parameters: Name Type store KubeObjectStore callback (evt: IKubeWatchEvent ) => void Returns: (Anonymous function) connect # \u25b8 Protected connect (): void Defined in src/renderer/api/kube-watch-api.ts:75 Returns: void disconnect # \u25b8 Protected disconnect (): void Defined in src/renderer/api/kube-watch-api.ts:95 Returns: void getQuery # \u25b8 Protected getQuery (): Partial\\< IKubeWatchRouteQuery > Defined in src/renderer/api/kube-watch-api.ts:63 Returns: Partial\\< IKubeWatchRouteQuery > getSubscribersCount # \u25b8 getSubscribersCount ( api : KubeApi ): number Defined in src/renderer/api/kube-watch-api.ts:48 Parameters: Name Type api KubeApi Returns: number onError # \u25b8 Protected onError ( evt : MessageEvent): void Defined in src/renderer/api/kube-watch-api.ts:133 Parameters: Name Type evt MessageEvent Returns: void onMessage # \u25b8 Protected onMessage ( evt : MessageEvent): void Defined in src/renderer/api/kube-watch-api.ts:102 Parameters: Name Type evt MessageEvent Returns: void onRouteEvent # \u25b8 Protected onRouteEvent ( event : IKubeWatchRouteEvent ): Promise \\ Defined in src/renderer/api/kube-watch-api.ts:112 Parameters: Name Type event IKubeWatchRouteEvent Returns: Promise \\ reconnect # \u25b8 reconnect (): void Defined in src/renderer/api/kube-watch-api.ts:88 Returns: void reset # \u25b8 reset (): void Defined in src/renderer/api/kube-watch-api.ts:163 Returns: void subscribe # \u25b8 subscribe (... apis : KubeApi []): (Anonymous function) Defined in src/renderer/api/kube-watch-api.ts:52 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function) writeLog # \u25b8 Protected writeLog (... data : any[]): void Defined in src/renderer/api/kube-watch-api.ts:143 Parameters: Name Type ...data any[] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#class-kubewatchapi","text":"","title":"Class: KubeWatchApi"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#hierarchy","text":"KubeWatchApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#properties","text":"evtSource maxReconnectsOnError onData reconnectAttempts reconnectTimeoutMs subscribers","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#accessors","text":"activeApis","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#methods","text":"addListener connect disconnect getQuery getSubscribersCount onError onMessage onRouteEvent reconnect reset subscribe writeLog","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#constructor","text":"+ new KubeWatchApi (): KubeWatchApi Defined in src/renderer/api/kube-watch-api.ts:35 Returns: KubeWatchApi","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#evtsource","text":"\u2022 Protected evtSource : EventSource Defined in src/renderer/api/kube-watch-api.ts:30","title":"evtSource"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#maxreconnectsonerror","text":"\u2022 Protected maxReconnectsOnError : number = 10 Defined in src/renderer/api/kube-watch-api.ts:34","title":"maxReconnectsOnError"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#ondata","text":"\u2022 Protected onData : EventEmitter \\<[ IKubeWatchEvent \\ ]> = new EventEmitter\\<[IKubeWatchEvent]>() Defined in src/renderer/api/kube-watch-api.ts:31","title":"onData"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#reconnectattempts","text":"\u2022 Protected reconnectAttempts : number = this.maxReconnectsOnError Defined in src/renderer/api/kube-watch-api.ts:35","title":"reconnectAttempts"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#reconnecttimeoutms","text":"\u2022 Protected reconnectTimeoutMs : number = 5000 Defined in src/renderer/api/kube-watch-api.ts:33","title":"reconnectTimeoutMs"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#subscribers","text":"\u2022 Protected subscribers : ObservableMap\\< KubeApi \\ , number> = observable.map\\ () Defined in src/renderer/api/kube-watch-api.ts:32","title":"subscribers"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#activeapis","text":"\u2022 get activeApis (): KubeApi \\ [] Defined in src/renderer/api/kube-watch-api.ts:44 Returns: KubeApi \\ []","title":"activeApis"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#addlistener","text":"\u25b8 addListener ( store : KubeObjectStore , callback : (evt: IKubeWatchEvent ) => void): (Anonymous function) Defined in src/renderer/api/kube-watch-api.ts:149","title":"addListener"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#connect","text":"\u25b8 Protected connect (): void Defined in src/renderer/api/kube-watch-api.ts:75 Returns: void","title":"connect"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#disconnect","text":"\u25b8 Protected disconnect (): void Defined in src/renderer/api/kube-watch-api.ts:95 Returns: void","title":"disconnect"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#getquery","text":"\u25b8 Protected getQuery (): Partial\\< IKubeWatchRouteQuery > Defined in src/renderer/api/kube-watch-api.ts:63 Returns: Partial\\< IKubeWatchRouteQuery >","title":"getQuery"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#getsubscriberscount","text":"\u25b8 getSubscribersCount ( api : KubeApi ): number Defined in src/renderer/api/kube-watch-api.ts:48","title":"getSubscribersCount"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#onerror","text":"\u25b8 Protected onError ( evt : MessageEvent): void Defined in src/renderer/api/kube-watch-api.ts:133","title":"onError"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#onmessage","text":"\u25b8 Protected onMessage ( evt : MessageEvent): void Defined in src/renderer/api/kube-watch-api.ts:102","title":"onMessage"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#onrouteevent","text":"\u25b8 Protected onRouteEvent ( event : IKubeWatchRouteEvent ): Promise \\ Defined in src/renderer/api/kube-watch-api.ts:112","title":"onRouteEvent"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#reconnect","text":"\u25b8 reconnect (): void Defined in src/renderer/api/kube-watch-api.ts:88 Returns: void","title":"reconnect"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#reset","text":"\u25b8 reset (): void Defined in src/renderer/api/kube-watch-api.ts:163 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#subscribe","text":"\u25b8 subscribe (... apis : KubeApi []): (Anonymous function) Defined in src/renderer/api/kube-watch-api.ts:52","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#writelog","text":"\u25b8 Protected writeLog (... data : any[]): void Defined in src/renderer/api/kube-watch-api.ts:143","title":"writeLog"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/terminal-api\" / TerminalApi Class: TerminalApi # Hierarchy # WebSocketApi \u21b3 TerminalApi Index # Constructors # constructor Properties # isReady onClose onData onOpen onReady options params pendingCommands pingMessage pingTimer readyState reconnectTimer size socket Accessors # isConnected isOnline Methods # _onClose _onError _onMessage _onOpen _onReady connect destroy emitError emitStatus flush getUrl parseMessage ping reconnect removeAllListeners send sendCommand sendTerminalSize setParams writeLog Object literals # defaultParams Constructors # constructor # + new TerminalApi ( options : TerminalApiQuery ): TerminalApi Overrides WebSocketApi . constructor Defined in src/renderer/api/terminal-api.ts:37 Parameters: Name Type options TerminalApiQuery Returns: TerminalApi Properties # isReady # \u2022 isReady : boolean = false Defined in src/renderer/api/terminal-api.ts:37 onClose # \u2022 onClose : EventEmitter \\<[]> = new EventEmitter\\<[]>() Inherited from WebSocketApi . onClose Defined in src/renderer/api/websocket-api.ts:37 onData # \u2022 onData : EventEmitter \\<[string]> = new EventEmitter\\<[string]>() Inherited from WebSocketApi . onData Defined in src/renderer/api/websocket-api.ts:36 onOpen # \u2022 onOpen : EventEmitter \\<[]> = new EventEmitter\\<[]>() Inherited from WebSocketApi . onOpen Defined in src/renderer/api/websocket-api.ts:35 onReady # \u2022 onReady : EventEmitter \\<[]> = new EventEmitter\\<[]>() Defined in src/renderer/api/terminal-api.ts:36 options # \u2022 Protected options : TerminalApiQuery Defined in src/renderer/api/terminal-api.ts:39 params # \u2022 Protected params : IParams Inherited from WebSocketApi . params Defined in src/renderer/api/websocket-api.ts:47 pendingCommands # \u2022 Protected pendingCommands : IMessage [] = [] Inherited from WebSocketApi . pendingCommands Defined in src/renderer/api/websocket-api.ts:28 pingMessage # \u2022 Protected pingMessage : string = \"PING\" Inherited from WebSocketApi . pingMessage Defined in src/renderer/api/websocket-api.ts:31 pingTimer # \u2022 Protected pingTimer : any Inherited from WebSocketApi . pingTimer Defined in src/renderer/api/websocket-api.ts:30 readyState # \u2022 readyState : WebSocketApiState = WebSocketApiState.PENDING Inherited from WebSocketApi . readyState Defined in src/renderer/api/websocket-api.ts:33 reconnectTimer # \u2022 Protected reconnectTimer : any Inherited from WebSocketApi . reconnectTimer Defined in src/renderer/api/websocket-api.ts:29 size # \u2022 Protected size : { Height: number ; Width: number } Defined in src/renderer/api/terminal-api.ts:34 Type declaration: Name Type Height number Width number socket # \u2022 Protected socket : WebSocket Inherited from WebSocketApi . socket Defined in src/renderer/api/websocket-api.ts:27 Accessors # isConnected # \u2022 get isConnected (): boolean Inherited from WebSocketApi . isConnected Defined in src/renderer/api/websocket-api.ts:58 Returns: boolean isOnline # \u2022 get isOnline (): boolean Inherited from WebSocketApi . isOnline Defined in src/renderer/api/websocket-api.ts:63 Returns: boolean Methods # _onClose # \u25b8 Protected _onClose ( evt : CloseEvent): void Overrides WebSocketApi . _onClose Defined in src/renderer/api/terminal-api.ts:122 Parameters: Name Type evt CloseEvent Returns: void _onError # \u25b8 Protected _onError ( evt : Event): void Inherited from WebSocketApi . _onError Defined in src/renderer/api/websocket-api.ts:148 Parameters: Name Type evt Event Returns: void _onMessage # \u25b8 Protected _onMessage ( evt : MessageEvent): void Inherited from WebSocketApi . _onMessage Defined in src/renderer/api/websocket-api.ts:142 Parameters: Name Type evt MessageEvent Returns: void _onOpen # \u25b8 Protected _onOpen ( evt : Event): void Overrides WebSocketApi . _onOpen Defined in src/renderer/api/terminal-api.ts:115 Parameters: Name Type evt Event Returns: void _onReady # \u25b8 Protected _onReady ( data : string): boolean Defined in src/renderer/api/terminal-api.ts:83 Parameters: Name Type data string Returns: boolean connect # \u25b8 connect (): Promise \\ Overrides WebSocketApi . connect Defined in src/renderer/api/terminal-api.ts:63 Returns: Promise \\ destroy # \u25b8 destroy (): void Overrides WebSocketApi . destroy Defined in src/renderer/api/terminal-api.ts:70 Returns: void emitError # \u25b8 Protected emitError ( error : string): void Defined in src/renderer/api/terminal-api.ts:139 Parameters: Name Type error string Returns: void emitStatus # \u25b8 Protected emitStatus ( data : string, options? : { color?: TerminalColor ; showTime?: boolean }): void Defined in src/renderer/api/terminal-api.ts:127 Parameters: Name Type Default value data string - options { color?: TerminalColor ; showTime?: boolean } {} Returns: void flush # \u25b8 Protected flush (): void Inherited from WebSocketApi . flush Defined in src/renderer/api/websocket-api.ts:126 Returns: void getUrl # \u25b8 getUrl (): Promise \\ Defined in src/renderer/api/terminal-api.ts:47 Returns: Promise \\ parseMessage # \u25b8 Protected parseMessage ( data : string): any Overrides WebSocketApi . parseMessage Defined in src/renderer/api/terminal-api.ts:110 Parameters: Name Type data string Returns: any ping # \u25b8 ping (): void Inherited from WebSocketApi . ping Defined in src/renderer/api/websocket-api.ts:83 Returns: void reconnect # \u25b8 reconnect (): void Overrides WebSocketApi . reconnect Defined in src/renderer/api/terminal-api.ts:93 Returns: void removeAllListeners # \u25b8 removeAllListeners (): void Overrides WebSocketApi . removeAllListeners Defined in src/renderer/api/terminal-api.ts:77 Returns: void send # \u25b8 send ( command : string): void Inherited from WebSocketApi . send Defined in src/renderer/api/websocket-api.ts:113 Parameters: Name Type command string Returns: void sendCommand # \u25b8 sendCommand ( key : string, channel? : TerminalChannels ): void Defined in src/renderer/api/terminal-api.ts:98 Parameters: Name Type Default value key string - channel TerminalChannels TerminalChannels.STDIN Returns: void sendTerminalSize # \u25b8 sendTerminalSize ( cols : number, rows : number): void Defined in src/renderer/api/terminal-api.ts:102 Parameters: Name Type cols number rows number Returns: void setParams # \u25b8 setParams ( params : Partial\\< IParams >): void Inherited from WebSocketApi . setParams Defined in src/renderer/api/websocket-api.ts:67 Parameters: Name Type params Partial\\< IParams > Returns: void writeLog # \u25b8 Protected writeLog (... data : any[]): void Inherited from WebSocketApi . writeLog Defined in src/renderer/api/websocket-api.ts:164 Parameters: Name Type ...data any[] Returns: void Object literals # defaultParams # \u25aa Static defaultParams : object Inherited from WebSocketApi . defaultParams Defined in src/renderer/api/websocket-api.ts:39 Properties: Name Type Value autoConnect true true flushOnOpen true true logging false false pingIntervalSeconds number 0 reconnectDelaySeconds number 10","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#class-terminalapi","text":"","title":"Class: TerminalApi"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#hierarchy","text":"WebSocketApi \u21b3 TerminalApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#properties","text":"isReady onClose onData onOpen onReady options params pendingCommands pingMessage pingTimer readyState reconnectTimer size socket","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#accessors","text":"isConnected isOnline","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#methods","text":"_onClose _onError _onMessage _onOpen _onReady connect destroy emitError emitStatus flush getUrl parseMessage ping reconnect removeAllListeners send sendCommand sendTerminalSize setParams writeLog","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#object-literals","text":"defaultParams","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#constructor","text":"+ new TerminalApi ( options : TerminalApiQuery ): TerminalApi Overrides WebSocketApi . constructor Defined in src/renderer/api/terminal-api.ts:37","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#isready","text":"\u2022 isReady : boolean = false Defined in src/renderer/api/terminal-api.ts:37","title":"isReady"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#onclose","text":"\u2022 onClose : EventEmitter \\<[]> = new EventEmitter\\<[]>() Inherited from WebSocketApi . onClose Defined in src/renderer/api/websocket-api.ts:37","title":"onClose"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#ondata","text":"\u2022 onData : EventEmitter \\<[string]> = new EventEmitter\\<[string]>() Inherited from WebSocketApi . onData Defined in src/renderer/api/websocket-api.ts:36","title":"onData"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#onopen","text":"\u2022 onOpen : EventEmitter \\<[]> = new EventEmitter\\<[]>() Inherited from WebSocketApi . onOpen Defined in src/renderer/api/websocket-api.ts:35","title":"onOpen"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#onready","text":"\u2022 onReady : EventEmitter \\<[]> = new EventEmitter\\<[]>() Defined in src/renderer/api/terminal-api.ts:36","title":"onReady"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#options","text":"\u2022 Protected options : TerminalApiQuery Defined in src/renderer/api/terminal-api.ts:39","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#params","text":"\u2022 Protected params : IParams Inherited from WebSocketApi . params Defined in src/renderer/api/websocket-api.ts:47","title":"params"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#pendingcommands","text":"\u2022 Protected pendingCommands : IMessage [] = [] Inherited from WebSocketApi . pendingCommands Defined in src/renderer/api/websocket-api.ts:28","title":"pendingCommands"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#pingmessage","text":"\u2022 Protected pingMessage : string = \"PING\" Inherited from WebSocketApi . pingMessage Defined in src/renderer/api/websocket-api.ts:31","title":"pingMessage"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#pingtimer","text":"\u2022 Protected pingTimer : any Inherited from WebSocketApi . pingTimer Defined in src/renderer/api/websocket-api.ts:30","title":"pingTimer"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#readystate","text":"\u2022 readyState : WebSocketApiState = WebSocketApiState.PENDING Inherited from WebSocketApi . readyState Defined in src/renderer/api/websocket-api.ts:33","title":"readyState"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#reconnecttimer","text":"\u2022 Protected reconnectTimer : any Inherited from WebSocketApi . reconnectTimer Defined in src/renderer/api/websocket-api.ts:29","title":"reconnectTimer"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#size","text":"\u2022 Protected size : { Height: number ; Width: number } Defined in src/renderer/api/terminal-api.ts:34","title":"size"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#socket","text":"\u2022 Protected socket : WebSocket Inherited from WebSocketApi . socket Defined in src/renderer/api/websocket-api.ts:27","title":"socket"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#isconnected","text":"\u2022 get isConnected (): boolean Inherited from WebSocketApi . isConnected Defined in src/renderer/api/websocket-api.ts:58 Returns: boolean","title":"isConnected"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#isonline","text":"\u2022 get isOnline (): boolean Inherited from WebSocketApi . isOnline Defined in src/renderer/api/websocket-api.ts:63 Returns: boolean","title":"isOnline"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#_onclose","text":"\u25b8 Protected _onClose ( evt : CloseEvent): void Overrides WebSocketApi . _onClose Defined in src/renderer/api/terminal-api.ts:122","title":"_onClose"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#_onerror","text":"\u25b8 Protected _onError ( evt : Event): void Inherited from WebSocketApi . _onError Defined in src/renderer/api/websocket-api.ts:148","title":"_onError"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#_onmessage","text":"\u25b8 Protected _onMessage ( evt : MessageEvent): void Inherited from WebSocketApi . _onMessage Defined in src/renderer/api/websocket-api.ts:142","title":"_onMessage"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#_onopen","text":"\u25b8 Protected _onOpen ( evt : Event): void Overrides WebSocketApi . _onOpen Defined in src/renderer/api/terminal-api.ts:115","title":"_onOpen"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#_onready","text":"\u25b8 Protected _onReady ( data : string): boolean Defined in src/renderer/api/terminal-api.ts:83","title":"_onReady"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#connect","text":"\u25b8 connect (): Promise \\ Overrides WebSocketApi . connect Defined in src/renderer/api/terminal-api.ts:63 Returns: Promise \\","title":"connect"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#destroy","text":"\u25b8 destroy (): void Overrides WebSocketApi . destroy Defined in src/renderer/api/terminal-api.ts:70 Returns: void","title":"destroy"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#emiterror","text":"\u25b8 Protected emitError ( error : string): void Defined in src/renderer/api/terminal-api.ts:139","title":"emitError"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#emitstatus","text":"\u25b8 Protected emitStatus ( data : string, options? : { color?: TerminalColor ; showTime?: boolean }): void Defined in src/renderer/api/terminal-api.ts:127","title":"emitStatus"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#flush","text":"\u25b8 Protected flush (): void Inherited from WebSocketApi . flush Defined in src/renderer/api/websocket-api.ts:126 Returns: void","title":"flush"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#geturl","text":"\u25b8 getUrl (): Promise \\ Defined in src/renderer/api/terminal-api.ts:47 Returns: Promise \\","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#parsemessage","text":"\u25b8 Protected parseMessage ( data : string): any Overrides WebSocketApi . parseMessage Defined in src/renderer/api/terminal-api.ts:110","title":"parseMessage"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#ping","text":"\u25b8 ping (): void Inherited from WebSocketApi . ping Defined in src/renderer/api/websocket-api.ts:83 Returns: void","title":"ping"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#reconnect","text":"\u25b8 reconnect (): void Overrides WebSocketApi . reconnect Defined in src/renderer/api/terminal-api.ts:93 Returns: void","title":"reconnect"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#removealllisteners","text":"\u25b8 removeAllListeners (): void Overrides WebSocketApi . removeAllListeners Defined in src/renderer/api/terminal-api.ts:77 Returns: void","title":"removeAllListeners"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#send","text":"\u25b8 send ( command : string): void Inherited from WebSocketApi . send Defined in src/renderer/api/websocket-api.ts:113","title":"send"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#sendcommand","text":"\u25b8 sendCommand ( key : string, channel? : TerminalChannels ): void Defined in src/renderer/api/terminal-api.ts:98","title":"sendCommand"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#sendterminalsize","text":"\u25b8 sendTerminalSize ( cols : number, rows : number): void Defined in src/renderer/api/terminal-api.ts:102","title":"sendTerminalSize"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#setparams","text":"\u25b8 setParams ( params : Partial\\< IParams >): void Inherited from WebSocketApi . setParams Defined in src/renderer/api/websocket-api.ts:67","title":"setParams"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#writelog","text":"\u25b8 Protected writeLog (... data : any[]): void Inherited from WebSocketApi . writeLog Defined in src/renderer/api/websocket-api.ts:164","title":"writeLog"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#defaultparams","text":"\u25aa Static defaultParams : object Inherited from WebSocketApi . defaultParams Defined in src/renderer/api/websocket-api.ts:39","title":"defaultParams"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/websocket-api\" / WebSocketApi Class: WebSocketApi # Hierarchy # WebSocketApi \u21b3 TerminalApi Index # Constructors # constructor Properties # onClose onData onOpen params pendingCommands pingMessage pingTimer readyState reconnectTimer socket Accessors # isConnected isOnline Methods # _onClose _onError _onMessage _onOpen connect destroy flush parseMessage ping reconnect removeAllListeners send setParams writeLog Object literals # defaultParams Constructors # constructor # + new WebSocketApi ( params : IParams ): WebSocketApi Defined in src/renderer/api/websocket-api.ts:45 Parameters: Name Type params IParams Returns: WebSocketApi Properties # onClose # \u2022 onClose : EventEmitter \\<[]> = new EventEmitter\\<[]>() Defined in src/renderer/api/websocket-api.ts:37 onData # \u2022 onData : EventEmitter \\<[string]> = new EventEmitter\\<[string]>() Defined in src/renderer/api/websocket-api.ts:36 onOpen # \u2022 onOpen : EventEmitter \\<[]> = new EventEmitter\\<[]>() Defined in src/renderer/api/websocket-api.ts:35 params # \u2022 Protected params : IParams Defined in src/renderer/api/websocket-api.ts:47 pendingCommands # \u2022 Protected pendingCommands : IMessage [] = [] Defined in src/renderer/api/websocket-api.ts:28 pingMessage # \u2022 Protected pingMessage : string = \"PING\" Defined in src/renderer/api/websocket-api.ts:31 pingTimer # \u2022 Protected pingTimer : any Defined in src/renderer/api/websocket-api.ts:30 readyState # \u2022 readyState : WebSocketApiState = WebSocketApiState.PENDING Defined in src/renderer/api/websocket-api.ts:33 reconnectTimer # \u2022 Protected reconnectTimer : any Defined in src/renderer/api/websocket-api.ts:29 socket # \u2022 Protected socket : WebSocket Defined in src/renderer/api/websocket-api.ts:27 Accessors # isConnected # \u2022 get isConnected (): boolean Defined in src/renderer/api/websocket-api.ts:58 Returns: boolean isOnline # \u2022 get isOnline (): boolean Defined in src/renderer/api/websocket-api.ts:63 Returns: boolean Methods # _onClose # \u25b8 Protected _onClose ( evt : CloseEvent): void Defined in src/renderer/api/websocket-api.ts:152 Parameters: Name Type evt CloseEvent Returns: void _onError # \u25b8 Protected _onError ( evt : Event): void Defined in src/renderer/api/websocket-api.ts:148 Parameters: Name Type evt Event Returns: void _onMessage # \u25b8 Protected _onMessage ( evt : MessageEvent): void Defined in src/renderer/api/websocket-api.ts:142 Parameters: Name Type evt MessageEvent Returns: void _onOpen # \u25b8 Protected _onOpen ( evt : Event): void Defined in src/renderer/api/websocket-api.ts:135 Parameters: Name Type evt Event Returns: void connect # \u25b8 connect ( url? : string): void Defined in src/renderer/api/websocket-api.ts:71 Parameters: Name Type Default value url string this.params.url Returns: void destroy # \u25b8 destroy (): void Defined in src/renderer/api/websocket-api.ts:96 Returns: void flush # \u25b8 Protected flush (): void Defined in src/renderer/api/websocket-api.ts:126 Returns: void parseMessage # \u25b8 Protected parseMessage ( data : string): string Defined in src/renderer/api/websocket-api.ts:131 Parameters: Name Type data string Returns: string ping # \u25b8 ping (): void Defined in src/renderer/api/websocket-api.ts:83 Returns: void reconnect # \u25b8 reconnect (): void Defined in src/renderer/api/websocket-api.ts:88 Returns: void removeAllListeners # \u25b8 removeAllListeners (): void Defined in src/renderer/api/websocket-api.ts:107 Returns: void send # \u25b8 send ( command : string): void Defined in src/renderer/api/websocket-api.ts:113 Parameters: Name Type command string Returns: void setParams # \u25b8 setParams ( params : Partial\\< IParams >): void Defined in src/renderer/api/websocket-api.ts:67 Parameters: Name Type params Partial\\< IParams > Returns: void writeLog # \u25b8 Protected writeLog (... data : any[]): void Defined in src/renderer/api/websocket-api.ts:164 Parameters: Name Type ...data any[] Returns: void Object literals # defaultParams # \u25aa Static defaultParams : object Defined in src/renderer/api/websocket-api.ts:39 Properties: Name Type Value autoConnect true true flushOnOpen true true logging false false pingIntervalSeconds number 0 reconnectDelaySeconds number 10","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#class-websocketapi","text":"","title":"Class: WebSocketApi"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#hierarchy","text":"WebSocketApi \u21b3 TerminalApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#properties","text":"onClose onData onOpen params pendingCommands pingMessage pingTimer readyState reconnectTimer socket","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#accessors","text":"isConnected isOnline","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#methods","text":"_onClose _onError _onMessage _onOpen connect destroy flush parseMessage ping reconnect removeAllListeners send setParams writeLog","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#object-literals","text":"defaultParams","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#constructor","text":"+ new WebSocketApi ( params : IParams ): WebSocketApi Defined in src/renderer/api/websocket-api.ts:45","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#onclose","text":"\u2022 onClose : EventEmitter \\<[]> = new EventEmitter\\<[]>() Defined in src/renderer/api/websocket-api.ts:37","title":"onClose"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#ondata","text":"\u2022 onData : EventEmitter \\<[string]> = new EventEmitter\\<[string]>() Defined in src/renderer/api/websocket-api.ts:36","title":"onData"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#onopen","text":"\u2022 onOpen : EventEmitter \\<[]> = new EventEmitter\\<[]>() Defined in src/renderer/api/websocket-api.ts:35","title":"onOpen"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#params","text":"\u2022 Protected params : IParams Defined in src/renderer/api/websocket-api.ts:47","title":"params"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#pendingcommands","text":"\u2022 Protected pendingCommands : IMessage [] = [] Defined in src/renderer/api/websocket-api.ts:28","title":"pendingCommands"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#pingmessage","text":"\u2022 Protected pingMessage : string = \"PING\" Defined in src/renderer/api/websocket-api.ts:31","title":"pingMessage"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#pingtimer","text":"\u2022 Protected pingTimer : any Defined in src/renderer/api/websocket-api.ts:30","title":"pingTimer"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#readystate","text":"\u2022 readyState : WebSocketApiState = WebSocketApiState.PENDING Defined in src/renderer/api/websocket-api.ts:33","title":"readyState"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#reconnecttimer","text":"\u2022 Protected reconnectTimer : any Defined in src/renderer/api/websocket-api.ts:29","title":"reconnectTimer"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#socket","text":"\u2022 Protected socket : WebSocket Defined in src/renderer/api/websocket-api.ts:27","title":"socket"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#isconnected","text":"\u2022 get isConnected (): boolean Defined in src/renderer/api/websocket-api.ts:58 Returns: boolean","title":"isConnected"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#isonline","text":"\u2022 get isOnline (): boolean Defined in src/renderer/api/websocket-api.ts:63 Returns: boolean","title":"isOnline"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#_onclose","text":"\u25b8 Protected _onClose ( evt : CloseEvent): void Defined in src/renderer/api/websocket-api.ts:152","title":"_onClose"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#_onerror","text":"\u25b8 Protected _onError ( evt : Event): void Defined in src/renderer/api/websocket-api.ts:148","title":"_onError"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#_onmessage","text":"\u25b8 Protected _onMessage ( evt : MessageEvent): void Defined in src/renderer/api/websocket-api.ts:142","title":"_onMessage"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#_onopen","text":"\u25b8 Protected _onOpen ( evt : Event): void Defined in src/renderer/api/websocket-api.ts:135","title":"_onOpen"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#connect","text":"\u25b8 connect ( url? : string): void Defined in src/renderer/api/websocket-api.ts:71","title":"connect"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#destroy","text":"\u25b8 destroy (): void Defined in src/renderer/api/websocket-api.ts:96 Returns: void","title":"destroy"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#flush","text":"\u25b8 Protected flush (): void Defined in src/renderer/api/websocket-api.ts:126 Returns: void","title":"flush"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#parsemessage","text":"\u25b8 Protected parseMessage ( data : string): string Defined in src/renderer/api/websocket-api.ts:131","title":"parseMessage"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#ping","text":"\u25b8 ping (): void Defined in src/renderer/api/websocket-api.ts:83 Returns: void","title":"ping"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#reconnect","text":"\u25b8 reconnect (): void Defined in src/renderer/api/websocket-api.ts:88 Returns: void","title":"reconnect"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#removealllisteners","text":"\u25b8 removeAllListeners (): void Defined in src/renderer/api/websocket-api.ts:107 Returns: void","title":"removeAllListeners"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#send","text":"\u25b8 send ( command : string): void Defined in src/renderer/api/websocket-api.ts:113","title":"send"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#setparams","text":"\u25b8 setParams ( params : Partial\\< IParams >): void Defined in src/renderer/api/websocket-api.ts:67","title":"setParams"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#writelog","text":"\u25b8 Protected writeLog (... data : any[]): void Defined in src/renderer/api/websocket-api.ts:164","title":"writeLog"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#defaultparams","text":"\u25aa Static defaultParams : object Defined in src/renderer/api/websocket-api.ts:39","title":"defaultParams"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/","text":"@k8slens/extensions Globals / \"src/renderer/api/workload-kube-object\" / WorkloadKubeObject Class: WorkloadKubeObject # Hierarchy # KubeObject \u21b3 WorkloadKubeObject \u21b3\u21b3 Pod \u21b3\u21b3 DaemonSet \u21b3\u21b3 Deployment \u21b3\u21b3 Job \u21b3\u21b3 ReplicaSet \u21b3\u21b3 StatefulSet Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new WorkloadKubeObject ( data : KubeJsonApiData ): WorkloadKubeObject Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: WorkloadKubeObject 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 : any Defined in src/renderer/api/workload-kube-object.ts:50 status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 kind # \u25aa Static Readonly kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:47 namespaced # \u25aa Static Readonly namespaced : boolean Inherited from KubeObject . namespaced Defined in src/renderer/api/kube-object.ts:48 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getAffinity # \u25b8 getAffinity (): IAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration [] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#class-workloadkubeobject","text":"","title":"Class: WorkloadKubeObject"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#hierarchy","text":"KubeObject \u21b3 WorkloadKubeObject \u21b3\u21b3 Pod \u21b3\u21b3 DaemonSet \u21b3\u21b3 Deployment \u21b3\u21b3 Job \u21b3\u21b3 ReplicaSet \u21b3\u21b3 StatefulSet","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#properties","text":"apiVersion kind metadata spec status kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#constructor","text":"+ new WorkloadKubeObject ( data : KubeJsonApiData ): WorkloadKubeObject Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#spec","text":"\u2022 spec : any Defined in src/renderer/api/workload-kube-object.ts:50","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#kind_1","text":"\u25aa Static Readonly kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:47","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#namespaced","text":"\u25aa Static Readonly namespaced : boolean Inherited from KubeObject . namespaced Defined in src/renderer/api/kube-object.ts:48","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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/_src_renderer_api_workload_kube_object_.workloadkubeobject/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getselectors","text":"\u25b8 getSelectors (): string[] Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#gettolerations","text":"\u25b8 getTolerations (): IToleration [] Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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/_src_renderer_api_workload_kube_object_.workloadkubeobject/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-details\" / CRDDetails Class: CRDDetails # Hierarchy # Component\\< Props > \u21b3 CRDDetails 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 CRDDetails ( props : Readonly\\< Props >): CRDDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: CRDDetails + new CRDDetails ( props : Props , context? : any): CRDDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: CRDDetails Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-details.tsx:24 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#class-crddetails","text":"","title":"Class: CRDDetails"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#hierarchy","text":"Component\\< Props > \u21b3 CRDDetails","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#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/_src_renderer_components__custom_resources_crd_details_.crddetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#constructor","text":"+ new CRDDetails ( props : Readonly\\< Props >): CRDDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_details_.crddetails/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_details_.crddetails/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-details.tsx:24 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-list\" / CrdList Class: CrdList # Hierarchy # Component \u21b3 CrdList Index # Constructors # constructor Properties # context props refs state contextType Accessors # groups Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onGroupChange render setState shouldComponentUpdate Constructors # constructor # + new CrdList ( props : Readonly\\<{}>): CrdList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\<{}> Returns: CrdList + new CrdList ( props : {}, context? : any): CrdList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props {} context? any Returns: CrdList Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # groups # \u2022 get groups (): string[] Defined in src/renderer/components/+custom-resources/crd-list.tsx:26 Returns: string[] Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> Returns: any | null onGroupChange # \u25b8 onGroupChange ( group : string): void Defined in src/renderer/components/+custom-resources/crd-list.tsx:30 Parameters: Name Type group string Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-list.tsx:38 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#class-crdlist","text":"","title":"Class: CrdList"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#hierarchy","text":"Component \u21b3 CrdList","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#accessors","text":"groups","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onGroupChange render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#constructor","text":"+ new CrdList ( props : Readonly\\<{}>): CrdList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_list_.crdlist/#props","text":"\u2022 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_list_.crdlist/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#groups","text":"\u2022 get groups (): string[] Defined in src/renderer/components/+custom-resources/crd-list.tsx:26 Returns: string[]","title":"groups"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#ongroupchange","text":"\u25b8 onGroupChange ( group : string): void Defined in src/renderer/components/+custom-resources/crd-list.tsx:30","title":"onGroupChange"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-list.tsx:38 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resource-details\" / CrdResourceDetails Class: CrdResourceDetails # Hierarchy # Component\\< Props > \u21b3 CrdResourceDetails Index # Constructors # constructor Properties # context props refs state contextType Accessors # crd Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new CrdResourceDetails ( props : Readonly\\< Props >): CrdResourceDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: CrdResourceDetails + new CrdResourceDetails ( props : Props , context? : any): CrdResourceDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: CrdResourceDetails Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # crd # \u2022 get crd (): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:37 Returns: CustomResourceDefinition Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:41 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#class-crdresourcedetails","text":"","title":"Class: CrdResourceDetails"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#hierarchy","text":"Component\\< Props > \u21b3 CrdResourceDetails","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#accessors","text":"crd","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#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/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#constructor","text":"+ new CrdResourceDetails ( props : Readonly\\< Props >): CrdResourceDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#crd","text":"\u2022 get crd (): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:37 Returns: CustomResourceDefinition","title":"crd"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:41 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resource.store\" / CRDResourceStore Class: CRDResourceStore\\ # Type parameters # Name Type Default T KubeObject any Hierarchy # KubeObjectStore \\ \u21b3 CRDResourceStore 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 CRDResourceStore ( api : KubeApi \\ ): CRDResourceStore Overrides KubeObjectStore . constructor Defined in src/renderer/components/+custom-resources/crd-resource.store.ts:8 Parameters: Name Type api KubeApi \\ Returns: CRDResourceStore Properties # api # \u2022 api : KubeApi Overrides KubeObjectStore . api Defined in src/renderer/components/+custom-resources/crd-resource.store.ts:8 eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18 limit # \u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 Accessors # selectedItems # \u2022 get selectedItems (): T[] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: T[] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\ bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147 Parameters: Name Type Default value delay number 1000 Returns: IReactionDisposer create # \u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\ Returns: Promise \\ createItem # \u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\ Returns: Promise \\ defaultSorting # \u25b8 Protected defaultSorting ( item : T): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item T Returns: string filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items : T[]): T[] Inherited from KubeObjectStore . filterItemsOnLoad 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[] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default value namespace string | string[] - strict boolean false Returns: T[] getByLabel # \u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): T[] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | { [label:string]: string; } Returns: T[] getByName # \u25b8 getByName ( name : string, namespace? : string): T Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: T getByPath # \u25b8 getByPath ( path : string): T Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: T getStatuses # \u25b8 Optional getStatuses ( items : T[]): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items T[] Returns: Record\\ isSelected # \u25b8 isSelected ( item : T): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item T Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems? : T[]): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default value visibleItems T[] this.items Returns: boolean load # \u25b8 load ( params : { name: string ; namespace?: string }): Promise \\ Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\ loadAll # \u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\ loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise \\ loadItem # \u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\ Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\ loadItems # \u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\ Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise \\ onWatchApiEvent # \u25b8 Protected 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 : T): Promise \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item T Returns: Promise \\ removeItem # \u25b8 Protected removeItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: Name Type item T request () => Promise \\ Returns: Promise \\ removeSelectedItems # \u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\ reset # \u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : T): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item T Returns: void sortItems # \u25b8 Protected sortItems ( items? : T[], sorting? : (item: T) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): T[] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31 Parameters: Name Type Default value items T[] this.items sorting? (item: T) => any[] - order? \\\"asc\\\" | \\\"desc\\\" - Returns: T[] subscribe # \u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default value apis KubeApi \\ [] [this.api] Returns: (Anonymous function) toggleSelection # \u25b8 toggleSelection ( item : T): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item T Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? : T[]): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default value visibleItems T[] this.items Returns: void unselect # \u25b8 unselect ( item : T): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item T Returns: void update # \u25b8 update ( item : T, data : Partial\\ ): Promise \\ Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item T data Partial\\ Returns: Promise \\ updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void updateItem # \u25b8 Protected updateItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: Name Type item T request () => Promise \\ Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#class-crdresourcestore","text":"","title":"Class: CRDResourceStore\\"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#type-parameters","text":"Name Type Default T KubeObject any","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#hierarchy","text":"KubeObjectStore \\ \u21b3 CRDResourceStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#properties","text":"api eventsBuffer isLoaded isLoading items limit selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#accessors","text":"selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#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/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#constructor","text":"+ new CRDResourceStore ( api : KubeApi \\ ): CRDResourceStore Overrides KubeObjectStore . constructor Defined in src/renderer/components/+custom-resources/crd-resource.store.ts:8","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#api","text":"\u2022 api : KubeApi Overrides KubeObjectStore . api Defined in src/renderer/components/+custom-resources/crd-resource.store.ts:8","title":"api"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145","title":"eventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#items","text":"\u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#limit","text":"\u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14","title":"limit"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#selecteditems","text":"\u2022 get selectedItems (): T[] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: T[]","title":"selectedItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#create","text":"\u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120","title":"create"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#createitem","text":"\u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116","title":"createItem"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item : T): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14","title":"defaultSorting"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items : T[]): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): T[] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24","title":"getAllByNs"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): T[] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45","title":"getByLabel"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): T Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33","title":"getByName"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#getbypath","text":"\u25b8 getByPath ( path : string): T Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41","title":"getByPath"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#getstatuses","text":"\u25b8 Optional getStatuses ( items : T[]): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22","title":"getStatuses"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#isselected","text":"\u25b8 isSelected ( item : T): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102","title":"isSelected"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? : T[]): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137","title":"isSelectedAll"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#load","text":"\u25b8 load ( params : { name: string ; namespace?: string }): Promise \\ Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99","title":"load"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#loadall","text":"\u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\","title":"loadAll"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111","title":"loadFromPath"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#loaditem","text":"\u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\ Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94","title":"loadItem"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#loaditems","text":"\u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\ Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60","title":"loadItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#onwatchapievent","text":"\u25b8 Protected onWatchApiEvent ( evt : IKubeWatchEvent ): void Inherited from KubeObjectStore . onWatchApiEvent Defined in src/renderer/kube-object.store.ts:157","title":"onWatchApiEvent"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#remove","text":"\u25b8 remove ( item : T): Promise \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#removeitem","text":"\u25b8 Protected removeItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96","title":"removeItem"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\","title":"removeSelectedItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#reset","text":"\u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#select","text":"\u25b8 select ( item : T): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107","title":"select"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#sortitems","text":"\u25b8 Protected sortItems ( items? : T[], sorting? : (item: T) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): T[] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31","title":"sortItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#subscribe","text":"\u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#toggleselection","text":"\u25b8 toggleSelection ( item : T): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117","title":"toggleSelection"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? : T[]): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#unselect","text":"\u25b8 unselect ( item : T): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112","title":"unselect"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#update","text":"\u25b8 update ( item : T, data : Partial\\ ): Promise \\ Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127","title":"update"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#updateitem","text":"\u25b8 Protected updateItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88","title":"updateItem"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resources\" / CrdResources Class: CrdResources # Hierarchy # Component\\< Props > \u21b3 CrdResources Index # Constructors # constructor Properties # context props refs state contextType Accessors # crd store Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new CrdResources ( props : Readonly\\< Props >): CrdResources Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: CrdResources + new CrdResources ( props : Props , context? : any): CrdResources Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: CrdResources Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # crd # \u2022 get crd (): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd-resources.tsx:38 Returns: CustomResourceDefinition store # \u2022 get store (): KubeObjectStore \\ Defined in src/renderer/components/+custom-resources/crd-resources.tsx:43 Returns: KubeObjectStore \\ Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/+custom-resources/crd-resources.tsx:27 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-resources.tsx:48 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#class-crdresources","text":"","title":"Class: CrdResources"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#hierarchy","text":"Component\\< Props > \u21b3 CrdResources","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#accessors","text":"crd store","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#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/_src_renderer_components__custom_resources_crd_resources_.crdresources/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#constructor","text":"+ new CrdResources ( props : Readonly\\< Props >): CrdResources Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_resources_.crdresources/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_resources_.crdresources/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#crd","text":"\u2022 get crd (): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd-resources.tsx:38 Returns: CustomResourceDefinition","title":"crd"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#store","text":"\u2022 get store (): KubeObjectStore \\ Defined in src/renderer/components/+custom-resources/crd-resources.tsx:43 Returns: KubeObjectStore \\","title":"store"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/+custom-resources/crd-resources.tsx:27 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-resources.tsx:48 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd.store\" / CRDStore Class: CRDStore # Hierarchy # KubeObjectStore \\< CustomResourceDefinition > \u21b3 CRDStore Index # Constructors # constructor Properties # api eventsBuffer isLoaded isLoading items limit selectedItemsIds Accessors # groups selectedItems Methods # [Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByGroup getByLabel getByName getByObject 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 CRDStore (): CRDStore Overrides KubeObjectStore . constructor Defined in src/renderer/components/+custom-resources/crd.store.ts:23 Returns: CRDStore Properties # api # \u2022 api : VersionedKubeApi \\< CustomResourceDefinition > = crdApi Overrides KubeObjectStore . api Defined in src/renderer/components/+custom-resources/crd.store.ts:23 eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18 limit # \u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 Accessors # groups # \u2022 get groups (): Record\\ CustomResourceDefinition []> Defined in src/renderer/components/+custom-resources/crd.store.ts:39 Returns: Record\\ CustomResourceDefinition []> selectedItems # \u2022 get selectedItems (): CustomResourceDefinition [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: CustomResourceDefinition [] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\ bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147 Parameters: Name Type Default value delay number 1000 Returns: IReactionDisposer create # \u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< CustomResourceDefinition >): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< CustomResourceDefinition > Returns: Promise \\< CustomResourceDefinition > createItem # \u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< CustomResourceDefinition >): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< CustomResourceDefinition > Returns: Promise \\< CustomResourceDefinition > defaultSorting # \u25b8 Protected defaultSorting ( item : CustomResourceDefinition ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item CustomResourceDefinition Returns: string filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items : CustomResourceDefinition []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72 Parameters: Name Type items CustomResourceDefinition [] Returns: T[] getAllByNs # \u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): CustomResourceDefinition [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default value namespace string | string[] - strict boolean false Returns: CustomResourceDefinition [] getByGroup # \u25b8 getByGroup ( group : string, pluralName : string): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd.store.ts:49 Parameters: Name Type group string pluralName string Returns: CustomResourceDefinition getByLabel # \u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): CustomResourceDefinition [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | { [label:string]: string; } Returns: CustomResourceDefinition [] getByName # \u25b8 getByName ( name : string, namespace? : string): CustomResourceDefinition Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: CustomResourceDefinition getByObject # \u25b8 getByObject ( obj : KubeObject ): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd.store.ts:55 Parameters: Name Type obj KubeObject Returns: CustomResourceDefinition getByPath # \u25b8 getByPath ( path : string): CustomResourceDefinition Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: CustomResourceDefinition getStatuses # \u25b8 Optional getStatuses ( items : CustomResourceDefinition []): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items CustomResourceDefinition [] Returns: Record\\ isSelected # \u25b8 isSelected ( item : CustomResourceDefinition ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item CustomResourceDefinition Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems? : CustomResourceDefinition []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default value visibleItems CustomResourceDefinition [] this.items Returns: boolean load # \u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< CustomResourceDefinition > loadAll # \u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\ loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise \\ loadItem # \u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< CustomResourceDefinition > loadItems # \u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\< CustomResourceDefinition []> Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise \\< CustomResourceDefinition []> onWatchApiEvent # \u25b8 Protected 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 : CustomResourceDefinition ): Promise \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item CustomResourceDefinition Returns: Promise \\ removeItem # \u25b8 Protected removeItem ( item : CustomResourceDefinition , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: Name Type item CustomResourceDefinition request () => Promise \\ Returns: Promise \\ removeSelectedItems # \u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\ reset # \u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : CustomResourceDefinition ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item CustomResourceDefinition Returns: void sortItems # \u25b8 Protected sortItems ( items : CustomResourceDefinition []): CustomResourceDefinition [] Overrides ItemStore . sortItems Defined in src/renderer/components/+custom-resources/crd.store.ts:32 Parameters: Name Type items CustomResourceDefinition [] Returns: CustomResourceDefinition [] subscribe # \u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default value apis KubeApi \\ [] [this.api] Returns: (Anonymous function) toggleSelection # \u25b8 toggleSelection ( item : CustomResourceDefinition ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item CustomResourceDefinition Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? : CustomResourceDefinition []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default value visibleItems CustomResourceDefinition [] this.items Returns: void unselect # \u25b8 unselect ( item : CustomResourceDefinition ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item CustomResourceDefinition Returns: void update # \u25b8 update ( item : CustomResourceDefinition , data : Partial\\< CustomResourceDefinition >): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item CustomResourceDefinition data Partial\\< CustomResourceDefinition > Returns: Promise \\< CustomResourceDefinition > updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void updateItem # \u25b8 Protected updateItem ( item : CustomResourceDefinition , request : () => Promise \\< CustomResourceDefinition >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: Name Type item CustomResourceDefinition request () => Promise \\< CustomResourceDefinition > Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#class-crdstore","text":"","title":"Class: CRDStore"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#hierarchy","text":"KubeObjectStore \\< CustomResourceDefinition > \u21b3 CRDStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#properties","text":"api eventsBuffer isLoaded isLoading items limit selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#accessors","text":"groups selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#methods","text":"[Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByGroup getByLabel getByName getByObject 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/_src_renderer_components__custom_resources_crd_store_.crdstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#constructor","text":"+ new CRDStore (): CRDStore Overrides KubeObjectStore . constructor Defined in src/renderer/components/+custom-resources/crd.store.ts:23 Returns: CRDStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#api","text":"\u2022 api : VersionedKubeApi \\< CustomResourceDefinition > = crdApi Overrides KubeObjectStore . api Defined in src/renderer/components/+custom-resources/crd.store.ts:23","title":"api"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145","title":"eventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#items","text":"\u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#limit","text":"\u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14","title":"limit"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#groups","text":"\u2022 get groups (): Record\\ CustomResourceDefinition []> Defined in src/renderer/components/+custom-resources/crd.store.ts:39 Returns: Record\\ CustomResourceDefinition []>","title":"groups"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#selecteditems","text":"\u2022 get selectedItems (): CustomResourceDefinition [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: CustomResourceDefinition []","title":"selectedItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#create","text":"\u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< CustomResourceDefinition >): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120","title":"create"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#createitem","text":"\u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< CustomResourceDefinition >): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116","title":"createItem"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item : CustomResourceDefinition ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14","title":"defaultSorting"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items : CustomResourceDefinition []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): CustomResourceDefinition [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24","title":"getAllByNs"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#getbygroup","text":"\u25b8 getByGroup ( group : string, pluralName : string): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd.store.ts:49","title":"getByGroup"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): CustomResourceDefinition [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45","title":"getByLabel"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): CustomResourceDefinition Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33","title":"getByName"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#getbyobject","text":"\u25b8 getByObject ( obj : KubeObject ): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd.store.ts:55","title":"getByObject"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#getbypath","text":"\u25b8 getByPath ( path : string): CustomResourceDefinition Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41","title":"getByPath"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#getstatuses","text":"\u25b8 Optional getStatuses ( items : CustomResourceDefinition []): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22","title":"getStatuses"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#isselected","text":"\u25b8 isSelected ( item : CustomResourceDefinition ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102","title":"isSelected"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? : CustomResourceDefinition []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137","title":"isSelectedAll"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#load","text":"\u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99","title":"load"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#loadall","text":"\u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\","title":"loadAll"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111","title":"loadFromPath"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#loaditem","text":"\u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94","title":"loadItem"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#loaditems","text":"\u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\< CustomResourceDefinition []> Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60","title":"loadItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#onwatchapievent","text":"\u25b8 Protected onWatchApiEvent ( evt : IKubeWatchEvent ): void Inherited from KubeObjectStore . onWatchApiEvent Defined in src/renderer/kube-object.store.ts:157","title":"onWatchApiEvent"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#remove","text":"\u25b8 remove ( item : CustomResourceDefinition ): Promise \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#removeitem","text":"\u25b8 Protected removeItem ( item : CustomResourceDefinition , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96","title":"removeItem"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\","title":"removeSelectedItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#reset","text":"\u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#select","text":"\u25b8 select ( item : CustomResourceDefinition ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107","title":"select"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#sortitems","text":"\u25b8 Protected sortItems ( items : CustomResourceDefinition []): CustomResourceDefinition [] Overrides ItemStore . sortItems Defined in src/renderer/components/+custom-resources/crd.store.ts:32","title":"sortItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#subscribe","text":"\u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#toggleselection","text":"\u25b8 toggleSelection ( item : CustomResourceDefinition ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117","title":"toggleSelection"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? : CustomResourceDefinition []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#unselect","text":"\u25b8 unselect ( item : CustomResourceDefinition ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112","title":"unselect"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#update","text":"\u25b8 update ( item : CustomResourceDefinition , data : Partial\\< CustomResourceDefinition >): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127","title":"update"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#updateitem","text":"\u25b8 Protected updateItem ( item : CustomResourceDefinition , request : () => Promise \\< CustomResourceDefinition >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88","title":"updateItem"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/+events/event.store\" / EventStore Class: EventStore # Hierarchy # KubeObjectStore \\< KubeEvent > \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 \\< KubeEvent > = eventApi Overrides KubeObjectStore . api Defined in src/renderer/components/+events/event.store.ts:13 eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . 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\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 Accessors # selectedItems # \u2022 get selectedItems (): KubeEvent [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: KubeEvent [] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\ bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater (): IReactionDisposer Overrides KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/components/+events/event.store.ts:16 Returns: IReactionDisposer create # \u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< KubeEvent >): Promise \\< KubeEvent > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< KubeEvent > Returns: Promise \\< KubeEvent > createItem # \u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< KubeEvent >): Promise \\< KubeEvent > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< KubeEvent > Returns: Promise \\< KubeEvent > defaultSorting # \u25b8 Protected defaultSorting ( item : KubeEvent ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item KubeEvent Returns: string filterItemsOnLoad # \u25b8 Protected 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 value namespace string | string[] - strict boolean false Returns: KubeEvent [] getByLabel # \u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): KubeEvent [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | { [label:string]: string; } Returns: KubeEvent [] getByName # \u25b8 getByName ( name : string, namespace? : string): KubeEvent Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName 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 [] getStatuses # \u25b8 Optional getStatuses ( items : KubeEvent []): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items KubeEvent [] Returns: Record\\ getWarnings # \u25b8 getWarnings (): KubeEvent [] Defined in src/renderer/components/+events/event.store.ts:35 Returns: KubeEvent [] isSelected # \u25b8 isSelected ( item : KubeEvent ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item KubeEvent Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems? : KubeEvent []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default value visibleItems KubeEvent [] this.items Returns: boolean load # \u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< KubeEvent > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< KubeEvent > loadAll # \u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\ loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise \\ loadItem # \u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< KubeEvent > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< KubeEvent > loadItems # \u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\< KubeEvent []> Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise \\< KubeEvent []> onWatchApiEvent # \u25b8 Protected 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 \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item KubeEvent Returns: Promise \\ removeItem # \u25b8 Protected removeItem ( item : KubeEvent , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: Name Type item KubeEvent request () => Promise \\ Returns: Promise \\ removeSelectedItems # \u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\ reset # \u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : KubeEvent ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item KubeEvent Returns: void sortItems # \u25b8 Protected sortItems ( items : KubeEvent []): KubeEvent [] Overrides ItemStore . sortItems Defined in src/renderer/components/+events/event.store.ts:20 Parameters: Name Type items KubeEvent [] Returns: KubeEvent [] subscribe # \u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default value apis KubeApi \\ [] [this.api] Returns: (Anonymous function) toggleSelection # \u25b8 toggleSelection ( item : KubeEvent ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item KubeEvent Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? : KubeEvent []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default value visibleItems KubeEvent [] this.items Returns: void unselect # \u25b8 unselect ( item : KubeEvent ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item KubeEvent Returns: void update # \u25b8 update ( item : KubeEvent , data : Partial\\< KubeEvent >): Promise \\< KubeEvent > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item KubeEvent data Partial\\< KubeEvent > Returns: Promise \\< KubeEvent > updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void updateItem # \u25b8 Protected updateItem ( item : KubeEvent , request : () => Promise \\< KubeEvent >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: Name Type item KubeEvent request () => Promise \\< KubeEvent > Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#class-eventstore","text":"","title":"Class: EventStore"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#hierarchy","text":"KubeObjectStore \\< KubeEvent > \u21b3 EventStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#properties","text":"api eventsBuffer isLoaded isLoading items limit selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#accessors","text":"selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.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/_src_renderer_components__events_event_store_.eventstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.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/_src_renderer_components__events_event_store_.eventstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#api","text":"\u2022 api : KubeApi \\< KubeEvent > = eventApi Overrides KubeObjectStore . api Defined in src/renderer/components/+events/event.store.ts:13","title":"api"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145","title":"eventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#items","text":"\u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.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/_src_renderer_components__events_event_store_.eventstore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#selecteditems","text":"\u2022 get selectedItems (): KubeEvent [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: KubeEvent []","title":"selectedItems"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater (): IReactionDisposer Overrides KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/components/+events/event.store.ts:16 Returns: IReactionDisposer","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#create","text":"\u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< KubeEvent >): Promise \\< KubeEvent > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120","title":"create"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#createitem","text":"\u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< KubeEvent >): Promise \\< KubeEvent > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116","title":"createItem"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item : KubeEvent ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14","title":"defaultSorting"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items : KubeEvent []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): KubeEvent [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24","title":"getAllByNs"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): KubeEvent [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45","title":"getByLabel"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): KubeEvent Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33","title":"getByName"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#getbypath","text":"\u25b8 getByPath ( path : string): KubeEvent Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41","title":"getByPath"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#geteventsbyobject","text":"\u25b8 getEventsByObject ( obj : KubeObject ): KubeEvent [] Defined in src/renderer/components/+events/event.store.ts:26","title":"getEventsByObject"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#getstatuses","text":"\u25b8 Optional getStatuses ( items : KubeEvent []): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22","title":"getStatuses"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#getwarnings","text":"\u25b8 getWarnings (): KubeEvent [] Defined in src/renderer/components/+events/event.store.ts:35 Returns: KubeEvent []","title":"getWarnings"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#isselected","text":"\u25b8 isSelected ( item : KubeEvent ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102","title":"isSelected"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? : KubeEvent []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137","title":"isSelectedAll"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#load","text":"\u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< KubeEvent > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99","title":"load"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#loadall","text":"\u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\","title":"loadAll"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111","title":"loadFromPath"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#loaditem","text":"\u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< KubeEvent > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94","title":"loadItem"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#loaditems","text":"\u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\< KubeEvent []> Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60","title":"loadItems"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#onwatchapievent","text":"\u25b8 Protected onWatchApiEvent ( evt : IKubeWatchEvent ): void Inherited from KubeObjectStore . onWatchApiEvent Defined in src/renderer/kube-object.store.ts:157","title":"onWatchApiEvent"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#remove","text":"\u25b8 remove ( item : KubeEvent ): Promise \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#removeitem","text":"\u25b8 Protected removeItem ( item : KubeEvent , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96","title":"removeItem"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\","title":"removeSelectedItems"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#reset","text":"\u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#select","text":"\u25b8 select ( item : KubeEvent ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107","title":"select"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#sortitems","text":"\u25b8 Protected sortItems ( items : KubeEvent []): KubeEvent [] Overrides ItemStore . sortItems Defined in src/renderer/components/+events/event.store.ts:20","title":"sortItems"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#subscribe","text":"\u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#toggleselection","text":"\u25b8 toggleSelection ( item : KubeEvent ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117","title":"toggleSelection"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? : KubeEvent []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#unselect","text":"\u25b8 unselect ( item : KubeEvent ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112","title":"unselect"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#update","text":"\u25b8 update ( item : KubeEvent , data : Partial\\< KubeEvent >): Promise \\< KubeEvent > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127","title":"update"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#updateitem","text":"\u25b8 Protected updateItem ( item : KubeEvent , request : () => Promise \\< KubeEvent >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88","title":"updateItem"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/","text":"@k8slens/extensions Globals / \"src/renderer/components/+events/kube-event-details\" / KubeEventDetails Class: KubeEventDetails # Hierarchy # Component\\< KubeEventDetailsProps > \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\\< KubeEventDetailsProps >): KubeEventDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< KubeEventDetailsProps > Returns: KubeEventDetails + new KubeEventDetails ( props : KubeEventDetailsProps , context? : any): KubeEventDetails Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< KubeEventDetailsProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeEventDetailsProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeEventDetailsProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeEventDetailsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeEventDetailsProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 \\ Overrides Icon . componentDidMount Defined in src/renderer/components/+events/kube-event-details.tsx:17 Returns: Promise \\ componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeEventDetailsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< KubeEventDetailsProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeEventDetailsProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeEventDetailsProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeEventDetailsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeEventDetailsProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeEventDetailsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< KubeEventDetailsProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/+events/kube-event-details.tsx:21 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeEventDetailsProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< KubeEventDetailsProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeEventDetailsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< KubeEventDetailsProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#class-kubeeventdetails","text":"","title":"Class: KubeEventDetails"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#hierarchy","text":"Component\\< KubeEventDetailsProps > \u21b3 KubeEventDetails","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.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/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#constructor","text":"+ new KubeEventDetails ( props : Readonly\\< KubeEventDetailsProps >): KubeEventDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#props","text":"\u2022 Readonly props : Readonly\\< KubeEventDetailsProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeEventDetailsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeEventDetailsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#componentdidmount","text":"\u25b8 componentDidMount (): Promise \\ Overrides Icon . componentDidMount Defined in src/renderer/components/+events/kube-event-details.tsx:17 Returns: Promise \\","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeEventDetailsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeEventDetailsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeEventDetailsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeEventDetailsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/+events/kube-event-details.tsx:21 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeEventDetailsProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeEventDetailsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/","text":"@k8slens/extensions Globals / \"src/renderer/components/+namespaces/namespace-select\" / NamespaceSelect Class: NamespaceSelect # Hierarchy # Component\\< Props > \u21b3 NamespaceSelect Index # Constructors # constructor Properties # context props refs state contextType defaultProps Accessors # options Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate formatOptionLabel getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new NamespaceSelect ( props : Readonly\\< Props >): NamespaceSelect Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: NamespaceSelect + new NamespaceSelect ( props : Props , context? : any): NamespaceSelect Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: NamespaceSelect Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/+namespaces/namespace-select.tsx:32 Accessors # options # \u2022 get options (): SelectOption [] Defined in src/renderer/components/+namespaces/namespace-select.tsx:46 Returns: SelectOption [] Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 \\ Overrides Icon . componentDidMount Defined in src/renderer/components/+namespaces/namespace-select.tsx:35 Returns: Promise \\ componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/+namespaces/namespace-select.tsx:42 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void formatOptionLabel # \u25b8 formatOptionLabel ( option : SelectOption ): object Defined in src/renderer/components/+namespaces/namespace-select.tsx:56 Parameters: Name Type option SelectOption Returns: object getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/+namespaces/namespace-select.tsx:67 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#class-namespaceselect","text":"","title":"Class: NamespaceSelect"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#hierarchy","text":"Component\\< Props > \u21b3 NamespaceSelect","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#accessors","text":"options","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate formatOptionLabel getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#constructor","text":"+ new NamespaceSelect ( props : Readonly\\< Props >): NamespaceSelect Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/+namespaces/namespace-select.tsx:32","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#options","text":"\u2022 get options (): SelectOption [] Defined in src/renderer/components/+namespaces/namespace-select.tsx:46 Returns: SelectOption []","title":"options"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#componentdidmount","text":"\u25b8 componentDidMount (): Promise \\ Overrides Icon . componentDidMount Defined in src/renderer/components/+namespaces/namespace-select.tsx:35 Returns: Promise \\","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/+namespaces/namespace-select.tsx:42 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#formatoptionlabel","text":"\u25b8 formatOptionLabel ( option : SelectOption ): object Defined in src/renderer/components/+namespaces/namespace-select.tsx:56","title":"formatOptionLabel"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/+namespaces/namespace-select.tsx:67 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/","text":"@k8slens/extensions Globals / \"src/renderer/components/+namespaces/namespace-select\" / NamespaceSelectFilter Class: NamespaceSelectFilter # Hierarchy # Component \u21b3 NamespaceSelectFilter 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 NamespaceSelectFilter ( props : Readonly\\<{}>): NamespaceSelectFilter Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\<{}> Returns: NamespaceSelectFilter + new NamespaceSelectFilter ( props : {}, context? : any): NamespaceSelectFilter Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props {} context? any Returns: NamespaceSelectFilter Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/+namespaces/namespace-select.tsx:83 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#class-namespaceselectfilter","text":"","title":"Class: NamespaceSelectFilter"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#hierarchy","text":"Component \u21b3 NamespaceSelectFilter","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#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/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#constructor","text":"+ new NamespaceSelectFilter ( props : Readonly\\<{}>): NamespaceSelectFilter Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#props","text":"\u2022 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/+namespaces/namespace-select.tsx:83 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/","text":"@k8slens/extensions Globals / \"src/renderer/components/+namespaces/namespace.store\" / NamespaceStore Class: NamespaceStore # Hierarchy # KubeObjectStore \\< Namespace > \u21b3 NamespaceStore Index # Constructors # constructor Properties # api contextNs eventsBuffer isLoaded isLoading items limit selectedItemsIds storage Accessors # initNamespaces selectedItems Methods # [Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getContextParams getDummyNamespace getStatuses hasContext isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select setContext sortItems subscribe toggleContext toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem updateUrl Constructors # constructor # + new NamespaceStore (): NamespaceStore Overrides KubeObjectStore . constructor Defined in src/renderer/components/+namespaces/namespace.store.ts:19 Returns: NamespaceStore Properties # api # \u2022 api : KubeApi \\< Namespace > = namespacesApi Overrides KubeObjectStore . api Defined in src/renderer/components/+namespaces/namespace.store.ts:11 contextNs # \u2022 contextNs : IObservableArray\\ = observable.array\\ () Defined in src/renderer/components/+namespaces/namespace.store.ts:12 eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18 limit # \u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 storage # \u2022 Protected storage : StorageHelper \\ = createStorage\\ (\"context_ns\", this.contextNs) Defined in src/renderer/components/+namespaces/namespace.store.ts:14 Accessors # initNamespaces # \u2022 get initNamespaces (): string[] Defined in src/renderer/components/+namespaces/namespace.store.ts:16 Returns: string[] selectedItems # \u2022 get selectedItems (): Namespace [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: Namespace [] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\ bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147 Parameters: Name Type Default value delay number 1000 Returns: IReactionDisposer create # \u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< Namespace >): Promise \\< Namespace > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< Namespace > Returns: Promise \\< Namespace > createItem # \u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< Namespace >): Promise \\< Namespace > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< Namespace > Returns: Promise \\< Namespace > defaultSorting # \u25b8 Protected defaultSorting ( item : Namespace ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item Namespace Returns: string filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items : Namespace []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72 Parameters: Name Type items Namespace [] Returns: T[] getAllByNs # \u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): Namespace [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default value namespace string | string[] - strict boolean false Returns: Namespace [] getByLabel # \u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): Namespace [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | { [label:string]: string; } Returns: Namespace [] getByName # \u25b8 getByName ( name : string, namespace? : string): Namespace Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: Namespace getByPath # \u25b8 getByPath ( path : string): Namespace Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: Namespace getContextParams # \u25b8 getContextParams (): Partial\\< IQueryParams > Defined in src/renderer/components/+namespaces/namespace.store.ts:36 Returns: Partial\\< IQueryParams > getDummyNamespace # \u25b8 Protected getDummyNamespace ( name : string): Namespace Defined in src/renderer/components/+namespaces/namespace.store.ts:58 Parameters: Name Type name string Returns: Namespace getStatuses # \u25b8 Optional getStatuses ( items : Namespace []): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items Namespace [] Returns: Record\\ hasContext # \u25b8 hasContext ( namespace : string | string[]): boolean Defined in src/renderer/components/+namespaces/namespace.store.ts:75 Parameters: Name Type namespace string | string[] Returns: boolean isSelected # \u25b8 isSelected ( item : Namespace ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item Namespace Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems? : Namespace []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default value visibleItems Namespace [] this.items Returns: boolean load # \u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< Namespace > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< Namespace > loadAll # \u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\ loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise \\ loadItem # \u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< Namespace > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< Namespace > loadItems # \u25b8 Protected loadItems ( namespaces? : string[]): Promise \\< Namespace []> Overrides KubeObjectStore . loadItems Defined in src/renderer/components/+namespaces/namespace.store.ts:46 Parameters: Name Type namespaces? string[] Returns: Promise \\< Namespace []> onWatchApiEvent # \u25b8 Protected 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 : Namespace ): Promise \\ Overrides KubeObjectStore . remove Defined in src/renderer/components/+namespaces/namespace.store.ts:91 Parameters: Name Type item Namespace Returns: Promise \\ removeItem # \u25b8 Protected removeItem ( item : Namespace , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: Name Type item Namespace request () => Promise \\ Returns: Promise \\ removeSelectedItems # \u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\ reset # \u25b8 reset (): void Overrides ItemStore . reset Defined in src/renderer/components/+namespaces/namespace.store.ts:86 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : Namespace ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item Namespace Returns: void setContext # \u25b8 setContext ( namespaces : string[]): void Defined in src/renderer/components/+namespaces/namespace.store.ts:71 Parameters: Name Type namespaces string[] Returns: void sortItems # \u25b8 Protected sortItems ( items? : Namespace [], sorting? : (item: Namespace ) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): Namespace [] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31 Parameters: Name Type Default value items Namespace [] this.items sorting? (item: Namespace ) => any[] - order? \\\"asc\\\" | \\\"desc\\\" - Returns: Namespace [] subscribe # \u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default value apis KubeApi \\ [] [this.api] Returns: (Anonymous function) toggleContext # \u25b8 toggleContext ( namespace : string): void Defined in src/renderer/components/+namespaces/namespace.store.ts:80 Parameters: Name Type namespace string Returns: void toggleSelection # \u25b8 toggleSelection ( item : Namespace ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item Namespace Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? : Namespace []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default value visibleItems Namespace [] this.items Returns: void unselect # \u25b8 unselect ( item : Namespace ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item Namespace Returns: void update # \u25b8 update ( item : Namespace , data : Partial\\< Namespace >): Promise \\< Namespace > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item Namespace data Partial\\< Namespace > Returns: Promise \\< Namespace > updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void updateItem # \u25b8 Protected updateItem ( item : Namespace , request : () => Promise \\< Namespace >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: Name Type item Namespace request () => Promise \\< Namespace > Returns: Promise \\ updateUrl # \u25b8 Protected updateUrl ( namespaces : string[]): void Defined in src/renderer/components/+namespaces/namespace.store.ts:42 Parameters: Name Type namespaces string[] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#class-namespacestore","text":"","title":"Class: NamespaceStore"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#hierarchy","text":"KubeObjectStore \\< Namespace > \u21b3 NamespaceStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#properties","text":"api contextNs eventsBuffer isLoaded isLoading items limit selectedItemsIds storage","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#accessors","text":"initNamespaces selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#methods","text":"[Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getContextParams getDummyNamespace getStatuses hasContext isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select setContext sortItems subscribe toggleContext toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem updateUrl","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#constructor","text":"+ new NamespaceStore (): NamespaceStore Overrides KubeObjectStore . constructor Defined in src/renderer/components/+namespaces/namespace.store.ts:19 Returns: NamespaceStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#api","text":"\u2022 api : KubeApi \\< Namespace > = namespacesApi Overrides KubeObjectStore . api Defined in src/renderer/components/+namespaces/namespace.store.ts:11","title":"api"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#contextns","text":"\u2022 contextNs : IObservableArray\\ = observable.array\\ () Defined in src/renderer/components/+namespaces/namespace.store.ts:12","title":"contextNs"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145","title":"eventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#items","text":"\u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#limit","text":"\u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14","title":"limit"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#storage","text":"\u2022 Protected storage : StorageHelper \\ = createStorage\\ (\"context_ns\", this.contextNs) Defined in src/renderer/components/+namespaces/namespace.store.ts:14","title":"storage"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#initnamespaces","text":"\u2022 get initNamespaces (): string[] Defined in src/renderer/components/+namespaces/namespace.store.ts:16 Returns: string[]","title":"initNamespaces"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#selecteditems","text":"\u2022 get selectedItems (): Namespace [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: Namespace []","title":"selectedItems"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#create","text":"\u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< Namespace >): Promise \\< Namespace > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120","title":"create"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#createitem","text":"\u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< Namespace >): Promise \\< Namespace > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116","title":"createItem"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item : Namespace ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14","title":"defaultSorting"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items : Namespace []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): Namespace [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24","title":"getAllByNs"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): Namespace [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45","title":"getByLabel"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): Namespace Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33","title":"getByName"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#getbypath","text":"\u25b8 getByPath ( path : string): Namespace Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41","title":"getByPath"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#getcontextparams","text":"\u25b8 getContextParams (): Partial\\< IQueryParams > Defined in src/renderer/components/+namespaces/namespace.store.ts:36 Returns: Partial\\< IQueryParams >","title":"getContextParams"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#getdummynamespace","text":"\u25b8 Protected getDummyNamespace ( name : string): Namespace Defined in src/renderer/components/+namespaces/namespace.store.ts:58","title":"getDummyNamespace"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#getstatuses","text":"\u25b8 Optional getStatuses ( items : Namespace []): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22","title":"getStatuses"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#hascontext","text":"\u25b8 hasContext ( namespace : string | string[]): boolean Defined in src/renderer/components/+namespaces/namespace.store.ts:75","title":"hasContext"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#isselected","text":"\u25b8 isSelected ( item : Namespace ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102","title":"isSelected"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? : Namespace []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137","title":"isSelectedAll"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#load","text":"\u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< Namespace > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99","title":"load"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#loadall","text":"\u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\","title":"loadAll"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111","title":"loadFromPath"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#loaditem","text":"\u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< Namespace > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94","title":"loadItem"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#loaditems","text":"\u25b8 Protected loadItems ( namespaces? : string[]): Promise \\< Namespace []> Overrides KubeObjectStore . loadItems Defined in src/renderer/components/+namespaces/namespace.store.ts:46","title":"loadItems"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#onwatchapievent","text":"\u25b8 Protected onWatchApiEvent ( evt : IKubeWatchEvent ): void Inherited from KubeObjectStore . onWatchApiEvent Defined in src/renderer/kube-object.store.ts:157","title":"onWatchApiEvent"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#remove","text":"\u25b8 remove ( item : Namespace ): Promise \\ Overrides KubeObjectStore . remove Defined in src/renderer/components/+namespaces/namespace.store.ts:91","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#removeitem","text":"\u25b8 Protected removeItem ( item : Namespace , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96","title":"removeItem"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\","title":"removeSelectedItems"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#reset","text":"\u25b8 reset (): void Overrides ItemStore . reset Defined in src/renderer/components/+namespaces/namespace.store.ts:86 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#select","text":"\u25b8 select ( item : Namespace ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107","title":"select"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#setcontext","text":"\u25b8 setContext ( namespaces : string[]): void Defined in src/renderer/components/+namespaces/namespace.store.ts:71","title":"setContext"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#sortitems","text":"\u25b8 Protected sortItems ( items? : Namespace [], sorting? : (item: Namespace ) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): Namespace [] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31","title":"sortItems"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#subscribe","text":"\u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#togglecontext","text":"\u25b8 toggleContext ( namespace : string): void Defined in src/renderer/components/+namespaces/namespace.store.ts:80","title":"toggleContext"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#toggleselection","text":"\u25b8 toggleSelection ( item : Namespace ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117","title":"toggleSelection"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? : Namespace []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#unselect","text":"\u25b8 unselect ( item : Namespace ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112","title":"unselect"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#update","text":"\u25b8 update ( item : Namespace , data : Partial\\< Namespace >): Promise \\< Namespace > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127","title":"update"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#updateitem","text":"\u25b8 Protected updateItem ( item : Namespace , request : () => Promise \\< Namespace >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88","title":"updateItem"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#updateurl","text":"\u25b8 Protected updateUrl ( namespaces : string[]): void Defined in src/renderer/components/+namespaces/namespace.store.ts:42","title":"updateUrl"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/+workloads-pods/pods.store\" / PodsStore Class: PodsStore # Hierarchy # KubeObjectStore \\< Pod > \u21b3 PodsStore Index # Constructors # constructor Properties # api eventsBuffer isLoaded isLoading items kubeMetrics limit metrics selectedItemsIds Accessors # selectedItems Methods # [Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getPodKubeMetrics getPodsByNode getPodsByOwner getStatuses isSelected isSelectedAll load loadAll loadContainerMetrics loadFromPath loadItem loadItems loadKubeMetrics loadMetrics onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # + new PodsStore (): PodsStore Inherited from KubeObjectStore . constructor Defined in src/renderer/kube-object.store.ts:14 Returns: PodsStore Properties # api # \u2022 api : PodsApi = podsApi Overrides KubeObjectStore . api Defined in src/renderer/components/+workloads-pods/pods.store.ts:11 eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18 kubeMetrics # \u2022 kubeMetrics : IObservableArray\\< PodMetrics > = observable.array\\ ([]) Defined in src/renderer/components/+workloads-pods/pods.store.ts:14 limit # \u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14 metrics # \u2022 metrics : IPodMetrics = null Defined in src/renderer/components/+workloads-pods/pods.store.ts:13 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 Accessors # selectedItems # \u2022 get selectedItems (): Pod [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: Pod [] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\ bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147 Parameters: Name Type Default value delay number 1000 Returns: IReactionDisposer create # \u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< Pod > Returns: Promise \\< Pod > createItem # \u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< Pod > Returns: Promise \\< Pod > defaultSorting # \u25b8 Protected defaultSorting ( item : Pod ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item Pod Returns: string filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items : Pod []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72 Parameters: Name Type items Pod [] Returns: T[] getAllByNs # \u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): Pod [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default value namespace string | string[] - strict boolean false Returns: Pod [] getByLabel # \u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): Pod [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | { [label:string]: string; } Returns: Pod [] getByName # \u25b8 getByName ( name : string, namespace? : string): Pod Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: Pod getByPath # \u25b8 getByPath ( path : string): Pod Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: Pod getPodKubeMetrics # \u25b8 getPodKubeMetrics ( pod : Pod ): object Defined in src/renderer/components/+workloads-pods/pods.store.ts:48 Parameters: Name Type pod Pod Returns: object Name Type cpu number memory number getPodsByNode # \u25b8 getPodsByNode ( node : string): Pod [] Defined in src/renderer/components/+workloads-pods/pods.store.ts:39 Parameters: Name Type node string Returns: Pod [] getPodsByOwner # \u25b8 getPodsByOwner ( workload : WorkloadKubeObject ): Pod [] Defined in src/renderer/components/+workloads-pods/pods.store.ts:30 Parameters: Name Type workload WorkloadKubeObject Returns: Pod [] getStatuses # \u25b8 getStatuses ( pods : Pod []): Dictionary\\ Overrides KubeObjectStore . getStatuses Defined in src/renderer/components/+workloads-pods/pods.store.ts:44 Parameters: Name Type pods Pod [] Returns: Dictionary\\ isSelected # \u25b8 isSelected ( item : Pod ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item Pod Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems? : Pod []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default value visibleItems Pod [] this.items Returns: boolean load # \u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< Pod > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< Pod > loadAll # \u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\ loadContainerMetrics # \u25b8 loadContainerMetrics ( pod : Pod ): Promise \\< IPodMetrics \\< IMetrics >> Defined in src/renderer/components/+workloads-pods/pods.store.ts:21 Parameters: Name Type pod Pod Returns: Promise \\< IPodMetrics \\< IMetrics >> loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise \\ loadItem # \u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< Pod > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< Pod > loadItems # \u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\< Pod []> Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise \\< Pod []> loadKubeMetrics # \u25b8 loadKubeMetrics ( namespace? : string): Promise \\ Defined in src/renderer/components/+workloads-pods/pods.store.ts:25 Parameters: Name Type namespace? string Returns: Promise \\ loadMetrics # \u25b8 loadMetrics ( pod : Pod ): Promise \\ Defined in src/renderer/components/+workloads-pods/pods.store.ts:17 Parameters: Name Type pod Pod Returns: Promise \\ onWatchApiEvent # \u25b8 Protected 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 : Pod ): Promise \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item Pod Returns: Promise \\ removeItem # \u25b8 Protected removeItem ( item : Pod , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: Name Type item Pod request () => Promise \\ Returns: Promise \\ removeSelectedItems # \u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\ reset # \u25b8 reset (): void Overrides ItemStore . reset Defined in src/renderer/components/+workloads-pods/pods.store.ts:73 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : Pod ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item Pod Returns: void sortItems # \u25b8 Protected sortItems ( items? : Pod [], sorting? : (item: Pod ) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): Pod [] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31 Parameters: Name Type Default value items Pod [] this.items sorting? (item: Pod ) => any[] - order? \\\"asc\\\" | \\\"desc\\\" - Returns: Pod [] subscribe # \u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default value apis KubeApi \\ [] [this.api] Returns: (Anonymous function) toggleSelection # \u25b8 toggleSelection ( item : Pod ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item Pod Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? : Pod []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default value visibleItems Pod [] this.items Returns: void unselect # \u25b8 unselect ( item : Pod ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item Pod Returns: void update # \u25b8 update ( item : Pod , data : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item Pod data Partial\\< Pod > Returns: Promise \\< Pod > updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void updateItem # \u25b8 Protected updateItem ( item : Pod , request : () => Promise \\< Pod >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: Name Type item Pod request () => Promise \\< Pod > Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#class-podsstore","text":"","title":"Class: PodsStore"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#hierarchy","text":"KubeObjectStore \\< Pod > \u21b3 PodsStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#properties","text":"api eventsBuffer isLoaded isLoading items kubeMetrics limit metrics selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#accessors","text":"selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#methods","text":"[Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getPodKubeMetrics getPodsByNode getPodsByOwner getStatuses isSelected isSelectedAll load loadAll loadContainerMetrics loadFromPath loadItem loadItems loadKubeMetrics loadMetrics onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#constructor","text":"+ new PodsStore (): PodsStore Inherited from KubeObjectStore . constructor Defined in src/renderer/kube-object.store.ts:14 Returns: PodsStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#api","text":"\u2022 api : PodsApi = podsApi Overrides KubeObjectStore . api Defined in src/renderer/components/+workloads-pods/pods.store.ts:11","title":"api"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145","title":"eventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#items","text":"\u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#kubemetrics","text":"\u2022 kubeMetrics : IObservableArray\\< PodMetrics > = observable.array\\ ([]) Defined in src/renderer/components/+workloads-pods/pods.store.ts:14","title":"kubeMetrics"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#limit","text":"\u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14","title":"limit"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#metrics","text":"\u2022 metrics : IPodMetrics = null Defined in src/renderer/components/+workloads-pods/pods.store.ts:13","title":"metrics"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#selecteditems","text":"\u2022 get selectedItems (): Pod [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: Pod []","title":"selectedItems"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#create","text":"\u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120","title":"create"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#createitem","text":"\u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116","title":"createItem"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item : Pod ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14","title":"defaultSorting"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items : Pod []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): Pod [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24","title":"getAllByNs"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): Pod [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45","title":"getByLabel"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): Pod Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33","title":"getByName"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getbypath","text":"\u25b8 getByPath ( path : string): Pod Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41","title":"getByPath"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getpodkubemetrics","text":"\u25b8 getPodKubeMetrics ( pod : Pod ): object Defined in src/renderer/components/+workloads-pods/pods.store.ts:48","title":"getPodKubeMetrics"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getpodsbynode","text":"\u25b8 getPodsByNode ( node : string): Pod [] Defined in src/renderer/components/+workloads-pods/pods.store.ts:39","title":"getPodsByNode"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getpodsbyowner","text":"\u25b8 getPodsByOwner ( workload : WorkloadKubeObject ): Pod [] Defined in src/renderer/components/+workloads-pods/pods.store.ts:30","title":"getPodsByOwner"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getstatuses","text":"\u25b8 getStatuses ( pods : Pod []): Dictionary\\ Overrides KubeObjectStore . getStatuses Defined in src/renderer/components/+workloads-pods/pods.store.ts:44","title":"getStatuses"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#isselected","text":"\u25b8 isSelected ( item : Pod ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102","title":"isSelected"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? : Pod []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137","title":"isSelectedAll"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#load","text":"\u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< Pod > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99","title":"load"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#loadall","text":"\u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\","title":"loadAll"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#loadcontainermetrics","text":"\u25b8 loadContainerMetrics ( pod : Pod ): Promise \\< IPodMetrics \\< IMetrics >> Defined in src/renderer/components/+workloads-pods/pods.store.ts:21","title":"loadContainerMetrics"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111","title":"loadFromPath"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#loaditem","text":"\u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< Pod > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94","title":"loadItem"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#loaditems","text":"\u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\< Pod []> Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60","title":"loadItems"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#loadkubemetrics","text":"\u25b8 loadKubeMetrics ( namespace? : string): Promise \\ Defined in src/renderer/components/+workloads-pods/pods.store.ts:25","title":"loadKubeMetrics"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#loadmetrics","text":"\u25b8 loadMetrics ( pod : Pod ): Promise \\ Defined in src/renderer/components/+workloads-pods/pods.store.ts:17","title":"loadMetrics"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#onwatchapievent","text":"\u25b8 Protected onWatchApiEvent ( evt : IKubeWatchEvent ): void Inherited from KubeObjectStore . onWatchApiEvent Defined in src/renderer/kube-object.store.ts:157","title":"onWatchApiEvent"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#remove","text":"\u25b8 remove ( item : Pod ): Promise \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#removeitem","text":"\u25b8 Protected removeItem ( item : Pod , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96","title":"removeItem"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\","title":"removeSelectedItems"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#reset","text":"\u25b8 reset (): void Overrides ItemStore . reset Defined in src/renderer/components/+workloads-pods/pods.store.ts:73 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#select","text":"\u25b8 select ( item : Pod ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107","title":"select"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#sortitems","text":"\u25b8 Protected sortItems ( items? : Pod [], sorting? : (item: Pod ) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): Pod [] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31","title":"sortItems"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#subscribe","text":"\u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#toggleselection","text":"\u25b8 toggleSelection ( item : Pod ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117","title":"toggleSelection"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? : Pod []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#unselect","text":"\u25b8 unselect ( item : Pod ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112","title":"unselect"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#update","text":"\u25b8 update ( item : Pod , data : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127","title":"update"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#updateitem","text":"\u25b8 Protected updateItem ( item : Pod , request : () => Promise \\< Pod >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88","title":"updateItem"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/","text":"@k8slens/extensions Globals / \"src/renderer/components/ace-editor/ace-editor\" / AceEditor Class: AceEditor # Hierarchy # Component\\< Props , State > \u21b3 AceEditor Index # Constructors # constructor Properties # context props refs state themeSwitcher contextType defaultProps Accessors # theme Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate getValue onChange onCursorPosChange render resize setCursorPos setMode setState setTheme setValue shouldComponentUpdate Constructors # constructor # + new AceEditor ( props : Props ): AceEditor Overrides Tooltip . constructor Defined in src/renderer/components/ace-editor/ace-editor.tsx:44 Parameters: Name Type props Props Returns: AceEditor Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\< State > Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 themeSwitcher # \u2022 themeSwitcher : IReactionDisposer = reaction(() => themeStore.activeTheme, () => { this.setTheme(this.theme); }) Defined in src/renderer/components/ace-editor/ace-editor.tsx:55 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/ace-editor/ace-editor.tsx:41 Accessors # theme # \u2022 get theme (): \\\"dreamweaver\\\" | \\\"terminal\\\" Defined in src/renderer/components/ace-editor/ace-editor.tsx:59 Returns: \\\"dreamweaver\\\" | \\\"terminal\\\" Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 \\ Overrides Icon . componentDidMount Defined in src/renderer/components/ace-editor/ace-editor.tsx:68 Returns: Promise \\ componentDidUpdate # \u25b8 componentDidUpdate (): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/ace-editor/ace-editor.tsx:92 Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/ace-editor/ace-editor.tsx:102 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: void focus # \u25b8 focus (): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:114 Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\< State > Returns: any | null getValue # \u25b8 getValue (): string Defined in src/renderer/components/ace-editor/ace-editor.tsx:120 Returns: string onChange # \u25b8 onChange ( delta : Delta): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:154 Parameters: Name Type delta Delta Returns: void onCursorPosChange # \u25b8 onCursorPosChange (): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:146 Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/ace-editor/ace-editor.tsx:161 Returns: Element resize # \u25b8 resize (): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:108 Returns: void setCursorPos # \u25b8 setCursorPos ( pos : Point): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:136 Parameters: Name Type pos Point Returns: void setMode # \u25b8 setMode ( mode : string): Promise \\ Defined in src/renderer/components/ace-editor/ace-editor.tsx:128 Parameters: Name Type mode string Returns: Promise \\ setState # \u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof State Parameters: Name Type state (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null callback? () => void Returns: void setTheme # \u25b8 setTheme ( theme : string): Promise \\ Defined in src/renderer/components/ace-editor/ace-editor.tsx:132 Parameters: Name Type theme string Returns: Promise \\ setValue # \u25b8 setValue ( value : string, cursorPos? : number): string Defined in src/renderer/components/ace-editor/ace-editor.tsx:124 Parameters: Name Type value string cursorPos? number Returns: string shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#class-aceeditor","text":"","title":"Class: AceEditor"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#hierarchy","text":"Component\\< Props , State > \u21b3 AceEditor","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#properties","text":"context props refs state themeSwitcher contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#accessors","text":"theme","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate getValue onChange onCursorPosChange render resize setCursorPos setMode setState setTheme setValue shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#constructor","text":"+ new AceEditor ( props : Props ): AceEditor Overrides Tooltip . constructor Defined in src/renderer/components/ace-editor/ace-editor.tsx:44","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#state","text":"\u2022 state : Readonly\\< State > Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#themeswitcher","text":"\u2022 themeSwitcher : IReactionDisposer = reaction(() => themeStore.activeTheme, () => { this.setTheme(this.theme); }) Defined in src/renderer/components/ace-editor/ace-editor.tsx:55","title":"themeSwitcher"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/ace-editor/ace-editor.tsx:41","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#theme","text":"\u2022 get theme (): \\\"dreamweaver\\\" | \\\"terminal\\\" Defined in src/renderer/components/ace-editor/ace-editor.tsx:59 Returns: \\\"dreamweaver\\\" | \\\"terminal\\\"","title":"theme"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#componentdidmount","text":"\u25b8 componentDidMount (): Promise \\ Overrides Icon . componentDidMount Defined in src/renderer/components/ace-editor/ace-editor.tsx:68 Returns: Promise \\","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#componentdidupdate","text":"\u25b8 componentDidUpdate (): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/ace-editor/ace-editor.tsx:92 Returns: void","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/ace-editor/ace-editor.tsx:102 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#focus","text":"\u25b8 focus (): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:114 Returns: void","title":"focus"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#getvalue","text":"\u25b8 getValue (): string Defined in src/renderer/components/ace-editor/ace-editor.tsx:120 Returns: string","title":"getValue"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#onchange","text":"\u25b8 onChange ( delta : Delta): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:154","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#oncursorposchange","text":"\u25b8 onCursorPosChange (): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:146 Returns: void","title":"onCursorPosChange"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/ace-editor/ace-editor.tsx:161 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#resize","text":"\u25b8 resize (): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:108 Returns: void","title":"resize"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#setcursorpos","text":"\u25b8 setCursorPos ( pos : Point): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:136","title":"setCursorPos"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#setmode","text":"\u25b8 setMode ( mode : string): Promise \\ Defined in src/renderer/components/ace-editor/ace-editor.tsx:128","title":"setMode"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#settheme","text":"\u25b8 setTheme ( theme : string): Promise \\ Defined in src/renderer/components/ace-editor/ace-editor.tsx:132","title":"setTheme"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#setvalue","text":"\u25b8 setValue ( value : string, cursorPos? : number): string Defined in src/renderer/components/ace-editor/ace-editor.tsx:124","title":"setValue"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/","text":"@k8slens/extensions Globals / \"src/renderer/components/add-remove-buttons/add-remove-buttons\" / AddRemoveButtons Class: AddRemoveButtons # Hierarchy # PureComponent\\< AddRemoveButtonsProps > \u21b3 AddRemoveButtons Index # Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render renderButtons shouldComponentUpdate Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextContext : any): void Inherited from Tooltip . 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\\< AddRemoveButtonsProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< AddRemoveButtonsProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< AddRemoveButtonsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< AddRemoveButtonsProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextContext : any): void Inherited from Tooltip . 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\\< AddRemoveButtonsProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< AddRemoveButtonsProps > nextState Readonly\\<{}> nextContext any Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< AddRemoveButtonsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< AddRemoveButtonsProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:45 Returns: Element renderButtons # \u25b8 renderButtons (): Element[] Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:16 Returns: Element[] shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< AddRemoveButtonsProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#class-addremovebuttons","text":"","title":"Class: AddRemoveButtons"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#hierarchy","text":"PureComponent\\< AddRemoveButtonsProps > \u21b3 AddRemoveButtons","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render renderButtons shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< AddRemoveButtonsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< AddRemoveButtonsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#render","text":"\u25b8 render (): Element Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:45 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#renderbuttons","text":"\u25b8 renderButtons (): Element[] Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:16 Returns: Element[]","title":"renderButtons"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/","text":"@k8slens/extensions Globals / \"src/renderer/components/animate/animate\" / Animate Class: Animate # Hierarchy # Component\\< AnimateProps > \u21b3 Animate Index # Constructors # constructor Properties # context isVisible props refs state VISIBILITY_DELAY_MS contextType Accessors # contentElem Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate enter forceUpdate getSnapshotBeforeUpdate leave onTransitionEnd render reset setState shouldComponentUpdate Object literals # statusClassName defaultProps Constructors # constructor # + new Animate ( props : Readonly\\< AnimateProps >): Animate Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< AnimateProps > Returns: Animate + new Animate ( props : AnimateProps , context? : any): Animate Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props AnimateProps context? any Returns: Animate Properties # context # \u2022 context : any Inherited from Tooltip . 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 isVisible # \u2022 isVisible : boolean = !!this.props.enter Defined in src/renderer/components/animate/animate.tsx:27 props # \u2022 Readonly props : Readonly\\< AnimateProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 VISIBILITY_DELAY_MS # \u25aa Static VISIBILITY_DELAY_MS : number = 0 Defined in src/renderer/components/animate/animate.tsx:18 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # contentElem # \u2022 get contentElem (): ReactElement\\ , string \\| (props: P) => ReactElement | null | {}> Defined in src/renderer/components/animate/animate.tsx:33 Returns: ReactElement\\ , string \\| (props: P) => ReactElement | null | {}> Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< AnimateProps >, nextContext : any): void Inherited from Tooltip . 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\\< AnimateProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< AnimateProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< AnimateProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/animate/animate.tsx:37 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< AnimateProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< AnimateProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< AnimateProps >, nextContext : any): void Inherited from Tooltip . 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\\< AnimateProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< AnimateProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< AnimateProps > nextState Readonly\\<{}> nextContext any Returns: void enter # \u25b8 enter (): void Defined in src/renderer/components/animate/animate.tsx:49 Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< AnimateProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< AnimateProps > prevState Readonly\\<{}> Returns: any | null leave # \u25b8 leave (): void Defined in src/renderer/components/animate/animate.tsx:57 Returns: void onTransitionEnd # \u25b8 onTransitionEnd ( evt : TransitionEvent): void Defined in src/renderer/components/animate/animate.tsx:70 Parameters: Name Type evt TransitionEvent Returns: void render # \u25b8 render (): ReactElement\\ , string \\| (props: P) => ReactElement | null | {}> Overrides void Defined in src/renderer/components/animate/animate.tsx:80 Returns: ReactElement\\ , string \\| (props: P) => ReactElement | null | {}> reset # \u25b8 reset (): void Defined in src/renderer/components/animate/animate.tsx:63 Returns: void setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< AnimateProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< AnimateProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< AnimateProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< AnimateProps > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # statusClassName # \u25aa statusClassName : object Defined in src/renderer/components/animate/animate.tsx:28 Properties: Name Type Value enter boolean false leave boolean false defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/animate/animate.tsx:20 Properties: Name Type Value enter true true name string \"opacity\" onEnter any noop onLeave any noop","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#class-animate","text":"","title":"Class: Animate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#hierarchy","text":"Component\\< AnimateProps > \u21b3 Animate","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#properties","text":"context isVisible props refs state VISIBILITY_DELAY_MS contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#accessors","text":"contentElem","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate enter forceUpdate getSnapshotBeforeUpdate leave onTransitionEnd render reset setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#object-literals","text":"statusClassName defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#constructor","text":"+ new Animate ( props : Readonly\\< AnimateProps >): Animate Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_animate_animate_.animate/#isvisible","text":"\u2022 isVisible : boolean = !!this.props.enter Defined in src/renderer/components/animate/animate.tsx:27","title":"isVisible"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#props","text":"\u2022 Readonly props : Readonly\\< AnimateProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_animate_animate_.animate/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#visibility_delay_ms","text":"\u25aa Static VISIBILITY_DELAY_MS : number = 0 Defined in src/renderer/components/animate/animate.tsx:18","title":"VISIBILITY_DELAY_MS"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#contentelem","text":"\u2022 get contentElem (): ReactElement\\ , string \\| (props: P) => ReactElement | null | {}> Defined in src/renderer/components/animate/animate.tsx:33 Returns: ReactElement\\ , string \\| (props: P) => ReactElement | null | {}>","title":"contentElem"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< AnimateProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< AnimateProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/animate/animate.tsx:37 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< AnimateProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< AnimateProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< AnimateProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#enter","text":"\u25b8 enter (): void Defined in src/renderer/components/animate/animate.tsx:49 Returns: void","title":"enter"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< AnimateProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#leave","text":"\u25b8 leave (): void Defined in src/renderer/components/animate/animate.tsx:57 Returns: void","title":"leave"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#ontransitionend","text":"\u25b8 onTransitionEnd ( evt : TransitionEvent): void Defined in src/renderer/components/animate/animate.tsx:70","title":"onTransitionEnd"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#render","text":"\u25b8 render (): ReactElement\\ , string \\| (props: P) => ReactElement | null | {}> Overrides void Defined in src/renderer/components/animate/animate.tsx:80 Returns: ReactElement\\ , string \\| (props: P) => ReactElement | null | {}>","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#reset","text":"\u25b8 reset (): void Defined in src/renderer/components/animate/animate.tsx:63 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< AnimateProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< AnimateProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#statusclassname","text":"\u25aa statusClassName : object Defined in src/renderer/components/animate/animate.tsx:28","title":"statusClassName"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/animate/animate.tsx:20","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/","text":"@k8slens/extensions Globals / \"src/renderer/components/badge/badge\" / Badge Class: Badge # Hierarchy # Component\\< BadgeProps > \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\\< BadgeProps >): Badge Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< BadgeProps > Returns: Badge + new Badge ( props : BadgeProps , context? : any): Badge Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< BadgeProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< BadgeProps >, nextContext : any): void Inherited from Tooltip . 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\\< BadgeProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< BadgeProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< BadgeProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< BadgeProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< BadgeProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< BadgeProps >, nextContext : any): void Inherited from Tooltip . 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\\< BadgeProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< BadgeProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< BadgeProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< BadgeProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< BadgeProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/badge/badge.tsx:14 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< BadgeProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< BadgeProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< BadgeProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< BadgeProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#class-badge","text":"","title":"Class: Badge"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#hierarchy","text":"Component\\< BadgeProps > \u21b3 Badge","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.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/_src_renderer_components_badge_badge_.badge/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#constructor","text":"+ new Badge ( props : Readonly\\< BadgeProps >): Badge Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_badge_badge_.badge/#props","text":"\u2022 Readonly props : Readonly\\< BadgeProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_badge_badge_.badge/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< BadgeProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< BadgeProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< BadgeProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< BadgeProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< BadgeProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< BadgeProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/badge/badge.tsx:14 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< BadgeProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< BadgeProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/","text":"@k8slens/extensions Globals / \"src/renderer/components/button/button\" / Button Class: Button # Hierarchy # PureComponent\\< ButtonProps , {}> \u21b3 Button Index # Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< ButtonProps >, nextContext : any): void Inherited from Tooltip . 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\\< ButtonProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< ButtonProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< ButtonProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< ButtonProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< ButtonProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< ButtonProps >, nextContext : any): void Inherited from Tooltip . 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\\< ButtonProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< ButtonProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< ButtonProps > nextState Readonly\\<{}> nextContext any Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< ButtonProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< ButtonProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Defined in src/renderer/components/button/button.tsx:26 Returns: Element shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< ButtonProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< ButtonProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#class-button","text":"","title":"Class: Button"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#hierarchy","text":"PureComponent\\< ButtonProps , {}> \u21b3 Button","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.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/_src_renderer_components_button_button_.button/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< ButtonProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< ButtonProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< ButtonProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< ButtonProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< ButtonProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< ButtonProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#render","text":"\u25b8 render (): Element Defined in src/renderer/components/button/button.tsx:26 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< ButtonProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/","text":"@k8slens/extensions Globals / \"src/renderer/components/checkbox/checkbox\" / Checkbox Class: Checkbox # Hierarchy # PureComponent\\< CheckboxProps > \u21b3 Checkbox Index # Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate getValue onChange render shouldComponentUpdate Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< CheckboxProps >, nextContext : any): void Inherited from Tooltip . 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\\< CheckboxProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< CheckboxProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< CheckboxProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< CheckboxProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< CheckboxProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< CheckboxProps >, nextContext : any): void Inherited from Tooltip . 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\\< CheckboxProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< CheckboxProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< CheckboxProps > nextState Readonly\\<{}> nextContext any Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< CheckboxProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< CheckboxProps > prevState Readonly\\<{}> Returns: any | null getValue # \u25b8 getValue (): boolean Defined in src/renderer/components/checkbox/checkbox.tsx:25 Returns: boolean onChange # \u25b8 onChange ( evt : ChangeEvent\\ ): void Defined in src/renderer/components/checkbox/checkbox.tsx:19 Parameters: Name Type evt ChangeEvent\\ Returns: void render # \u25b8 render (): Element Defined in src/renderer/components/checkbox/checkbox.tsx:30 Returns: Element shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< CheckboxProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< CheckboxProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#class-checkbox","text":"","title":"Class: Checkbox"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#hierarchy","text":"PureComponent\\< CheckboxProps > \u21b3 Checkbox","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.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/_src_renderer_components_checkbox_checkbox_.checkbox/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< CheckboxProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< CheckboxProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< CheckboxProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< CheckboxProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< CheckboxProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< CheckboxProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#getvalue","text":"\u25b8 getValue (): boolean Defined in src/renderer/components/checkbox/checkbox.tsx:25 Returns: boolean","title":"getValue"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#onchange","text":"\u25b8 onChange ( evt : ChangeEvent\\ ): void Defined in src/renderer/components/checkbox/checkbox.tsx:19","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#render","text":"\u25b8 render (): Element Defined in src/renderer/components/checkbox/checkbox.tsx:30 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< CheckboxProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/","text":"@k8slens/extensions Globals / \"src/renderer/components/confirm-dialog/confirm-dialog\" / ConfirmDialog Class: ConfirmDialog # Hierarchy # Component\\< ConfirmDialogProps > \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\\< ConfirmDialogProps >): ConfirmDialog Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< ConfirmDialogProps > Returns: ConfirmDialog + new ConfirmDialog ( props : ConfirmDialogProps , context? : any): ConfirmDialog Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< ConfirmDialogProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 isOpen # \u25aa Static isOpen : boolean = false Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:27 params # \u25aa Static 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< ConfirmDialogProps >, nextContext : any): void Inherited from Tooltip . 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\\< ConfirmDialogProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< ConfirmDialogProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< ConfirmDialogProps > nextState Readonly\\<{}> nextContext any Returns: void close # \u25b8 close (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:66 Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< ConfirmDialogProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< ConfirmDialogProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< ConfirmDialogProps >, nextContext : any): void Inherited from Tooltip . 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\\< ConfirmDialogProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< ConfirmDialogProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< ConfirmDialogProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< ConfirmDialogProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< ConfirmDialogProps > prevState Readonly\\<{}> Returns: any | null ok # \u25b8 ok (): Promise \\ Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:52 Returns: Promise \\ onClose # \u25b8 onClose (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:62 Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:70 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< ConfirmDialogProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< ConfirmDialogProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< ConfirmDialogProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< ConfirmDialogProps > nextState Readonly\\<{}> nextContext any Returns: boolean close # \u25b8 Static close (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:37 Returns: void open # \u25b8 Static 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 Properties: Name Type Value icon Element \\ labelCancel Element \\ Cancel\\ labelOk Element \\ Ok\\ ok any noop","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#class-confirmdialog","text":"","title":"Class: ConfirmDialog"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#hierarchy","text":"Component\\< ConfirmDialogProps > \u21b3 ConfirmDialog","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#properties","text":"context isSaving props refs state contextType isOpen params","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#accessors","text":"params","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.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/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#object-literals","text":"defaultParams","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#constructor","text":"+ new ConfirmDialog ( props : Readonly\\< ConfirmDialogProps >): ConfirmDialog Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#issaving","text":"\u2022 isSaving : boolean = false Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:30","title":"isSaving"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#props","text":"\u2022 Readonly props : Readonly\\< ConfirmDialogProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#isopen","text":"\u25aa Static isOpen : boolean = false Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:27","title":"isOpen"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#params","text":"\u25aa Static params : ConfirmDialogParams Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:28","title":"params"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#params_1","text":"\u2022 get params (): ConfirmDialogParams Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:48 Returns: ConfirmDialogParams","title":"params"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< ConfirmDialogProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< ConfirmDialogProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.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/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< ConfirmDialogProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< ConfirmDialogProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< ConfirmDialogProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< ConfirmDialogProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#ok","text":"\u25b8 ok (): Promise \\ Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:52 Returns: Promise \\","title":"ok"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.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/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:70 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< ConfirmDialogProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< ConfirmDialogProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#close_1","text":"\u25b8 Static close (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:37 Returns: void","title":"close"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#open","text":"\u25b8 Static open ( params : ConfirmDialogParams ): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:32","title":"open"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#defaultparams","text":"\u25aa defaultParams : object Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:41","title":"defaultParams"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/","text":"@k8slens/extensions Globals / \"src/renderer/components/dialog/dialog\" / Dialog Class: Dialog # Hierarchy # PureComponent\\< DialogProps , DialogState > \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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DialogProps >, nextContext : any): void Inherited from Tooltip . 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\\< DialogProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DialogProps >, nextState : Readonly\\< DialogState >, nextContext : any): void Inherited from Tooltip . 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\\< DialogProps > nextState Readonly\\< DialogState > nextContext any Returns: void close # \u25b8 close (): void Defined in src/renderer/components/dialog/dialog.tsx:85 Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/dialog/dialog.tsx:59 Returns: void componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : DialogProps ): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/dialog/dialog.tsx:63 Parameters: Name Type prevProps DialogProps Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DialogProps >, nextContext : any): void Inherited from Tooltip . 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\\< DialogProps > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/dialog/dialog.tsx:70 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DialogProps >, nextState : Readonly\\< DialogState >, nextContext : any): void Inherited from Tooltip . 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\\< DialogProps > nextState Readonly\\< DialogState > nextContext any Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DialogProps >, prevState : Readonly\\< DialogState >): any | null Inherited from Tooltip . 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\\< DialogProps > prevState Readonly\\< DialogState > Returns: any | 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 Defined in src/renderer/components/dialog/dialog.tsx:124 Returns: ReactPortal shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DialogProps >, nextState : Readonly\\< DialogState >, nextContext : any): boolean Inherited from Tooltip . 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\\< DialogProps > nextState Readonly\\< DialogState > 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 Properties: Name Type Value isOpen boolean this.props.isOpen defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/dialog/dialog.tsx:33 Properties: Name Type Value animated true true close any noop isOpen false false modal true true onClose any noop onOpen any noop open any noop pinned false false","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#class-dialog","text":"","title":"Class: Dialog"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#hierarchy","text":"PureComponent\\< DialogProps , DialogState > \u21b3 Dialog","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#properties","text":"closeOnNavigate","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#accessors","text":"elem isOpen","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.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/_src_renderer_components_dialog_dialog_.dialog/#object-literals","text":"state defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.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/_src_renderer_components_dialog_dialog_.dialog/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#elem","text":"\u2022 get elem (): HTMLElement Defined in src/renderer/components/dialog/dialog.tsx:51 Returns: HTMLElement","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#isopen","text":"\u2022 get isOpen (): boolean Defined in src/renderer/components/dialog/dialog.tsx:55 Returns: boolean","title":"isOpen"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DialogProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DialogProps >, nextState : Readonly\\< DialogState >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#close","text":"\u25b8 close (): void Defined in src/renderer/components/dialog/dialog.tsx:85 Returns: void","title":"close"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/dialog/dialog.tsx:59 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : DialogProps ): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/dialog/dialog.tsx:63","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DialogProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/dialog/dialog.tsx:70 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DialogProps >, nextState : Readonly\\< DialogState >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DialogProps >, prevState : Readonly\\< DialogState >): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#onclickoutside","text":"\u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/dialog/dialog.tsx:116","title":"onClickOutside"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#onclose","text":"\u25b8 onClose (): void Defined in src/renderer/components/dialog/dialog.tsx:100 Returns: void","title":"onClose"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#onescapekey","text":"\u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/dialog/dialog.tsx:108","title":"onEscapeKey"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#onopen","text":"\u25b8 onOpen (): void Defined in src/renderer/components/dialog/dialog.tsx:91 Returns: void","title":"onOpen"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#open","text":"\u25b8 open (): void Defined in src/renderer/components/dialog/dialog.tsx:79 Returns: void","title":"open"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#render","text":"\u25b8 render (): ReactPortal Defined in src/renderer/components/dialog/dialog.tsx:124 Returns: ReactPortal","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DialogProps >, nextState : Readonly\\< DialogState >, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#toggle","text":"\u25b8 toggle ( isOpen : boolean): void Defined in src/renderer/components/dialog/dialog.tsx:74","title":"toggle"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#state","text":"\u25aa state : object Defined in src/renderer/components/dialog/dialog.tsx:47","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/dialog/dialog.tsx:33","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/dock.store\" / DockStore Class: DockStore # Hierarchy # DockStore Index # Constructors # constructor Properties # defaultTabId fullSize height initialTabs isOpen minHeight selectedTabId storage tabs Accessors # defaultHeight maxHeight selectedTab Methods # checkMaxHeight close closeTab createTab getNewTabNumber getTabById hasTabs onResize onTabChange open reset selectTab setHeight toggle toggleFillSize Constructors # constructor # + new DockStore (): DockStore Defined in src/renderer/components/dock/dock.store.ts:55 Returns: DockStore Properties # defaultTabId # \u2022 Readonly defaultTabId : string = this.initialTabs[0].id Defined in src/renderer/components/dock/dock.store.ts:31 fullSize # \u2022 fullSize : boolean = false Defined in src/renderer/components/dock/dock.store.ts:35 height # \u2022 height : number = this.defaultHeight Defined in src/renderer/components/dock/dock.store.ts:36 initialTabs # \u2022 Protected initialTabs : IDockTab [] = [ { id: \"terminal\", kind: TabKind.TERMINAL, title: \"Terminal\" }, ] Defined in src/renderer/components/dock/dock.store.ts:26 isOpen # \u2022 isOpen : boolean = false Defined in src/renderer/components/dock/dock.store.ts:34 minHeight # \u2022 Readonly minHeight : 100 = 100 Defined in src/renderer/components/dock/dock.store.ts:32 selectedTabId # \u2022 selectedTabId : string = this.defaultTabId Defined in src/renderer/components/dock/dock.store.ts:38 storage # \u2022 Protected storage : StorageHelper \\<{}> = createStorage(\"dock\", {}) Defined in src/renderer/components/dock/dock.store.ts:30 tabs # \u2022 tabs : IObservableArray\\< IDockTab > = observable.array\\ (this.initialTabs) Defined in src/renderer/components/dock/dock.store.ts:37 Accessors # defaultHeight # \u2022 get defaultHeight (): number Defined in src/renderer/components/dock/dock.store.ts:44 Returns: number maxHeight # \u2022 get maxHeight (): number Defined in src/renderer/components/dock/dock.store.ts:48 Returns: number selectedTab # \u2022 get selectedTab (): IDockTab Defined in src/renderer/components/dock/dock.store.ts:40 Returns: IDockTab Methods # checkMaxHeight # \u25b8 Protected checkMaxHeight (): void Defined in src/renderer/components/dock/dock.store.ts:73 Returns: void close # \u25b8 close (): void Defined in src/renderer/components/dock/dock.store.ts:103 Returns: void closeTab # \u25b8 closeTab ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/dock.store.ts:150 Parameters: Name Type tabId TabId Returns: Promise \\ createTab # \u25b8 createTab ( anonTab : IDockTab , addNumber? : boolean): IDockTab Defined in src/renderer/components/dock/dock.store.ts:136 Parameters: Name Type Default value anonTab IDockTab - addNumber boolean true Returns: IDockTab getNewTabNumber # \u25b8 Protected getNewTabNumber ( kind : TabKind ): number Defined in src/renderer/components/dock/dock.store.ts:123 Parameters: Name Type kind TabKind Returns: number getTabById # \u25b8 getTabById ( tabId : TabId ): IDockTab Defined in src/renderer/components/dock/dock.store.ts:119 Parameters: Name Type tabId TabId Returns: IDockTab hasTabs # \u25b8 hasTabs (): boolean Defined in src/renderer/components/dock/dock.store.ts:90 Returns: boolean onResize # \u25b8 onResize ( callback : () => void, options? : IReactionOptions): IReactionDisposer Defined in src/renderer/components/dock/dock.store.ts:82 Parameters: Name Type callback () => void options? IReactionOptions Returns: IReactionDisposer onTabChange # \u25b8 onTabChange ( callback : (tabId: TabId ) => void, options? : IReactionOptions): IReactionDisposer Defined in src/renderer/components/dock/dock.store.ts:86 Parameters: Name Type callback (tabId: TabId ) => void options? IReactionOptions Returns: IReactionDisposer open # \u25b8 open ( fullSize? : boolean): void Defined in src/renderer/components/dock/dock.store.ts:95 Parameters: Name Type fullSize? boolean Returns: void reset # \u25b8 reset (): void Defined in src/renderer/components/dock/dock.store.ts:184 Returns: void selectTab # \u25b8 selectTab ( tabId : TabId ): void Defined in src/renderer/components/dock/dock.store.ts:174 Parameters: Name Type tabId TabId Returns: void setHeight # \u25b8 setHeight ( height? : number): void Defined in src/renderer/components/dock/dock.store.ts:179 Parameters: Name Type height? number Returns: void toggle # \u25b8 toggle (): void Defined in src/renderer/components/dock/dock.store.ts:108 Returns: void toggleFillSize # \u25b8 toggleFillSize (): void Defined in src/renderer/components/dock/dock.store.ts:114 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#class-dockstore","text":"","title":"Class: DockStore"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#hierarchy","text":"DockStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#properties","text":"defaultTabId fullSize height initialTabs isOpen minHeight selectedTabId storage tabs","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#accessors","text":"defaultHeight maxHeight selectedTab","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#methods","text":"checkMaxHeight close closeTab createTab getNewTabNumber getTabById hasTabs onResize onTabChange open reset selectTab setHeight toggle toggleFillSize","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#constructor","text":"+ new DockStore (): DockStore Defined in src/renderer/components/dock/dock.store.ts:55 Returns: DockStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#defaulttabid","text":"\u2022 Readonly defaultTabId : string = this.initialTabs[0].id Defined in src/renderer/components/dock/dock.store.ts:31","title":"defaultTabId"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#fullsize","text":"\u2022 fullSize : boolean = false Defined in src/renderer/components/dock/dock.store.ts:35","title":"fullSize"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#height","text":"\u2022 height : number = this.defaultHeight Defined in src/renderer/components/dock/dock.store.ts:36","title":"height"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#initialtabs","text":"\u2022 Protected initialTabs : IDockTab [] = [ { id: \"terminal\", kind: TabKind.TERMINAL, title: \"Terminal\" }, ] Defined in src/renderer/components/dock/dock.store.ts:26","title":"initialTabs"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#isopen","text":"\u2022 isOpen : boolean = false Defined in src/renderer/components/dock/dock.store.ts:34","title":"isOpen"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#minheight","text":"\u2022 Readonly minHeight : 100 = 100 Defined in src/renderer/components/dock/dock.store.ts:32","title":"minHeight"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#selectedtabid","text":"\u2022 selectedTabId : string = this.defaultTabId Defined in src/renderer/components/dock/dock.store.ts:38","title":"selectedTabId"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#storage","text":"\u2022 Protected storage : StorageHelper \\<{}> = createStorage(\"dock\", {}) Defined in src/renderer/components/dock/dock.store.ts:30","title":"storage"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#tabs","text":"\u2022 tabs : IObservableArray\\< IDockTab > = observable.array\\ (this.initialTabs) Defined in src/renderer/components/dock/dock.store.ts:37","title":"tabs"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#defaultheight","text":"\u2022 get defaultHeight (): number Defined in src/renderer/components/dock/dock.store.ts:44 Returns: number","title":"defaultHeight"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#maxheight","text":"\u2022 get maxHeight (): number Defined in src/renderer/components/dock/dock.store.ts:48 Returns: number","title":"maxHeight"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#selectedtab","text":"\u2022 get selectedTab (): IDockTab Defined in src/renderer/components/dock/dock.store.ts:40 Returns: IDockTab","title":"selectedTab"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#checkmaxheight","text":"\u25b8 Protected checkMaxHeight (): void Defined in src/renderer/components/dock/dock.store.ts:73 Returns: void","title":"checkMaxHeight"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#close","text":"\u25b8 close (): void Defined in src/renderer/components/dock/dock.store.ts:103 Returns: void","title":"close"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#closetab","text":"\u25b8 closeTab ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/dock.store.ts:150","title":"closeTab"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#createtab","text":"\u25b8 createTab ( anonTab : IDockTab , addNumber? : boolean): IDockTab Defined in src/renderer/components/dock/dock.store.ts:136","title":"createTab"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#getnewtabnumber","text":"\u25b8 Protected getNewTabNumber ( kind : TabKind ): number Defined in src/renderer/components/dock/dock.store.ts:123","title":"getNewTabNumber"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#gettabbyid","text":"\u25b8 getTabById ( tabId : TabId ): IDockTab Defined in src/renderer/components/dock/dock.store.ts:119","title":"getTabById"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#hastabs","text":"\u25b8 hasTabs (): boolean Defined in src/renderer/components/dock/dock.store.ts:90 Returns: boolean","title":"hasTabs"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#onresize","text":"\u25b8 onResize ( callback : () => void, options? : IReactionOptions): IReactionDisposer Defined in src/renderer/components/dock/dock.store.ts:82","title":"onResize"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#ontabchange","text":"\u25b8 onTabChange ( callback : (tabId: TabId ) => void, options? : IReactionOptions): IReactionDisposer Defined in src/renderer/components/dock/dock.store.ts:86","title":"onTabChange"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#open","text":"\u25b8 open ( fullSize? : boolean): void Defined in src/renderer/components/dock/dock.store.ts:95","title":"open"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#reset","text":"\u25b8 reset (): void Defined in src/renderer/components/dock/dock.store.ts:184 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#selecttab","text":"\u25b8 selectTab ( tabId : TabId ): void Defined in src/renderer/components/dock/dock.store.ts:174","title":"selectTab"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#setheight","text":"\u25b8 setHeight ( height? : number): void Defined in src/renderer/components/dock/dock.store.ts:179","title":"setHeight"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#toggle","text":"\u25b8 toggle (): void Defined in src/renderer/components/dock/dock.store.ts:108 Returns: void","title":"toggle"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#togglefillsize","text":"\u25b8 toggleFillSize (): void Defined in src/renderer/components/dock/dock.store.ts:114 Returns: void","title":"toggleFillSize"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/dock-tab.store\" / DockTabStore Class: DockTabStore\\ # Type parameters # Name Default T any Hierarchy # DockTabStore \u21b3 EditResourceStore \u21b3 PodLogsStore Index # Constructors # constructor Properties # data options Methods # clearData getData reset serializeData setData Constructors # constructor # + new DockTabStore ( options? : Options \\ ): DockTabStore Defined in src/renderer/components/dock/dock-tab.store.ts:12 Parameters: Name Type Default value options Options \\ {} Returns: DockTabStore Properties # data # \u2022 Protected data : ObservableMap\\ = observable.map\\ ([]) Defined in src/renderer/components/dock/dock-tab.store.ts:12 options # \u2022 Protected options : Options \\ Defined in src/renderer/components/dock/dock-tab.store.ts:14 Methods # clearData # \u25b8 clearData ( tabId : TabId ): void Defined in src/renderer/components/dock/dock-tab.store.ts:51 Parameters: Name Type tabId TabId Returns: void getData # \u25b8 getData ( tabId : TabId ): T Defined in src/renderer/components/dock/dock-tab.store.ts:43 Parameters: Name Type tabId TabId Returns: T reset # \u25b8 reset (): void Defined in src/renderer/components/dock/dock-tab.store.ts:55 Returns: void serializeData # \u25b8 Protected serializeData (): (string | Partial\\ )[][] Defined in src/renderer/components/dock/dock-tab.store.ts:35 Returns: (string | Partial\\ )[][] setData # \u25b8 setData ( tabId : TabId , data : T): void Defined in src/renderer/components/dock/dock-tab.store.ts:47 Parameters: Name Type tabId TabId data T Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#class-docktabstore","text":"","title":"Class: DockTabStore\\"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#hierarchy","text":"DockTabStore \u21b3 EditResourceStore \u21b3 PodLogsStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#properties","text":"data options","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#methods","text":"clearData getData reset serializeData setData","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#constructor","text":"+ new DockTabStore ( options? : Options \\ ): DockTabStore Defined in src/renderer/components/dock/dock-tab.store.ts:12","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#data","text":"\u2022 Protected data : ObservableMap\\ = observable.map\\ ([]) Defined in src/renderer/components/dock/dock-tab.store.ts:12","title":"data"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#options","text":"\u2022 Protected options : Options \\ Defined in src/renderer/components/dock/dock-tab.store.ts:14","title":"options"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#cleardata","text":"\u25b8 clearData ( tabId : TabId ): void Defined in src/renderer/components/dock/dock-tab.store.ts:51","title":"clearData"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#getdata","text":"\u25b8 getData ( tabId : TabId ): T Defined in src/renderer/components/dock/dock-tab.store.ts:43","title":"getData"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#reset","text":"\u25b8 reset (): void Defined in src/renderer/components/dock/dock-tab.store.ts:55 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#serializedata","text":"\u25b8 Protected serializeData (): (string | Partial\\ )[][] Defined in src/renderer/components/dock/dock-tab.store.ts:35 Returns: (string | Partial\\ )[][]","title":"serializeData"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#setdata","text":"\u25b8 setData ( tabId : TabId , data : T): void Defined in src/renderer/components/dock/dock-tab.store.ts:47","title":"setData"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/edit-resource.store\" / EditResourceStore Class: EditResourceStore # Hierarchy # DockTabStore \\< KubeEditResource > \u21b3 EditResourceStore Index # Constructors # constructor Properties # data options Methods # clearData getData getTabByResource reset serializeData setData Constructors # constructor # + new EditResourceStore (): EditResourceStore Overrides DockTabStore . constructor Defined in src/renderer/components/dock/edit-resource.store.ts:15 Returns: EditResourceStore Properties # data # \u2022 Protected data : ObservableMap\\ = observable.map\\ ([]) Inherited from DockTabStore . data Defined in src/renderer/components/dock/dock-tab.store.ts:12 options # \u2022 Protected options : Options \\< KubeEditResource > Inherited from DockTabStore . options Defined in src/renderer/components/dock/dock-tab.store.ts:14 Methods # clearData # \u25b8 clearData ( tabId : TabId ): void Inherited from DockTabStore . clearData Defined in src/renderer/components/dock/dock-tab.store.ts:51 Parameters: Name Type tabId TabId Returns: void getData # \u25b8 getData ( tabId : TabId ): T Inherited from DockTabStore . getData Defined in src/renderer/components/dock/dock-tab.store.ts:43 Parameters: Name Type tabId TabId Returns: T getTabByResource # \u25b8 getTabByResource ( object : KubeObject ): IDockTab Defined in src/renderer/components/dock/edit-resource.store.ts:49 Parameters: Name Type object KubeObject Returns: IDockTab reset # \u25b8 reset (): void Overrides DockTabStore . reset Defined in src/renderer/components/dock/edit-resource.store.ts:56 Returns: void serializeData # \u25b8 Protected serializeData (): (string | Partial\\ )[][] Inherited from DockTabStore . serializeData Defined in src/renderer/components/dock/dock-tab.store.ts:35 Returns: (string | Partial\\ )[][] setData # \u25b8 setData ( tabId : TabId , data : KubeEditResource ): void Inherited from DockTabStore . setData Defined in src/renderer/components/dock/dock-tab.store.ts:47 Parameters: Name Type tabId TabId data KubeEditResource Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#class-editresourcestore","text":"","title":"Class: EditResourceStore"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#hierarchy","text":"DockTabStore \\< KubeEditResource > \u21b3 EditResourceStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#properties","text":"data options","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#methods","text":"clearData getData getTabByResource reset serializeData setData","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#constructor","text":"+ new EditResourceStore (): EditResourceStore Overrides DockTabStore . constructor Defined in src/renderer/components/dock/edit-resource.store.ts:15 Returns: EditResourceStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#data","text":"\u2022 Protected data : ObservableMap\\ = observable.map\\ ([]) Inherited from DockTabStore . data Defined in src/renderer/components/dock/dock-tab.store.ts:12","title":"data"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#options","text":"\u2022 Protected options : Options \\< KubeEditResource > Inherited from DockTabStore . options Defined in src/renderer/components/dock/dock-tab.store.ts:14","title":"options"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#cleardata","text":"\u25b8 clearData ( tabId : TabId ): void Inherited from DockTabStore . clearData Defined in src/renderer/components/dock/dock-tab.store.ts:51","title":"clearData"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#getdata","text":"\u25b8 getData ( tabId : TabId ): T Inherited from DockTabStore . getData Defined in src/renderer/components/dock/dock-tab.store.ts:43","title":"getData"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#gettabbyresource","text":"\u25b8 getTabByResource ( object : KubeObject ): IDockTab Defined in src/renderer/components/dock/edit-resource.store.ts:49","title":"getTabByResource"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#reset","text":"\u25b8 reset (): void Overrides DockTabStore . reset Defined in src/renderer/components/dock/edit-resource.store.ts:56 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#serializedata","text":"\u25b8 Protected serializeData (): (string | Partial\\ )[][] Inherited from DockTabStore . serializeData Defined in src/renderer/components/dock/dock-tab.store.ts:35 Returns: (string | Partial\\ )[][]","title":"serializeData"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#setdata","text":"\u25b8 setData ( tabId : TabId , data : KubeEditResource ): void Inherited from DockTabStore . setData Defined in src/renderer/components/dock/dock-tab.store.ts:47","title":"setData"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/pod-logs.store\" / PodLogsStore Class: PodLogsStore # Hierarchy # DockTabStore \\< IPodLogsData > \u21b3 PodLogsStore Index # Constructors # constructor Properties # data logs newLogSince options Accessors # lines Methods # clearData clearLogs getData getLastSinceTime getTimestamps load loadLogs loadMore removeTimestamps reset serializeData setData setNewLogSince Constructors # constructor # + new PodLogsStore (): PodLogsStore Overrides DockTabStore . constructor Defined in src/renderer/components/dock/pod-logs.store.ts:34 Returns: PodLogsStore Properties # data # \u2022 Protected data : ObservableMap\\ = observable.map\\ ([]) Inherited from DockTabStore . data Defined in src/renderer/components/dock/dock-tab.store.ts:12 logs # \u2022 logs : ObservableMap\\ = observable.map\\ () Defined in src/renderer/components/dock/pod-logs.store.ts:33 newLogSince # \u2022 newLogSince : ObservableMap\\ = observable.map\\ () Defined in src/renderer/components/dock/pod-logs.store.ts:34 options # \u2022 Protected options : Options \\< IPodLogsData > Inherited from DockTabStore . options Defined in src/renderer/components/dock/dock-tab.store.ts:14 Accessors # lines # \u2022 get lines (): number Defined in src/renderer/components/dock/pod-logs.store.ts:139 Converts logs into a string array Returns: number Length of log lines Methods # clearData # \u25b8 clearData ( tabId : TabId ): void Overrides DockTabStore . clearData Defined in src/renderer/components/dock/pod-logs.store.ts:170 Parameters: Name Type tabId TabId Returns: void clearLogs # \u25b8 clearLogs ( tabId : TabId ): void Defined in src/renderer/components/dock/pod-logs.store.ts:166 Parameters: Name Type tabId TabId Returns: void getData # \u25b8 getData ( tabId : TabId ): T Inherited from DockTabStore . getData Defined in src/renderer/components/dock/dock-tab.store.ts:43 Parameters: Name Type tabId TabId Returns: T getLastSinceTime # \u25b8 getLastSinceTime ( tabId : TabId ): string Defined in src/renderer/components/dock/pod-logs.store.ts:150 It gets timestamps from all logs then returns last one + 1 second (this allows to avoid getting the last stamp in the selection) Parameters: Name Type Description tabId TabId Returns: string getTimestamps # \u25b8 getTimestamps ( logs : string): RegExpMatchArray Defined in src/renderer/components/dock/pod-logs.store.ts:158 Parameters: Name Type logs string Returns: RegExpMatchArray load # \u25b8 load ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/pod-logs.store.ts:66 Function prepares tailLines param for passing to API request Each time it increasing it's number, caused to fetch more logs. Also, it handles loading errors, rewriting whole logs with error messages Parameters: Name Type Description tabId TabId Returns: Promise \\ loadLogs # \u25b8 loadLogs ( tabId : TabId , params : Partial\\< IPodLogsQuery >): Promise \\ Defined in src/renderer/components/dock/pod-logs.store.ts:106 Main logs loading function adds necessary data to payload and makes an API request Parameters: Name Type Description tabId TabId params Partial\\< IPodLogsQuery > request parameters described in IPodLogsQuery interface Returns: Promise \\ A fetch request promise loadMore # \u25b8 loadMore ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/pod-logs.store.ts:89 Function is used to refreser/stream-like requests. It changes 'sinceTime' param each time allowing to fetch logs starting from last line recieved. Parameters: Name Type Description tabId TabId Returns: Promise \\ removeTimestamps # \u25b8 removeTimestamps ( logs : string): string Defined in src/renderer/components/dock/pod-logs.store.ts:162 Parameters: Name Type logs string Returns: string reset # \u25b8 reset (): void Inherited from DockTabStore . reset Defined in src/renderer/components/dock/dock-tab.store.ts:55 Returns: void serializeData # \u25b8 Protected serializeData (): (string | Partial\\ )[][] Inherited from DockTabStore . serializeData Defined in src/renderer/components/dock/dock-tab.store.ts:35 Returns: (string | Partial\\ )[][] setData # \u25b8 setData ( tabId : TabId , data : IPodLogsData ): void Inherited from DockTabStore . setData Defined in src/renderer/components/dock/dock-tab.store.ts:47 Parameters: Name Type tabId TabId data IPodLogsData Returns: void setNewLogSince # \u25b8 setNewLogSince ( tabId : TabId ): void Defined in src/renderer/components/dock/pod-logs.store.ts:128 Sets newLogSince separator timestamp to split old logs from new ones Parameters: Name Type Description tabId TabId Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#class-podlogsstore","text":"","title":"Class: PodLogsStore"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#hierarchy","text":"DockTabStore \\< IPodLogsData > \u21b3 PodLogsStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#properties","text":"data logs newLogSince options","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#accessors","text":"lines","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#methods","text":"clearData clearLogs getData getLastSinceTime getTimestamps load loadLogs loadMore removeTimestamps reset serializeData setData setNewLogSince","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#constructor","text":"+ new PodLogsStore (): PodLogsStore Overrides DockTabStore . constructor Defined in src/renderer/components/dock/pod-logs.store.ts:34 Returns: PodLogsStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#data","text":"\u2022 Protected data : ObservableMap\\ = observable.map\\ ([]) Inherited from DockTabStore . data Defined in src/renderer/components/dock/dock-tab.store.ts:12","title":"data"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#logs","text":"\u2022 logs : ObservableMap\\ = observable.map\\ () Defined in src/renderer/components/dock/pod-logs.store.ts:33","title":"logs"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#newlogsince","text":"\u2022 newLogSince : ObservableMap\\ = observable.map\\ () Defined in src/renderer/components/dock/pod-logs.store.ts:34","title":"newLogSince"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#options","text":"\u2022 Protected options : Options \\< IPodLogsData > Inherited from DockTabStore . options Defined in src/renderer/components/dock/dock-tab.store.ts:14","title":"options"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#lines","text":"\u2022 get lines (): number Defined in src/renderer/components/dock/pod-logs.store.ts:139 Converts logs into a string array Returns: number Length of log lines","title":"lines"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#cleardata","text":"\u25b8 clearData ( tabId : TabId ): void Overrides DockTabStore . clearData Defined in src/renderer/components/dock/pod-logs.store.ts:170","title":"clearData"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#clearlogs","text":"\u25b8 clearLogs ( tabId : TabId ): void Defined in src/renderer/components/dock/pod-logs.store.ts:166","title":"clearLogs"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#getdata","text":"\u25b8 getData ( tabId : TabId ): T Inherited from DockTabStore . getData Defined in src/renderer/components/dock/dock-tab.store.ts:43","title":"getData"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#getlastsincetime","text":"\u25b8 getLastSinceTime ( tabId : TabId ): string Defined in src/renderer/components/dock/pod-logs.store.ts:150 It gets timestamps from all logs then returns last one + 1 second (this allows to avoid getting the last stamp in the selection)","title":"getLastSinceTime"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#gettimestamps","text":"\u25b8 getTimestamps ( logs : string): RegExpMatchArray Defined in src/renderer/components/dock/pod-logs.store.ts:158","title":"getTimestamps"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#load","text":"\u25b8 load ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/pod-logs.store.ts:66 Function prepares tailLines param for passing to API request Each time it increasing it's number, caused to fetch more logs. Also, it handles loading errors, rewriting whole logs with error messages","title":"load"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#loadlogs","text":"\u25b8 loadLogs ( tabId : TabId , params : Partial\\< IPodLogsQuery >): Promise \\ Defined in src/renderer/components/dock/pod-logs.store.ts:106 Main logs loading function adds necessary data to payload and makes an API request","title":"loadLogs"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#loadmore","text":"\u25b8 loadMore ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/pod-logs.store.ts:89 Function is used to refreser/stream-like requests. It changes 'sinceTime' param each time allowing to fetch logs starting from last line recieved.","title":"loadMore"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#removetimestamps","text":"\u25b8 removeTimestamps ( logs : string): string Defined in src/renderer/components/dock/pod-logs.store.ts:162","title":"removeTimestamps"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#reset","text":"\u25b8 reset (): void Inherited from DockTabStore . reset Defined in src/renderer/components/dock/dock-tab.store.ts:55 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#serializedata","text":"\u25b8 Protected serializeData (): (string | Partial\\ )[][] Inherited from DockTabStore . serializeData Defined in src/renderer/components/dock/dock-tab.store.ts:35 Returns: (string | Partial\\ )[][]","title":"serializeData"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#setdata","text":"\u25b8 setData ( tabId : TabId , data : IPodLogsData ): void Inherited from DockTabStore . setData Defined in src/renderer/components/dock/dock-tab.store.ts:47","title":"setData"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#setnewlogsince","text":"\u25b8 setNewLogSince ( tabId : TabId ): void Defined in src/renderer/components/dock/pod-logs.store.ts:128 Sets newLogSince separator timestamp to split old logs from new ones","title":"setNewLogSince"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/terminal\" / Terminal Class: Terminal # Hierarchy # Terminal Index # Constructors # constructor Properties # api disposers fitAddon fitLazy scrollPos tabId xterm spawningPool Accessors # elem isActive viewport Methods # attachTo destroy detach fit focus init keyHandler onActivate onApiData onClear onClickLink onData onResize onScroll setTheme init preloadFonts Constructors # constructor # + new Terminal ( tabId : TabId , api : TerminalApi ): Terminal Defined in src/renderer/components/dock/terminal.ts:57 Parameters: Name Type tabId TabId api TerminalApi Returns: Terminal Properties # api # \u2022 Protected api : TerminalApi Defined in src/renderer/components/dock/terminal.ts:59 disposers # \u2022 disposers : Function[] = [] Defined in src/renderer/components/dock/terminal.ts:33 fitAddon # \u2022 fitAddon : FitAddon Defined in src/renderer/components/dock/terminal.ts:31 fitLazy # \u2022 fitLazy : (Anonymous function) & Cancelable = debounce(this.fit, 250) Defined in src/renderer/components/dock/terminal.ts:131 scrollPos # \u2022 scrollPos : number = 0 Defined in src/renderer/components/dock/terminal.ts:32 tabId # \u2022 tabId : TabId Defined in src/renderer/components/dock/terminal.ts:59 xterm # \u2022 xterm : XTerm Defined in src/renderer/components/dock/terminal.ts:30 spawningPool # \u25aa Static spawningPool : HTMLElement Defined in src/renderer/components/dock/terminal.ts:11 Accessors # elem # \u2022 get elem (): HTMLElement Defined in src/renderer/components/dock/terminal.ts:51 Returns: HTMLElement isActive # \u2022 get isActive (): boolean Defined in src/renderer/components/dock/terminal.ts:63 Returns: boolean viewport # \u2022 get viewport (): Element Defined in src/renderer/components/dock/terminal.ts:55 Returns: Element Methods # attachTo # \u25b8 attachTo ( parentElem : HTMLElement): void Defined in src/renderer/components/dock/terminal.ts:68 Parameters: Name Type parentElem HTMLElement Returns: void destroy # \u25b8 destroy (): void Defined in src/renderer/components/dock/terminal.ts:115 Returns: void detach # \u25b8 detach (): void Defined in src/renderer/components/dock/terminal.ts:73 Returns: void fit # \u25b8 fit (): void Defined in src/renderer/components/dock/terminal.ts:123 Returns: void focus # \u25b8 focus (): void Defined in src/renderer/components/dock/terminal.ts:133 Returns: void init # \u25b8 init (): Promise \\ Defined in src/renderer/components/dock/terminal.ts:77 Returns: Promise \\ keyHandler # \u25b8 keyHandler ( evt : KeyboardEvent): boolean Defined in src/renderer/components/dock/terminal.ts:169 Parameters: Name Type evt KeyboardEvent Returns: boolean onActivate # \u25b8 onActivate (): void Defined in src/renderer/components/dock/terminal.ts:159 Returns: void onApiData # \u25b8 onApiData ( data : string): void Defined in src/renderer/components/dock/terminal.ts:137 Parameters: Name Type data string Returns: void onClear # \u25b8 onClear (): void Defined in src/renderer/components/dock/terminal.ts:150 Returns: void onClickLink # \u25b8 onClickLink ( evt : MouseEvent, link : string): void Defined in src/renderer/components/dock/terminal.ts:165 Parameters: Name Type evt MouseEvent link string Returns: void onData # \u25b8 onData ( data : string): void Defined in src/renderer/components/dock/terminal.ts:141 Parameters: Name Type data string Returns: void onResize # \u25b8 onResize (): void Defined in src/renderer/components/dock/terminal.ts:154 Returns: void onScroll # \u25b8 onScroll (): void Defined in src/renderer/components/dock/terminal.ts:146 Returns: void setTheme # \u25b8 Protected setTheme ( colors : Record\\ ): void Defined in src/renderer/components/dock/terminal.ts:36 Parameters: Name Type colors Record\\ Returns: void init # \u25b8 Static init (): void Defined in src/renderer/components/dock/terminal.ts:13 Returns: void preloadFonts # \u25b8 Static preloadFonts (): Promise \\ Defined in src/renderer/components/dock/terminal.ts:23 Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#class-terminal","text":"","title":"Class: Terminal"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#hierarchy","text":"Terminal","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#properties","text":"api disposers fitAddon fitLazy scrollPos tabId xterm spawningPool","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#accessors","text":"elem isActive viewport","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#methods","text":"attachTo destroy detach fit focus init keyHandler onActivate onApiData onClear onClickLink onData onResize onScroll setTheme init preloadFonts","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#constructor","text":"+ new Terminal ( tabId : TabId , api : TerminalApi ): Terminal Defined in src/renderer/components/dock/terminal.ts:57","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#api","text":"\u2022 Protected api : TerminalApi Defined in src/renderer/components/dock/terminal.ts:59","title":"api"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#disposers","text":"\u2022 disposers : Function[] = [] Defined in src/renderer/components/dock/terminal.ts:33","title":"disposers"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#fitaddon","text":"\u2022 fitAddon : FitAddon Defined in src/renderer/components/dock/terminal.ts:31","title":"fitAddon"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#fitlazy","text":"\u2022 fitLazy : (Anonymous function) & Cancelable = debounce(this.fit, 250) Defined in src/renderer/components/dock/terminal.ts:131","title":"fitLazy"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#scrollpos","text":"\u2022 scrollPos : number = 0 Defined in src/renderer/components/dock/terminal.ts:32","title":"scrollPos"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#tabid","text":"\u2022 tabId : TabId Defined in src/renderer/components/dock/terminal.ts:59","title":"tabId"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#xterm","text":"\u2022 xterm : XTerm Defined in src/renderer/components/dock/terminal.ts:30","title":"xterm"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#spawningpool","text":"\u25aa Static spawningPool : HTMLElement Defined in src/renderer/components/dock/terminal.ts:11","title":"spawningPool"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#elem","text":"\u2022 get elem (): HTMLElement Defined in src/renderer/components/dock/terminal.ts:51 Returns: HTMLElement","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#isactive","text":"\u2022 get isActive (): boolean Defined in src/renderer/components/dock/terminal.ts:63 Returns: boolean","title":"isActive"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#viewport","text":"\u2022 get viewport (): Element Defined in src/renderer/components/dock/terminal.ts:55 Returns: Element","title":"viewport"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#attachto","text":"\u25b8 attachTo ( parentElem : HTMLElement): void Defined in src/renderer/components/dock/terminal.ts:68","title":"attachTo"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#destroy","text":"\u25b8 destroy (): void Defined in src/renderer/components/dock/terminal.ts:115 Returns: void","title":"destroy"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#detach","text":"\u25b8 detach (): void Defined in src/renderer/components/dock/terminal.ts:73 Returns: void","title":"detach"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#fit","text":"\u25b8 fit (): void Defined in src/renderer/components/dock/terminal.ts:123 Returns: void","title":"fit"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#focus","text":"\u25b8 focus (): void Defined in src/renderer/components/dock/terminal.ts:133 Returns: void","title":"focus"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#init","text":"\u25b8 init (): Promise \\ Defined in src/renderer/components/dock/terminal.ts:77 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#keyhandler","text":"\u25b8 keyHandler ( evt : KeyboardEvent): boolean Defined in src/renderer/components/dock/terminal.ts:169","title":"keyHandler"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#onactivate","text":"\u25b8 onActivate (): void Defined in src/renderer/components/dock/terminal.ts:159 Returns: void","title":"onActivate"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#onapidata","text":"\u25b8 onApiData ( data : string): void Defined in src/renderer/components/dock/terminal.ts:137","title":"onApiData"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#onclear","text":"\u25b8 onClear (): void Defined in src/renderer/components/dock/terminal.ts:150 Returns: void","title":"onClear"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#onclicklink","text":"\u25b8 onClickLink ( evt : MouseEvent, link : string): void Defined in src/renderer/components/dock/terminal.ts:165","title":"onClickLink"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#ondata","text":"\u25b8 onData ( data : string): void Defined in src/renderer/components/dock/terminal.ts:141","title":"onData"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#onresize","text":"\u25b8 onResize (): void Defined in src/renderer/components/dock/terminal.ts:154 Returns: void","title":"onResize"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#onscroll","text":"\u25b8 onScroll (): void Defined in src/renderer/components/dock/terminal.ts:146 Returns: void","title":"onScroll"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#settheme","text":"\u25b8 Protected setTheme ( colors : Record\\ ): void Defined in src/renderer/components/dock/terminal.ts:36","title":"setTheme"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#init_1","text":"\u25b8 Static init (): void Defined in src/renderer/components/dock/terminal.ts:13 Returns: void","title":"init"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#preloadfonts","text":"\u25b8 Static preloadFonts (): Promise \\ Defined in src/renderer/components/dock/terminal.ts:23 Returns: Promise \\","title":"preloadFonts"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/terminal.store\" / TerminalStore Class: TerminalStore # Hierarchy # TerminalStore Index # Constructors # constructor Properties # connections terminals Methods # connect disconnect getTerminal isConnected isDisconnected reconnect reset sendCommand Constructors # constructor # + new TerminalStore (): TerminalStore Defined in src/renderer/components/dock/terminal.store.ts:29 Returns: TerminalStore Properties # connections # \u2022 Protected connections : ObservableMap\\ TerminalApi > = observable.map\\ () Defined in src/renderer/components/dock/terminal.store.ts:29 terminals # \u2022 Protected terminals : Map\\ Terminal > = new Map\\ () Defined in src/renderer/components/dock/terminal.store.ts:28 Methods # connect # \u25b8 connect ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/terminal.store.ts:49 Parameters: Name Type tabId TabId Returns: Promise \\ disconnect # \u25b8 disconnect ( tabId : TabId ): void Defined in src/renderer/components/dock/terminal.store.ts:63 Parameters: Name Type tabId TabId Returns: void getTerminal # \u25b8 getTerminal ( tabId : TabId ): Terminal Defined in src/renderer/components/dock/terminal.store.ts:105 Parameters: Name Type tabId TabId Returns: Terminal isConnected # \u25b8 isConnected ( tabId : TabId ): boolean Defined in src/renderer/components/dock/terminal.store.ts:80 Parameters: Name Type tabId TabId Returns: boolean isDisconnected # \u25b8 isDisconnected ( tabId : TabId ): boolean Defined in src/renderer/components/dock/terminal.store.ts:84 Parameters: Name Type tabId TabId Returns: boolean reconnect # \u25b8 reconnect ( tabId : TabId ): void Defined in src/renderer/components/dock/terminal.store.ts:75 Parameters: Name Type tabId TabId Returns: void reset # \u25b8 reset (): void Defined in src/renderer/components/dock/terminal.store.ts:109 Returns: void sendCommand # \u25b8 sendCommand ( command : string, options? : { enter?: boolean ; newTab?: boolean ; tabId?: TabId }): void Defined in src/renderer/components/dock/terminal.store.ts:91 Parameters: Name Type Default value command string - options { enter?: boolean ; newTab?: boolean ; tabId?: TabId } {} Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#class-terminalstore","text":"","title":"Class: TerminalStore"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#hierarchy","text":"TerminalStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#properties","text":"connections terminals","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#methods","text":"connect disconnect getTerminal isConnected isDisconnected reconnect reset sendCommand","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#constructor","text":"+ new TerminalStore (): TerminalStore Defined in src/renderer/components/dock/terminal.store.ts:29 Returns: TerminalStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#connections","text":"\u2022 Protected connections : ObservableMap\\ TerminalApi > = observable.map\\ () Defined in src/renderer/components/dock/terminal.store.ts:29","title":"connections"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#terminals","text":"\u2022 Protected terminals : Map\\ Terminal > = new Map\\ () Defined in src/renderer/components/dock/terminal.store.ts:28","title":"terminals"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#connect","text":"\u25b8 connect ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/terminal.store.ts:49","title":"connect"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#disconnect","text":"\u25b8 disconnect ( tabId : TabId ): void Defined in src/renderer/components/dock/terminal.store.ts:63","title":"disconnect"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#getterminal","text":"\u25b8 getTerminal ( tabId : TabId ): Terminal Defined in src/renderer/components/dock/terminal.store.ts:105","title":"getTerminal"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#isconnected","text":"\u25b8 isConnected ( tabId : TabId ): boolean Defined in src/renderer/components/dock/terminal.store.ts:80","title":"isConnected"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#isdisconnected","text":"\u25b8 isDisconnected ( tabId : TabId ): boolean Defined in src/renderer/components/dock/terminal.store.ts:84","title":"isDisconnected"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#reconnect","text":"\u25b8 reconnect ( tabId : TabId ): void Defined in src/renderer/components/dock/terminal.store.ts:75","title":"reconnect"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#reset","text":"\u25b8 reset (): void Defined in src/renderer/components/dock/terminal.store.ts:109 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#sendcommand","text":"\u25b8 sendCommand ( command : string, options? : { enter?: boolean ; newTab?: boolean ; tabId?: TabId }): void Defined in src/renderer/components/dock/terminal.store.ts:91","title":"sendCommand"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer\" / Drawer Class: Drawer # Hierarchy # Component\\< DrawerProps > \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\\< DrawerProps >): Drawer Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< DrawerProps > Returns: Drawer + new Drawer ( props : DrawerProps , context? : any): Drawer Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< DrawerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/drawer/drawer.tsx:31 Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< DrawerProps > nextState Readonly\\<{}> nextContext any Returns: void close # \u25b8 close (): void Defined in src/renderer/components/drawer/drawer.tsx:96 Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/drawer/drawer.tsx:42 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< DrawerProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerProps > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/drawer/drawer.tsx:49 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< DrawerProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< DrawerProps > prevState Readonly\\<{}> Returns: any | 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 Overrides void Defined in src/renderer/components/drawer/drawer.tsx:101 Returns: Element 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 \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< DrawerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< DrawerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< DrawerProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#class-drawer","text":"","title":"Class: Drawer"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#hierarchy","text":"Component\\< DrawerProps > \u21b3 Drawer","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.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/_src_renderer_components_drawer_drawer_.drawer/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#constructor","text":"+ new Drawer ( props : Readonly\\< DrawerProps >): Drawer Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_.drawer/#props","text":"\u2022 Readonly props : Readonly\\< DrawerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_.drawer/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/drawer/drawer.tsx:31","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#close","text":"\u25b8 close (): void Defined in src/renderer/components/drawer/drawer.tsx:96 Returns: void","title":"close"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/drawer/drawer.tsx:42 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/drawer/drawer.tsx:49 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#onclickoutside","text":"\u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/drawer/drawer.tsx:77","title":"onClickOutside"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#onescapekey","text":"\u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/drawer/drawer.tsx:68","title":"onEscapeKey"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#onmousedown","text":"\u25b8 onMouseDown ( evt : MouseEvent): void Defined in src/renderer/components/drawer/drawer.tsx:90","title":"onMouseDown"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/drawer/drawer.tsx:101 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#restorescrollpos","text":"\u25b8 restoreScrollPos (): void Defined in src/renderer/components/drawer/drawer.tsx:62 Returns: void","title":"restoreScrollPos"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#savescrollpos","text":"\u25b8 saveScrollPos (): void Defined in src/renderer/components/drawer/drawer.tsx:56 Returns: void","title":"saveScrollPos"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< DrawerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-item\" / DrawerItem Class: DrawerItem # Hierarchy # Component\\< DrawerItemProps > \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\\< DrawerItemProps >): DrawerItem Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< DrawerItemProps > Returns: DrawerItem + new DrawerItem ( props : DrawerItemProps , context? : any): DrawerItem Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< DrawerItemProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerItemProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerItemProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< DrawerItemProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerItemProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< DrawerItemProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerItemProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerItemProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< DrawerItemProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerItemProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< DrawerItemProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/drawer/drawer-item.tsx:14 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< DrawerItemProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< DrawerItemProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerItemProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< DrawerItemProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#class-draweritem","text":"","title":"Class: DrawerItem"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#hierarchy","text":"Component\\< DrawerItemProps > \u21b3 DrawerItem","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.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/_src_renderer_components_drawer_drawer_item_.draweritem/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#constructor","text":"+ new DrawerItem ( props : Readonly\\< DrawerItemProps >): DrawerItem Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_item_.draweritem/#props","text":"\u2022 Readonly props : Readonly\\< DrawerItemProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_item_.draweritem/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerItemProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerItemProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerItemProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerItemProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/drawer/drawer-item.tsx:14 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< DrawerItemProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerItemProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-param-toggler\" / DrawerParamToggler Class: DrawerParamToggler # Hierarchy # Component\\< DrawerParamTogglerProps , State > \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\\< DrawerParamTogglerProps >): DrawerParamToggler Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< DrawerParamTogglerProps > Returns: DrawerParamToggler + new DrawerParamToggler ( props : DrawerParamTogglerProps , context? : any): DrawerParamToggler Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< DrawerParamTogglerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : State Overrides Tooltip . state Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:16 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerParamTogglerProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerParamTogglerProps > nextState Readonly\\< State > nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerParamTogglerProps >, prevState : Readonly\\< State >, snapshot? : any): void Inherited from Tooltip . 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\\< DrawerParamTogglerProps > prevState Readonly\\< State > snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerParamTogglerProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerParamTogglerProps > nextState Readonly\\< State > nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerParamTogglerProps >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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\\< DrawerParamTogglerProps > prevState Readonly\\< State > Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:22 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< DrawerParamTogglerProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof State Parameters: Name Type state (prevState: Readonly\\< State >, props: Readonly\\< DrawerParamTogglerProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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\\< DrawerParamTogglerProps > nextState Readonly\\< State > nextContext any Returns: boolean toggle # \u25b8 toggle (): void Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:18 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#class-drawerparamtoggler","text":"","title":"Class: DrawerParamToggler"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#hierarchy","text":"Component\\< DrawerParamTogglerProps , State > \u21b3 DrawerParamToggler","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.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/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#constructor","text":"+ new DrawerParamToggler ( props : Readonly\\< DrawerParamTogglerProps >): DrawerParamToggler Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#props","text":"\u2022 Readonly props : Readonly\\< DrawerParamTogglerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#state","text":"\u2022 state : State Overrides Tooltip . state Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:16","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerParamTogglerProps >, prevState : Readonly\\< State >, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerParamTogglerProps >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:22 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< DrawerParamTogglerProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.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/_src_renderer_components_drawer_drawer_title_.drawertitle/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-title\" / DrawerTitle Class: DrawerTitle # Hierarchy # Component\\< DrawerTitleProps > \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\\< DrawerTitleProps >): DrawerTitle Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< DrawerTitleProps > Returns: DrawerTitle + new DrawerTitle ( props : DrawerTitleProps , context? : any): DrawerTitle Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< DrawerTitleProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerTitleProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerTitleProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerTitleProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< DrawerTitleProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerTitleProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< DrawerTitleProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerTitleProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerTitleProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerTitleProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< DrawerTitleProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerTitleProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< DrawerTitleProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/drawer/drawer-title.tsx:11 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< DrawerTitleProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< DrawerTitleProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerTitleProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< DrawerTitleProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#class-drawertitle","text":"","title":"Class: DrawerTitle"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#hierarchy","text":"Component\\< DrawerTitleProps > \u21b3 DrawerTitle","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.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/_src_renderer_components_drawer_drawer_title_.drawertitle/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#constructor","text":"+ new DrawerTitle ( props : Readonly\\< DrawerTitleProps >): DrawerTitle Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_title_.drawertitle/#props","text":"\u2022 Readonly props : Readonly\\< DrawerTitleProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_title_.drawertitle/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerTitleProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerTitleProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerTitleProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerTitleProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerTitleProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerTitleProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/drawer/drawer-title.tsx:11 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< DrawerTitleProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerTitleProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/","text":"@k8slens/extensions Globals / \"src/renderer/components/error-boundary/error-boundary\" / ErrorBoundary Class: ErrorBoundary # Hierarchy # Component\\< Props , State > \u21b3 ErrorBoundary Index # Constructors # constructor Properties # context props refs resetOnNavigate state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate back componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new ErrorBoundary ( props : Readonly\\< Props >): ErrorBoundary Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: ErrorBoundary + new ErrorBoundary ( props : Props , context? : any): ErrorBoundary Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: ErrorBoundary Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 resetOnNavigate # \u2022 resetOnNavigate : IReactionDisposer = reaction( () => navigation.getPath(), () => this.setState({ error: null, errorInfo: null }) ) Defined in src/renderer/components/error-boundary/error-boundary.tsx:25 state # \u2022 state : State Overrides Tooltip . state Defined in src/renderer/components/error-boundary/error-boundary.tsx:22 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: void back # \u25b8 back (): void Defined in src/renderer/components/error-boundary/error-boundary.tsx:34 Returns: void componentDidCatch # \u25b8 componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Overrides Tooltip . componentDidCatch Defined in src/renderer/components/error-boundary/error-boundary.tsx:30 Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\< State > snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\< State > Returns: any | null render # \u25b8 render (): object Overrides void Defined in src/renderer/components/error-boundary/error-boundary.tsx:38 Returns: object setState # \u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof State Parameters: Name Type state (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#class-errorboundary","text":"","title":"Class: ErrorBoundary"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#hierarchy","text":"Component\\< Props , State > \u21b3 ErrorBoundary","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#properties","text":"context props refs resetOnNavigate state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate back componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#constructor","text":"+ new ErrorBoundary ( props : Readonly\\< Props >): ErrorBoundary Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#resetonnavigate","text":"\u2022 resetOnNavigate : IReactionDisposer = reaction( () => navigation.getPath(), () => this.setState({ error: null, errorInfo: null }) ) Defined in src/renderer/components/error-boundary/error-boundary.tsx:25","title":"resetOnNavigate"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#state","text":"\u2022 state : State Overrides Tooltip . state Defined in src/renderer/components/error-boundary/error-boundary.tsx:22","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#back","text":"\u25b8 back (): void Defined in src/renderer/components/error-boundary/error-boundary.tsx:34 Returns: void","title":"back"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Overrides Tooltip . componentDidCatch Defined in src/renderer/components/error-boundary/error-boundary.tsx:30","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#render","text":"\u25b8 render (): object Overrides void Defined in src/renderer/components/error-boundary/error-boundary.tsx:38 Returns: object","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/","text":"@k8slens/extensions Globals / \"src/renderer/components/icon/icon\" / Icon Class: Icon # Hierarchy # PureComponent\\< IconProps > \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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< IconProps >, nextContext : any): void Inherited from Tooltip . 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\\< IconProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< IconProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< IconProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< IconProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< IconProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< IconProps >, nextContext : any): void Inherited from Tooltip . 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\\< IconProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< IconProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< IconProps > nextState Readonly\\<{}> nextContext any Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< IconProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< IconProps > prevState Readonly\\<{}> Returns: any | 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\\ ): void Defined in src/renderer/components/icon/icon.tsx:49 Parameters: Name Type evt KeyboardEvent\\ Returns: void render # \u25b8 render (): Element Defined in src/renderer/components/icon/icon.tsx:63 Returns: Element shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< IconProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< IconProps > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/icon/icon.tsx:29 Properties: Name Type Value focusable true true","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#class-icon","text":"","title":"Class: Icon"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#hierarchy","text":"PureComponent\\< IconProps > \u21b3 Icon","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#accessors","text":"isInteractive","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.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/_src_renderer_components_icon_icon_.icon/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#isinteractive","text":"\u2022 get isInteractive (): boolean Defined in src/renderer/components/icon/icon.tsx:33 Returns: boolean","title":"isInteractive"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< IconProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< IconProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< IconProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< IconProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< IconProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< IconProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#onclick","text":"\u25b8 onClick ( evt : MouseEvent): void Defined in src/renderer/components/icon/icon.tsx:39","title":"onClick"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/icon/icon.tsx:49","title":"onKeyDown"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#render","text":"\u25b8 render (): Element Defined in src/renderer/components/icon/icon.tsx:63 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< IconProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/icon/icon.tsx:29","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/file-input\" / FileInput Class: FileInput # Hierarchy # Component\\< Props > \u21b3 FileInput Index # Constructors # constructor Properties # context input props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onChange render selectFiles setState shouldComponentUpdate Object literals # style Constructors # constructor # + new FileInput ( props : Readonly\\< Props >): FileInput Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: FileInput + new FileInput ( props : Props , context? : any): FileInput Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: FileInput Properties # context # \u2022 context : any Inherited from Tooltip . 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 Protected input : HTMLInputElement Defined in src/renderer/components/input/file-input.tsx:18 props # \u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null onChange # \u25b8 Protected onChange ( evt : ChangeEvent\\ ): Promise \\ Defined in src/renderer/components/input/file-input.tsx:29 Parameters: Name Type evt ChangeEvent\\ Returns: Promise \\ render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/input/file-input.tsx:54 Returns: Element selectFiles # \u25b8 selectFiles (): void Defined in src/renderer/components/input/file-input.tsx:25 Returns: void setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # style # \u25aa Protected style : object Defined in src/renderer/components/input/file-input.tsx:20 Properties: Name Type Value display string \"none\" position \\\"absolute\\\" \"absolute\"","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#class-fileinput","text":"","title":"Class: FileInput"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#hierarchy","text":"Component\\< Props > \u21b3 FileInput","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#properties","text":"context input props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onChange render selectFiles setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#object-literals","text":"style","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#constructor","text":"+ new FileInput ( props : Readonly\\< Props >): FileInput Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_input_file_input_.fileinput/#input","text":"\u2022 Protected input : HTMLInputElement Defined in src/renderer/components/input/file-input.tsx:18","title":"input"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_input_file_input_.fileinput/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#onchange","text":"\u25b8 Protected onChange ( evt : ChangeEvent\\ ): Promise \\ Defined in src/renderer/components/input/file-input.tsx:29","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/input/file-input.tsx:54 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#selectfiles","text":"\u25b8 selectFiles (): void Defined in src/renderer/components/input/file-input.tsx:25 Returns: void","title":"selectFiles"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#style","text":"\u25aa Protected style : object Defined in src/renderer/components/input/file-input.tsx:20","title":"style"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/input\" / Input Class: Input # Hierarchy # Component\\< InputProps , State > \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\\< InputProps >): Input Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< InputProps > Returns: Input + new Input ( props : InputProps , context? : any): Input Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< InputProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 validators # \u2022 validators : InputValidator [] = [] Defined in src/renderer/components/input/input.tsx:56 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< InputProps >, nextContext : any): void Inherited from Tooltip . 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\\< InputProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< InputProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< InputProps > nextState Readonly\\< State > 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 componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/input/input.tsx:242 Returns: void componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : InputProps ): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/input/input.tsx:247 Parameters: Name Type prevProps InputProps Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< InputProps >, nextContext : any): void Inherited from Tooltip . 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\\< InputProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< InputProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< InputProps > nextState Readonly\\< State > nextContext any Returns: void focus # \u25b8 focus (): void Defined in src/renderer/components/input/input.tsx:80 Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< InputProps >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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\\< InputProps > prevState Readonly\\< State > Returns: any | null getValue # \u25b8 getValue (): string Defined in src/renderer/components/input/input.tsx:73 Returns: string onBlur # \u25b8 onBlur ( evt : FocusEvent\\< InputElement >): void Defined in src/renderer/components/input/input.tsx:190 Parameters: Name Type evt FocusEvent\\< InputElement > Returns: void onChange # \u25b8 onChange ( evt : ChangeEvent\\ ): void Defined in src/renderer/components/input/input.tsx:198 Parameters: Name Type evt ChangeEvent\\ Returns: void onFocus # \u25b8 onFocus ( evt : FocusEvent\\< InputElement >): void Defined in src/renderer/components/input/input.tsx:182 Parameters: Name Type evt FocusEvent\\< InputElement > Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/input/input.tsx:217 Parameters: Name Type evt KeyboardEvent\\ Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/input/input.tsx:266 Returns: Element 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 value dirty boolean true Returns: void setState # \u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< InputProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof State Parameters: Name Type state (prevState: Readonly\\< State >, props: Readonly\\< InputProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null callback? () => 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 shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< InputProps >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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\\< InputProps > nextState Readonly\\< State > nextContext any Returns: boolean validate # \u25b8 validate ( value? : string): Promise \\ Defined in src/renderer/components/input/input.tsx:106 Parameters: Name Type Default value value string this.getValue() Returns: Promise \\ Object literals # state # \u25aa state : object Overrides Tooltip . state Defined in src/renderer/components/input/input.tsx:58 Properties: Name Type Value dirty boolean !!this.props.dirty errors undefined[] [] valid true true","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#class-input","text":"","title":"Class: Input"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#hierarchy","text":"Component\\< InputProps , State > \u21b3 Input","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#properties","text":"context input props refs validators contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#accessors","text":"isUncontrolled showMaxLenIndicator","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.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/_src_renderer_components_input_input_.input/#object-literals","text":"state","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#constructor","text":"+ new Input ( props : Readonly\\< InputProps >): Input Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_input_input_.input/#input","text":"\u2022 input : InputElement Defined in src/renderer/components/input/input.tsx:55","title":"input"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#props","text":"\u2022 Readonly props : Readonly\\< InputProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_input_input_.input/#validators","text":"\u2022 validators : InputValidator [] = [] Defined in src/renderer/components/input/input.tsx:56","title":"validators"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/input/input.tsx:53","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#isuncontrolled","text":"\u2022 get isUncontrolled (): boolean Defined in src/renderer/components/input/input.tsx:238 Returns: boolean","title":"isUncontrolled"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#showmaxlenindicator","text":"\u2022 get showMaxLenIndicator (): boolean Defined in src/renderer/components/input/input.tsx:233 Returns: boolean","title":"showMaxLenIndicator"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< InputProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< InputProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#bindref","text":"\u25b8 bindRef ( elem : InputElement ): void Defined in src/renderer/components/input/input.tsx:262","title":"bindRef"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#blur","text":"\u25b8 blur (): void Defined in src/renderer/components/input/input.tsx:84 Returns: void","title":"blur"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/input/input.tsx:242 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : InputProps ): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/input/input.tsx:247","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< InputProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< InputProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#focus","text":"\u25b8 focus (): void Defined in src/renderer/components/input/input.tsx:80 Returns: void","title":"focus"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< InputProps >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#getvalue","text":"\u25b8 getValue (): string Defined in src/renderer/components/input/input.tsx:73 Returns: string","title":"getValue"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#onblur","text":"\u25b8 onBlur ( evt : FocusEvent\\< InputElement >): void Defined in src/renderer/components/input/input.tsx:190","title":"onBlur"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#onchange","text":"\u25b8 onChange ( evt : ChangeEvent\\ ): void Defined in src/renderer/components/input/input.tsx:198","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#onfocus","text":"\u25b8 onFocus ( evt : FocusEvent\\< InputElement >): void Defined in src/renderer/components/input/input.tsx:182","title":"onFocus"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/input/input.tsx:217","title":"onKeyDown"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/input/input.tsx:266 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#select","text":"\u25b8 select (): void Defined in src/renderer/components/input/input.tsx:88 Returns: void","title":"select"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#setdirty","text":"\u25b8 setDirty ( dirty? : boolean): void Defined in src/renderer/components/input/input.tsx:176","title":"setDirty"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< InputProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#setvalidation","text":"\u25b8 setValidation ( errors : React.ReactNode[]): void Defined in src/renderer/components/input/input.tsx:148","title":"setValidation"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#setvalue","text":"\u25b8 setValue ( value : string): void Defined in src/renderer/components/input/input.tsx:64","title":"setValue"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< InputProps >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#validate","text":"\u25b8 validate ( value? : string): Promise \\ Defined in src/renderer/components/input/input.tsx:106","title":"validate"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#state","text":"\u25aa state : object Overrides Tooltip . state Defined in src/renderer/components/input/input.tsx:58","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/search-input\" / SearchInput Class: SearchInput # Hierarchy # Component\\< Props > \u21b3 SearchInput Index # Constructors # constructor Properties # context props refs state contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate clear componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate onChange onKeyDown render setState shouldComponentUpdate Constructors # constructor # + new SearchInput ( props : Readonly\\< Props >): SearchInput Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: SearchInput + new SearchInput ( props : Props , context? : any): SearchInput Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: SearchInput Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/input/search-input.tsx:27 Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void clear # \u25b8 clear (): void Defined in src/renderer/components/input/search-input.tsx:39 Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/input/search-input.tsx:31 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/input/search-input.tsx:35 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void focus # \u25b8 focus ( evt : KeyboardEvent): void Defined in src/renderer/components/input/search-input.tsx:62 Parameters: Name Type evt KeyboardEvent Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null onChange # \u25b8 onChange ( val : string, evt : ChangeEvent\\ ): void Defined in src/renderer/components/input/search-input.tsx:45 Parameters: Name Type val string evt ChangeEvent\\ Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/input/search-input.tsx:49 Parameters: Name Type evt KeyboardEvent\\ Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/input/search-input.tsx:69 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#class-searchinput","text":"","title":"Class: SearchInput"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#hierarchy","text":"Component\\< Props > \u21b3 SearchInput","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate clear componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate onChange onKeyDown render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#constructor","text":"+ new SearchInput ( props : Readonly\\< Props >): SearchInput Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_input_search_input_.searchinput/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_input_search_input_.searchinput/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/input/search-input.tsx:27","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#clear","text":"\u25b8 clear (): void Defined in src/renderer/components/input/search-input.tsx:39 Returns: void","title":"clear"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/input/search-input.tsx:31 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/input/search-input.tsx:35 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#focus","text":"\u25b8 focus ( evt : KeyboardEvent): void Defined in src/renderer/components/input/search-input.tsx:62","title":"focus"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#onchange","text":"\u25b8 onChange ( val : string, evt : ChangeEvent\\ ): void Defined in src/renderer/components/input/search-input.tsx:45","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/input/search-input.tsx:49","title":"onKeyDown"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/input/search-input.tsx:69 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/search-input-url\" / SearchInputUrl Class: SearchInputUrl # Hierarchy # Component\\< Props > \u21b3 SearchInputUrl Index # Constructors # constructor Properties # context inputVal props refs state updateInput updateUrl contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate clear componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onChange render setState setValue shouldComponentUpdate Constructors # constructor # + new SearchInputUrl ( props : Readonly\\< Props >): SearchInputUrl Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: SearchInputUrl + new SearchInputUrl ( props : Props , context? : any): SearchInputUrl Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: SearchInputUrl Properties # context # \u2022 context : any Inherited from Tooltip . 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 inputVal # \u2022 inputVal : string = \"\" Defined in src/renderer/components/input/search-input-url.tsx:15 props # \u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 updateInput # \u2022 updateInput : IReactionDisposer = autorun(() => this.inputVal = getSearch()) Defined in src/renderer/components/input/search-input-url.tsx:18 updateUrl # \u2022 updateUrl : (Anonymous function) & Cancelable = debounce((val: string) => setSearch(val), 250) Defined in src/renderer/components/input/search-input-url.tsx:19 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void clear # \u25b8 clear (): void Defined in src/renderer/components/input/search-input-url.tsx:26 Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null onChange # \u25b8 onChange ( val : string, evt : ChangeEvent\\ ): void Defined in src/renderer/components/input/search-input-url.tsx:31 Parameters: Name Type val string evt ChangeEvent\\ Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/input/search-input-url.tsx:38 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void setValue # \u25b8 setValue ( value : string): void Defined in src/renderer/components/input/search-input-url.tsx:21 Parameters: Name Type value string Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#class-searchinputurl","text":"","title":"Class: SearchInputUrl"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#hierarchy","text":"Component\\< Props > \u21b3 SearchInputUrl","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#properties","text":"context inputVal props refs state updateInput updateUrl contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate clear componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onChange render setState setValue shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#constructor","text":"+ new SearchInputUrl ( props : Readonly\\< Props >): SearchInputUrl Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_input_search_input_url_.searchinputurl/#inputval","text":"\u2022 inputVal : string = \"\" Defined in src/renderer/components/input/search-input-url.tsx:15","title":"inputVal"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_input_search_input_url_.searchinputurl/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#updateinput","text":"\u2022 updateInput : IReactionDisposer = autorun(() => this.inputVal = getSearch()) Defined in src/renderer/components/input/search-input-url.tsx:18","title":"updateInput"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#updateurl","text":"\u2022 updateUrl : (Anonymous function) & Cancelable = debounce((val: string) => setSearch(val), 250) Defined in src/renderer/components/input/search-input-url.tsx:19","title":"updateUrl"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#clear","text":"\u25b8 clear (): void Defined in src/renderer/components/input/search-input-url.tsx:26 Returns: void","title":"clear"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#onchange","text":"\u25b8 onChange ( val : string, evt : ChangeEvent\\ ): void Defined in src/renderer/components/input/search-input-url.tsx:31","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/input/search-input-url.tsx:38 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#setvalue","text":"\u25b8 setValue ( value : string): void Defined in src/renderer/components/input/search-input-url.tsx:21","title":"setValue"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/item-list-layout\" / ItemListLayout Class: ItemListLayout # Hierarchy # Component\\< ItemListLayoutProps > \u21b3 ItemListLayout Index # Constructors # constructor Properties # context isUnmounting props refs state contextType defaultProps Accessors # allItems filters isReady items Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate applyFilters componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getRow getSnapshotBeforeUpdate removeItemsDialog render renderFilters renderFooter renderHeader renderHeaderContent renderInfo renderList renderNoItems setState shouldComponentUpdate Object literals # userSettings Constructors # constructor # + new ItemListLayout ( props : ItemListLayoutProps ): ItemListLayout Overrides Tooltip . constructor Defined in src/renderer/components/item-object-list/item-list-layout.tsx:99 Parameters: Name Type props ItemListLayoutProps Returns: ItemListLayout Properties # context # \u2022 context : any Inherited from Tooltip . 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 isUnmounting # \u2022 isUnmounting : boolean = false Defined in src/renderer/components/item-object-list/item-list-layout.tsx:94 props # \u2022 Readonly props : Readonly\\< ItemListLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/item-object-list/item-list-layout.tsx:92 Accessors # allItems # \u2022 get allItems (): ItemObject [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:181 Returns: ItemObject [] filters # \u2022 get filters (): Filter [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:164 Returns: Filter [] isReady # \u2022 get isReady (): boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:159 Returns: boolean items # \u2022 get items (): ItemObject [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:186 Returns: ItemObject [] Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< ItemListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< ItemListLayoutProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< ItemListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< ItemListLayoutProps > nextState Readonly\\<{}> nextContext any Returns: void applyFilters # \u25b8 applyFilters \\ ( filters : ItemsFilter [], items : T[]): T[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:176 Type parameters: Name T Parameters: Name Type filters ItemsFilter [] items T[] Returns: T[] componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 \\ Overrides Icon . componentDidMount Defined in src/renderer/components/item-object-list/item-list-layout.tsx:113 Returns: Promise \\ componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< ItemListLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< ItemListLayoutProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< ItemListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< ItemListLayoutProps > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/item-object-list/item-list-layout.tsx:127 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< ItemListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< ItemListLayoutProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getRow # \u25b8 getRow ( uid : string): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:201 Parameters: Name Type uid string Returns: Element getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< ItemListLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< ItemListLayoutProps > prevState Readonly\\<{}> Returns: any | null removeItemsDialog # \u25b8 removeItemsDialog (): void Defined in src/renderer/components/item-object-list/item-list-layout.tsx:251 Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/item-object-list/item-list-layout.tsx:433 Returns: Element renderFilters # \u25b8 renderFilters (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:274 Returns: Element renderFooter # \u25b8 renderFooter (): ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:427 Returns: ReactNode renderHeader # \u25b8 renderHeader (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:339 Returns: Element renderHeaderContent # \u25b8 renderHeaderContent ( placeholders : IHeaderPlaceholders ): ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:303 Parameters: Name Type placeholders IHeaderPlaceholders Returns: ReactNode renderInfo # \u25b8 renderInfo (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:317 Returns: Element renderList # \u25b8 renderList (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:373 Returns: Element renderNoItems # \u25b8 renderNoItems (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:283 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< ItemListLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< ItemListLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< ItemListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< ItemListLayoutProps > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # userSettings # \u25aa userSettings : object Defined in src/renderer/components/item-object-list/item-list-layout.tsx:97 Properties: Name Type Value showAppliedFilters false false","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#class-itemlistlayout","text":"","title":"Class: ItemListLayout"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#hierarchy","text":"Component\\< ItemListLayoutProps > \u21b3 ItemListLayout","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#properties","text":"context isUnmounting props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#accessors","text":"allItems filters isReady items","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate applyFilters componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getRow getSnapshotBeforeUpdate removeItemsDialog render renderFilters renderFooter renderHeader renderHeaderContent renderInfo renderList renderNoItems setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#object-literals","text":"userSettings","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#constructor","text":"+ new ItemListLayout ( props : ItemListLayoutProps ): ItemListLayout Overrides Tooltip . constructor Defined in src/renderer/components/item-object-list/item-list-layout.tsx:99","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#isunmounting","text":"\u2022 isUnmounting : boolean = false Defined in src/renderer/components/item-object-list/item-list-layout.tsx:94","title":"isUnmounting"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#props","text":"\u2022 Readonly props : Readonly\\< ItemListLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/item-object-list/item-list-layout.tsx:92","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#allitems","text":"\u2022 get allItems (): ItemObject [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:181 Returns: ItemObject []","title":"allItems"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#filters","text":"\u2022 get filters (): Filter [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:164 Returns: Filter []","title":"filters"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#isready","text":"\u2022 get isReady (): boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:159 Returns: boolean","title":"isReady"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#items","text":"\u2022 get items (): ItemObject [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:186 Returns: ItemObject []","title":"items"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< ItemListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< ItemListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#applyfilters","text":"\u25b8 applyFilters \\ ( filters : ItemsFilter [], items : T[]): T[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:176","title":"applyFilters"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#componentdidmount","text":"\u25b8 componentDidMount (): Promise \\ Overrides Icon . componentDidMount Defined in src/renderer/components/item-object-list/item-list-layout.tsx:113 Returns: Promise \\","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< ItemListLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< ItemListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/item-object-list/item-list-layout.tsx:127 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< ItemListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#getrow","text":"\u25b8 getRow ( uid : string): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:201","title":"getRow"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< ItemListLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#removeitemsdialog","text":"\u25b8 removeItemsDialog (): void Defined in src/renderer/components/item-object-list/item-list-layout.tsx:251 Returns: void","title":"removeItemsDialog"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/item-object-list/item-list-layout.tsx:433 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#renderfilters","text":"\u25b8 renderFilters (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:274 Returns: Element","title":"renderFilters"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#renderfooter","text":"\u25b8 renderFooter (): ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:427 Returns: ReactNode","title":"renderFooter"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#renderheader","text":"\u25b8 renderHeader (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:339 Returns: Element","title":"renderHeader"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#renderheadercontent","text":"\u25b8 renderHeaderContent ( placeholders : IHeaderPlaceholders ): ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:303","title":"renderHeaderContent"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#renderinfo","text":"\u25b8 renderInfo (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:317 Returns: Element","title":"renderInfo"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#renderlist","text":"\u25b8 renderList (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:373 Returns: Element","title":"renderList"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#rendernoitems","text":"\u25b8 renderNoItems (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:283 Returns: Element","title":"renderNoItems"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< ItemListLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< ItemListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#usersettings","text":"\u25aa userSettings : object Defined in src/renderer/components/item-object-list/item-list-layout.tsx:97","title":"userSettings"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters-list\" / PageFiltersList Class: PageFiltersList # Hierarchy # Component\\< Props > \u21b3 PageFiltersList 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 remove render renderContent reset setState shouldComponentUpdate Object literals # defaultProps Constructors # constructor # + new PageFiltersList ( props : Readonly\\< Props >): PageFiltersList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: PageFiltersList + new PageFiltersList ( props : Props , context? : any): PageFiltersList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: PageFiltersList Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null remove # \u25b8 remove ( filter : Filter ): void Defined in src/renderer/components/item-object-list/page-filters-list.tsx:24 Parameters: Name Type filter Filter Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/item-object-list/page-filters-list.tsx:66 Returns: Element renderContent # \u25b8 renderContent (): Element Defined in src/renderer/components/item-object-list/page-filters-list.tsx:26 Returns: Element reset # \u25b8 reset (): void Defined in src/renderer/components/item-object-list/page-filters-list.tsx:23 Returns: void setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/item-object-list/page-filters-list.tsx:17 Properties: Name Type Value filters","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#class-pagefilterslist","text":"","title":"Class: PageFiltersList"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#hierarchy","text":"Component\\< Props > \u21b3 PageFiltersList","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate remove render renderContent reset setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#constructor","text":"+ new PageFiltersList ( props : Readonly\\< Props >): PageFiltersList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#remove","text":"\u25b8 remove ( filter : Filter ): void Defined in src/renderer/components/item-object-list/page-filters-list.tsx:24","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/item-object-list/page-filters-list.tsx:66 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#rendercontent","text":"\u25b8 renderContent (): Element Defined in src/renderer/components/item-object-list/page-filters-list.tsx:26 Returns: Element","title":"renderContent"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#reset","text":"\u25b8 reset (): void Defined in src/renderer/components/item-object-list/page-filters-list.tsx:23 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/item-object-list/page-filters-list.tsx:17","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters-select\" / PageFiltersSelect Class: PageFiltersSelect # Hierarchy # Component\\< Props > \u21b3 PageFiltersSelect Index # Constructors # constructor Properties # context props refs state contextType Accessors # groupedOptions options 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 PageFiltersSelect ( props : Readonly\\< Props >): PageFiltersSelect Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: PageFiltersSelect + new PageFiltersSelect ( props : Props , context? : any): PageFiltersSelect Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: PageFiltersSelect Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # groupedOptions # \u2022 get groupedOptions (): GroupSelectOption \\< SelectOptionFilter >[] Defined in src/renderer/components/item-object-list/page-filters-select.tsx:31 Returns: GroupSelectOption \\< SelectOptionFilter >[] options # \u2022 get options (): SelectOptionFilter [] Defined in src/renderer/components/item-object-list/page-filters-select.tsx:52 Returns: SelectOptionFilter [] Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/item-object-list/page-filters-select.tsx:82 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/item-object-list/page-filters-select.tsx:26 Properties: Name Type Value allowEmpty true true disableFilters object {}","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#class-pagefiltersselect","text":"","title":"Class: PageFiltersSelect"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#hierarchy","text":"Component\\< Props > \u21b3 PageFiltersSelect","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#accessors","text":"groupedOptions options","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#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/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#constructor","text":"+ new PageFiltersSelect ( props : Readonly\\< Props >): PageFiltersSelect Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#groupedoptions","text":"\u2022 get groupedOptions (): GroupSelectOption \\< SelectOptionFilter >[] Defined in src/renderer/components/item-object-list/page-filters-select.tsx:31 Returns: GroupSelectOption \\< SelectOptionFilter >[]","title":"groupedOptions"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#options","text":"\u2022 get options (): SelectOptionFilter [] Defined in src/renderer/components/item-object-list/page-filters-select.tsx:52 Returns: SelectOptionFilter []","title":"options"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/item-object-list/page-filters-select.tsx:82 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/item-object-list/page-filters-select.tsx:26","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters.store\" / PageFiltersStore Class: PageFiltersStore # Hierarchy # PageFiltersStore Index # Constructors # constructor Properties # filters isDisabled Accessors # activeFilters Methods # addFilter disable enable getByType getValues isEnabled removeFilter reset syncWithContextNamespace syncWithGlobalSearch Constructors # constructor # + new PageFiltersStore (): PageFiltersStore Defined in src/renderer/components/item-object-list/page-filters.store.ts:23 Returns: PageFiltersStore Properties # filters # \u2022 Protected filters : IObservableArray\\< Filter > = observable.array\\ ([], { deep: false }) Defined in src/renderer/components/item-object-list/page-filters.store.ts:18 isDisabled # \u2022 Protected isDisabled : ObservableMap\\< FilterType , boolean> = observable.map\\ () Defined in src/renderer/components/item-object-list/page-filters.store.ts:19 Accessors # activeFilters # \u2022 get activeFilters (): Filter [] Defined in src/renderer/components/item-object-list/page-filters.store.ts:21 Returns: Filter [] Methods # addFilter # \u25b8 addFilter ( filter : Filter , begin? : boolean): void Defined in src/renderer/components/item-object-list/page-filters.store.ts:71 Parameters: Name Type Default value filter Filter - begin boolean false Returns: void disable # \u25b8 disable ( type : FilterType | FilterType []): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:101 Parameters: Name Type type FilterType | FilterType [] Returns: (Anonymous function) enable # \u25b8 enable ( type : FilterType | FilterType []): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:106 Parameters: Name Type type FilterType | FilterType [] Returns: (Anonymous function) getByType # \u25b8 getByType ( type : FilterType , value? : any): Filter Defined in src/renderer/components/item-object-list/page-filters.store.ts:85 Parameters: Name Type type FilterType value? any Returns: Filter getValues # \u25b8 getValues ( type : FilterType ): string[] Defined in src/renderer/components/item-object-list/page-filters.store.ts:91 Parameters: Name Type type FilterType Returns: string[] isEnabled # \u25b8 isEnabled ( type : FilterType ): boolean Defined in src/renderer/components/item-object-list/page-filters.store.ts:97 Parameters: Name Type type FilterType Returns: boolean removeFilter # \u25b8 removeFilter ( filter : Filter ): void Defined in src/renderer/components/item-object-list/page-filters.store.ts:78 Parameters: Name Type filter Filter Returns: void reset # \u25b8 reset (): void Defined in src/renderer/components/item-object-list/page-filters.store.ts:111 Returns: void syncWithContextNamespace # \u25b8 Protected syncWithContextNamespace (): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:30 Returns: (Anonymous function) syncWithGlobalSearch # \u25b8 Protected syncWithGlobalSearch (): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:53 Returns: (Anonymous function)","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#class-pagefiltersstore","text":"","title":"Class: PageFiltersStore"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#hierarchy","text":"PageFiltersStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#properties","text":"filters isDisabled","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#accessors","text":"activeFilters","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#methods","text":"addFilter disable enable getByType getValues isEnabled removeFilter reset syncWithContextNamespace syncWithGlobalSearch","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#constructor","text":"+ new PageFiltersStore (): PageFiltersStore Defined in src/renderer/components/item-object-list/page-filters.store.ts:23 Returns: PageFiltersStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#filters","text":"\u2022 Protected filters : IObservableArray\\< Filter > = observable.array\\ ([], { deep: false }) Defined in src/renderer/components/item-object-list/page-filters.store.ts:18","title":"filters"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#isdisabled","text":"\u2022 Protected isDisabled : ObservableMap\\< FilterType , boolean> = observable.map\\ () Defined in src/renderer/components/item-object-list/page-filters.store.ts:19","title":"isDisabled"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#activefilters","text":"\u2022 get activeFilters (): Filter [] Defined in src/renderer/components/item-object-list/page-filters.store.ts:21 Returns: Filter []","title":"activeFilters"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#addfilter","text":"\u25b8 addFilter ( filter : Filter , begin? : boolean): void Defined in src/renderer/components/item-object-list/page-filters.store.ts:71","title":"addFilter"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#disable","text":"\u25b8 disable ( type : FilterType | FilterType []): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:101","title":"disable"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#enable","text":"\u25b8 enable ( type : FilterType | FilterType []): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:106","title":"enable"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#getbytype","text":"\u25b8 getByType ( type : FilterType , value? : any): Filter Defined in src/renderer/components/item-object-list/page-filters.store.ts:85","title":"getByType"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#getvalues","text":"\u25b8 getValues ( type : FilterType ): string[] Defined in src/renderer/components/item-object-list/page-filters.store.ts:91","title":"getValues"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#isenabled","text":"\u25b8 isEnabled ( type : FilterType ): boolean Defined in src/renderer/components/item-object-list/page-filters.store.ts:97","title":"isEnabled"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#removefilter","text":"\u25b8 removeFilter ( filter : Filter ): void Defined in src/renderer/components/item-object-list/page-filters.store.ts:78","title":"removeFilter"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#reset","text":"\u25b8 reset (): void Defined in src/renderer/components/item-object-list/page-filters.store.ts:111 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#syncwithcontextnamespace","text":"\u25b8 Protected syncWithContextNamespace (): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:30 Returns: (Anonymous function)","title":"syncWithContextNamespace"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#syncwithglobalsearch","text":"\u25b8 Protected syncWithGlobalSearch (): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:53 Returns: (Anonymous function)","title":"syncWithGlobalSearch"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-details\" / KubeObjectDetails Class: KubeObjectDetails # 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\\<{}>): KubeObjectDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\<{}> Returns: KubeObjectDetails + new KubeObjectDetails ( props : {}, context? : any): KubeObjectDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props {} context? any Returns: KubeObjectDetails Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/kube-object/kube-object-details.tsx:65 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#class-kubeobjectdetails","text":"","title":"Class: KubeObjectDetails"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#hierarchy","text":"Component \u21b3 KubeObjectDetails","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#properties","text":"context isLoading loader loadingError props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#accessors","text":"isCrdInstance object path","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.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/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#constructor","text":"+ new KubeObjectDetails ( props : Readonly\\<{}>): KubeObjectDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_details_.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/_src_renderer_components_kube_object_kube_object_details_.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/_src_renderer_components_kube_object_kube_object_details_.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/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#props","text":"\u2022 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.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/_src_renderer_components_kube_object_kube_object_details_.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/_src_renderer_components_kube_object_kube_object_details_.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/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/kube-object/kube-object-details.tsx:65 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-list-layout\" / KubeObjectListLayout Class: KubeObjectListLayout # Hierarchy # Component\\< KubeObjectListLayoutProps > \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\\< KubeObjectListLayoutProps >): KubeObjectListLayout Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< KubeObjectListLayoutProps > Returns: KubeObjectListLayout + new KubeObjectListLayout ( props : KubeObjectListLayoutProps , context? : any): KubeObjectListLayout Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< KubeObjectListLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectListLayoutProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectListLayoutProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeObjectListLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< KubeObjectListLayoutProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectListLayoutProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectListLayoutProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeObjectListLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< KubeObjectListLayoutProps > prevState Readonly\\<{}> Returns: any | 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 Overrides void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:30 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectListLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectListLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< KubeObjectListLayoutProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#class-kubeobjectlistlayout","text":"","title":"Class: KubeObjectListLayout"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#hierarchy","text":"Component\\< KubeObjectListLayoutProps > \u21b3 KubeObjectListLayout","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#accessors","text":"selectedItem","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.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/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#constructor","text":"+ new KubeObjectListLayout ( props : Readonly\\< KubeObjectListLayoutProps >): KubeObjectListLayout Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#props","text":"\u2022 Readonly props : Readonly\\< KubeObjectListLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.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/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeObjectListLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeObjectListLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#ondetails","text":"\u25b8 onDetails ( item : KubeObject ): void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:21","title":"onDetails"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:30 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectListLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-menu\" / KubeObjectMenu Class: KubeObjectMenu # Hierarchy # Component\\< KubeObjectMenuProps > \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\\< KubeObjectMenuProps >): KubeObjectMenu Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< KubeObjectMenuProps > Returns: KubeObjectMenu + new KubeObjectMenu ( props : KubeObjectMenuProps , context? : any): KubeObjectMenu Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< KubeObjectMenuProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 \\ Defined in src/renderer/components/kube-object/kube-object-menu.tsx:18 Returns: KubeObjectStore \\ Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMenuProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMenuProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeObjectMenuProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMenuProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeObjectMenuProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< KubeObjectMenuProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMenuProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMenuProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeObjectMenuProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMenuProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeObjectMenuProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< KubeObjectMenuProps > prevState Readonly\\<{}> Returns: any | null remove # \u25b8 remove (): Promise \\ Defined in src/renderer/components/kube-object/kube-object-menu.tsx:41 Returns: Promise \\ render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/kube-object/kube-object-menu.tsx:58 Returns: Element renderRemoveMessage # \u25b8 renderRemoveMessage (): Element Defined in src/renderer/components/kube-object/kube-object-menu.tsx:49 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectMenuProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectMenuProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeObjectMenuProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< KubeObjectMenuProps > nextState Readonly\\<{}> nextContext any Returns: boolean update # \u25b8 update (): Promise \\ Defined in src/renderer/components/kube-object/kube-object-menu.tsx:35 Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#class-kubeobjectmenu","text":"","title":"Class: KubeObjectMenu"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#hierarchy","text":"Component\\< KubeObjectMenuProps > \u21b3 KubeObjectMenu","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#accessors","text":"isEditable isRemovable store","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.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/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#constructor","text":"+ new KubeObjectMenu ( props : Readonly\\< KubeObjectMenuProps >): KubeObjectMenu Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#props","text":"\u2022 Readonly props : Readonly\\< KubeObjectMenuProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.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/_src_renderer_components_kube_object_kube_object_menu_.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/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#store","text":"\u2022 get store (): KubeObjectStore \\ Defined in src/renderer/components/kube-object/kube-object-menu.tsx:18 Returns: KubeObjectStore \\","title":"store"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMenuProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeObjectMenuProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeObjectMenuProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMenuProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeObjectMenuProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeObjectMenuProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#remove","text":"\u25b8 remove (): Promise \\ Defined in src/renderer/components/kube-object/kube-object-menu.tsx:41 Returns: Promise \\","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/kube-object/kube-object-menu.tsx:58 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#renderremovemessage","text":"\u25b8 renderRemoveMessage (): Element Defined in src/renderer/components/kube-object/kube-object-menu.tsx:49 Returns: Element","title":"renderRemoveMessage"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectMenuProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeObjectMenuProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#update","text":"\u25b8 update (): Promise \\ Defined in src/renderer/components/kube-object/kube-object-menu.tsx:35 Returns: Promise \\","title":"update"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-meta\" / KubeObjectMeta Class: KubeObjectMeta # Hierarchy # Component\\< KubeObjectMetaProps > \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\\< KubeObjectMetaProps >): KubeObjectMeta Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< KubeObjectMetaProps > Returns: KubeObjectMeta + new KubeObjectMeta ( props : KubeObjectMetaProps , context? : any): KubeObjectMeta Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< KubeObjectMetaProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultHiddenFields # \u25aa Static defaultHiddenFields : IKubeMetaField [] = [ \"uid\", \"resourceVersion\", \"selfLink\" ] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:15 Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMetaProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMetaProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeObjectMetaProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMetaProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeObjectMetaProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< KubeObjectMetaProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMetaProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMetaProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeObjectMetaProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMetaProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeObjectMetaProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< KubeObjectMetaProps > prevState Readonly\\<{}> Returns: any | null isHidden # \u25b8 isHidden ( field : IKubeMetaField ): boolean Defined in src/renderer/components/kube-object/kube-object-meta.tsx:19 Parameters: Name Type field IKubeMetaField Returns: boolean render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/kube-object/kube-object-meta.tsx:24 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectMetaProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectMetaProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeObjectMetaProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< KubeObjectMetaProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#class-kubeobjectmeta","text":"","title":"Class: KubeObjectMeta"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#hierarchy","text":"Component\\< KubeObjectMetaProps > \u21b3 KubeObjectMeta","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#properties","text":"context props refs state contextType defaultHiddenFields","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.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/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#constructor","text":"+ new KubeObjectMeta ( props : Readonly\\< KubeObjectMetaProps >): KubeObjectMeta Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#props","text":"\u2022 Readonly props : Readonly\\< KubeObjectMetaProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#defaulthiddenfields","text":"\u25aa Static defaultHiddenFields : IKubeMetaField [] = [ \"uid\", \"resourceVersion\", \"selfLink\" ] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:15","title":"defaultHiddenFields"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMetaProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeObjectMetaProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeObjectMetaProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMetaProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeObjectMetaProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeObjectMetaProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#ishidden","text":"\u25b8 isHidden ( field : IKubeMetaField ): boolean Defined in src/renderer/components/kube-object/kube-object-meta.tsx:19","title":"isHidden"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/kube-object/kube-object-meta.tsx:24 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectMetaProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeObjectMetaProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/page-layout\" / PageLayout Class: PageLayout # Hierarchy # Component\\< PageLayoutProps > \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\\< PageLayoutProps >): PageLayout Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< PageLayoutProps > Returns: PageLayout + new PageLayout ( props : PageLayoutProps , context? : any): PageLayout Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< PageLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/layout/page-layout.tsx:27 Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< PageLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< PageLayoutProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< PageLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< PageLayoutProps > nextState Readonly\\<{}> 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 componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 \\ Overrides Icon . componentDidMount Defined in src/renderer/components/layout/page-layout.tsx:38 Returns: Promise \\ componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< PageLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< PageLayoutProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< PageLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< PageLayoutProps > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/layout/page-layout.tsx:42 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< PageLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< PageLayoutProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< PageLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< PageLayoutProps > prevState Readonly\\<{}> Returns: any | 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 Overrides void Defined in src/renderer/components/layout/page-layout.tsx:56 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< PageLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< PageLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< PageLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< PageLayoutProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#class-pagelayout","text":"","title":"Class: PageLayout"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#hierarchy","text":"Component\\< PageLayoutProps > \u21b3 PageLayout","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.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/_src_renderer_components_layout_page_layout_.pagelayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#constructor","text":"+ new PageLayout ( props : Readonly\\< PageLayoutProps >): PageLayout Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_layout_page_layout_.pagelayout/#props","text":"\u2022 Readonly props : Readonly\\< PageLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_layout_page_layout_.pagelayout/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/layout/page-layout.tsx:27","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< PageLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< PageLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#back","text":"\u25b8 back ( evt? : MouseEvent | KeyboardEvent): void Defined in src/renderer/components/layout/page-layout.tsx:30","title":"back"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#componentdidmount","text":"\u25b8 componentDidMount (): Promise \\ Overrides Icon . componentDidMount Defined in src/renderer/components/layout/page-layout.tsx:38 Returns: Promise \\","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< PageLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< PageLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/layout/page-layout.tsx:42 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< PageLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< PageLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#onescapekey","text":"\u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/layout/page-layout.tsx:46","title":"onEscapeKey"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/layout/page-layout.tsx:56 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< PageLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< PageLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/wizard-layout\" / WizardLayout Class: WizardLayout # Hierarchy # Component\\< WizardLayoutProps > \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\\< WizardLayoutProps >): WizardLayout Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< WizardLayoutProps > Returns: WizardLayout + new WizardLayout ( props : WizardLayoutProps , context? : any): WizardLayout Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< WizardLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< WizardLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< WizardLayoutProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< WizardLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< WizardLayoutProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< WizardLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< WizardLayoutProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< WizardLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< WizardLayoutProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< WizardLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< WizardLayoutProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< WizardLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< WizardLayoutProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/layout/wizard-layout.tsx:19 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< WizardLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< WizardLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< WizardLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< WizardLayoutProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#class-wizardlayout","text":"","title":"Class: WizardLayout"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#hierarchy","text":"Component\\< WizardLayoutProps > \u21b3 WizardLayout","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.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/_src_renderer_components_layout_wizard_layout_.wizardlayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#constructor","text":"+ new WizardLayout ( props : Readonly\\< WizardLayoutProps >): WizardLayout Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_layout_wizard_layout_.wizardlayout/#props","text":"\u2022 Readonly props : Readonly\\< WizardLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_layout_wizard_layout_.wizardlayout/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< WizardLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< WizardLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< WizardLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< WizardLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< WizardLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< WizardLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/layout/wizard-layout.tsx:19 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< WizardLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< WizardLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/","text":"@k8slens/extensions Globals / \"src/renderer/components/line-progress/line-progress\" / LineProgress Class: LineProgress # Hierarchy # PureComponent\\< LineProgressProps > \u21b3 LineProgress Index # Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate Object literals # defaultProps Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< LineProgressProps >, nextContext : any): void Inherited from Tooltip . 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\\< LineProgressProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< LineProgressProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< LineProgressProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< LineProgressProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< LineProgressProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< LineProgressProps >, nextContext : any): void Inherited from Tooltip . 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\\< LineProgressProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< LineProgressProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< LineProgressProps > nextState Readonly\\<{}> nextContext any Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< LineProgressProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< LineProgressProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Defined in src/renderer/components/line-progress/line-progress.tsx:23 Returns: Element shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< LineProgressProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< LineProgressProps > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/line-progress/line-progress.tsx:16 Properties: Name Type Value max number 100 min number 0 precise number 2 value number 0","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#class-lineprogress","text":"","title":"Class: LineProgress"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#hierarchy","text":"PureComponent\\< LineProgressProps > \u21b3 LineProgress","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.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/_src_renderer_components_line_progress_line_progress_.lineprogress/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< LineProgressProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< LineProgressProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< LineProgressProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< LineProgressProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< LineProgressProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< LineProgressProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#render","text":"\u25b8 render (): Element Defined in src/renderer/components/line-progress/line-progress.tsx:23 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< LineProgressProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/line-progress/line-progress.tsx:16","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu\" / Menu Class: Menu # Hierarchy # Component\\< MenuProps , State > \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\\< MenuProps >): Menu Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< MenuProps > Returns: Menu + new Menu ( props : MenuProps , context? : any): Menu Inherited from Tooltip . 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 Tooltip . 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 items # \u2022 Protected items : { [index:number]: MenuItem ; } Defined in src/renderer/components/menu/menu.tsx:55 opener # \u2022 opener : HTMLElement Defined in src/renderer/components/menu/menu.tsx:53 props # \u2022 Readonly props : Readonly\\< MenuProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . 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 : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : State Overrides Tooltip . state Defined in src/renderer/components/menu/menu.tsx:57 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultPropsMenu as object Defined in src/renderer/components/menu/menu.tsx:51 Accessors # focusableItems # \u2022 Protected get focusableItems (): MenuItem [] Defined in src/renderer/components/menu/menu.tsx:93 Returns: MenuItem [] focusedItem # \u2022 Protected get focusedItem (): MenuItem Defined in src/renderer/components/menu/menu.tsx:97 Returns: MenuItem isOpen # \u2022 get isOpen (): boolean Defined in src/renderer/components/menu/menu.tsx:59 Returns: boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< MenuProps >, nextContext : any): void Inherited from Tooltip . 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\\< MenuProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< MenuProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< MenuProps > nextState Readonly\\< State > nextContext any Returns: void bindItemRef # \u25b8 Protected bindItemRef ( item : MenuItem , index : number): void Defined in src/renderer/components/menu/menu.tsx:220 Parameters: Name Type item MenuItem index number Returns: void bindRef # \u25b8 Protected 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 componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/menu/menu.tsx:63 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< MenuProps >, prevState : Readonly\\< State >, snapshot? : any): void Inherited from Tooltip . 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\\< MenuProps > prevState Readonly\\< State > snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< MenuProps >, nextContext : any): void Inherited from Tooltip . 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\\< MenuProps > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/menu/menu.tsx:82 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< MenuProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< MenuProps > nextState Readonly\\< State > nextContext any Returns: void focusNextItem # \u25b8 Protected focusNextItem ( reverse? : boolean): void Defined in src/renderer/components/menu/menu.tsx:101 Parameters: Name Type Default value reverse boolean false Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< MenuProps >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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\\< MenuProps > prevState Readonly\\< State > Returns: any | 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 Overrides void Defined in src/renderer/components/menu/menu.tsx:224 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< MenuProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof State Parameters: Name Type state (prevState: Readonly\\< State >, props: Readonly\\< MenuProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< MenuProps >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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\\< MenuProps > nextState Readonly\\< State > nextContext any Returns: boolean toggle # \u25b8 toggle (): void Defined in src/renderer/components/menu/menu.tsx:162 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#class-menu","text":"","title":"Class: Menu"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#hierarchy","text":"Component\\< MenuProps , State > \u21b3 Menu","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#properties","text":"context elem items opener props refreshPosition refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#accessors","text":"focusableItems focusedItem isOpen","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.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/_src_renderer_components_menu_menu_.menu/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#constructor","text":"+ new Menu ( props : Readonly\\< MenuProps >): Menu Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_menu_menu_.menu/#elem","text":"\u2022 elem : HTMLUListElement Defined in src/renderer/components/menu/menu.tsx:54","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#items","text":"\u2022 Protected items : { [index:number]: MenuItem ; } Defined in src/renderer/components/menu/menu.tsx:55","title":"items"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#opener","text":"\u2022 opener : HTMLElement Defined in src/renderer/components/menu/menu.tsx:53","title":"opener"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#props","text":"\u2022 Readonly props : Readonly\\< MenuProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.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/_src_renderer_components_menu_menu_.menu/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_menu_menu_.menu/#state","text":"\u2022 state : State Overrides Tooltip . state Defined in src/renderer/components/menu/menu.tsx:57","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#defaultprops","text":"\u25aa Static defaultProps : object = defaultPropsMenu as object Defined in src/renderer/components/menu/menu.tsx:51","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#focusableitems","text":"\u2022 Protected get focusableItems (): MenuItem [] Defined in src/renderer/components/menu/menu.tsx:93 Returns: MenuItem []","title":"focusableItems"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#focuseditem","text":"\u2022 Protected get focusedItem (): MenuItem Defined in src/renderer/components/menu/menu.tsx:97 Returns: MenuItem","title":"focusedItem"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#isopen","text":"\u2022 get isOpen (): boolean Defined in src/renderer/components/menu/menu.tsx:59 Returns: boolean","title":"isOpen"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< MenuProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< MenuProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#binditemref","text":"\u25b8 Protected bindItemRef ( item : MenuItem , index : number): void Defined in src/renderer/components/menu/menu.tsx:220","title":"bindItemRef"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#bindref","text":"\u25b8 Protected bindRef ( elem : HTMLUListElement): void Defined in src/renderer/components/menu/menu.tsx:216","title":"bindRef"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#close","text":"\u25b8 close (): void Defined in src/renderer/components/menu/menu.tsx:157 Returns: void","title":"close"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/menu/menu.tsx:63 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< MenuProps >, prevState : Readonly\\< State >, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< MenuProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/menu/menu.tsx:82 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< MenuProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#focusnextitem","text":"\u25b8 Protected focusNextItem ( reverse? : boolean): void Defined in src/renderer/components/menu/menu.tsx:101","title":"focusNextItem"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< MenuProps >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#onclickoutside","text":"\u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/menu/menu.tsx:205","title":"onClickOutside"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent): void Defined in src/renderer/components/menu/menu.tsx:166","title":"onKeyDown"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#onscrolloutside","text":"\u25b8 onScrollOutside ( evt : UIEvent): void Defined in src/renderer/components/menu/menu.tsx:196","title":"onScrollOutside"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#onwindowresize","text":"\u25b8 onWindowResize ( evt : UIEvent): void Defined in src/renderer/components/menu/menu.tsx:191","title":"onWindowResize"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#open","text":"\u25b8 open (): void Defined in src/renderer/components/menu/menu.tsx:150 Returns: void","title":"open"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/menu/menu.tsx:224 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< MenuProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< MenuProps >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#toggle","text":"\u25b8 toggle (): void Defined in src/renderer/components/menu/menu.tsx:162 Returns: void","title":"toggle"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu\" / MenuItem Class: MenuItem # Hierarchy # Component\\< MenuItemProps > \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\\< MenuItemProps >): MenuItem Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< MenuItemProps > Returns: MenuItem + new MenuItem ( props : MenuItemProps , context? : any): MenuItem Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< MenuItemProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static contextType : Context\\< Menu > = MenuContext Overrides Tooltip . contextType Defined in src/renderer/components/menu/menu.tsx:287 defaultProps # \u25aa Static 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< MenuItemProps >, nextContext : any): void Inherited from Tooltip . 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\\< MenuItemProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< MenuItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< MenuItemProps > nextState Readonly\\<{}> nextContext any Returns: void bindRef # \u25b8 Protected bindRef ( elem : HTMLElement): void Defined in src/renderer/components/menu/menu.tsx:311 Parameters: Name Type elem HTMLElement Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< MenuItemProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< MenuItemProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< MenuItemProps >, nextContext : any): void Inherited from Tooltip . 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\\< MenuItemProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< MenuItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< MenuItemProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< MenuItemProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< MenuItemProps > prevState Readonly\\<{}> Returns: any | 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 Overrides void Defined in src/renderer/components/menu/menu.tsx:315 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< MenuItemProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< MenuItemProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< MenuItemProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< MenuItemProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#class-menuitem","text":"","title":"Class: MenuItem"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#hierarchy","text":"Component\\< MenuItemProps > \u21b3 MenuItem","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#properties","text":"context elem props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#accessors","text":"isFocusable isLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.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/_src_renderer_components_menu_menu_.menuitem/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#constructor","text":"+ new MenuItem ( props : Readonly\\< MenuItemProps >): MenuItem Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#context","text":"\u2022 context : MenuContextValue Overrides Tooltip . context Defined in src/renderer/components/menu/menu.tsx:289","title":"context"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/menu/menu.tsx:290","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#props","text":"\u2022 Readonly props : Readonly\\< MenuItemProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_menu_menu_.menuitem/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#contexttype","text":"\u25aa Static contextType : Context\\< Menu > = MenuContext Overrides Tooltip . contextType Defined in src/renderer/components/menu/menu.tsx:287","title":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#defaultprops","text":"\u25aa Static defaultProps : object = defaultPropsMenuItem as object Defined in src/renderer/components/menu/menu.tsx:286","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#isfocusable","text":"\u2022 get isFocusable (): boolean Defined in src/renderer/components/menu/menu.tsx:292 Returns: boolean","title":"isFocusable"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#islink","text":"\u2022 get isLink (): boolean Defined in src/renderer/components/menu/menu.tsx:297 Returns: boolean","title":"isLink"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< MenuItemProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< MenuItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#bindref","text":"\u25b8 Protected bindRef ( elem : HTMLElement): void Defined in src/renderer/components/menu/menu.tsx:311","title":"bindRef"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< MenuItemProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< MenuItemProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< MenuItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< MenuItemProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#onclick","text":"\u25b8 onClick ( evt : MouseEvent): void Defined in src/renderer/components/menu/menu.tsx:301","title":"onClick"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/menu/menu.tsx:315 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< MenuItemProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< MenuItemProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu-actions\" / MenuActions Class: MenuActions # Hierarchy # Component\\< MenuActionsProps > \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\\< MenuActionsProps >): MenuActions Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< MenuActionsProps > Returns: MenuActions + new MenuActions ( props : MenuActionsProps , context? : any): MenuActions Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< MenuActionsProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< MenuActionsProps >, nextContext : any): void Inherited from Tooltip . 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\\< MenuActionsProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< MenuActionsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< MenuActionsProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< MenuActionsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< MenuActionsProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< MenuActionsProps >, nextContext : any): void Inherited from Tooltip . 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\\< MenuActionsProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< MenuActionsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< MenuActionsProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< MenuActionsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< MenuActionsProps > prevState Readonly\\<{}> Returns: any | null remove # \u25b8 remove (): void Defined in src/renderer/components/menu/menu-actions.tsx:42 Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/menu/menu-actions.tsx:78 Returns: Element renderTriggerIcon # \u25b8 renderTriggerIcon (): Element Defined in src/renderer/components/menu/menu-actions.tsx:55 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< MenuActionsProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< MenuActionsProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< MenuActionsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< MenuActionsProps > nextState Readonly\\<{}> nextContext any Returns: boolean toggle # \u25b8 toggle (): void Defined in src/renderer/components/menu/menu-actions.tsx:36 Returns: void Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/menu/menu-actions.tsx:26 Properties: Name Type Value removeConfirmationMessage","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#class-menuactions","text":"","title":"Class: MenuActions"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#hierarchy","text":"Component\\< MenuActionsProps > \u21b3 MenuActions","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#properties","text":"context id isOpen props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.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/_src_renderer_components_menu_menu_actions_.menuactions/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#constructor","text":"+ new MenuActions ( props : Readonly\\< MenuActionsProps >): MenuActions Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_menu_menu_actions_.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/_src_renderer_components_menu_menu_actions_.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/_src_renderer_components_menu_menu_actions_.menuactions/#props","text":"\u2022 Readonly props : Readonly\\< MenuActionsProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_menu_menu_actions_.menuactions/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< MenuActionsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< MenuActionsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< MenuActionsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< MenuActionsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< MenuActionsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< MenuActionsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#remove","text":"\u25b8 remove (): void Defined in src/renderer/components/menu/menu-actions.tsx:42 Returns: void","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/menu/menu-actions.tsx:78 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#rendertriggericon","text":"\u25b8 renderTriggerIcon (): Element Defined in src/renderer/components/menu/menu-actions.tsx:55 Returns: Element","title":"renderTriggerIcon"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< MenuActionsProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< MenuActionsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#toggle","text":"\u25b8 toggle (): void Defined in src/renderer/components/menu/menu-actions.tsx:36 Returns: void","title":"toggle"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/menu/menu-actions.tsx:26","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/","text":"@k8slens/extensions Globals / \"src/renderer/components/notifications/notifications\" / Notifications Class: Notifications # 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\\<{}>): Notifications Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\<{}> Returns: Notifications + new Notifications ( props : {}, context? : any): Notifications Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props {} context? any Returns: Notifications Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/notifications/notifications.tsx:41 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getMessage # \u25b8 getMessage ( notification : Notification ): (string | number | {} | ReactElement\\ ReactElement | null | {}> | ReactNodeArray | ReactPortal)[] Defined in src/renderer/components/notifications/notifications.tsx:59 Parameters: Name Type notification Notification Returns: (string | number | {} | ReactElement\\ ReactElement | null | {}> | ReactNodeArray | ReactPortal)[] getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/notifications/notifications.tsx:67 Returns: Element scrollToLastNotification # \u25b8 scrollToLastNotification (): void Defined in src/renderer/components/notifications/notifications.tsx:49 Returns: void setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: boolean error # \u25b8 Static error ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:24 Parameters: Name Type message NotificationMessage Returns: void info # \u25b8 Static info ( message : NotificationMessage , customOpts? : Partial\\< Notification >): void Defined in src/renderer/components/notifications/notifications.tsx:32 Parameters: Name Type Default value message NotificationMessage - customOpts Partial\\< Notification > {} Returns: void ok # \u25b8 Static ok ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:16 Parameters: Name Type message NotificationMessage Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#class-notifications","text":"","title":"Class: Notifications"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#hierarchy","text":"Component \u21b3 Notifications","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#properties","text":"context elem props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.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/_src_renderer_components_notifications_notifications_.notifications/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#constructor","text":"+ new Notifications ( props : Readonly\\<{}>): Notifications Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_notifications_notifications_.notifications/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/notifications/notifications.tsx:14","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#props","text":"\u2022 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_notifications_notifications_.notifications/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/notifications/notifications.tsx:41 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#getmessage","text":"\u25b8 getMessage ( notification : Notification ): (string | number | {} | ReactElement\\ ReactElement | null | {}> | ReactNodeArray | ReactPortal)[] Defined in src/renderer/components/notifications/notifications.tsx:59","title":"getMessage"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/notifications/notifications.tsx:67 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#scrolltolastnotification","text":"\u25b8 scrollToLastNotification (): void Defined in src/renderer/components/notifications/notifications.tsx:49 Returns: void","title":"scrollToLastNotification"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#error","text":"\u25b8 Static error ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:24","title":"error"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#info","text":"\u25b8 Static info ( message : NotificationMessage , customOpts? : Partial\\< Notification >): void Defined in src/renderer/components/notifications/notifications.tsx:32","title":"info"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#ok","text":"\u25b8 Static ok ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:16","title":"ok"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/notifications/notifications.store\" / NotificationsStore Class: NotificationsStore # Hierarchy # NotificationsStore Index # Properties # autoHideTimers notifications Methods # add addAutoHideTimer remove removeAutoHideTimer Properties # autoHideTimers # \u2022 Protected autoHideTimers : Map\\ = new Map\\ () Defined in src/renderer/components/notifications/notifications.store.ts:28 notifications # \u2022 notifications : IObservableArray\\< Notification > = 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#class-notificationsstore","text":"","title":"Class: NotificationsStore"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#hierarchy","text":"NotificationsStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#properties","text":"autoHideTimers notifications","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#methods","text":"add addAutoHideTimer remove removeAutoHideTimer","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#autohidetimers","text":"\u2022 Protected autoHideTimers : Map\\ = new Map\\ () Defined in src/renderer/components/notifications/notifications.store.ts:28","title":"autoHideTimers"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#notifications","text":"\u2022 notifications : IObservableArray\\< Notification > = observable\\ ([], { deep: false }) Defined in src/renderer/components/notifications/notifications.store.ts:26","title":"notifications"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#add","text":"\u25b8 add ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:48","title":"add"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#addautohidetimer","text":"\u25b8 addAutoHideTimer ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:30","title":"addAutoHideTimer"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#remove","text":"\u25b8 remove ( itemOrId : NotificationId | Notification ): boolean Defined in src/renderer/components/notifications/notifications.store.ts:59","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#removeautohidetimer","text":"\u25b8 removeAutoHideTimer ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:39","title":"removeAutoHideTimer"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/","text":"@k8slens/extensions Globals / \"src/renderer/components/radio/radio\" / Radio Class: Radio # Hierarchy # Component\\< RadioProps > \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\\< RadioProps >): Radio Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< RadioProps > Returns: Radio + new Radio ( props : RadioProps , context? : any): Radio Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< RadioProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< RadioProps >, nextContext : any): void Inherited from Tooltip . 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\\< RadioProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< RadioProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< RadioProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< RadioProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< RadioProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< RadioProps >, nextContext : any): void Inherited from Tooltip . 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\\< RadioProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< RadioProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< RadioProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< RadioProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< RadioProps > prevState Readonly\\<{}> Returns: any | null onChange # \u25b8 onChange (): void Defined in src/renderer/components/radio/radio.tsx:50 Returns: void onKeyDown # \u25b8 onKeyDown ( e : KeyboardEvent\\ ): void Defined in src/renderer/components/radio/radio.tsx:57 Parameters: Name Type e KeyboardEvent\\ Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/radio/radio.tsx:66 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< RadioProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< RadioProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< RadioProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< RadioProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#class-radio","text":"","title":"Class: Radio"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#hierarchy","text":"Component\\< RadioProps > \u21b3 Radio","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.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/_src_renderer_components_radio_radio_.radio/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#constructor","text":"+ new Radio ( props : Readonly\\< RadioProps >): Radio Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_radio_radio_.radio/#props","text":"\u2022 Readonly props : Readonly\\< RadioProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_radio_radio_.radio/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< RadioProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< RadioProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< RadioProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< RadioProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< RadioProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< RadioProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#onchange","text":"\u25b8 onChange (): void Defined in src/renderer/components/radio/radio.tsx:50 Returns: void","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#onkeydown","text":"\u25b8 onKeyDown ( e : KeyboardEvent\\ ): void Defined in src/renderer/components/radio/radio.tsx:57","title":"onKeyDown"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/radio/radio.tsx:66 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< RadioProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< RadioProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/","text":"@k8slens/extensions Globals / \"src/renderer/components/radio/radio\" / RadioGroup Class: RadioGroup # Hierarchy # Component\\< RadioGroupProps , {}> \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\\< RadioGroupProps >): RadioGroup Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< RadioGroupProps > Returns: RadioGroup + new RadioGroup ( props : RadioGroupProps , context? : any): RadioGroup Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< RadioGroupProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< RadioGroupProps >, nextContext : any): void Inherited from Tooltip . 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\\< RadioGroupProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< RadioGroupProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< RadioGroupProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< RadioGroupProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< RadioGroupProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< RadioGroupProps >, nextContext : any): void Inherited from Tooltip . 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\\< RadioGroupProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< RadioGroupProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< RadioGroupProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< RadioGroupProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< RadioGroupProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/radio/radio.tsx:17 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< RadioGroupProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< RadioGroupProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< RadioGroupProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< RadioGroupProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#class-radiogroup","text":"","title":"Class: RadioGroup"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#hierarchy","text":"Component\\< RadioGroupProps , {}> \u21b3 RadioGroup","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.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/_src_renderer_components_radio_radio_.radiogroup/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#constructor","text":"+ new RadioGroup ( props : Readonly\\< RadioGroupProps >): RadioGroup Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_radio_radio_.radiogroup/#props","text":"\u2022 Readonly props : Readonly\\< RadioGroupProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_radio_radio_.radiogroup/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< RadioGroupProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< RadioGroupProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< RadioGroupProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< RadioGroupProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< RadioGroupProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< RadioGroupProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/radio/radio.tsx:17 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< RadioGroupProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< RadioGroupProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/","text":"@k8slens/extensions Globals / \"src/renderer/components/select/select\" / Select Class: Select # Hierarchy # Component\\< SelectProps > \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\\< SelectProps >): Select Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< SelectProps > Returns: Select + new Select ( props : SelectProps , context? : any): Select Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< SelectProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 \\ | SelectOption \\ [] Defined in src/renderer/components/select/select.tsx:57 Returns: SelectOption \\ | SelectOption \\ [] theme # \u2022 get theme (): \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Defined in src/renderer/components/select/select.tsx:42 Returns: \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< SelectProps >, nextContext : any): void Inherited from Tooltip . 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\\< SelectProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< SelectProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< SelectProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< SelectProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< SelectProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< SelectProps >, nextContext : any): void Inherited from Tooltip . 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\\< SelectProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< SelectProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< SelectProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< SelectProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< SelectProps > prevState Readonly\\<{}> Returns: any | null isValidOption # \u25b8 Protected 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\\ ): void Defined in src/renderer/components/select/select.tsx:79 Parameters: Name Type value SelectOption meta ActionMeta\\ Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/select/select.tsx:86 Parameters: Name Type evt KeyboardEvent\\ Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/select/select.tsx:94 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< SelectProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< SelectProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< SelectProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< SelectProps > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/select/select.tsx:36 Properties: Name Type Value autoConvertOptions true true menuPlacement \\\"auto\\\" \"auto\" menuPortalTarget HTMLElement document.body","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#class-select","text":"","title":"Class: Select"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#hierarchy","text":"Component\\< SelectProps > \u21b3 Select","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#accessors","text":"options selectedOption theme","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.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/_src_renderer_components_select_select_.select/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#constructor","text":"+ new Select ( props : Readonly\\< SelectProps >): Select Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_select_select_.select/#props","text":"\u2022 Readonly props : Readonly\\< SelectProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_select_select_.select/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#options","text":"\u2022 get options (): SelectOption [] Defined in src/renderer/components/select/select.tsx:68 Returns: SelectOption []","title":"options"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#selectedoption","text":"\u2022 get selectedOption (): SelectOption \\ | SelectOption \\ [] Defined in src/renderer/components/select/select.tsx:57 Returns: SelectOption \\ | SelectOption \\ []","title":"selectedOption"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.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/_src_renderer_components_select_select_.select/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< SelectProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< SelectProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< SelectProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< SelectProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< SelectProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< SelectProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#isvalidoption","text":"\u25b8 Protected isValidOption ( opt : SelectOption | any): boolean Defined in src/renderer/components/select/select.tsx:53","title":"isValidOption"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#onchange","text":"\u25b8 onChange ( value : SelectOption , meta : ActionMeta\\ ): void Defined in src/renderer/components/select/select.tsx:79","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/select/select.tsx:86","title":"onKeyDown"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/select/select.tsx:94 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< SelectProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< SelectProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/select/select.tsx:36","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/","text":"@k8slens/extensions Globals / \"src/renderer/components/slider/slider\" / Slider Class: Slider # Hierarchy # Component\\< SliderProps > \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\\< SliderProps >): Slider Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< SliderProps > Returns: Slider + new Slider ( props : SliderProps , context? : any): Slider Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< SliderProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/slider/slider.tsx:21 Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< SliderProps >, nextContext : any): void Inherited from Tooltip . 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\\< SliderProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< SliderProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< SliderProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< SliderProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< SliderProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< SliderProps >, nextContext : any): void Inherited from Tooltip . 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\\< SliderProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< SliderProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< SliderProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< SliderProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< SliderProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/slider/slider.tsx:30 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< SliderProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< SliderProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< SliderProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< SliderProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#class-slider","text":"","title":"Class: Slider"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#hierarchy","text":"Component\\< SliderProps > \u21b3 Slider","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.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/_src_renderer_components_slider_slider_.slider/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#constructor","text":"+ new Slider ( props : Readonly\\< SliderProps >): Slider Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_slider_slider_.slider/#props","text":"\u2022 Readonly props : Readonly\\< SliderProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_slider_slider_.slider/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/slider/slider.tsx:21","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< SliderProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< SliderProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< SliderProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< SliderProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< SliderProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< SliderProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/slider/slider.tsx:30 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< SliderProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< SliderProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/","text":"@k8slens/extensions Globals / \"src/renderer/components/spinner/cube-spinner\" / CubeSpinner Class: CubeSpinner # Hierarchy # Component\\< CubeSpinnerProps > \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\\< CubeSpinnerProps >): CubeSpinner Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< CubeSpinnerProps > Returns: CubeSpinner + new CubeSpinner ( props : CubeSpinnerProps , context? : any): CubeSpinner Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< CubeSpinnerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< CubeSpinnerProps >, nextContext : any): void Inherited from Tooltip . 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\\< CubeSpinnerProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< CubeSpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< CubeSpinnerProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< CubeSpinnerProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< CubeSpinnerProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< CubeSpinnerProps >, nextContext : any): void Inherited from Tooltip . 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\\< CubeSpinnerProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< CubeSpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< CubeSpinnerProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< CubeSpinnerProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< CubeSpinnerProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/spinner/cube-spinner.tsx:11 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< CubeSpinnerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< CubeSpinnerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< CubeSpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< CubeSpinnerProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#class-cubespinner","text":"","title":"Class: CubeSpinner"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#hierarchy","text":"Component\\< CubeSpinnerProps > \u21b3 CubeSpinner","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.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/_src_renderer_components_spinner_cube_spinner_.cubespinner/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#constructor","text":"+ new CubeSpinner ( props : Readonly\\< CubeSpinnerProps >): CubeSpinner Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_spinner_cube_spinner_.cubespinner/#props","text":"\u2022 Readonly props : Readonly\\< CubeSpinnerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_spinner_cube_spinner_.cubespinner/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< CubeSpinnerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< CubeSpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< CubeSpinnerProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< CubeSpinnerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< CubeSpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< CubeSpinnerProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/spinner/cube-spinner.tsx:11 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< CubeSpinnerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< CubeSpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/","text":"@k8slens/extensions Globals / \"src/renderer/components/spinner/spinner\" / Spinner Class: Spinner # Hierarchy # Component\\< SpinnerProps , {}> \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\\< SpinnerProps >): Spinner Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< SpinnerProps > Returns: Spinner + new Spinner ( props : SpinnerProps , context? : any): Spinner Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< SpinnerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< SpinnerProps >, nextContext : any): void Inherited from Tooltip . 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\\< SpinnerProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< SpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< SpinnerProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< SpinnerProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< SpinnerProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< SpinnerProps >, nextContext : any): void Inherited from Tooltip . 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\\< SpinnerProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< SpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< SpinnerProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< SpinnerProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< SpinnerProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/spinner/spinner.tsx:19 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< SpinnerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< SpinnerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< SpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< SpinnerProps > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/spinner/spinner.tsx:14 Properties: Name Type Value center boolean false singleColor boolean true","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#class-spinner","text":"","title":"Class: Spinner"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#hierarchy","text":"Component\\< SpinnerProps , {}> \u21b3 Spinner","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.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/_src_renderer_components_spinner_spinner_.spinner/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#constructor","text":"+ new Spinner ( props : Readonly\\< SpinnerProps >): Spinner Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_spinner_spinner_.spinner/#props","text":"\u2022 Readonly props : Readonly\\< SpinnerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_spinner_spinner_.spinner/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< SpinnerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< SpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< SpinnerProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< SpinnerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< SpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< SpinnerProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/spinner/spinner.tsx:19 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< SpinnerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< SpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/spinner/spinner.tsx:14","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/","text":"@k8slens/extensions Globals / \"src/renderer/components/status-brick/status-brick\" / StatusBrick Class: StatusBrick # Hierarchy # Component\\< StatusBrickProps > \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\\< StatusBrickProps >): StatusBrick Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< StatusBrickProps > Returns: StatusBrick + new StatusBrick ( props : StatusBrickProps , context? : any): StatusBrick Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< StatusBrickProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< StatusBrickProps >, nextContext : any): void Inherited from Tooltip . 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\\< StatusBrickProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< StatusBrickProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< StatusBrickProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< StatusBrickProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< StatusBrickProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< StatusBrickProps >, nextContext : any): void Inherited from Tooltip . 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\\< StatusBrickProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< StatusBrickProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< StatusBrickProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< StatusBrickProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< StatusBrickProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/status-brick/status-brick.tsx:12 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< StatusBrickProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< StatusBrickProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< StatusBrickProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< StatusBrickProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#class-statusbrick","text":"","title":"Class: StatusBrick"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#hierarchy","text":"Component\\< StatusBrickProps > \u21b3 StatusBrick","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.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/_src_renderer_components_status_brick_status_brick_.statusbrick/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#constructor","text":"+ new StatusBrick ( props : Readonly\\< StatusBrickProps >): StatusBrick Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_status_brick_status_brick_.statusbrick/#props","text":"\u2022 Readonly props : Readonly\\< StatusBrickProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_status_brick_status_brick_.statusbrick/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< StatusBrickProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< StatusBrickProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< StatusBrickProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< StatusBrickProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< StatusBrickProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< StatusBrickProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/status-brick/status-brick.tsx:12 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< StatusBrickProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< StatusBrickProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/","text":"@k8slens/extensions Globals / \"src/renderer/components/stepper/stepper\" / Stepper Class: Stepper # Hierarchy # Component\\< StepperProps , {}> \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\\< StepperProps >): Stepper Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< StepperProps > Returns: Stepper + new Stepper ( props : StepperProps , context? : any): Stepper Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< StepperProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< StepperProps >, nextContext : any): void Inherited from Tooltip . 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\\< StepperProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< StepperProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< StepperProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< StepperProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< StepperProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< StepperProps >, nextContext : any): void Inherited from Tooltip . 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\\< StepperProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< StepperProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< StepperProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< StepperProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< StepperProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/stepper/stepper.tsx:15 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< StepperProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< StepperProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< StepperProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< StepperProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#class-stepper","text":"","title":"Class: Stepper"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#hierarchy","text":"Component\\< StepperProps , {}> \u21b3 Stepper","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.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/_src_renderer_components_stepper_stepper_.stepper/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#constructor","text":"+ new Stepper ( props : Readonly\\< StepperProps >): Stepper Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_stepper_stepper_.stepper/#props","text":"\u2022 Readonly props : Readonly\\< StepperProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_stepper_stepper_.stepper/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< StepperProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< StepperProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< StepperProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< StepperProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< StepperProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< StepperProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/stepper/stepper.tsx:15 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< StepperProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< StepperProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table\" / Table Class: Table # Hierarchy # Component\\< TableProps > \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\\< TableProps >): Table Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< TableProps > Returns: Table + new Table ( props : TableProps , context? : any): Table Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< TableProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 sortParamsLocal # \u2022 sortParamsLocal : Partial\\< TableSortParams > = this.props.sortByDefault Defined in src/renderer/components/table/table.tsx:56 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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\\< TableSortParams > Defined in src/renderer/components/table/table.tsx:58 Returns: Partial\\< TableSortParams > Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< TableProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< TableProps > prevState Readonly\\<{}> Returns: any | null getSorted # \u25b8 getSorted ( items : any[]): any[] Defined in src/renderer/components/table/table.tsx:97 Parameters: Name Type items any[] Returns: any[] onSort # \u25b8 Protected onSort ( params : TableSortParams ): void Defined in src/renderer/components/table/table.tsx:108 Parameters: Name Type params TableSortParams Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table.tsx:171 Returns: Element renderHead # \u25b8 renderHead (): ReactElement\\< TableHeadProps , string | (props: P) => ReactElement | null | {}> Defined in src/renderer/components/table/table.tsx:67 Returns: ReactElement\\< TableHeadProps , string | (props: P) => ReactElement | null | {}> renderRows # \u25b8 renderRows (): object Defined in src/renderer/components/table/table.tsx:133 Returns: object setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< TableProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< TableProps > nextState Readonly\\<{}> 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 # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/table/table.tsx:48 Properties: Name Type Value autoSize true true rowLineHeight string \"17px\" rowPadding string \"8px\" scrollable true true sortSyncWithUrl true true","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#class-table","text":"","title":"Class: Table"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#hierarchy","text":"Component\\< TableProps > \u21b3 Table","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#properties","text":"context props refs sortParamsLocal state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#accessors","text":"sortParams","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.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/_src_renderer_components_table_table_.table/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#constructor","text":"+ new Table ( props : Readonly\\< TableProps >): Table Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_table_table_.table/#props","text":"\u2022 Readonly props : Readonly\\< TableProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_table_table_.table/#sortparamslocal","text":"\u2022 sortParamsLocal : Partial\\< TableSortParams > = this.props.sortByDefault Defined in src/renderer/components/table/table.tsx:56","title":"sortParamsLocal"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#sortparams","text":"\u2022 get sortParams (): Partial\\< TableSortParams > Defined in src/renderer/components/table/table.tsx:58 Returns: Partial\\< TableSortParams >","title":"sortParams"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#getsorted","text":"\u25b8 getSorted ( items : any[]): any[] Defined in src/renderer/components/table/table.tsx:97","title":"getSorted"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#onsort","text":"\u25b8 Protected onSort ( params : TableSortParams ): void Defined in src/renderer/components/table/table.tsx:108","title":"onSort"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table.tsx:171 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#renderhead","text":"\u25b8 renderHead (): ReactElement\\< TableHeadProps , string | (props: P) => ReactElement | null | {}> Defined in src/renderer/components/table/table.tsx:67 Returns: ReactElement\\< TableHeadProps , string | (props: P) => ReactElement | null | {}>","title":"renderHead"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#renderrows","text":"\u25b8 renderRows (): object Defined in src/renderer/components/table/table.tsx:133 Returns: object","title":"renderRows"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#sort","text":"\u25b8 sort ( colName : TableSortBy ): void Defined in src/renderer/components/table/table.tsx:122","title":"sort"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/table/table.tsx:48","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-cell\" / TableCell Class: TableCell # Hierarchy # Component\\< TableCellProps > \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\\< TableCellProps >): TableCell Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< TableCellProps > Returns: TableCell + new TableCell ( props : TableCellProps , context? : any): TableCell Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< TableCellProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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:33 Returns: boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableCellProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableCellProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableCellProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableCellProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableCellProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< TableCellProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableCellProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableCellProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableCellProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableCellProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableCellProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< TableCellProps > prevState Readonly\\<{}> Returns: any | null onClick # \u25b8 onClick ( evt : MouseEvent\\ ): void Defined in src/renderer/components/table/table-cell.tsx:24 Parameters: Name Type evt MouseEvent\\ Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table-cell.tsx:59 Returns: Element renderCheckbox # \u25b8 renderCheckbox (): Element Defined in src/renderer/components/table/table-cell.tsx:51 Returns: Element renderSortIcon # \u25b8 renderSortIcon (): Element Defined in src/renderer/components/table/table-cell.tsx:38 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableCellProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< TableCellProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableCellProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< TableCellProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#class-tablecell","text":"","title":"Class: TableCell"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#hierarchy","text":"Component\\< TableCellProps > \u21b3 TableCell","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#accessors","text":"isSortable","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.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/_src_renderer_components_table_table_cell_.tablecell/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#constructor","text":"+ new TableCell ( props : Readonly\\< TableCellProps >): TableCell Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_table_table_cell_.tablecell/#props","text":"\u2022 Readonly props : Readonly\\< TableCellProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_table_table_cell_.tablecell/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#issortable","text":"\u2022 get isSortable (): boolean Defined in src/renderer/components/table/table-cell.tsx:33 Returns: boolean","title":"isSortable"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableCellProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableCellProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableCellProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableCellProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableCellProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableCellProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#onclick","text":"\u25b8 onClick ( evt : MouseEvent\\ ): void Defined in src/renderer/components/table/table-cell.tsx:24","title":"onClick"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table-cell.tsx:59 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#rendercheckbox","text":"\u25b8 renderCheckbox (): Element Defined in src/renderer/components/table/table-cell.tsx:51 Returns: Element","title":"renderCheckbox"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#rendersorticon","text":"\u25b8 renderSortIcon (): Element Defined in src/renderer/components/table/table-cell.tsx:38 Returns: Element","title":"renderSortIcon"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableCellProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableCellProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-head\" / TableHead Class: TableHead # Hierarchy # Component\\< TableHeadProps > \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\\< TableHeadProps >): TableHead Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< TableHeadProps > Returns: TableHead + new TableHead ( props : TableHeadProps , context? : any): TableHead Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< TableHeadProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableHeadProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableHeadProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableHeadProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableHeadProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableHeadProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< TableHeadProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableHeadProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableHeadProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableHeadProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableHeadProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableHeadProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< TableHeadProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table-head.tsx:20 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableHeadProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< TableHeadProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableHeadProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< TableHeadProps > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/table/table-head.tsx:16 Properties: Name Type Value sticky true true","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#class-tablehead","text":"","title":"Class: TableHead"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#hierarchy","text":"Component\\< TableHeadProps > \u21b3 TableHead","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.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/_src_renderer_components_table_table_head_.tablehead/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#constructor","text":"+ new TableHead ( props : Readonly\\< TableHeadProps >): TableHead Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_table_table_head_.tablehead/#props","text":"\u2022 Readonly props : Readonly\\< TableHeadProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_table_table_head_.tablehead/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableHeadProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableHeadProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableHeadProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableHeadProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableHeadProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableHeadProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table-head.tsx:20 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableHeadProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableHeadProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/table/table-head.tsx:16","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-row\" / TableRow Class: TableRow # Hierarchy # Component\\< TableRowProps > \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\\< TableRowProps >): TableRow Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< TableRowProps > Returns: TableRow + new TableRow ( props : TableRowProps , context? : any): TableRow Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< TableRowProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableRowProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableRowProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableRowProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableRowProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableRowProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< TableRowProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableRowProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableRowProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableRowProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableRowProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableRowProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< TableRowProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table-row.tsx:20 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableRowProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< TableRowProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableRowProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< TableRowProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#class-tablerow","text":"","title":"Class: TableRow"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#hierarchy","text":"Component\\< TableRowProps > \u21b3 TableRow","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.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/_src_renderer_components_table_table_row_.tablerow/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#constructor","text":"+ new TableRow ( props : Readonly\\< TableRowProps >): TableRow Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_table_table_row_.tablerow/#props","text":"\u2022 Readonly props : Readonly\\< TableRowProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_table_table_row_.tablerow/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableRowProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableRowProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableRowProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableRowProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableRowProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableRowProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table-row.tsx:20 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableRowProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableRowProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/","text":"@k8slens/extensions Globals / \"src/renderer/components/tabs/tabs\" / Tab Class: Tab # Hierarchy # PureComponent\\< TabProps > \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 contextType # \u25aa Static contextType : Context\\< TabsContextValue \\ > = 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TabProps >, nextContext : any): void Inherited from Tooltip . 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\\< TabProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TabProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TabProps > nextState Readonly\\<{}> nextContext any Returns: void bindRef # \u25b8 Protected bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:114 Parameters: Name Type elem HTMLElement Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/tabs/tabs.tsx:107 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TabProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< TabProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TabProps >, nextContext : any): void Inherited from Tooltip . 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\\< TabProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TabProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TabProps > nextState Readonly\\<{}> nextContext any Returns: void focus # \u25b8 focus (): void Defined in src/renderer/components/tabs/tabs.tsx:71 Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TabProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< TabProps > prevState Readonly\\<{}> Returns: any | null onClick # \u25b8 onClick ( evt : MouseEvent\\ ): void Defined in src/renderer/components/tabs/tabs.tsx:83 Parameters: Name Type evt MouseEvent\\ Returns: void onFocus # \u25b8 onFocus ( evt : FocusEvent\\ ): void Defined in src/renderer/components/tabs/tabs.tsx:92 Parameters: Name Type evt FocusEvent\\ Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/tabs/tabs.tsx:99 Parameters: Name Type evt KeyboardEvent\\ Returns: void render # \u25b8 render (): Element Defined in src/renderer/components/tabs/tabs.tsx:118 Returns: Element scrollIntoView # \u25b8 scrollIntoView (): void Defined in src/renderer/components/tabs/tabs.tsx:75 Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TabProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< TabProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#class-tab","text":"","title":"Class: Tab"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#hierarchy","text":"PureComponent\\< TabProps > \u21b3 Tab","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#properties","text":"context elem contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#accessors","text":"isActive","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.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/_src_renderer_components_tabs_tabs_.tab/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#context","text":"\u2022 context : TabsContextValue Defined in src/renderer/components/tabs/tabs.tsx:63","title":"context"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/tabs/tabs.tsx:64","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#contexttype","text":"\u25aa Static contextType : Context\\< TabsContextValue \\ > = TabsContext Defined in src/renderer/components/tabs/tabs.tsx:62","title":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#isactive","text":"\u2022 get isActive (): boolean Defined in src/renderer/components/tabs/tabs.tsx:66 Returns: boolean","title":"isActive"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TabProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TabProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#bindref","text":"\u25b8 Protected bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:114","title":"bindRef"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/tabs/tabs.tsx:107 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TabProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TabProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TabProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#focus","text":"\u25b8 focus (): void Defined in src/renderer/components/tabs/tabs.tsx:71 Returns: void","title":"focus"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TabProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#onclick","text":"\u25b8 onClick ( evt : MouseEvent\\ ): void Defined in src/renderer/components/tabs/tabs.tsx:83","title":"onClick"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#onfocus","text":"\u25b8 onFocus ( evt : FocusEvent\\ ): void Defined in src/renderer/components/tabs/tabs.tsx:92","title":"onFocus"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/tabs/tabs.tsx:99","title":"onKeyDown"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#render","text":"\u25b8 render (): Element Defined in src/renderer/components/tabs/tabs.tsx:118 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#scrollintoview","text":"\u25b8 scrollIntoView (): void Defined in src/renderer/components/tabs/tabs.tsx:75 Returns: void","title":"scrollIntoView"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TabProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/","text":"@k8slens/extensions Globals / \"src/renderer/components/tabs/tabs\" / Tabs Class: Tabs # Hierarchy # PureComponent\\< TabsProps > \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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TabsProps >, nextContext : any): void Inherited from Tooltip . 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\\< TabsProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TabsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TabsProps > nextState Readonly\\<{}> nextContext any Returns: void bindRef # \u25b8 Protected bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:28 Parameters: Name Type elem HTMLElement Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TabsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< TabsProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TabsProps >, nextContext : any): void Inherited from Tooltip . 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\\< TabsProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TabsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TabsProps > nextState Readonly\\<{}> nextContext any Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TabsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< TabsProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Defined in src/renderer/components/tabs/tabs.tsx:32 Returns: Element shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TabsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< TabsProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#class-tabs","text":"","title":"Class: Tabs"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#hierarchy","text":"PureComponent\\< TabsProps > \u21b3 Tabs","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#properties","text":"elem","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.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/_src_renderer_components_tabs_tabs_.tabs/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/tabs/tabs.tsx:25","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TabsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TabsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#bindref","text":"\u25b8 Protected bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:28","title":"bindRef"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TabsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TabsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TabsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TabsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#render","text":"\u25b8 render (): Element Defined in src/renderer/components/tabs/tabs.tsx:32 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TabsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/tooltip\" / Tooltip Class: Tooltip # Hierarchy # Component\\< TooltipProps > \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\\< TooltipProps >): Tooltip Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< TooltipProps > Returns: Tooltip + new Tooltip ( props : TooltipProps , context? : any): Tooltip Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< TooltipProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TooltipProps >, nextContext : any): void Inherited from Tooltip . 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\\< TooltipProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TooltipProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TooltipProps > nextState Readonly\\<{}> 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 componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/tooltip/tooltip.tsx:66 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TooltipProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< TooltipProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TooltipProps >, nextContext : any): void Inherited from Tooltip . 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\\< TooltipProps > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/tooltip/tooltip.tsx:71 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TooltipProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TooltipProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getPosition # \u25b8 Protected 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 Name Type bottom number left number right number top number getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TooltipProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< TooltipProps > prevState Readonly\\<{}> Returns: any | null onEnterTarget # \u25b8 Protected onEnterTarget ( evt : MouseEvent): void Defined in src/renderer/components/tooltip/tooltip.tsx:77 Parameters: Name Type evt MouseEvent Returns: void onLeaveTarget # \u25b8 Protected 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 Overrides void Defined in src/renderer/components/tooltip/tooltip.tsx:195 Returns: Element setPosition # \u25b8 Protected setPosition ( pos : { left: number ; top: number }): void Defined in src/renderer/components/tooltip/tooltip.tsx:134 Parameters: Name Type pos { left: number ; top: number } Returns: void setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TooltipProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< TooltipProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TooltipProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< TooltipProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#class-tooltip","text":"","title":"Class: Tooltip"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#hierarchy","text":"Component\\< TooltipProps > \u21b3 Tooltip","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#properties","text":"activePosition context elem isVisible props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#accessors","text":"hoverTarget targetElem","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.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/_src_renderer_components_tooltip_tooltip_.tooltip/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#constructor","text":"+ new Tooltip ( props : Readonly\\< TooltipProps >): Tooltip Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#activeposition","text":"\u2022 activePosition : TooltipPosition Defined in src/renderer/components/tooltip/tooltip.tsx:51","title":"activePosition"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_tooltip_tooltip_.tooltip/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:50","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#isvisible","text":"\u2022 isVisible : boolean = !!this.props.visible Defined in src/renderer/components/tooltip/tooltip.tsx:52","title":"isVisible"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#props","text":"\u2022 Readonly props : Readonly\\< TooltipProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_tooltip_tooltip_.tooltip/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/tooltip/tooltip.tsx:48","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#hovertarget","text":"\u2022 get hoverTarget (): HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:58 Returns: HTMLElement","title":"hoverTarget"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#targetelem","text":"\u2022 get targetElem (): HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:54 Returns: HTMLElement","title":"targetElem"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TooltipProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TooltipProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#bindref","text":"\u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tooltip/tooltip.tsx:191","title":"bindRef"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/tooltip/tooltip.tsx:66 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TooltipProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TooltipProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/tooltip/tooltip.tsx:71 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TooltipProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#getposition","text":"\u25b8 Protected getPosition ( position : TooltipPosition , tooltipBounds : DOMRect, targetBounds : DOMRect): object Defined in src/renderer/components/tooltip/tooltip.tsx:140","title":"getPosition"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TooltipProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#onentertarget","text":"\u25b8 Protected onEnterTarget ( evt : MouseEvent): void Defined in src/renderer/components/tooltip/tooltip.tsx:77","title":"onEnterTarget"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#onleavetarget","text":"\u25b8 Protected onLeaveTarget ( evt : MouseEvent): void Defined in src/renderer/components/tooltip/tooltip.tsx:83","title":"onLeaveTarget"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#refreshposition","text":"\u25b8 refreshPosition (): void Defined in src/renderer/components/tooltip/tooltip.tsx:88 Returns: void","title":"refreshPosition"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/tooltip/tooltip.tsx:195 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#setposition","text":"\u25b8 Protected setPosition ( pos : { left: number ; top: number }): void Defined in src/renderer/components/tooltip/tooltip.tsx:134","title":"setPosition"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TooltipProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TooltipProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/","text":"@k8slens/extensions Globals / \"src/renderer/components/virtual-list/virtual-list\" / VirtualList Class: VirtualList # Hierarchy # Component\\< Props , State > \u21b3 VirtualList Index # Constructors # constructor Properties # context props refs scrollToSelectedItem setListHeight contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getItemSize getSnapshotBeforeUpdate render scrollToItem setState shouldComponentUpdate Object literals # state Constructors # constructor # + new VirtualList ( props : Readonly\\< Props >): VirtualList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: VirtualList + new VirtualList ( props : Props , context? : any): VirtualList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: VirtualList Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 scrollToSelectedItem # \u2022 scrollToSelectedItem : (Anonymous function) & Cancelable = debounce(() => { if (!this.props.selectedItemId) return; const { items, selectedItemId } = this.props; const index = items.findIndex(item => item.getId() == selectedItemId); if (index === -1) return; this.listRef.current.scrollToItem(index, \"start\"); }) Defined in src/renderer/components/virtual-list/virtual-list.tsx:78 setListHeight # \u2022 setListHeight : (Anonymous function) & Cancelable = throttle(() => { const { parentRef, state: { height } } = this; if (!parentRef.current) return; const parentHeight = parentRef.current.clientHeight; if (parentHeight === height) return; this.setState({ height: parentHeight, }) }, 250) Defined in src/renderer/components/virtual-list/virtual-list.tsx:66 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/virtual-list/virtual-list.tsx:42 Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/virtual-list/virtual-list.tsx:52 Returns: void componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Props ): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/virtual-list/virtual-list.tsx:59 Parameters: Name Type prevProps Props Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getItemSize # \u25b8 getItemSize ( index : number): number Defined in src/renderer/components/virtual-list/virtual-list.tsx:76 Parameters: Name Type index number Returns: number getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\< State > Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/virtual-list/virtual-list.tsx:90 Returns: Element scrollToItem # \u25b8 scrollToItem ( index : number, align : Align): void Defined in src/renderer/components/virtual-list/virtual-list.tsx:86 Parameters: Name Type index number align Align Returns: void setState # \u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof State Parameters: Name Type state (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: boolean Object literals # state # \u25aa state : object Overrides Tooltip . state Defined in src/renderer/components/virtual-list/virtual-list.tsx:47 Properties: Name Type Value height number 0 overscanCount number this.props.initialOffset","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#class-virtuallist","text":"","title":"Class: VirtualList"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#hierarchy","text":"Component\\< Props , State > \u21b3 VirtualList","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#properties","text":"context props refs scrollToSelectedItem setListHeight contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getItemSize getSnapshotBeforeUpdate render scrollToItem setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#object-literals","text":"state","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#constructor","text":"+ new VirtualList ( props : Readonly\\< Props >): VirtualList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#scrolltoselecteditem","text":"\u2022 scrollToSelectedItem : (Anonymous function) & Cancelable = debounce(() => { if (!this.props.selectedItemId) return; const { items, selectedItemId } = this.props; const index = items.findIndex(item => item.getId() == selectedItemId); if (index === -1) return; this.listRef.current.scrollToItem(index, \"start\"); }) Defined in src/renderer/components/virtual-list/virtual-list.tsx:78","title":"scrollToSelectedItem"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#setlistheight","text":"\u2022 setListHeight : (Anonymous function) & Cancelable = throttle(() => { const { parentRef, state: { height } } = this; if (!parentRef.current) return; const parentHeight = parentRef.current.clientHeight; if (parentHeight === height) return; this.setState({ height: parentHeight, }) }, 250) Defined in src/renderer/components/virtual-list/virtual-list.tsx:66","title":"setListHeight"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/virtual-list/virtual-list.tsx:42","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/virtual-list/virtual-list.tsx:52 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Props ): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/virtual-list/virtual-list.tsx:59","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#getitemsize","text":"\u25b8 getItemSize ( index : number): number Defined in src/renderer/components/virtual-list/virtual-list.tsx:76","title":"getItemSize"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/virtual-list/virtual-list.tsx:90 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#scrolltoitem","text":"\u25b8 scrollToItem ( index : number, align : Align): void Defined in src/renderer/components/virtual-list/virtual-list.tsx:86","title":"scrollToItem"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#state","text":"\u25aa state : object Overrides Tooltip . state Defined in src/renderer/components/virtual-list/virtual-list.tsx:47","title":"state"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/","text":"@k8slens/extensions Globals / \"src/renderer/i18n\" / LocalizationStore Class: LocalizationStore # Hierarchy # LocalizationStore Index # Constructors # constructor Properties # activeLang defaultLocale languages Methods # init setLocale Constructors # constructor # + new LocalizationStore (): LocalizationStore Defined in src/renderer/i18n.ts:32 Returns: LocalizationStore Properties # activeLang # \u2022 activeLang : string = this.defaultLocale Defined in src/renderer/i18n.ts:25 defaultLocale # \u2022 Readonly defaultLocale : \\\"en\\\" = \"en\" Defined in src/renderer/i18n.ts:24 languages # \u2022 languages : ILanguage [] = orderBy\\ ([ { code: \"en\", title: \"English\", nativeTitle: \"English\" }, { code: \"ru\", title: \"Russian\", nativeTitle: \"\u0420\u0443\u0441\u0441\u043a\u0438\u0439\" }, { code: \"fi\", title: \"Finnish\", nativeTitle: \"Suomi\" }, ], \"title\") Defined in src/renderer/i18n.ts:28 Methods # init # \u25b8 init (): Promise \\ Defined in src/renderer/i18n.ts:40 Returns: Promise \\ setLocale # \u25b8 setLocale ( locale : string): Promise \\ Defined in src/renderer/i18n.ts:44 Parameters: Name Type locale string Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#class-localizationstore","text":"","title":"Class: LocalizationStore"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#hierarchy","text":"LocalizationStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#properties","text":"activeLang defaultLocale languages","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#methods","text":"init setLocale","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#constructor","text":"+ new LocalizationStore (): LocalizationStore Defined in src/renderer/i18n.ts:32 Returns: LocalizationStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#activelang","text":"\u2022 activeLang : string = this.defaultLocale Defined in src/renderer/i18n.ts:25","title":"activeLang"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#defaultlocale","text":"\u2022 Readonly defaultLocale : \\\"en\\\" = \"en\" Defined in src/renderer/i18n.ts:24","title":"defaultLocale"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#languages","text":"\u2022 languages : ILanguage [] = orderBy\\ ([ { code: \"en\", title: \"English\", nativeTitle: \"English\" }, { code: \"ru\", title: \"Russian\", nativeTitle: \"\u0420\u0443\u0441\u0441\u043a\u0438\u0439\" }, { code: \"fi\", title: \"Finnish\", nativeTitle: \"Suomi\" }, ], \"title\") Defined in src/renderer/i18n.ts:28","title":"languages"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#init","text":"\u25b8 init (): Promise \\ Defined in src/renderer/i18n.ts:40 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#setlocale","text":"\u25b8 setLocale ( locale : string): Promise \\ Defined in src/renderer/i18n.ts:44","title":"setLocale"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/","text":"@k8slens/extensions Globals / \"src/renderer/item.store\" / ItemStore Class: ItemStore\\ # Type parameters # Name Type Default T ItemObject ItemObject Hierarchy # ItemStore \u21b3 KubeObjectStore Index # Properties # isLoaded isLoading items selectedItemsIds Accessors # selectedItems Methods # [Symbol.iterator] createItem defaultSorting getByName isSelected isSelectedAll loadAll loadItem loadItems removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect updateItem Properties # isLoaded # \u2022 isLoaded : boolean = false Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Defined in src/renderer/item.store.ts:18 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Defined in src/renderer/item.store.ts:19 Accessors # selectedItems # \u2022 get selectedItems (): T[] Defined in src/renderer/item.store.ts:21 Returns: T[] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\\ Defined in src/renderer/item.store.ts:162 Returns: Generator\\ createItem # \u25b8 Protected createItem (... args : any[]): Promise \\ Defined in src/renderer/item.store.ts:35 Parameters: Name Type ...args any[] Returns: Promise \\ defaultSorting # \u25b8 Protected defaultSorting ( item : T): string Defined in src/renderer/item.store.ts:14 Parameters: Name Type item T Returns: string getByName # \u25b8 getByName ( name : string, ... args : any[]): T Defined in src/renderer/item.store.ts:25 Parameters: Name Type name string ...args any[] Returns: T isSelected # \u25b8 isSelected ( item : T): boolean Defined in src/renderer/item.store.ts:102 Parameters: Name Type item T Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems? : T[]): boolean Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default value visibleItems T[] this.items Returns: boolean loadAll # \u25b8 Abstract loadAll (): Promise \\ Defined in src/renderer/item.store.ts:12 Returns: Promise \\ loadItem # \u25b8 Protected loadItem (... args : any[]): Promise \\ Defined in src/renderer/item.store.ts:68 Parameters: Name Type ...args any[] Returns: Promise \\ loadItems # \u25b8 Protected loadItems (... args : any[]): Promise \\ Defined in src/renderer/item.store.ts:50 Parameters: Name Type ...args any[] Returns: Promise \\ removeItem # \u25b8 Protected removeItem ( item : T, request : () => Promise \\ ): Promise \\ Defined in src/renderer/item.store.ts:96 Parameters: Name Type item T request () => Promise \\ Returns: Promise \\ removeSelectedItems # \u25b8 Optional removeSelectedItems (): Promise \\ Defined in src/renderer/item.store.ts:156 Returns: Promise \\ reset # \u25b8 reset (): void Defined in src/renderer/item.store.ts:148 Returns: void resetSelection # \u25b8 resetSelection (): void Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : T): void Defined in src/renderer/item.store.ts:107 Parameters: Name Type item T Returns: void sortItems # \u25b8 Protected sortItems ( items? : T[], sorting? : (item: T) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): T[] Defined in src/renderer/item.store.ts:31 Parameters: Name Type Default value items T[] this.items sorting? (item: T) => any[] - order? \\\"asc\\\" | \\\"desc\\\" - Returns: T[] subscribe # \u25b8 subscribe (... args : any[]): any Defined in src/renderer/item.store.ts:158 Parameters: Name Type ...args any[] Returns: any toggleSelection # \u25b8 toggleSelection ( item : T): void Defined in src/renderer/item.store.ts:117 Parameters: Name Type item T Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? : T[]): void Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default value visibleItems T[] this.items Returns: void unselect # \u25b8 unselect ( item : T): void Defined in src/renderer/item.store.ts:112 Parameters: Name Type item T Returns: void updateItem # \u25b8 Protected updateItem ( item : T, request : () => Promise \\ ): Promise \\ Defined in src/renderer/item.store.ts:88 Parameters: Name Type item T request () => Promise \\ Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#class-itemstore","text":"","title":"Class: ItemStore\\"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#type-parameters","text":"Name Type Default T ItemObject ItemObject","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#hierarchy","text":"ItemStore \u21b3 KubeObjectStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#properties","text":"isLoaded isLoading items selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#accessors","text":"selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#methods","text":"[Symbol.iterator] createItem defaultSorting getByName isSelected isSelectedAll loadAll loadItem loadItems removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect updateItem","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#isloaded","text":"\u2022 isLoaded : boolean = false Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#isloading","text":"\u2022 isLoading : boolean = false Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#items","text":"\u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#selecteditems","text":"\u2022 get selectedItems (): T[] Defined in src/renderer/item.store.ts:21 Returns: T[]","title":"selectedItems"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\\ Defined in src/renderer/item.store.ts:162 Returns: Generator\\","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#createitem","text":"\u25b8 Protected createItem (... args : any[]): Promise \\ Defined in src/renderer/item.store.ts:35","title":"createItem"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item : T): string Defined in src/renderer/item.store.ts:14","title":"defaultSorting"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#getbyname","text":"\u25b8 getByName ( name : string, ... args : any[]): T Defined in src/renderer/item.store.ts:25","title":"getByName"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#isselected","text":"\u25b8 isSelected ( item : T): boolean Defined in src/renderer/item.store.ts:102","title":"isSelected"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? : T[]): boolean Defined in src/renderer/item.store.ts:137","title":"isSelectedAll"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#loadall","text":"\u25b8 Abstract loadAll (): Promise \\ Defined in src/renderer/item.store.ts:12 Returns: Promise \\","title":"loadAll"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#loaditem","text":"\u25b8 Protected loadItem (... args : any[]): Promise \\ Defined in src/renderer/item.store.ts:68","title":"loadItem"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#loaditems","text":"\u25b8 Protected loadItems (... args : any[]): Promise \\ Defined in src/renderer/item.store.ts:50","title":"loadItems"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#removeitem","text":"\u25b8 Protected removeItem ( item : T, request : () => Promise \\ ): Promise \\ Defined in src/renderer/item.store.ts:96","title":"removeItem"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#removeselecteditems","text":"\u25b8 Optional removeSelectedItems (): Promise \\ Defined in src/renderer/item.store.ts:156 Returns: Promise \\","title":"removeSelectedItems"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#reset","text":"\u25b8 reset (): void Defined in src/renderer/item.store.ts:148 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#resetselection","text":"\u25b8 resetSelection (): void Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#select","text":"\u25b8 select ( item : T): void Defined in src/renderer/item.store.ts:107","title":"select"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#sortitems","text":"\u25b8 Protected sortItems ( items? : T[], sorting? : (item: T) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): T[] Defined in src/renderer/item.store.ts:31","title":"sortItems"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#subscribe","text":"\u25b8 subscribe (... args : any[]): any Defined in src/renderer/item.store.ts:158","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#toggleselection","text":"\u25b8 toggleSelection ( item : T): void Defined in src/renderer/item.store.ts:117","title":"toggleSelection"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? : T[]): void Defined in src/renderer/item.store.ts:127","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#unselect","text":"\u25b8 unselect ( item : T): void Defined in src/renderer/item.store.ts:112","title":"unselect"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#updateitem","text":"\u25b8 Protected updateItem ( item : T, request : () => Promise \\ ): Promise \\ Defined in src/renderer/item.store.ts:88","title":"updateItem"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/","text":"@k8slens/extensions Globals / \"src/renderer/kube-object.store\" / KubeObjectStore Class: KubeObjectStore\\ # Type parameters # Name Type Default T KubeObject any Hierarchy # ItemStore \\ \u21b3 KubeObjectStore \u21b3\u21b3 CRDResourceStore \u21b3\u21b3 CRDStore \u21b3\u21b3 NamespaceStore \u21b3\u21b3 PodsStore \u21b3\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 # api # \u2022 Abstract api : KubeApi \\ Defined in src/renderer/kube-object.store.ts:13 eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . 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\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 Accessors # selectedItems # \u2022 get selectedItems (): T[] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: T[] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\ bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Defined in src/renderer/kube-object.store.ts:147 Parameters: Name Type Default value delay number 1000 Returns: IReactionDisposer create # \u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Defined in src/renderer/kube-object.store.ts:120 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\ Returns: Promise \\ createItem # \u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\ Returns: Promise \\ defaultSorting # \u25b8 Protected defaultSorting ( item : T): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item T Returns: string filterItemsOnLoad # \u25b8 Protected 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 value namespace string | string[] - strict boolean false Returns: T[] getByLabel # \u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): T[] Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | { [label:string]: string; } Returns: T[] getByName # \u25b8 getByName ( name : string, namespace? : string): T Overrides ItemStore . getByName 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 getStatuses # \u25b8 Optional getStatuses ( items : T[]): Record\\ Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items T[] Returns: Record\\ isSelected # \u25b8 isSelected ( item : T): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item T Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems? : T[]): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default value visibleItems T[] this.items Returns: boolean load # \u25b8 load ( params : { name: string ; namespace?: string }): Promise \\ Defined in src/renderer/kube-object.store.ts:99 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\ loadAll # \u25b8 loadAll (): Promise \\ Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\ loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise \\ Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise \\ loadItem # \u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\ Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\ loadItems # \u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\ Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise \\ onWatchApiEvent # \u25b8 Protected 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 \\ Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item T Returns: Promise \\ removeItem # \u25b8 Protected removeItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: Name Type item T request () => Promise \\ Returns: Promise \\ removeSelectedItems # \u25b8 removeSelectedItems (): Promise \\ Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\ reset # \u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : T): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item T Returns: void sortItems # \u25b8 Protected sortItems ( items? : T[], sorting? : (item: T) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): T[] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31 Parameters: Name Type Default value items T[] this.items sorting? (item: T) => any[] - order? \\\"asc\\\" | \\\"desc\\\" - Returns: T[] subscribe # \u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default value apis KubeApi \\ [] [this.api] Returns: (Anonymous function) toggleSelection # \u25b8 toggleSelection ( item : T): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item T Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? : T[]): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default value visibleItems T[] this.items Returns: void unselect # \u25b8 unselect ( item : T): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item T Returns: void update # \u25b8 update ( item : T, data : Partial\\ ): Promise \\ Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item T data Partial\\ Returns: Promise \\ updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Defined in src/renderer/kube-object.store.ts:163 Returns: void updateItem # \u25b8 Protected updateItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: Name Type item T request () => Promise \\ Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#class-kubeobjectstore","text":"","title":"Class: KubeObjectStore\\"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#type-parameters","text":"Name Type Default T KubeObject any","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#hierarchy","text":"ItemStore \\ \u21b3 KubeObjectStore \u21b3\u21b3 CRDResourceStore \u21b3\u21b3 CRDStore \u21b3\u21b3 NamespaceStore \u21b3\u21b3 PodsStore \u21b3\u21b3 EventStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#properties","text":"api eventsBuffer isLoaded isLoading items limit selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#accessors","text":"selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.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/_src_renderer_kube_object_store_.kubeobjectstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#constructor","text":"+ new KubeObjectStore (): KubeObjectStore Defined in src/renderer/kube-object.store.ts:14 Returns: KubeObjectStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#api","text":"\u2022 Abstract api : KubeApi \\ Defined in src/renderer/kube-object.store.ts:13","title":"api"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Defined in src/renderer/kube-object.store.ts:145","title":"eventsBuffer"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#items","text":"\u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#limit","text":"\u2022 limit : number Defined in src/renderer/kube-object.store.ts:14","title":"limit"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#selecteditems","text":"\u2022 get selectedItems (): T[] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: T[]","title":"selectedItems"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Defined in src/renderer/kube-object.store.ts:147","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#create","text":"\u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Defined in src/renderer/kube-object.store.ts:120","title":"create"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#createitem","text":"\u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116","title":"createItem"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item : T): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14","title":"defaultSorting"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items : T[]): T[] Defined in src/renderer/kube-object.store.ts:72","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): T[] Defined in src/renderer/kube-object.store.ts:24","title":"getAllByNs"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): T[] Defined in src/renderer/kube-object.store.ts:45","title":"getByLabel"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): T Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33","title":"getByName"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#getbypath","text":"\u25b8 getByPath ( path : string): T Defined in src/renderer/kube-object.store.ts:41","title":"getByPath"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#getstatuses","text":"\u25b8 Optional getStatuses ( items : T[]): Record\\ Defined in src/renderer/kube-object.store.ts:22","title":"getStatuses"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#isselected","text":"\u25b8 isSelected ( item : T): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102","title":"isSelected"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? : T[]): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137","title":"isSelectedAll"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#load","text":"\u25b8 load ( params : { name: string ; namespace?: string }): Promise \\ Defined in src/renderer/kube-object.store.ts:99","title":"load"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#loadall","text":"\u25b8 loadAll (): Promise \\ Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\","title":"loadAll"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise \\ Defined in src/renderer/kube-object.store.ts:111","title":"loadFromPath"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#loaditem","text":"\u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\ Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94","title":"loadItem"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#loaditems","text":"\u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\ Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60","title":"loadItems"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#onwatchapievent","text":"\u25b8 Protected onWatchApiEvent ( evt : IKubeWatchEvent ): void Defined in src/renderer/kube-object.store.ts:157","title":"onWatchApiEvent"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#remove","text":"\u25b8 remove ( item : T): Promise \\ Defined in src/renderer/kube-object.store.ts:134","title":"remove"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#removeitem","text":"\u25b8 Protected removeItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96","title":"removeItem"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise \\ Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\","title":"removeSelectedItems"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#reset","text":"\u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#select","text":"\u25b8 select ( item : T): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107","title":"select"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#sortitems","text":"\u25b8 Protected sortItems ( items? : T[], sorting? : (item: T) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): T[] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31","title":"sortItems"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#subscribe","text":"\u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#toggleselection","text":"\u25b8 toggleSelection ( item : T): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117","title":"toggleSelection"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? : T[]): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#unselect","text":"\u25b8 unselect ( item : T): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112","title":"unselect"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#update","text":"\u25b8 update ( item : T, data : Partial\\ ): Promise \\ Defined in src/renderer/kube-object.store.ts:127","title":"update"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#updateitem","text":"\u25b8 Protected updateItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88","title":"updateItem"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/","text":"@k8slens/extensions Globals / \"src/renderer/theme.store\" / ThemeStore Class: ThemeStore # Hierarchy # ThemeStore Index # Constructors # constructor Properties # styles themes Accessors # activeTheme activeThemeId Methods # applyTheme getThemeById init loadTheme Constructors # constructor # + new ThemeStore (): ThemeStore Defined in src/renderer/theme.store.ts:42 Returns: ThemeStore Properties # styles # \u2022 Protected styles : HTMLStyleElement Defined in src/renderer/theme.store.ts:24 themes # \u2022 themes : Theme [] = [ { id: \"lens-dark\", type: ThemeType.DARK }, { id: \"lens-light\", type: ThemeType.LIGHT }, ] Defined in src/renderer/theme.store.ts:27 Accessors # activeTheme # \u2022 get activeTheme (): Theme Defined in src/renderer/theme.store.ts:36 Returns: Theme activeThemeId # \u2022 get activeThemeId (): string Defined in src/renderer/theme.store.ts:32 Returns: string Methods # applyTheme # \u25b8 Protected applyTheme ( theme? : Theme ): void Defined in src/renderer/theme.store.ts:86 Parameters: Name Type Default value theme Theme this.activeTheme Returns: void getThemeById # \u25b8 getThemeById ( themeId : ThemeId ): Theme Defined in src/renderer/theme.store.ts:65 Parameters: Name Type themeId ThemeId Returns: Theme init # \u25b8 init (): Promise \\ Defined in src/renderer/theme.store.ts:58 Returns: Promise \\ loadTheme # \u25b8 Protected loadTheme ( themeId : ThemeId ): Promise \\< Theme > Defined in src/renderer/theme.store.ts:69 Parameters: Name Type themeId ThemeId Returns: Promise \\< Theme >","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#class-themestore","text":"","title":"Class: ThemeStore"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#hierarchy","text":"ThemeStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#properties","text":"styles themes","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#accessors","text":"activeTheme activeThemeId","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#methods","text":"applyTheme getThemeById init loadTheme","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#constructor","text":"+ new ThemeStore (): ThemeStore Defined in src/renderer/theme.store.ts:42 Returns: ThemeStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#styles","text":"\u2022 Protected styles : HTMLStyleElement Defined in src/renderer/theme.store.ts:24","title":"styles"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#themes","text":"\u2022 themes : Theme [] = [ { id: \"lens-dark\", type: ThemeType.DARK }, { id: \"lens-light\", type: ThemeType.LIGHT }, ] Defined in src/renderer/theme.store.ts:27","title":"themes"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#activetheme","text":"\u2022 get activeTheme (): Theme Defined in src/renderer/theme.store.ts:36 Returns: Theme","title":"activeTheme"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#activethemeid","text":"\u2022 get activeThemeId (): string Defined in src/renderer/theme.store.ts:32 Returns: string","title":"activeThemeId"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#applytheme","text":"\u25b8 Protected applyTheme ( theme? : Theme ): void Defined in src/renderer/theme.store.ts:86","title":"applyTheme"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#getthemebyid","text":"\u25b8 getThemeById ( themeId : ThemeId ): Theme Defined in src/renderer/theme.store.ts:65","title":"getThemeById"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#init","text":"\u25b8 init (): Promise \\ Defined in src/renderer/theme.store.ts:58 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#loadtheme","text":"\u25b8 Protected loadTheme ( themeId : ThemeId ): Promise \\< Theme > Defined in src/renderer/theme.store.ts:69","title":"loadTheme"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/","text":"@k8slens/extensions Globals / \"src/renderer/utils/createStorage\" / StorageHelper Class: StorageHelper\\ # Type parameters # Name T Hierarchy # StorageHelper Index # Constructors # constructor Properties # defaultValue key options keyPrefix Accessors # storage Methods # clear get getDefaultValue merge restoreDefaultValue set Object literals # defaultOptions Constructors # constructor # + new StorageHelper ( key : string, defaultValue? : T, options? : IStorageHelperOptions ): StorageHelper Defined in src/renderer/utils/createStorage.ts:18 Parameters: Name Type key string defaultValue? T options? IStorageHelperOptions Returns: StorageHelper Properties # defaultValue # \u2022 Protected Optional defaultValue : T Defined in src/renderer/utils/createStorage.ts:20 key # \u2022 Protected key : string Defined in src/renderer/utils/createStorage.ts:20 options # \u2022 Protected Optional options : IStorageHelperOptions Defined in src/renderer/utils/createStorage.ts:20 keyPrefix # \u25aa Static keyPrefix : string = \"lens_\" Defined in src/renderer/utils/createStorage.ts:13 Accessors # storage # \u2022 Protected get storage (): Storage Defined in src/renderer/utils/createStorage.ts:28 Returns: Storage Methods # clear # \u25b8 clear (): this Defined in src/renderer/utils/createStorage.ts:55 Returns: this get # \u25b8 get (): T Defined in src/renderer/utils/createStorage.ts:33 Returns: T getDefaultValue # \u25b8 getDefaultValue (): T Defined in src/renderer/utils/createStorage.ts:60 Returns: T merge # \u25b8 merge ( value : Partial\\ ): this Defined in src/renderer/utils/createStorage.ts:50 Parameters: Name Type value Partial\\ Returns: this restoreDefaultValue # \u25b8 restoreDefaultValue (): this Defined in src/renderer/utils/createStorage.ts:64 Returns: this set # \u25b8 set ( value : T): this Defined in src/renderer/utils/createStorage.ts:45 Parameters: Name Type value T Returns: this Object literals # defaultOptions # \u25aa Static defaultOptions : object Defined in src/renderer/utils/createStorage.ts:15 Properties: Name Type Value addKeyPrefix true true useSession false false","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#class-storagehelper","text":"","title":"Class: StorageHelper\\"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#type-parameters","text":"Name T","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#hierarchy","text":"StorageHelper","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#properties","text":"defaultValue key options keyPrefix","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#accessors","text":"storage","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#methods","text":"clear get getDefaultValue merge restoreDefaultValue set","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#object-literals","text":"defaultOptions","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#constructor","text":"+ new StorageHelper ( key : string, defaultValue? : T, options? : IStorageHelperOptions ): StorageHelper Defined in src/renderer/utils/createStorage.ts:18","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#defaultvalue","text":"\u2022 Protected Optional defaultValue : T Defined in src/renderer/utils/createStorage.ts:20","title":"defaultValue"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#key","text":"\u2022 Protected key : string Defined in src/renderer/utils/createStorage.ts:20","title":"key"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#options","text":"\u2022 Protected Optional options : IStorageHelperOptions Defined in src/renderer/utils/createStorage.ts:20","title":"options"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#keyprefix","text":"\u25aa Static keyPrefix : string = \"lens_\" Defined in src/renderer/utils/createStorage.ts:13","title":"keyPrefix"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#storage","text":"\u2022 Protected get storage (): Storage Defined in src/renderer/utils/createStorage.ts:28 Returns: Storage","title":"storage"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#clear","text":"\u25b8 clear (): this Defined in src/renderer/utils/createStorage.ts:55 Returns: this","title":"clear"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#get","text":"\u25b8 get (): T Defined in src/renderer/utils/createStorage.ts:33 Returns: T","title":"get"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#getdefaultvalue","text":"\u25b8 getDefaultValue (): T Defined in src/renderer/utils/createStorage.ts:60 Returns: T","title":"getDefaultValue"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#merge","text":"\u25b8 merge ( value : Partial\\ ): this Defined in src/renderer/utils/createStorage.ts:50","title":"merge"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#restoredefaultvalue","text":"\u25b8 restoreDefaultValue (): this Defined in src/renderer/utils/createStorage.ts:64 Returns: this","title":"restoreDefaultValue"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#set","text":"\u25b8 set ( value : T): this Defined in src/renderer/utils/createStorage.ts:45","title":"set"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#defaultoptions","text":"\u25aa Static defaultOptions : object Defined in src/renderer/utils/createStorage.ts:15","title":"defaultOptions"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/","text":"@k8slens/extensions Globals / \"src/main/cluster\" / ClusterMetadataKey Enumeration: ClusterMetadataKey # Index # Enumeration members # CLUSTER_ID DISTRIBUTION LAST_SEEN NODES_COUNT VERSION Enumeration members # CLUSTER_ID # \u2022 CLUSTER_ID : = \"id\" Defined in src/main/cluster.ts:27 DISTRIBUTION # \u2022 DISTRIBUTION : = \"distribution\" Defined in src/main/cluster.ts:28 LAST_SEEN # \u2022 LAST_SEEN : = \"lastSeen\" Defined in src/main/cluster.ts:30 NODES_COUNT # \u2022 NODES_COUNT : = \"nodes\" Defined in src/main/cluster.ts:29 VERSION # \u2022 VERSION : = \"version\" Defined in src/main/cluster.ts:26","title":"API Reference"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#enumeration-clustermetadatakey","text":"","title":"Enumeration: ClusterMetadataKey"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#enumeration-members","text":"CLUSTER_ID DISTRIBUTION LAST_SEEN NODES_COUNT VERSION","title":"Enumeration members"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#cluster_id","text":"\u2022 CLUSTER_ID : = \"id\" Defined in src/main/cluster.ts:27","title":"CLUSTER_ID"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#distribution","text":"\u2022 DISTRIBUTION : = \"distribution\" Defined in src/main/cluster.ts:28","title":"DISTRIBUTION"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#last_seen","text":"\u2022 LAST_SEEN : = \"lastSeen\" Defined in src/main/cluster.ts:30","title":"LAST_SEEN"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#nodes_count","text":"\u2022 NODES_COUNT : = \"nodes\" Defined in src/main/cluster.ts:29","title":"NODES_COUNT"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#version","text":"\u2022 VERSION : = \"version\" Defined in src/main/cluster.ts:26","title":"VERSION"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/","text":"@k8slens/extensions Globals / \"src/main/cluster\" / ClusterStatus Enumeration: ClusterStatus # Index # Enumeration members # AccessDenied AccessGranted Offline Enumeration members # AccessDenied # \u2022 AccessDenied : = 1 Defined in src/main/cluster.ts:21 AccessGranted # \u2022 AccessGranted : = 2 Defined in src/main/cluster.ts:20 Offline # \u2022 Offline : = 0 Defined in src/main/cluster.ts:22","title":"API Reference"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/#enumeration-clusterstatus","text":"","title":"Enumeration: ClusterStatus"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/#enumeration-members","text":"AccessDenied AccessGranted Offline","title":"Enumeration members"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/#accessdenied","text":"\u2022 AccessDenied : = 1 Defined in src/main/cluster.ts:21","title":"AccessDenied"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/#accessgranted","text":"\u2022 AccessGranted : = 2 Defined in src/main/cluster.ts:20","title":"AccessGranted"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/#offline","text":"\u2022 Offline : = 0 Defined in src/main/cluster.ts:22","title":"Offline"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster.api\" / ClusterStatus Enumeration: ClusterStatus # Index # Enumeration members # ACTIVE CREATING ERROR REMOVING Enumeration members # ACTIVE # \u2022 ACTIVE : = \"Active\" Defined in src/renderer/api/endpoints/cluster.api.ts:31 CREATING # \u2022 CREATING : = \"Creating\" Defined in src/renderer/api/endpoints/cluster.api.ts:32 ERROR # \u2022 ERROR : = \"Error\" Defined in src/renderer/api/endpoints/cluster.api.ts:34 REMOVING # \u2022 REMOVING : = \"Removing\" Defined in src/renderer/api/endpoints/cluster.api.ts:33","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#enumeration-clusterstatus","text":"","title":"Enumeration: ClusterStatus"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#enumeration-members","text":"ACTIVE CREATING ERROR REMOVING","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#active","text":"\u2022 ACTIVE : = \"Active\" Defined in src/renderer/api/endpoints/cluster.api.ts:31","title":"ACTIVE"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#creating","text":"\u2022 CREATING : = \"Creating\" Defined in src/renderer/api/endpoints/cluster.api.ts:32","title":"CREATING"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#error","text":"\u2022 ERROR : = \"Error\" Defined in src/renderer/api/endpoints/cluster.api.ts:34","title":"ERROR"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#removing","text":"\u2022 REMOVING : = \"Removing\" Defined in src/renderer/api/endpoints/cluster.api.ts:33","title":"REMOVING"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/hpa.api\" / HpaMetricType Enumeration: HpaMetricType # Index # Enumeration members # External Object Pods Resource Enumeration members # External # \u2022 External : = \"External\" Defined in src/renderer/api/endpoints/hpa.api.ts:8 Object # \u2022 Object : = \"Object\" Defined in src/renderer/api/endpoints/hpa.api.ts:7 Pods # \u2022 Pods : = \"Pods\" Defined in src/renderer/api/endpoints/hpa.api.ts:6 Resource # \u2022 Resource : = \"Resource\" Defined in src/renderer/api/endpoints/hpa.api.ts:5","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#enumeration-hpametrictype","text":"","title":"Enumeration: HpaMetricType"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#enumeration-members","text":"External Object Pods Resource","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#external","text":"\u2022 External : = \"External\" Defined in src/renderer/api/endpoints/hpa.api.ts:8","title":"External"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#object","text":"\u2022 Object : = \"Object\" Defined in src/renderer/api/endpoints/hpa.api.ts:7","title":"Object"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#pods","text":"\u2022 Pods : = \"Pods\" Defined in src/renderer/api/endpoints/hpa.api.ts:6","title":"Pods"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#resource","text":"\u2022 Resource : = \"Resource\" Defined in src/renderer/api/endpoints/hpa.api.ts:5","title":"Resource"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/namespaces.api\" / NamespaceStatus Enumeration: NamespaceStatus # Index # Enumeration members # ACTIVE TERMINATING Enumeration members # ACTIVE # \u2022 ACTIVE : = \"Active\" Defined in src/renderer/api/endpoints/namespaces.api.ts:6 TERMINATING # \u2022 TERMINATING : = \"Terminating\" Defined in src/renderer/api/endpoints/namespaces.api.ts:7","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/#enumeration-namespacestatus","text":"","title":"Enumeration: NamespaceStatus"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/#enumeration-members","text":"ACTIVE TERMINATING","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/#active","text":"\u2022 ACTIVE : = \"Active\" Defined in src/renderer/api/endpoints/namespaces.api.ts:6","title":"ACTIVE"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/#terminating","text":"\u2022 TERMINATING : = \"Terminating\" Defined in src/renderer/api/endpoints/namespaces.api.ts:7","title":"TERMINATING"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / PodStatus Enumeration: PodStatus # Index # Enumeration members # EVICTED FAILED PENDING RUNNING SUCCEEDED TERMINATED Enumeration members # EVICTED # \u2022 EVICTED : = \"Evicted\" Defined in src/renderer/api/endpoints/pods.api.ts:61 FAILED # \u2022 FAILED : = \"Failed\" Defined in src/renderer/api/endpoints/pods.api.ts:57 PENDING # \u2022 PENDING : = \"Pending\" Defined in src/renderer/api/endpoints/pods.api.ts:58 RUNNING # \u2022 RUNNING : = \"Running\" Defined in src/renderer/api/endpoints/pods.api.ts:59 SUCCEEDED # \u2022 SUCCEEDED : = \"Succeeded\" Defined in src/renderer/api/endpoints/pods.api.ts:60 TERMINATED # \u2022 TERMINATED : = \"Terminated\" Defined in src/renderer/api/endpoints/pods.api.ts:56","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#enumeration-podstatus","text":"","title":"Enumeration: PodStatus"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#enumeration-members","text":"EVICTED FAILED PENDING RUNNING SUCCEEDED TERMINATED","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#evicted","text":"\u2022 EVICTED : = \"Evicted\" Defined in src/renderer/api/endpoints/pods.api.ts:61","title":"EVICTED"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#failed","text":"\u2022 FAILED : = \"Failed\" Defined in src/renderer/api/endpoints/pods.api.ts:57","title":"FAILED"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#pending","text":"\u2022 PENDING : = \"Pending\" Defined in src/renderer/api/endpoints/pods.api.ts:58","title":"PENDING"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#running","text":"\u2022 RUNNING : = \"Running\" Defined in src/renderer/api/endpoints/pods.api.ts:59","title":"RUNNING"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#succeeded","text":"\u2022 SUCCEEDED : = \"Succeeded\" Defined in src/renderer/api/endpoints/pods.api.ts:60","title":"SUCCEEDED"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#terminated","text":"\u2022 TERMINATED : = \"Terminated\" Defined in src/renderer/api/endpoints/pods.api.ts:56","title":"TERMINATED"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/secret.api\" / SecretType Enumeration: SecretType # Index # Enumeration members # BasicAuth BootstrapToken DockerConfigJson Dockercfg Opaque SSHAuth ServiceAccountToken TLS Enumeration members # BasicAuth # \u2022 BasicAuth : = \"kubernetes.io/basic-auth\" Defined in src/renderer/api/endpoints/secret.api.ts:11 BootstrapToken # \u2022 BootstrapToken : = \"bootstrap.kubernetes.io/token\" Defined in src/renderer/api/endpoints/secret.api.ts:14 DockerConfigJson # \u2022 DockerConfigJson : = \"kubernetes.io/dockerconfigjson\" Defined in src/renderer/api/endpoints/secret.api.ts:10 Dockercfg # \u2022 Dockercfg : = \"kubernetes.io/dockercfg\" Defined in src/renderer/api/endpoints/secret.api.ts:9 Opaque # \u2022 Opaque : = \"Opaque\" Defined in src/renderer/api/endpoints/secret.api.ts:7 SSHAuth # \u2022 SSHAuth : = \"kubernetes.io/ssh-auth\" Defined in src/renderer/api/endpoints/secret.api.ts:12 ServiceAccountToken # \u2022 ServiceAccountToken : = \"kubernetes.io/service-account-token\" Defined in src/renderer/api/endpoints/secret.api.ts:8 TLS # \u2022 TLS : = \"kubernetes.io/tls\" Defined in src/renderer/api/endpoints/secret.api.ts:13","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#enumeration-secrettype","text":"","title":"Enumeration: SecretType"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#enumeration-members","text":"BasicAuth BootstrapToken DockerConfigJson Dockercfg Opaque SSHAuth ServiceAccountToken TLS","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#basicauth","text":"\u2022 BasicAuth : = \"kubernetes.io/basic-auth\" Defined in src/renderer/api/endpoints/secret.api.ts:11","title":"BasicAuth"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#bootstraptoken","text":"\u2022 BootstrapToken : = \"bootstrap.kubernetes.io/token\" Defined in src/renderer/api/endpoints/secret.api.ts:14","title":"BootstrapToken"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#dockerconfigjson","text":"\u2022 DockerConfigJson : = \"kubernetes.io/dockerconfigjson\" Defined in src/renderer/api/endpoints/secret.api.ts:10","title":"DockerConfigJson"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#dockercfg","text":"\u2022 Dockercfg : = \"kubernetes.io/dockercfg\" Defined in src/renderer/api/endpoints/secret.api.ts:9","title":"Dockercfg"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#opaque","text":"\u2022 Opaque : = \"Opaque\" Defined in src/renderer/api/endpoints/secret.api.ts:7","title":"Opaque"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#sshauth","text":"\u2022 SSHAuth : = \"kubernetes.io/ssh-auth\" Defined in src/renderer/api/endpoints/secret.api.ts:12","title":"SSHAuth"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#serviceaccounttoken","text":"\u2022 ServiceAccountToken : = \"kubernetes.io/service-account-token\" Defined in src/renderer/api/endpoints/secret.api.ts:8","title":"ServiceAccountToken"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#tls","text":"\u2022 TLS : = \"kubernetes.io/tls\" Defined in src/renderer/api/endpoints/secret.api.ts:13","title":"TLS"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/","text":"@k8slens/extensions Globals / \"src/renderer/api/terminal-api\" / TerminalChannels Enumeration: TerminalChannels # Index # Enumeration members # STDERR STDIN STDOUT TERMINAL_SIZE TOKEN Enumeration members # STDERR # \u2022 STDERR : = 2 Defined in src/renderer/api/terminal-api.ts:10 STDIN # \u2022 STDIN : = 0 Defined in src/renderer/api/terminal-api.ts:8 STDOUT # \u2022 STDOUT : = 1 Defined in src/renderer/api/terminal-api.ts:9 TERMINAL_SIZE # \u2022 TERMINAL_SIZE : = 4 Defined in src/renderer/api/terminal-api.ts:11 TOKEN # \u2022 TOKEN : = 9 Defined in src/renderer/api/terminal-api.ts:12","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#enumeration-terminalchannels","text":"","title":"Enumeration: TerminalChannels"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#enumeration-members","text":"STDERR STDIN STDOUT TERMINAL_SIZE TOKEN","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#stderr","text":"\u2022 STDERR : = 2 Defined in src/renderer/api/terminal-api.ts:10","title":"STDERR"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#stdin","text":"\u2022 STDIN : = 0 Defined in src/renderer/api/terminal-api.ts:8","title":"STDIN"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#stdout","text":"\u2022 STDOUT : = 1 Defined in src/renderer/api/terminal-api.ts:9","title":"STDOUT"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#terminal_size","text":"\u2022 TERMINAL_SIZE : = 4 Defined in src/renderer/api/terminal-api.ts:11","title":"TERMINAL_SIZE"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#token","text":"\u2022 TOKEN : = 9 Defined in src/renderer/api/terminal-api.ts:12","title":"TOKEN"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/","text":"@k8slens/extensions Globals / \"src/renderer/api/terminal-api\" / TerminalColor Enumeration: TerminalColor # Index # Enumeration members # BLUE CYAN GRAY GREEN LIGHT_GRAY MAGENTA NO_COLOR RED YELLOW Enumeration members # BLUE # \u2022 BLUE : = \"\u001b[34m\" Defined in src/renderer/api/terminal-api.ts:19 CYAN # \u2022 CYAN : = \"\u001b[36m\" Defined in src/renderer/api/terminal-api.ts:21 GRAY # \u2022 GRAY : = \"\u001b[90m\" Defined in src/renderer/api/terminal-api.ts:22 GREEN # \u2022 GREEN : = \"\u001b[32m\" Defined in src/renderer/api/terminal-api.ts:17 LIGHT_GRAY # \u2022 LIGHT_GRAY : = \"\u001b[37m\" Defined in src/renderer/api/terminal-api.ts:23 MAGENTA # \u2022 MAGENTA : = \"\u001b[35m\" Defined in src/renderer/api/terminal-api.ts:20 NO_COLOR # \u2022 NO_COLOR : = \"\u001b[0m\" Defined in src/renderer/api/terminal-api.ts:24 RED # \u2022 RED : = \"\u001b[31m\" Defined in src/renderer/api/terminal-api.ts:16 YELLOW # \u2022 YELLOW : = \"\u001b[33m\" Defined in src/renderer/api/terminal-api.ts:18","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#enumeration-terminalcolor","text":"","title":"Enumeration: TerminalColor"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#enumeration-members","text":"BLUE CYAN GRAY GREEN LIGHT_GRAY MAGENTA NO_COLOR RED YELLOW","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#blue","text":"\u2022 BLUE : = \"\u001b[34m\" Defined in src/renderer/api/terminal-api.ts:19","title":"BLUE"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#cyan","text":"\u2022 CYAN : = \"\u001b[36m\" Defined in src/renderer/api/terminal-api.ts:21","title":"CYAN"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#gray","text":"\u2022 GRAY : = \"\u001b[90m\" Defined in src/renderer/api/terminal-api.ts:22","title":"GRAY"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#green","text":"\u2022 GREEN : = \"\u001b[32m\" Defined in src/renderer/api/terminal-api.ts:17","title":"GREEN"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#light_gray","text":"\u2022 LIGHT_GRAY : = \"\u001b[37m\" Defined in src/renderer/api/terminal-api.ts:23","title":"LIGHT_GRAY"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#magenta","text":"\u2022 MAGENTA : = \"\u001b[35m\" Defined in src/renderer/api/terminal-api.ts:20","title":"MAGENTA"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#no_color","text":"\u2022 NO_COLOR : = \"\u001b[0m\" Defined in src/renderer/api/terminal-api.ts:24","title":"NO_COLOR"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#red","text":"\u2022 RED : = \"\u001b[31m\" Defined in src/renderer/api/terminal-api.ts:16","title":"RED"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#yellow","text":"\u2022 YELLOW : = \"\u001b[33m\" Defined in src/renderer/api/terminal-api.ts:18","title":"YELLOW"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/","text":"@k8slens/extensions Globals / \"src/renderer/api/websocket-api\" / WebSocketApiState Enumeration: WebSocketApiState # Index # Enumeration members # CLOSED CONNECTING OPEN PENDING RECONNECTING Enumeration members # CLOSED # \u2022 CLOSED : Defined in src/renderer/api/websocket-api.ts:23 CONNECTING # \u2022 CONNECTING : Defined in src/renderer/api/websocket-api.ts:21 OPEN # \u2022 OPEN : Defined in src/renderer/api/websocket-api.ts:20 PENDING # \u2022 PENDING : = -1 Defined in src/renderer/api/websocket-api.ts:19 RECONNECTING # \u2022 RECONNECTING : Defined in src/renderer/api/websocket-api.ts:22","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#enumeration-websocketapistate","text":"","title":"Enumeration: WebSocketApiState"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#enumeration-members","text":"CLOSED CONNECTING OPEN PENDING RECONNECTING","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#closed","text":"\u2022 CLOSED : Defined in src/renderer/api/websocket-api.ts:23","title":"CLOSED"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#connecting","text":"\u2022 CONNECTING : Defined in src/renderer/api/websocket-api.ts:21","title":"CONNECTING"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#open","text":"\u2022 OPEN : Defined in src/renderer/api/websocket-api.ts:20","title":"OPEN"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#pending","text":"\u2022 PENDING : = -1 Defined in src/renderer/api/websocket-api.ts:19","title":"PENDING"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#reconnecting","text":"\u2022 RECONNECTING : Defined in src/renderer/api/websocket-api.ts:22","title":"RECONNECTING"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-list\" / sortBy Enumeration: sortBy # Index # Enumeration members # age group kind scope version Enumeration members # age # \u2022 age : = \"age\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:21 group # \u2022 group : = \"group\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:18 kind # \u2022 kind : = \"kind\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:17 scope # \u2022 scope : = \"scope\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:20 version # \u2022 version : = \"version\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:19","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#enumeration-sortby","text":"","title":"Enumeration: sortBy"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#enumeration-members","text":"age group kind scope version","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#age","text":"\u2022 age : = \"age\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:21","title":"age"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#group","text":"\u2022 group : = \"group\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:18","title":"group"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#kind","text":"\u2022 kind : = \"kind\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:17","title":"kind"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#scope","text":"\u2022 scope : = \"scope\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:20","title":"scope"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#version","text":"\u2022 version : = \"version\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:19","title":"version"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resources\" / sortBy Enumeration: sortBy # Index # Enumeration members # age name namespace Enumeration members # age # \u2022 age : = \"age\" Defined in src/renderer/components/+custom-resources/crd-resources.tsx:22 name # \u2022 name : = \"name\" Defined in src/renderer/components/+custom-resources/crd-resources.tsx:20 namespace # \u2022 namespace : = \"namespace\" Defined in src/renderer/components/+custom-resources/crd-resources.tsx:21","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/#enumeration-sortby","text":"","title":"Enumeration: sortBy"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/#enumeration-members","text":"age name namespace","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/#age","text":"\u2022 age : = \"age\" Defined in src/renderer/components/+custom-resources/crd-resources.tsx:22","title":"age"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/#name","text":"\u2022 name : = \"name\" Defined in src/renderer/components/+custom-resources/crd-resources.tsx:20","title":"name"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/#namespace","text":"\u2022 namespace : = \"namespace\" Defined in src/renderer/components/+custom-resources/crd-resources.tsx:21","title":"namespace"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/dock.store\" / TabKind Enumeration: TabKind # Index # Enumeration members # CREATE_RESOURCE EDIT_RESOURCE INSTALL_CHART POD_LOGS TERMINAL UPGRADE_CHART Enumeration members # CREATE_RESOURCE # \u2022 CREATE_RESOURCE : = \"create-resource\" Defined in src/renderer/components/dock/dock.store.ts:10 EDIT_RESOURCE # \u2022 EDIT_RESOURCE : = \"edit-resource\" Defined in src/renderer/components/dock/dock.store.ts:11 INSTALL_CHART # \u2022 INSTALL_CHART : = \"install-chart\" Defined in src/renderer/components/dock/dock.store.ts:12 POD_LOGS # \u2022 POD_LOGS : = \"pod-logs\" Defined in src/renderer/components/dock/dock.store.ts:14 TERMINAL # \u2022 TERMINAL : = \"terminal\" Defined in src/renderer/components/dock/dock.store.ts:9 UPGRADE_CHART # \u2022 UPGRADE_CHART : = \"upgrade-chart\" Defined in src/renderer/components/dock/dock.store.ts:13","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#enumeration-tabkind","text":"","title":"Enumeration: TabKind"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#enumeration-members","text":"CREATE_RESOURCE EDIT_RESOURCE INSTALL_CHART POD_LOGS TERMINAL UPGRADE_CHART","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#create_resource","text":"\u2022 CREATE_RESOURCE : = \"create-resource\" Defined in src/renderer/components/dock/dock.store.ts:10","title":"CREATE_RESOURCE"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#edit_resource","text":"\u2022 EDIT_RESOURCE : = \"edit-resource\" Defined in src/renderer/components/dock/dock.store.ts:11","title":"EDIT_RESOURCE"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#install_chart","text":"\u2022 INSTALL_CHART : = \"install-chart\" Defined in src/renderer/components/dock/dock.store.ts:12","title":"INSTALL_CHART"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#pod_logs","text":"\u2022 POD_LOGS : = \"pod-logs\" Defined in src/renderer/components/dock/dock.store.ts:14","title":"POD_LOGS"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#terminal","text":"\u2022 TERMINAL : = \"terminal\" Defined in src/renderer/components/dock/dock.store.ts:9","title":"TERMINAL"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#upgrade_chart","text":"\u2022 UPGRADE_CHART : = \"upgrade-chart\" Defined in src/renderer/components/dock/dock.store.ts:13","title":"UPGRADE_CHART"},{"location":"extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters.store\" / FilterType Enumeration: FilterType # Index # Enumeration members # NAMESPACE SEARCH Enumeration members # NAMESPACE # \u2022 NAMESPACE : = \"namespace\" Defined in src/renderer/components/item-object-list/page-filters.store.ts:8 SEARCH # \u2022 SEARCH : = \"search\" Defined in src/renderer/components/item-object-list/page-filters.store.ts:7","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/#enumeration-filtertype","text":"","title":"Enumeration: FilterType"},{"location":"extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/#enumeration-members","text":"NAMESPACE SEARCH","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/#namespace","text":"\u2022 NAMESPACE : = \"namespace\" Defined in src/renderer/components/item-object-list/page-filters.store.ts:8","title":"NAMESPACE"},{"location":"extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/#search","text":"\u2022 SEARCH : = \"search\" Defined in src/renderer/components/item-object-list/page-filters.store.ts:7","title":"SEARCH"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/","text":"@k8slens/extensions Globals / \"src/renderer/components/notifications/notifications.store\" / NotificationStatus 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":"API Reference"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/#enumeration-notificationstatus","text":"","title":"Enumeration: NotificationStatus"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/#enumeration-members","text":"ERROR INFO OK","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/#error","text":"\u2022 ERROR : = \"error\" Defined in src/renderer/components/notifications/notifications.store.ts:13","title":"ERROR"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/#info","text":"\u2022 INFO : = \"info\" Defined in src/renderer/components/notifications/notifications.store.ts:14","title":"INFO"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/#ok","text":"\u2022 OK : = \"ok\" Defined in src/renderer/components/notifications/notifications.store.ts:12","title":"OK"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/tooltip\" / TooltipPosition 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":"API Reference"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/#enumeration-tooltipposition","text":"","title":"Enumeration: TooltipPosition"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/#enumeration-members","text":"BOTTOM BOTTOM_LEFT BOTTOM_RIGHT LEFT RIGHT TOP TOP_LEFT TOP_RIGHT","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/#bottom","text":"\u2022 BOTTOM : = \"bottom\" Defined in src/renderer/components/tooltip/tooltip.tsx:11","title":"BOTTOM"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.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/_src_renderer_components_tooltip_tooltip_.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/_src_renderer_components_tooltip_tooltip_.tooltipposition/#left","text":"\u2022 LEFT : = \"left\" Defined in src/renderer/components/tooltip/tooltip.tsx:12","title":"LEFT"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/#right","text":"\u2022 RIGHT : = \"right\" Defined in src/renderer/components/tooltip/tooltip.tsx:13","title":"RIGHT"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/#top","text":"\u2022 TOP : = \"top\" Defined in src/renderer/components/tooltip/tooltip.tsx:10","title":"TOP"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.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/_src_renderer_components_tooltip_tooltip_.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/_src_renderer_theme_store_.themetype/","text":"@k8slens/extensions Globals / \"src/renderer/theme.store\" / ThemeType Enumeration: ThemeType # Index # Enumeration members # DARK LIGHT Enumeration members # DARK # \u2022 DARK : = \"dark\" Defined in src/renderer/theme.store.ts:9 LIGHT # \u2022 LIGHT : = \"light\" Defined in src/renderer/theme.store.ts:10","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_theme_store_.themetype/#enumeration-themetype","text":"","title":"Enumeration: ThemeType"},{"location":"extensions/api/enums/_src_renderer_theme_store_.themetype/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_theme_store_.themetype/#enumeration-members","text":"DARK LIGHT","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_theme_store_.themetype/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_theme_store_.themetype/#dark","text":"\u2022 DARK : = \"dark\" Defined in src/renderer/theme.store.ts:9","title":"DARK"},{"location":"extensions/api/enums/_src_renderer_theme_store_.themetype/#light","text":"\u2022 LIGHT : = \"light\" Defined in src/renderer/theme.store.ts:10","title":"LIGHT"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/","text":"@k8slens/extensions Globals / \"src/common/base-store\" / BaseStoreParams Interface: BaseStoreParams\\ # Type parameters # Name Default T any Hierarchy # Options\\ \u21b3 BaseStoreParams Index # Properties # accessPropertiesByDotNotation autoLoad clearInvalidConfig configName cwd defaults deserialize encryptionKey fileExtension migrations projectName projectSuffix projectVersion schema serialize syncEnabled syncOptions watch Properties # accessPropertiesByDotNotation # \u2022 Optional Readonly accessPropertiesByDotNotation : boolean Inherited from BaseStoreParams . accessPropertiesByDotNotation Defined in node_modules/conf/dist/source/types.d.ts:193 Access nested properties by dot notation. default true example const config = new Conf(); config.set({ foo: { bar: { foobar: '\ud83e\udd84' } } }); console.log(config.get('foo.bar.foobar')); //=> '\ud83e\udd84' Alternatively, you can set this option to false so the whole string would be treated as one key. example const config = new Conf({accessPropertiesByDotNotation: false}); config.set({ `foo.bar.foobar`: '\ud83e\udd84' }); console.log(config.get('foo.bar.foobar')); //=> '\ud83e\udd84' autoLoad # \u2022 Optional autoLoad : boolean Defined in src/common/base-store.ts:13 clearInvalidConfig # \u2022 Optional clearInvalidConfig : boolean Inherited from BaseStoreParams . clearInvalidConfig Defined in node_modules/conf/dist/source/types.d.ts:128 The config is cleared if reading the config file causes a SyntaxError . This is a good default, as the config file is not intended to be hand-edited, so it usually means the config is corrupt and there's nothing the user can do about it anyway. However, if you let the user edit the config file directly, mistakes might happen and it could be more useful to throw an error when the config is invalid instead of clearing. Disabling this option will make it throw a SyntaxError on invalid config instead of clearing. default true configName # \u2022 Optional configName : string Inherited from BaseStoreParams . configName Defined in node_modules/conf/dist/source/types.d.ts:55 Name of the config file (without extension). Useful if you need multiple config files for your app or module. For example, different config files between two major versions. default 'config' cwd # \u2022 Optional cwd : string Inherited from BaseStoreParams . cwd Defined in node_modules/conf/dist/source/types.d.ts:104 You most likely don't need this. Please don't use it unless you really have to. The only use-case I can think of is having the config located in the app directory or on some external storage. Default: System default user config directory . defaults # \u2022 Optional defaults : Readonly\\ Inherited from BaseStoreParams . defaults Defined in node_modules/conf/dist/source/types.d.ts:11 Config used if there are no existing config. Note: * The values in defaults will overwrite the default key in the schema option. deserialize # \u2022 Optional Readonly deserialize : Deserialize\\ Inherited from BaseStoreParams . deserialize Defined in node_modules/conf/dist/source/types.d.ts:144 Function to deserialize the config object from a UTF-8 string when reading the config file. You would usually not need this, but it could be useful if you want to use a format other than JSON. default JSON.parse encryptionKey # \u2022 Optional encryptionKey : string | Buffer | NodeJS.TypedArray | DataView Inherited from BaseStoreParams . encryptionKey Defined in node_modules/conf/dist/source/types.d.ts:114 Note that this is not intended for security purposes , since the encryption key would be easily found inside a plain-text Node.js app. Its main use is for obscurity. If a user looks through the config directory and finds the config file, since it's just a JSON file, they may be tempted to modify it. By providing an encryption key, the file will be obfuscated, which should hopefully deter any users from doing so. It also has the added bonus of ensuring the config file's integrity. If the file is changed in any way, the decryption will not work, in which case the store will just reset back to its default state. When specified, the store will be encrypted using the aes-256-cbc encryption algorithm. fileExtension # \u2022 Optional fileExtension : string Inherited from BaseStoreParams . fileExtension Defined in node_modules/conf/dist/source/types.d.ts:122 Extension of the config file. You would usually not need this, but could be useful if you want to interact with a file with a custom file extension that can be associated with your app. These might be simple save/export/preference files that are intended to be shareable or saved outside of the app. default 'json' migrations # \u2022 Optional migrations : Migrations\\ Inherited from BaseStoreParams . migrations Defined in node_modules/conf/dist/source/types.d.ts:98 You can use migrations to perform operations to the store whenever a version is changed. The migrations object should consist of a key-value pair of 'version': handler . The version can also be a semver range . Note: The version the migrations use refers to the project version by default. If you want to change this behavior, specify the projectVersion option. example import Conf = require('conf'); const store = new Conf({ migrations: { '0.0.1': store => { store.set('debugPhase', true); }, '1.0.0': store => { store.delete('debugPhase'); store.set('phase', '1.0.0'); }, '1.0.2': store => { store.set('phase', '1.0.2'); }, '>=2.0.0': store => { store.set('phase', '>=2.0.0'); } } }); projectName # \u2022 Optional projectName : string Inherited from BaseStoreParams . projectName Defined in node_modules/conf/dist/source/types.d.ts:61 You only need to specify this if you don't have a package.json file in your project or if it doesn't have a name defined within it. Default: The name field in the package.json closest to where conf is imported. projectSuffix # \u2022 Optional Readonly projectSuffix : string Inherited from BaseStoreParams . projectSuffix Defined in node_modules/conf/dist/source/types.d.ts:156 You most likely don't need this. Please don't use it unless you really have to. Suffix appended to projectName during config file creation to avoid name conflicts with native apps. You can pass an empty string to remove the suffix. For example, on macOS, the config file will be stored in the ~/Library/Preferences/foo-nodejs directory, where foo is the projectName . default 'nodejs' projectVersion # \u2022 Optional projectVersion : string Inherited from BaseStoreParams . projectVersion Defined in node_modules/conf/dist/source/types.d.ts:67 You only need to specify this if you don't have a package.json file in your project or if it doesn't have a version defined within it. Default: The name field in the package.json closest to where conf is imported. schema # \u2022 Optional schema : Schema\\ Inherited from BaseStoreParams . schema Defined in node_modules/conf/dist/source/types.d.ts:47 JSON Schema to validate your config data. Under the hood, the JSON Schema validator ajv is used to validate your config. We use JSON Schema draft-07 and support all validation keywords and formats . You should define your schema as an object where each key is the name of your data's property and each value is a JSON schema used to validate that property. See more here . example import Conf = require('conf'); const schema = { foo: { type: 'number', maximum: 100, minimum: 1, default: 50 }, bar: { type: 'string', format: 'url' } }; const config = new Conf({schema}); console.log(config.get('foo')); //=> 50 config.set('foo', '1'); // [Error: Config schema violation: `foo` should be number] Note: * The default value will be overwritten by the defaults option if set. serialize # \u2022 Optional Readonly serialize : Serialize\\ Inherited from BaseStoreParams . serialize Defined in node_modules/conf/dist/source/types.d.ts:136 Function to serialize the config object to a UTF-8 string when writing the config file. You would usually not need this, but it could be useful if you want to use a format other than JSON. default value => JSON.stringify(value, null, '\\t') syncEnabled # \u2022 Optional syncEnabled : boolean Defined in src/common/base-store.ts:14 syncOptions # \u2022 Optional syncOptions : IReactionOptions Defined in src/common/base-store.ts:15 watch # \u2022 Optional Readonly watch : boolean Inherited from BaseStoreParams . watch Defined in node_modules/conf/dist/source/types.d.ts:201 Watch for any changes in the config file and call the callback for onDidChange if set. This is useful if there are multiple processes changing the same config file. Currently this option doesn't work on Node.js 8 on macOS. default false","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#interface-basestoreparams","text":"","title":"Interface: BaseStoreParams\\"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#hierarchy","text":"Options\\ \u21b3 BaseStoreParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#properties","text":"accessPropertiesByDotNotation autoLoad clearInvalidConfig configName cwd defaults deserialize encryptionKey fileExtension migrations projectName projectSuffix projectVersion schema serialize syncEnabled syncOptions watch","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#accesspropertiesbydotnotation","text":"\u2022 Optional Readonly accessPropertiesByDotNotation : boolean Inherited from BaseStoreParams . accessPropertiesByDotNotation Defined in node_modules/conf/dist/source/types.d.ts:193 Access nested properties by dot notation. default true example const config = new Conf(); config.set({ foo: { bar: { foobar: '\ud83e\udd84' } } }); console.log(config.get('foo.bar.foobar')); //=> '\ud83e\udd84' Alternatively, you can set this option to false so the whole string would be treated as one key. example const config = new Conf({accessPropertiesByDotNotation: false}); config.set({ `foo.bar.foobar`: '\ud83e\udd84' }); console.log(config.get('foo.bar.foobar')); //=> '\ud83e\udd84'","title":"accessPropertiesByDotNotation"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#autoload","text":"\u2022 Optional autoLoad : boolean Defined in src/common/base-store.ts:13","title":"autoLoad"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#clearinvalidconfig","text":"\u2022 Optional clearInvalidConfig : boolean Inherited from BaseStoreParams . clearInvalidConfig Defined in node_modules/conf/dist/source/types.d.ts:128 The config is cleared if reading the config file causes a SyntaxError . This is a good default, as the config file is not intended to be hand-edited, so it usually means the config is corrupt and there's nothing the user can do about it anyway. However, if you let the user edit the config file directly, mistakes might happen and it could be more useful to throw an error when the config is invalid instead of clearing. Disabling this option will make it throw a SyntaxError on invalid config instead of clearing. default true","title":"clearInvalidConfig"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#configname","text":"\u2022 Optional configName : string Inherited from BaseStoreParams . configName Defined in node_modules/conf/dist/source/types.d.ts:55 Name of the config file (without extension). Useful if you need multiple config files for your app or module. For example, different config files between two major versions. default 'config'","title":"configName"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#cwd","text":"\u2022 Optional cwd : string Inherited from BaseStoreParams . cwd Defined in node_modules/conf/dist/source/types.d.ts:104 You most likely don't need this. Please don't use it unless you really have to. The only use-case I can think of is having the config located in the app directory or on some external storage. Default: System default user config directory .","title":"cwd"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#defaults","text":"\u2022 Optional defaults : Readonly\\ Inherited from BaseStoreParams . defaults Defined in node_modules/conf/dist/source/types.d.ts:11 Config used if there are no existing config. Note: * The values in defaults will overwrite the default key in the schema option.","title":"defaults"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#deserialize","text":"\u2022 Optional Readonly deserialize : Deserialize\\ Inherited from BaseStoreParams . deserialize Defined in node_modules/conf/dist/source/types.d.ts:144 Function to deserialize the config object from a UTF-8 string when reading the config file. You would usually not need this, but it could be useful if you want to use a format other than JSON. default JSON.parse","title":"deserialize"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#encryptionkey","text":"\u2022 Optional encryptionKey : string | Buffer | NodeJS.TypedArray | DataView Inherited from BaseStoreParams . encryptionKey Defined in node_modules/conf/dist/source/types.d.ts:114 Note that this is not intended for security purposes , since the encryption key would be easily found inside a plain-text Node.js app. Its main use is for obscurity. If a user looks through the config directory and finds the config file, since it's just a JSON file, they may be tempted to modify it. By providing an encryption key, the file will be obfuscated, which should hopefully deter any users from doing so. It also has the added bonus of ensuring the config file's integrity. If the file is changed in any way, the decryption will not work, in which case the store will just reset back to its default state. When specified, the store will be encrypted using the aes-256-cbc encryption algorithm.","title":"encryptionKey"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#fileextension","text":"\u2022 Optional fileExtension : string Inherited from BaseStoreParams . fileExtension Defined in node_modules/conf/dist/source/types.d.ts:122 Extension of the config file. You would usually not need this, but could be useful if you want to interact with a file with a custom file extension that can be associated with your app. These might be simple save/export/preference files that are intended to be shareable or saved outside of the app. default 'json'","title":"fileExtension"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#migrations","text":"\u2022 Optional migrations : Migrations\\ Inherited from BaseStoreParams . migrations Defined in node_modules/conf/dist/source/types.d.ts:98 You can use migrations to perform operations to the store whenever a version is changed. The migrations object should consist of a key-value pair of 'version': handler . The version can also be a semver range . Note: The version the migrations use refers to the project version by default. If you want to change this behavior, specify the projectVersion option. example import Conf = require('conf'); const store = new Conf({ migrations: { '0.0.1': store => { store.set('debugPhase', true); }, '1.0.0': store => { store.delete('debugPhase'); store.set('phase', '1.0.0'); }, '1.0.2': store => { store.set('phase', '1.0.2'); }, '>=2.0.0': store => { store.set('phase', '>=2.0.0'); } } });","title":"migrations"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#projectname","text":"\u2022 Optional projectName : string Inherited from BaseStoreParams . projectName Defined in node_modules/conf/dist/source/types.d.ts:61 You only need to specify this if you don't have a package.json file in your project or if it doesn't have a name defined within it. Default: The name field in the package.json closest to where conf is imported.","title":"projectName"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#projectsuffix","text":"\u2022 Optional Readonly projectSuffix : string Inherited from BaseStoreParams . projectSuffix Defined in node_modules/conf/dist/source/types.d.ts:156 You most likely don't need this. Please don't use it unless you really have to. Suffix appended to projectName during config file creation to avoid name conflicts with native apps. You can pass an empty string to remove the suffix. For example, on macOS, the config file will be stored in the ~/Library/Preferences/foo-nodejs directory, where foo is the projectName . default 'nodejs'","title":"projectSuffix"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#projectversion","text":"\u2022 Optional projectVersion : string Inherited from BaseStoreParams . projectVersion Defined in node_modules/conf/dist/source/types.d.ts:67 You only need to specify this if you don't have a package.json file in your project or if it doesn't have a version defined within it. Default: The name field in the package.json closest to where conf is imported.","title":"projectVersion"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#schema","text":"\u2022 Optional schema : Schema\\ Inherited from BaseStoreParams . schema Defined in node_modules/conf/dist/source/types.d.ts:47 JSON Schema to validate your config data. Under the hood, the JSON Schema validator ajv is used to validate your config. We use JSON Schema draft-07 and support all validation keywords and formats . You should define your schema as an object where each key is the name of your data's property and each value is a JSON schema used to validate that property. See more here . example import Conf = require('conf'); const schema = { foo: { type: 'number', maximum: 100, minimum: 1, default: 50 }, bar: { type: 'string', format: 'url' } }; const config = new Conf({schema}); console.log(config.get('foo')); //=> 50 config.set('foo', '1'); // [Error: Config schema violation: `foo` should be number] Note: * The default value will be overwritten by the defaults option if set.","title":"schema"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#serialize","text":"\u2022 Optional Readonly serialize : Serialize\\ Inherited from BaseStoreParams . serialize Defined in node_modules/conf/dist/source/types.d.ts:136 Function to serialize the config object to a UTF-8 string when writing the config file. You would usually not need this, but it could be useful if you want to use a format other than JSON. default value => JSON.stringify(value, null, '\\t')","title":"serialize"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#syncenabled","text":"\u2022 Optional syncEnabled : boolean Defined in src/common/base-store.ts:14","title":"syncEnabled"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#syncoptions","text":"\u2022 Optional syncOptions : IReactionOptions Defined in src/common/base-store.ts:15","title":"syncOptions"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#watch","text":"\u2022 Optional Readonly watch : boolean Inherited from BaseStoreParams . watch Defined in node_modules/conf/dist/source/types.d.ts:201 Watch for any changes in the config file and call the callback for onDidChange if set. This is useful if there are multiple processes changing the same config file. Currently this option doesn't work on Node.js 8 on macOS. default false","title":"watch"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/","text":"@k8slens/extensions Globals / \"src/common/cluster-store\" / ClusterIconUpload Interface: ClusterIconUpload # Hierarchy # ClusterIconUpload Index # Properties # clusterId name path Properties # clusterId # \u2022 clusterId : string Defined in src/common/cluster-store.ts:18 name # \u2022 name : string Defined in src/common/cluster-store.ts:19 path # \u2022 path : string Defined in src/common/cluster-store.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#interface-clustericonupload","text":"","title":"Interface: ClusterIconUpload"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#hierarchy","text":"ClusterIconUpload","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#properties","text":"clusterId name path","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#clusterid","text":"\u2022 clusterId : string Defined in src/common/cluster-store.ts:18","title":"clusterId"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#name","text":"\u2022 name : string Defined in src/common/cluster-store.ts:19","title":"name"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#path","text":"\u2022 path : string Defined in src/common/cluster-store.ts:20","title":"path"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermetadata/","text":"@k8slens/extensions Globals / \"src/common/cluster-store\" / ClusterMetadata Interface: ClusterMetadata # Hierarchy # ClusterMetadata Indexable # \u25aa [key: string]: string | number | boolean","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermetadata/#interface-clustermetadata","text":"","title":"Interface: ClusterMetadata"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermetadata/#hierarchy","text":"ClusterMetadata","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermetadata/#indexable","text":"\u25aa [key: string]: string | number | boolean","title":"Indexable"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/","text":"@k8slens/extensions Globals / \"src/common/cluster-store\" / ClusterModel Interface: ClusterModel # Hierarchy # ClusterModel Implemented by # Cluster Index # Properties # accessibleNamespaces contextName id kubeConfig kubeConfigPath metadata ownerRef preferences workspace Properties # accessibleNamespaces # \u2022 Optional accessibleNamespaces : string[] Defined in src/common/cluster-store.ts:42 contextName # \u2022 Optional contextName : string Defined in src/common/cluster-store.ts:38 id # \u2022 id : ClusterId Defined in src/common/cluster-store.ts:35 kubeConfig # \u2022 Optional kubeConfig : string Defined in src/common/cluster-store.ts:45 deprecated kubeConfigPath # \u2022 kubeConfigPath : string Defined in src/common/cluster-store.ts:36 metadata # \u2022 Optional metadata : ClusterMetadata Defined in src/common/cluster-store.ts:40 ownerRef # \u2022 Optional ownerRef : string Defined in src/common/cluster-store.ts:41 preferences # \u2022 Optional preferences : ClusterPreferences Defined in src/common/cluster-store.ts:39 workspace # \u2022 Optional workspace : WorkspaceId Defined in src/common/cluster-store.ts:37","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#interface-clustermodel","text":"","title":"Interface: ClusterModel"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#hierarchy","text":"ClusterModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#implemented-by","text":"Cluster","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#properties","text":"accessibleNamespaces contextName id kubeConfig kubeConfigPath metadata ownerRef preferences workspace","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#accessiblenamespaces","text":"\u2022 Optional accessibleNamespaces : string[] Defined in src/common/cluster-store.ts:42","title":"accessibleNamespaces"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#contextname","text":"\u2022 Optional contextName : string Defined in src/common/cluster-store.ts:38","title":"contextName"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#id","text":"\u2022 id : ClusterId Defined in src/common/cluster-store.ts:35","title":"id"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#kubeconfig","text":"\u2022 Optional kubeConfig : string Defined in src/common/cluster-store.ts:45 deprecated","title":"kubeConfig"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#kubeconfigpath","text":"\u2022 kubeConfigPath : string Defined in src/common/cluster-store.ts:36","title":"kubeConfigPath"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#metadata","text":"\u2022 Optional metadata : ClusterMetadata Defined in src/common/cluster-store.ts:40","title":"metadata"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#ownerref","text":"\u2022 Optional ownerRef : string Defined in src/common/cluster-store.ts:41","title":"ownerRef"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#preferences","text":"\u2022 Optional preferences : ClusterPreferences Defined in src/common/cluster-store.ts:39","title":"preferences"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#workspace","text":"\u2022 Optional workspace : WorkspaceId Defined in src/common/cluster-store.ts:37","title":"workspace"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/","text":"@k8slens/extensions Globals / \"src/common/cluster-store\" / ClusterPreferences Interface: ClusterPreferences # Hierarchy # ClusterPreferences Index # Properties # clusterName httpsProxy icon iconOrder prometheus prometheusProvider terminalCWD Properties # clusterName # \u2022 Optional clusterName : string Defined in src/common/cluster-store.ts:50 httpsProxy # \u2022 Optional httpsProxy : string Defined in src/common/cluster-store.ts:62 icon # \u2022 Optional icon : string Defined in src/common/cluster-store.ts:61 iconOrder # \u2022 Optional iconOrder : number Defined in src/common/cluster-store.ts:60 prometheus # \u2022 Optional prometheus : { namespace: string ; port: number ; prefix: string ; service: string } Defined in src/common/cluster-store.ts:51 Type declaration: Name Type namespace string port number prefix string service string prometheusProvider # \u2022 Optional prometheusProvider : { type: string } Defined in src/common/cluster-store.ts:57 Type declaration: Name Type type string terminalCWD # \u2022 Optional terminalCWD : string Defined in src/common/cluster-store.ts:49","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#interface-clusterpreferences","text":"","title":"Interface: ClusterPreferences"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#hierarchy","text":"ClusterPreferences","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#properties","text":"clusterName httpsProxy icon iconOrder prometheus prometheusProvider terminalCWD","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#clustername","text":"\u2022 Optional clusterName : string Defined in src/common/cluster-store.ts:50","title":"clusterName"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#httpsproxy","text":"\u2022 Optional httpsProxy : string Defined in src/common/cluster-store.ts:62","title":"httpsProxy"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#icon","text":"\u2022 Optional icon : string Defined in src/common/cluster-store.ts:61","title":"icon"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#iconorder","text":"\u2022 Optional iconOrder : number Defined in src/common/cluster-store.ts:60","title":"iconOrder"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#prometheus","text":"\u2022 Optional prometheus : { namespace: string ; port: number ; prefix: string ; service: string } Defined in src/common/cluster-store.ts:51","title":"prometheus"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#prometheusprovider","text":"\u2022 Optional prometheusProvider : { type: string } Defined in src/common/cluster-store.ts:57","title":"prometheusProvider"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#terminalcwd","text":"\u2022 Optional terminalCWD : string Defined in src/common/cluster-store.ts:49","title":"terminalCWD"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/","text":"@k8slens/extensions Globals / \"src/common/cluster-store\" / ClusterStoreModel Interface: ClusterStoreModel # Hierarchy # ClusterStoreModel Index # Properties # activeCluster clusters Properties # activeCluster # \u2022 Optional activeCluster : ClusterId Defined in src/common/cluster-store.ts:28 clusters # \u2022 Optional clusters : ClusterModel [] Defined in src/common/cluster-store.ts:29","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/#interface-clusterstoremodel","text":"","title":"Interface: ClusterStoreModel"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/#hierarchy","text":"ClusterStoreModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/#properties","text":"activeCluster clusters","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/#activecluster","text":"\u2022 Optional activeCluster : ClusterId Defined in src/common/cluster-store.ts:28","title":"activeCluster"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/#clusters","text":"\u2022 Optional clusters : ClusterModel [] Defined in src/common/cluster-store.ts:29","title":"clusters"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/","text":"@k8slens/extensions Globals / \"src/common/event-emitter\" / Options Interface: Options # Hierarchy # Options Index # Properties # once prepend Properties # once # \u2022 Optional once : boolean Defined in src/common/event-emitter.ts:4 prepend # \u2022 Optional prepend : boolean Defined in src/common/event-emitter.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/#interface-options","text":"","title":"Interface: Options"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/#hierarchy","text":"Options","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/#properties","text":"once prepend","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/#once","text":"\u2022 Optional once : boolean Defined in src/common/event-emitter.ts:4","title":"once"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/#prepend","text":"\u2022 Optional prepend : boolean Defined in src/common/event-emitter.ts:5","title":"prepend"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/","text":"@k8slens/extensions Globals / \"src/common/ipc\" / IpcBroadcastParams Interface: IpcBroadcastParams\\ # Type parameters # Name Type Default A any[] any Hierarchy # IpcBroadcastParams Index # Properties # args channel filter frameId frameOnly timeout webContentId Properties # args # \u2022 Optional args : A Defined in src/common/ipc.ts:60 channel # \u2022 channel : IpcChannel Defined in src/common/ipc.ts:54 filter # \u2022 Optional filter : (webContent: WebContents) => boolean Defined in src/common/ipc.ts:58 frameId # \u2022 Optional frameId : number Defined in src/common/ipc.ts:56 frameOnly # \u2022 Optional frameOnly : boolean Defined in src/common/ipc.ts:57 timeout # \u2022 Optional timeout : number Defined in src/common/ipc.ts:59 webContentId # \u2022 Optional webContentId : number Defined in src/common/ipc.ts:55","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#interface-ipcbroadcastparams","text":"","title":"Interface: IpcBroadcastParams\\"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#type-parameters","text":"Name Type Default A any[] any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#hierarchy","text":"IpcBroadcastParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#properties","text":"args channel filter frameId frameOnly timeout webContentId","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#args","text":"\u2022 Optional args : A Defined in src/common/ipc.ts:60","title":"args"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#channel","text":"\u2022 channel : IpcChannel Defined in src/common/ipc.ts:54","title":"channel"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#filter","text":"\u2022 Optional filter : (webContent: WebContents) => boolean Defined in src/common/ipc.ts:58","title":"filter"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#frameid","text":"\u2022 Optional frameId : number Defined in src/common/ipc.ts:56","title":"frameId"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#frameonly","text":"\u2022 Optional frameOnly : boolean Defined in src/common/ipc.ts:57","title":"frameOnly"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#timeout","text":"\u2022 Optional timeout : number Defined in src/common/ipc.ts:59","title":"timeout"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#webcontentid","text":"\u2022 Optional webContentId : number Defined in src/common/ipc.ts:55","title":"webContentId"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/","text":"@k8slens/extensions Globals / \"src/common/ipc\" / IpcChannelOptions Interface: IpcChannelOptions # Hierarchy # IpcChannelOptions Index # Properties # autoBind channel handle once timeout Properties # autoBind # \u2022 Optional autoBind : boolean Defined in src/common/ipc.ts:13 channel # \u2022 channel : IpcChannel Defined in src/common/ipc.ts:11 handle # \u2022 Optional handle : (...args: any[]) => Promise \\ | any Defined in src/common/ipc.ts:12 once # \u2022 Optional once : boolean Defined in src/common/ipc.ts:15 timeout # \u2022 Optional timeout : number Defined in src/common/ipc.ts:14","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#interface-ipcchanneloptions","text":"","title":"Interface: IpcChannelOptions"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#hierarchy","text":"IpcChannelOptions","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#properties","text":"autoBind channel handle once timeout","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#autobind","text":"\u2022 Optional autoBind : boolean Defined in src/common/ipc.ts:13","title":"autoBind"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#channel","text":"\u2022 channel : IpcChannel Defined in src/common/ipc.ts:11","title":"channel"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#handle","text":"\u2022 Optional handle : (...args: any[]) => Promise \\ | any Defined in src/common/ipc.ts:12","title":"handle"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#once","text":"\u2022 Optional once : boolean Defined in src/common/ipc.ts:15","title":"once"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#timeout","text":"\u2022 Optional timeout : number Defined in src/common/ipc.ts:14","title":"timeout"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/","text":"@k8slens/extensions Globals / \"src/common/rbac\" / KubeApiResource Interface: KubeApiResource # Hierarchy # KubeApiResource Index # Properties # group resource Properties # group # \u2022 Optional group : string Defined in src/common/rbac.ts:11 resource # \u2022 resource : KubeResource Defined in src/common/rbac.ts:10","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/#interface-kubeapiresource","text":"","title":"Interface: KubeApiResource"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/#hierarchy","text":"KubeApiResource","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/#properties","text":"group resource","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/#group","text":"\u2022 Optional group : string Defined in src/common/rbac.ts:11","title":"group"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/#resource","text":"\u2022 resource : KubeResource Defined in src/common/rbac.ts:10","title":"resource"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/","text":"@k8slens/extensions Globals / \"src/common/user-store\" / UserPreferences Interface: UserPreferences # Hierarchy # UserPreferences Index # Properties # allowTelemetry allowUntrustedCAs colorTheme downloadBinariesPath downloadKubectlBinaries downloadMirror httpsProxy kubectlBinariesPath openAtLogin Properties # allowTelemetry # \u2022 Optional allowTelemetry : boolean Defined in src/common/user-store.ts:25 allowUntrustedCAs # \u2022 Optional allowUntrustedCAs : boolean Defined in src/common/user-store.ts:24 colorTheme # \u2022 Optional colorTheme : string Defined in src/common/user-store.ts:23 downloadBinariesPath # \u2022 Optional downloadBinariesPath : string Defined in src/common/user-store.ts:28 downloadKubectlBinaries # \u2022 Optional downloadKubectlBinaries : boolean Defined in src/common/user-store.ts:27 downloadMirror # \u2022 Optional downloadMirror : string | \\\"default\\\" Defined in src/common/user-store.ts:26 httpsProxy # \u2022 Optional httpsProxy : string Defined in src/common/user-store.ts:22 kubectlBinariesPath # \u2022 Optional kubectlBinariesPath : string Defined in src/common/user-store.ts:29 openAtLogin # \u2022 Optional openAtLogin : boolean Defined in src/common/user-store.ts:30","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#interface-userpreferences","text":"","title":"Interface: UserPreferences"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#hierarchy","text":"UserPreferences","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#properties","text":"allowTelemetry allowUntrustedCAs colorTheme downloadBinariesPath downloadKubectlBinaries downloadMirror httpsProxy kubectlBinariesPath openAtLogin","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#allowtelemetry","text":"\u2022 Optional allowTelemetry : boolean Defined in src/common/user-store.ts:25","title":"allowTelemetry"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#allowuntrustedcas","text":"\u2022 Optional allowUntrustedCAs : boolean Defined in src/common/user-store.ts:24","title":"allowUntrustedCAs"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#colortheme","text":"\u2022 Optional colorTheme : string Defined in src/common/user-store.ts:23","title":"colorTheme"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#downloadbinariespath","text":"\u2022 Optional downloadBinariesPath : string Defined in src/common/user-store.ts:28","title":"downloadBinariesPath"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#downloadkubectlbinaries","text":"\u2022 Optional downloadKubectlBinaries : boolean Defined in src/common/user-store.ts:27","title":"downloadKubectlBinaries"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#downloadmirror","text":"\u2022 Optional downloadMirror : string | \\\"default\\\" Defined in src/common/user-store.ts:26","title":"downloadMirror"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#httpsproxy","text":"\u2022 Optional httpsProxy : string Defined in src/common/user-store.ts:22","title":"httpsProxy"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#kubectlbinariespath","text":"\u2022 Optional kubectlBinariesPath : string Defined in src/common/user-store.ts:29","title":"kubectlBinariesPath"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#openatlogin","text":"\u2022 Optional openAtLogin : boolean Defined in src/common/user-store.ts:30","title":"openAtLogin"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/","text":"@k8slens/extensions Globals / \"src/common/user-store\" / UserStoreModel Interface: UserStoreModel # Hierarchy # UserStoreModel Index # Properties # kubeConfigPath lastSeenAppVersion preferences seenContexts Properties # kubeConfigPath # \u2022 kubeConfigPath : string Defined in src/common/user-store.ts:15 lastSeenAppVersion # \u2022 lastSeenAppVersion : string Defined in src/common/user-store.ts:16 preferences # \u2022 preferences : UserPreferences Defined in src/common/user-store.ts:18 seenContexts # \u2022 seenContexts : string[] Defined in src/common/user-store.ts:17","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#interface-userstoremodel","text":"","title":"Interface: UserStoreModel"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#hierarchy","text":"UserStoreModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#properties","text":"kubeConfigPath lastSeenAppVersion preferences seenContexts","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#kubeconfigpath","text":"\u2022 kubeConfigPath : string Defined in src/common/user-store.ts:15","title":"kubeConfigPath"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#lastseenappversion","text":"\u2022 lastSeenAppVersion : string Defined in src/common/user-store.ts:16","title":"lastSeenAppVersion"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#preferences","text":"\u2022 preferences : UserPreferences Defined in src/common/user-store.ts:18","title":"preferences"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#seencontexts","text":"\u2022 seenContexts : string[] Defined in src/common/user-store.ts:17","title":"seenContexts"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/","text":"@k8slens/extensions Globals / \"src/common/utils/buildUrl\" / IURLParams Interface: IURLParams\\ # Type parameters # Name Type Default P object {} Q object {} Hierarchy # IURLParams Index # Properties # params query Properties # params # \u2022 Optional params : P Defined in src/common/utils/buildUrl.ts:4 query # \u2022 Optional query : Q Defined in src/common/utils/buildUrl.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#interface-iurlparams","text":"","title":"Interface: IURLParams\\"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#type-parameters","text":"Name Type Default P object {} Q object {}","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#hierarchy","text":"IURLParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#properties","text":"params query","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#params","text":"\u2022 Optional params : P Defined in src/common/utils/buildUrl.ts:4","title":"params"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#query","text":"\u2022 Optional query : Q Defined in src/common/utils/buildUrl.ts:5","title":"query"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/","text":"@k8slens/extensions Globals / \"src/common/workspace-store\" / WorkspaceModel Interface: WorkspaceModel # Hierarchy # WorkspaceModel Implemented by # Workspace Index # Properties # description id name ownerRef Properties # description # \u2022 Optional 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 ownerRef # \u2022 Optional ownerRef : string Defined in src/common/workspace-store.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#interface-workspacemodel","text":"","title":"Interface: WorkspaceModel"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#hierarchy","text":"WorkspaceModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#implemented-by","text":"Workspace","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#properties","text":"description id name ownerRef","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#description","text":"\u2022 Optional description : string Defined in src/common/workspace-store.ts:19","title":"description"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#id","text":"\u2022 id : WorkspaceId Defined in src/common/workspace-store.ts:17","title":"id"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#name","text":"\u2022 name : string Defined in src/common/workspace-store.ts:18","title":"name"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#ownerref","text":"\u2022 Optional ownerRef : string Defined in src/common/workspace-store.ts:20","title":"ownerRef"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/","text":"@k8slens/extensions Globals / \"src/common/workspace-store\" / WorkspaceState Interface: WorkspaceState # Hierarchy # WorkspaceState Implemented by # Workspace Index # Properties # enabled Properties # enabled # \u2022 enabled : boolean Defined in src/common/workspace-store.ts:24","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/#interface-workspacestate","text":"","title":"Interface: WorkspaceState"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/#hierarchy","text":"WorkspaceState","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/#implemented-by","text":"Workspace","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/#properties","text":"enabled","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/#enabled","text":"\u2022 enabled : boolean Defined in src/common/workspace-store.ts:24","title":"enabled"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/","text":"@k8slens/extensions Globals / \"src/common/workspace-store\" / WorkspaceStoreModel Interface: WorkspaceStoreModel # Hierarchy # WorkspaceStoreModel Index # Properties # currentWorkspace workspaces Properties # currentWorkspace # \u2022 Optional currentWorkspace : WorkspaceId Defined in src/common/workspace-store.ts:12 workspaces # \u2022 workspaces : WorkspaceModel [] Defined in src/common/workspace-store.ts:13","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/#interface-workspacestoremodel","text":"","title":"Interface: WorkspaceStoreModel"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/#hierarchy","text":"WorkspaceStoreModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/#properties","text":"currentWorkspace workspaces","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/#currentworkspace","text":"\u2022 Optional currentWorkspace : WorkspaceId Defined in src/common/workspace-store.ts:12","title":"currentWorkspace"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/#workspaces","text":"\u2022 workspaces : WorkspaceModel [] Defined in src/common/workspace-store.ts:13","title":"workspaces"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/","text":"@k8slens/extensions Globals / \"src/extensions/cluster-feature\" / ClusterFeatureStatus 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":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#interface-clusterfeaturestatus","text":"","title":"Interface: ClusterFeatureStatus"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#hierarchy","text":"ClusterFeatureStatus","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#properties","text":"canUpgrade currentVersion installed latestVersion","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#canupgrade","text":"\u2022 canUpgrade : boolean Defined in src/extensions/cluster-feature.ts:15","title":"canUpgrade"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#currentversion","text":"\u2022 currentVersion : string Defined in src/extensions/cluster-feature.ts:12","title":"currentVersion"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#installed","text":"\u2022 installed : boolean Defined in src/extensions/cluster-feature.ts:13","title":"installed"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#latestversion","text":"\u2022 latestVersion : string Defined in src/extensions/cluster-feature.ts:14","title":"latestVersion"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/","text":"@k8slens/extensions Globals / \"src/extensions/extension-manager\" / InstalledExtension Interface: InstalledExtension # Hierarchy # InstalledExtension Index # Properties # isBundled isEnabled manifest manifestPath Properties # isBundled # \u2022 Readonly isBundled : boolean Defined in src/extensions/extension-manager.ts:13 isEnabled # \u2022 isEnabled : boolean Defined in src/extensions/extension-manager.ts:14 manifest # \u2022 Readonly manifest : LensExtensionManifest Defined in src/extensions/extension-manager.ts:11 manifestPath # \u2022 Readonly manifestPath : string Defined in src/extensions/extension-manager.ts:12","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#interface-installedextension","text":"","title":"Interface: InstalledExtension"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#hierarchy","text":"InstalledExtension","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#properties","text":"isBundled isEnabled manifest manifestPath","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#isbundled","text":"\u2022 Readonly isBundled : boolean Defined in src/extensions/extension-manager.ts:13","title":"isBundled"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#isenabled","text":"\u2022 isEnabled : boolean Defined in src/extensions/extension-manager.ts:14","title":"isEnabled"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#manifest","text":"\u2022 Readonly manifest : LensExtensionManifest Defined in src/extensions/extension-manager.ts:11","title":"manifest"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#manifestpath","text":"\u2022 Readonly manifestPath : string Defined in src/extensions/extension-manager.ts:12","title":"manifestPath"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/","text":"@k8slens/extensions Globals / \"src/extensions/extensions-store\" / LensExtensionsStoreModel Interface: LensExtensionsStoreModel # Hierarchy # LensExtensionsStoreModel Index # Properties # extensions Properties # extensions # \u2022 extensions : Record\\< LensExtensionId , LensExtensionState > Defined in src/extensions/extensions-store.ts:7","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/#interface-lensextensionsstoremodel","text":"","title":"Interface: LensExtensionsStoreModel"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/#hierarchy","text":"LensExtensionsStoreModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/#properties","text":"extensions","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/#extensions","text":"\u2022 extensions : Record\\< LensExtensionId , LensExtensionState > Defined in src/extensions/extensions-store.ts:7","title":"extensions"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/","text":"@k8slens/extensions Globals / \"src/extensions/extensions-store\" / LensExtensionState Interface: LensExtensionState # Hierarchy # LensExtensionState Index # Properties # enabled Properties # enabled # \u2022 Optional enabled : boolean Defined in src/extensions/extensions-store.ts:11","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/#interface-lensextensionstate","text":"","title":"Interface: LensExtensionState"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/#hierarchy","text":"LensExtensionState","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/#properties","text":"enabled","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/#enabled","text":"\u2022 Optional enabled : boolean Defined in src/extensions/extensions-store.ts:11","title":"enabled"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/","text":"@k8slens/extensions Globals / \"src/extensions/lens-extension\" / LensExtensionManifest Interface: LensExtensionManifest # Hierarchy # LensExtensionManifest Index # Properties # description main name renderer version Properties # description # \u2022 Optional description : string Defined in src/extensions/lens-extension.ts:11 main # \u2022 Optional main : string Defined in src/extensions/lens-extension.ts:12 name # \u2022 name : string Defined in src/extensions/lens-extension.ts:9 renderer # \u2022 Optional renderer : string Defined in src/extensions/lens-extension.ts:13 version # \u2022 version : string Defined in src/extensions/lens-extension.ts:10","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#interface-lensextensionmanifest","text":"","title":"Interface: LensExtensionManifest"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#hierarchy","text":"LensExtensionManifest","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#properties","text":"description main name renderer version","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#description","text":"\u2022 Optional description : string Defined in src/extensions/lens-extension.ts:11","title":"description"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#main","text":"\u2022 Optional main : string Defined in src/extensions/lens-extension.ts:12","title":"main"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#name","text":"\u2022 name : string Defined in src/extensions/lens-extension.ts:9","title":"name"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#renderer","text":"\u2022 Optional renderer : string Defined in src/extensions/lens-extension.ts:13","title":"renderer"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#version","text":"\u2022 version : string Defined in src/extensions/lens-extension.ts:10","title":"version"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/","text":"@k8slens/extensions Globals / \"src/extensions/registries/app-preference-registry\" / AppPreferenceComponents Interface: AppPreferenceComponents # Hierarchy # AppPreferenceComponents Index # Properties # Hint Input Properties # Hint # \u2022 Hint : React.ComponentType\\ Defined in src/extensions/registries/app-preference-registry.ts:5 Input # \u2022 Input : React.ComponentType\\ Defined in src/extensions/registries/app-preference-registry.ts:6","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/#interface-apppreferencecomponents","text":"","title":"Interface: AppPreferenceComponents"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/#hierarchy","text":"AppPreferenceComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/#properties","text":"Hint Input","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/#hint","text":"\u2022 Hint : React.ComponentType\\ Defined in src/extensions/registries/app-preference-registry.ts:5","title":"Hint"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/#input","text":"\u2022 Input : React.ComponentType\\ Defined in src/extensions/registries/app-preference-registry.ts:6","title":"Input"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/","text":"@k8slens/extensions Globals / \"src/extensions/registries/app-preference-registry\" / AppPreferenceRegistration 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":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/#interface-apppreferenceregistration","text":"","title":"Interface: AppPreferenceRegistration"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/#hierarchy","text":"AppPreferenceRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/#properties","text":"components title","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/#components","text":"\u2022 components : AppPreferenceComponents Defined in src/extensions/registries/app-preference-registry.ts:11","title":"components"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/#title","text":"\u2022 title : string Defined in src/extensions/registries/app-preference-registry.ts:10","title":"title"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/","text":"@k8slens/extensions Globals / \"src/extensions/registries/cluster-feature-registry\" / ClusterFeatureComponents Interface: ClusterFeatureComponents # Hierarchy # ClusterFeatureComponents Index # Properties # Description Properties # Description # \u2022 Description : React.ComponentType\\ Defined in src/extensions/registries/cluster-feature-registry.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/#interface-clusterfeaturecomponents","text":"","title":"Interface: ClusterFeatureComponents"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/#hierarchy","text":"ClusterFeatureComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/#properties","text":"Description","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/#description","text":"\u2022 Description : React.ComponentType\\ Defined in src/extensions/registries/cluster-feature-registry.ts:5","title":"Description"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/","text":"@k8slens/extensions Globals / \"src/extensions/registries/cluster-feature-registry\" / ClusterFeatureRegistration 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":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#interface-clusterfeatureregistration","text":"","title":"Interface: ClusterFeatureRegistration"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#hierarchy","text":"ClusterFeatureRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#properties","text":"components feature title","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#components","text":"\u2022 components : ClusterFeatureComponents Defined in src/extensions/registries/cluster-feature-registry.ts:10","title":"components"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#feature","text":"\u2022 feature : ClusterFeature Defined in src/extensions/registries/cluster-feature-registry.ts:11","title":"feature"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#title","text":"\u2022 title : string Defined in src/extensions/registries/cluster-feature-registry.ts:9","title":"title"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-detail-registry\" / KubeObjectDetailComponents Interface: KubeObjectDetailComponents # Hierarchy # KubeObjectDetailComponents Index # Properties # Details Properties # Details # \u2022 Details : React.ComponentType\\ Defined in src/extensions/registries/kube-object-detail-registry.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/#interface-kubeobjectdetailcomponents","text":"","title":"Interface: KubeObjectDetailComponents"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/#hierarchy","text":"KubeObjectDetailComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/#properties","text":"Details","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/#details","text":"\u2022 Details : React.ComponentType\\ Defined in src/extensions/registries/kube-object-detail-registry.ts:5","title":"Details"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-detail-registry\" / KubeObjectDetailRegistration 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":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#interface-kubeobjectdetailregistration","text":"","title":"Interface: KubeObjectDetailRegistration"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#hierarchy","text":"KubeObjectDetailRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#properties","text":"apiVersions components kind","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#apiversions","text":"\u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-detail-registry.ts:10","title":"apiVersions"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#components","text":"\u2022 components : KubeObjectDetailComponents Defined in src/extensions/registries/kube-object-detail-registry.ts:11","title":"components"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#kind","text":"\u2022 kind : string Defined in src/extensions/registries/kube-object-detail-registry.ts:9","title":"kind"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-menu-registry\" / KubeObjectMenuComponents Interface: KubeObjectMenuComponents # Hierarchy # KubeObjectMenuComponents Index # Properties # MenuItem Properties # MenuItem # \u2022 MenuItem : React.ComponentType\\ Defined in src/extensions/registries/kube-object-menu-registry.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/#interface-kubeobjectmenucomponents","text":"","title":"Interface: KubeObjectMenuComponents"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/#hierarchy","text":"KubeObjectMenuComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/#properties","text":"MenuItem","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/#menuitem","text":"\u2022 MenuItem : React.ComponentType\\ Defined in src/extensions/registries/kube-object-menu-registry.ts:5","title":"MenuItem"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-menu-registry\" / KubeObjectMenuRegistration 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":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#interface-kubeobjectmenuregistration","text":"","title":"Interface: KubeObjectMenuRegistration"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#hierarchy","text":"KubeObjectMenuRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#properties","text":"apiVersions components kind","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#apiversions","text":"\u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-menu-registry.ts:10","title":"apiVersions"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#components","text":"\u2022 components : KubeObjectMenuComponents Defined in src/extensions/registries/kube-object-menu-registry.ts:11","title":"components"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#kind","text":"\u2022 kind : string Defined in src/extensions/registries/kube-object-menu-registry.ts:9","title":"kind"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/","text":"@k8slens/extensions Globals / \"src/extensions/registries/menu-registry\" / MenuRegistration Interface: MenuRegistration # Hierarchy # MenuItemConstructorOptions \u21b3 MenuRegistration Index # Properties # accelerator acceleratorWorksWhenHidden after afterGroupContaining before beforeGroupContaining checked click enabled icon id label parentId registerAccelerator role sublabel submenu toolTip type visible Properties # accelerator # \u2022 Optional accelerator : Accelerator Inherited from MenuRegistration . accelerator Overrides MenuRegistration . accelerator Defined in node_modules/electron/electron.d.ts:12208 acceleratorWorksWhenHidden # \u2022 Optional acceleratorWorksWhenHidden : boolean Inherited from MenuRegistration . acceleratorWorksWhenHidden Overrides MenuRegistration . acceleratorWorksWhenHidden Defined in node_modules/electron/electron.d.ts:12220 default is true , and when false will prevent the accelerator from triggering the item if the item is not visible`. platform darwin after # \u2022 Optional after : string[] Inherited from MenuRegistration . after Overrides MenuRegistration . after Defined in node_modules/electron/electron.d.ts:12258 Inserts this item after the item with the specified label. If the referenced item doesn't exist the item will be inserted at the end of the menu. afterGroupContaining # \u2022 Optional afterGroupContaining : string[] Inherited from MenuRegistration . afterGroupContaining Overrides MenuRegistration . afterGroupContaining Defined in node_modules/electron/electron.d.ts:12270 Provides a means for a single context menu to declare the placement of their containing group after the containing group of the item with the specified label. before # \u2022 Optional before : string[] Inherited from MenuRegistration . before Overrides MenuRegistration . before Defined in node_modules/electron/electron.d.ts:12253 Inserts this item before the item with the specified label. If the referenced item doesn't exist the item will be inserted at the end of the menu. Also implies that the menu item in question should be placed in the same \u201cgroup\u201d as the item. beforeGroupContaining # \u2022 Optional beforeGroupContaining : string[] Inherited from MenuRegistration . beforeGroupContaining Overrides MenuRegistration . beforeGroupContaining Defined in node_modules/electron/electron.d.ts:12264 Provides a means for a single context menu to declare the placement of their containing group before the containing group of the item with the specified label. checked # \u2022 Optional checked : boolean Inherited from MenuRegistration . checked Overrides MenuRegistration . checked Defined in node_modules/electron/electron.d.ts:12228 Should only be specified for checkbox or radio type menu items. click # \u2022 Optional click : (menuItem: MenuItem, browserWindow: BrowserWindow | undefined, event: KeyboardEvent) => void Inherited from MenuRegistration . click Overrides MenuRegistration . click Defined in node_modules/electron/electron.d.ts:12183 Will be called with click(menuItem, browserWindow, event) when the menu item is clicked. enabled # \u2022 Optional enabled : boolean Inherited from MenuRegistration . enabled Overrides MenuRegistration . enabled Defined in node_modules/electron/electron.d.ts:12213 If false, the menu item will be greyed out and unclickable. icon # \u2022 Optional icon : NativeImage | string Inherited from MenuRegistration . icon Overrides MenuRegistration . icon Defined in node_modules/electron/electron.d.ts:12209 id # \u2022 Optional id : string Inherited from MenuRegistration . id Overrides MenuRegistration . id Defined in node_modules/electron/electron.d.ts:12246 Unique within a single menu. If defined then it can be used as a reference to this item by the position attribute. label # \u2022 Optional label : string Inherited from MenuRegistration . label Overrides MenuRegistration . label Defined in node_modules/electron/electron.d.ts:12200 parentId # \u2022 parentId : string Defined in src/extensions/registries/menu-registry.ts:7 registerAccelerator # \u2022 Optional registerAccelerator : boolean Inherited from MenuRegistration . registerAccelerator Overrides MenuRegistration . registerAccelerator Defined in node_modules/electron/electron.d.ts:12235 If false, the accelerator won't be registered with the system, but it will still be displayed. Defaults to true. platform linux,win32 role # \u2022 Optional role : \\\"undo\\\" | \\\"redo\\\" | \\\"cut\\\" | \\\"copy\\\" | \\\"paste\\\" | \\\"pasteAndMatchStyle\\\" | \\\"delete\\\" | \\\"selectAll\\\" | \\\"reload\\\" | \\\"forceReload\\\" | \\\"toggleDevTools\\\" | \\\"resetZoom\\\" | \\\"zoomIn\\\" | \\\"zoomOut\\\" | \\\"togglefullscreen\\\" | \\\"window\\\" | \\\"minimize\\\" | \\\"close\\\" | \\\"help\\\" | \\\"about\\\" | \\\"services\\\" | \\\"hide\\\" | \\\"hideOthers\\\" | \\\"unhide\\\" | \\\"quit\\\" | \\\"startSpeaking\\\" | \\\"stopSpeaking\\\" | \\\"zoom\\\" | \\\"front\\\" | \\\"appMenu\\\" | \\\"fileMenu\\\" | \\\"editMenu\\\" | \\\"viewMenu\\\" | \\\"recentDocuments\\\" | \\\"toggleTabBar\\\" | \\\"selectNextTab\\\" | \\\"selectPreviousTab\\\" | \\\"mergeAllWindows\\\" | \\\"clearRecentDocuments\\\" | \\\"moveTabToNewWindow\\\" | \\\"windowMenu\\\" Inherited from MenuRegistration . role Overrides MenuRegistration . role Defined in node_modules/electron/electron.d.ts:12195 Can be undo , redo , cut , copy , paste , pasteAndMatchStyle , delete , selectAll , reload , forceReload , toggleDevTools , resetZoom , zoomIn , zoomOut , togglefullscreen , window , minimize , close , help , about , services , hide , hideOthers , unhide , quit , startSpeaking , stopSpeaking , zoom , front , appMenu , fileMenu , editMenu , viewMenu , recentDocuments , toggleTabBar , selectNextTab , selectPreviousTab , mergeAllWindows , clearRecentDocuments , moveTabToNewWindow or windowMenu - Define the action of the menu item, when specified the click property will be ignored. See roles. sublabel # \u2022 Optional sublabel : string Inherited from MenuRegistration . sublabel Overrides MenuRegistration . sublabel Defined in node_modules/electron/electron.d.ts:12201 submenu # \u2022 Optional submenu : MenuItemConstructorOptions[] | Menu Inherited from MenuRegistration . submenu Overrides MenuRegistration . submenu Defined in node_modules/electron/electron.d.ts:12241 Should be specified for submenu type menu items. If submenu is specified, the type: 'submenu' can be omitted. If the value is not a Menu then it will be automatically converted to one using Menu.buildFromTemplate . toolTip # \u2022 Optional toolTip : string Inherited from MenuRegistration . toolTip Overrides MenuRegistration . toolTip Defined in node_modules/electron/electron.d.ts:12207 Hover text for this menu item. platform darwin type # \u2022 Optional type : \\\"normal\\\" | \\\"separator\\\" | \\\"submenu\\\" | \\\"checkbox\\\" | \\\"radio\\\" Inherited from MenuRegistration . type Overrides MenuRegistration . type Defined in node_modules/electron/electron.d.ts:12199 Can be normal , separator , submenu , checkbox or radio . visible # \u2022 Optional visible : boolean Inherited from MenuRegistration . visible Overrides MenuRegistration . visible Defined in node_modules/electron/electron.d.ts:12224 If false, the menu item will be entirely hidden.","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#interface-menuregistration","text":"","title":"Interface: MenuRegistration"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#hierarchy","text":"MenuItemConstructorOptions \u21b3 MenuRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#properties","text":"accelerator acceleratorWorksWhenHidden after afterGroupContaining before beforeGroupContaining checked click enabled icon id label parentId registerAccelerator role sublabel submenu toolTip type visible","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#accelerator","text":"\u2022 Optional accelerator : Accelerator Inherited from MenuRegistration . accelerator Overrides MenuRegistration . accelerator Defined in node_modules/electron/electron.d.ts:12208","title":"accelerator"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#acceleratorworkswhenhidden","text":"\u2022 Optional acceleratorWorksWhenHidden : boolean Inherited from MenuRegistration . acceleratorWorksWhenHidden Overrides MenuRegistration . acceleratorWorksWhenHidden Defined in node_modules/electron/electron.d.ts:12220 default is true , and when false will prevent the accelerator from triggering the item if the item is not visible`. platform darwin","title":"acceleratorWorksWhenHidden"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#after","text":"\u2022 Optional after : string[] Inherited from MenuRegistration . after Overrides MenuRegistration . after Defined in node_modules/electron/electron.d.ts:12258 Inserts this item after the item with the specified label. If the referenced item doesn't exist the item will be inserted at the end of the menu.","title":"after"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#aftergroupcontaining","text":"\u2022 Optional afterGroupContaining : string[] Inherited from MenuRegistration . afterGroupContaining Overrides MenuRegistration . afterGroupContaining Defined in node_modules/electron/electron.d.ts:12270 Provides a means for a single context menu to declare the placement of their containing group after the containing group of the item with the specified label.","title":"afterGroupContaining"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#before","text":"\u2022 Optional before : string[] Inherited from MenuRegistration . before Overrides MenuRegistration . before Defined in node_modules/electron/electron.d.ts:12253 Inserts this item before the item with the specified label. If the referenced item doesn't exist the item will be inserted at the end of the menu. Also implies that the menu item in question should be placed in the same \u201cgroup\u201d as the item.","title":"before"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#beforegroupcontaining","text":"\u2022 Optional beforeGroupContaining : string[] Inherited from MenuRegistration . beforeGroupContaining Overrides MenuRegistration . beforeGroupContaining Defined in node_modules/electron/electron.d.ts:12264 Provides a means for a single context menu to declare the placement of their containing group before the containing group of the item with the specified label.","title":"beforeGroupContaining"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#checked","text":"\u2022 Optional checked : boolean Inherited from MenuRegistration . checked Overrides MenuRegistration . checked Defined in node_modules/electron/electron.d.ts:12228 Should only be specified for checkbox or radio type menu items.","title":"checked"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#click","text":"\u2022 Optional click : (menuItem: MenuItem, browserWindow: BrowserWindow | undefined, event: KeyboardEvent) => void Inherited from MenuRegistration . click Overrides MenuRegistration . click Defined in node_modules/electron/electron.d.ts:12183 Will be called with click(menuItem, browserWindow, event) when the menu item is clicked.","title":"click"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#enabled","text":"\u2022 Optional enabled : boolean Inherited from MenuRegistration . enabled Overrides MenuRegistration . enabled Defined in node_modules/electron/electron.d.ts:12213 If false, the menu item will be greyed out and unclickable.","title":"enabled"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#icon","text":"\u2022 Optional icon : NativeImage | string Inherited from MenuRegistration . icon Overrides MenuRegistration . icon Defined in node_modules/electron/electron.d.ts:12209","title":"icon"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#id","text":"\u2022 Optional id : string Inherited from MenuRegistration . id Overrides MenuRegistration . id Defined in node_modules/electron/electron.d.ts:12246 Unique within a single menu. If defined then it can be used as a reference to this item by the position attribute.","title":"id"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#label","text":"\u2022 Optional label : string Inherited from MenuRegistration . label Overrides MenuRegistration . label Defined in node_modules/electron/electron.d.ts:12200","title":"label"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#parentid","text":"\u2022 parentId : string Defined in src/extensions/registries/menu-registry.ts:7","title":"parentId"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#registeraccelerator","text":"\u2022 Optional registerAccelerator : boolean Inherited from MenuRegistration . registerAccelerator Overrides MenuRegistration . registerAccelerator Defined in node_modules/electron/electron.d.ts:12235 If false, the accelerator won't be registered with the system, but it will still be displayed. Defaults to true. platform linux,win32","title":"registerAccelerator"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#role","text":"\u2022 Optional role : \\\"undo\\\" | \\\"redo\\\" | \\\"cut\\\" | \\\"copy\\\" | \\\"paste\\\" | \\\"pasteAndMatchStyle\\\" | \\\"delete\\\" | \\\"selectAll\\\" | \\\"reload\\\" | \\\"forceReload\\\" | \\\"toggleDevTools\\\" | \\\"resetZoom\\\" | \\\"zoomIn\\\" | \\\"zoomOut\\\" | \\\"togglefullscreen\\\" | \\\"window\\\" | \\\"minimize\\\" | \\\"close\\\" | \\\"help\\\" | \\\"about\\\" | \\\"services\\\" | \\\"hide\\\" | \\\"hideOthers\\\" | \\\"unhide\\\" | \\\"quit\\\" | \\\"startSpeaking\\\" | \\\"stopSpeaking\\\" | \\\"zoom\\\" | \\\"front\\\" | \\\"appMenu\\\" | \\\"fileMenu\\\" | \\\"editMenu\\\" | \\\"viewMenu\\\" | \\\"recentDocuments\\\" | \\\"toggleTabBar\\\" | \\\"selectNextTab\\\" | \\\"selectPreviousTab\\\" | \\\"mergeAllWindows\\\" | \\\"clearRecentDocuments\\\" | \\\"moveTabToNewWindow\\\" | \\\"windowMenu\\\" Inherited from MenuRegistration . role Overrides MenuRegistration . role Defined in node_modules/electron/electron.d.ts:12195 Can be undo , redo , cut , copy , paste , pasteAndMatchStyle , delete , selectAll , reload , forceReload , toggleDevTools , resetZoom , zoomIn , zoomOut , togglefullscreen , window , minimize , close , help , about , services , hide , hideOthers , unhide , quit , startSpeaking , stopSpeaking , zoom , front , appMenu , fileMenu , editMenu , viewMenu , recentDocuments , toggleTabBar , selectNextTab , selectPreviousTab , mergeAllWindows , clearRecentDocuments , moveTabToNewWindow or windowMenu - Define the action of the menu item, when specified the click property will be ignored. See roles.","title":"role"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#sublabel","text":"\u2022 Optional sublabel : string Inherited from MenuRegistration . sublabel Overrides MenuRegistration . sublabel Defined in node_modules/electron/electron.d.ts:12201","title":"sublabel"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#submenu","text":"\u2022 Optional submenu : MenuItemConstructorOptions[] | Menu Inherited from MenuRegistration . submenu Overrides MenuRegistration . submenu Defined in node_modules/electron/electron.d.ts:12241 Should be specified for submenu type menu items. If submenu is specified, the type: 'submenu' can be omitted. If the value is not a Menu then it will be automatically converted to one using Menu.buildFromTemplate .","title":"submenu"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#tooltip","text":"\u2022 Optional toolTip : string Inherited from MenuRegistration . toolTip Overrides MenuRegistration . toolTip Defined in node_modules/electron/electron.d.ts:12207 Hover text for this menu item. platform darwin","title":"toolTip"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#type","text":"\u2022 Optional type : \\\"normal\\\" | \\\"separator\\\" | \\\"submenu\\\" | \\\"checkbox\\\" | \\\"radio\\\" Inherited from MenuRegistration . type Overrides MenuRegistration . type Defined in node_modules/electron/electron.d.ts:12199 Can be normal , separator , submenu , checkbox or radio .","title":"type"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#visible","text":"\u2022 Optional visible : boolean Inherited from MenuRegistration . visible Overrides MenuRegistration . visible Defined in node_modules/electron/electron.d.ts:12224 If false, the menu item will be entirely hidden.","title":"visible"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/","text":"@k8slens/extensions Globals / \"src/extensions/registries/page-registry\" / PageComponents Interface: PageComponents # Hierarchy # PageComponents Index # Properties # MenuIcon Page Properties # MenuIcon # \u2022 Optional MenuIcon : React.ComponentType\\< IconProps > Defined in src/extensions/registries/page-registry.ts:21 Page # \u2022 Page : React.ComponentType\\ Defined in src/extensions/registries/page-registry.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/#interface-pagecomponents","text":"","title":"Interface: PageComponents"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/#hierarchy","text":"PageComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/#properties","text":"MenuIcon Page","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/#menuicon","text":"\u2022 Optional MenuIcon : React.ComponentType\\< IconProps > Defined in src/extensions/registries/page-registry.ts:21","title":"MenuIcon"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/#page","text":"\u2022 Page : React.ComponentType\\ Defined in src/extensions/registries/page-registry.ts:20","title":"Page"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/","text":"@k8slens/extensions Globals / \"src/extensions/registries/page-registry\" / PageRegistration Interface: PageRegistration # Hierarchy # RouteProps \u21b3 PageRegistration Index # Properties # children className component components exact hideInMenu location path render sensitive strict subPages title url Properties # children # \u2022 Optional children : (props: RouteChildrenProps\\ ) => React.ReactNode | React.ReactNode Inherited from TabRoute . children Defined in node_modules/@types/react-router/index.d.ts:91 className # \u2022 Optional className : IClassName Defined in src/extensions/registries/page-registry.ts:11 component # \u2022 Optional component : React.ComponentType\\ > | React.ComponentType\\ Inherited from TabRoute . 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 exact # \u2022 Optional exact : boolean Inherited from TabRoute . exact Defined in node_modules/@types/react-router/index.d.ts:93 hideInMenu # \u2022 Optional hideInMenu : boolean Defined in src/extensions/registries/page-registry.ts:14 location # \u2022 Optional location : Location Inherited from TabRoute . location Defined in node_modules/@types/react-router/index.d.ts:88 path # \u2022 Optional path : string | string[] Inherited from TabRoute . path Defined in node_modules/@types/react-router/index.d.ts:92 render # \u2022 Optional render : (props: RouteComponentProps\\ ) => React.ReactNode Inherited from TabRoute . render Defined in node_modules/@types/react-router/index.d.ts:90 sensitive # \u2022 Optional sensitive : boolean Inherited from TabRoute . sensitive Defined in node_modules/@types/react-router/index.d.ts:94 strict # \u2022 Optional strict : boolean Inherited from TabRoute . strict Defined in node_modules/@types/react-router/index.d.ts:95 subPages # \u2022 Optional subPages : PageRegistration & TabRoute [] Defined in src/extensions/registries/page-registry.ts:15 title # \u2022 Optional title : React.ReactNode Defined in src/extensions/registries/page-registry.ts:13 url # \u2022 Optional url : string Defined in src/extensions/registries/page-registry.ts:12","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#interface-pageregistration","text":"","title":"Interface: PageRegistration"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#hierarchy","text":"RouteProps \u21b3 PageRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#properties","text":"children className component components exact hideInMenu location path render sensitive strict subPages title url","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#children","text":"\u2022 Optional children : (props: RouteChildrenProps\\ ) => React.ReactNode | React.ReactNode Inherited from TabRoute . children Defined in node_modules/@types/react-router/index.d.ts:91","title":"children"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#classname","text":"\u2022 Optional className : IClassName Defined in src/extensions/registries/page-registry.ts:11","title":"className"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#component","text":"\u2022 Optional component : React.ComponentType\\ > | React.ComponentType\\ Inherited from TabRoute . component Defined in node_modules/@types/react-router/index.d.ts:89","title":"component"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#components","text":"\u2022 components : PageComponents Defined in src/extensions/registries/page-registry.ts:16","title":"components"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#exact","text":"\u2022 Optional exact : boolean Inherited from TabRoute . exact Defined in node_modules/@types/react-router/index.d.ts:93","title":"exact"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#hideinmenu","text":"\u2022 Optional hideInMenu : boolean Defined in src/extensions/registries/page-registry.ts:14","title":"hideInMenu"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#location","text":"\u2022 Optional location : Location Inherited from TabRoute . location Defined in node_modules/@types/react-router/index.d.ts:88","title":"location"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#path","text":"\u2022 Optional path : string | string[] Inherited from TabRoute . path Defined in node_modules/@types/react-router/index.d.ts:92","title":"path"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#render","text":"\u2022 Optional render : (props: RouteComponentProps\\ ) => React.ReactNode Inherited from TabRoute . render Defined in node_modules/@types/react-router/index.d.ts:90","title":"render"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#sensitive","text":"\u2022 Optional sensitive : boolean Inherited from TabRoute . sensitive Defined in node_modules/@types/react-router/index.d.ts:94","title":"sensitive"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#strict","text":"\u2022 Optional strict : boolean Inherited from TabRoute . strict Defined in node_modules/@types/react-router/index.d.ts:95","title":"strict"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#subpages","text":"\u2022 Optional subPages : PageRegistration & TabRoute [] Defined in src/extensions/registries/page-registry.ts:15","title":"subPages"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#title","text":"\u2022 Optional title : React.ReactNode Defined in src/extensions/registries/page-registry.ts:13","title":"title"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#url","text":"\u2022 Optional url : string Defined in src/extensions/registries/page-registry.ts:12","title":"url"},{"location":"extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/","text":"@k8slens/extensions Globals / \"src/extensions/registries/status-bar-registry\" / StatusBarRegistration Interface: StatusBarRegistration # Hierarchy # StatusBarRegistration Index # Properties # item Properties # item # \u2022 Optional item : React.ReactNode Defined in src/extensions/registries/status-bar-registry.ts:7","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/#interface-statusbarregistration","text":"","title":"Interface: StatusBarRegistration"},{"location":"extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/#hierarchy","text":"StatusBarRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/#properties","text":"item","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/#item","text":"\u2022 Optional item : React.ReactNode Defined in src/extensions/registries/status-bar-registry.ts:7","title":"item"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/","text":"@k8slens/extensions Globals / \"src/main/cluster\" / ClusterState Interface: ClusterState # Hierarchy # ClusterState Implemented by # Cluster Index # Properties # accessible allowedNamespaces allowedResources apiUrl disconnected eventCount failureReason initialized isAdmin online ready Properties # accessible # \u2022 accessible : boolean Defined in src/main/cluster.ts:42 allowedNamespaces # \u2022 allowedNamespaces : string[] Defined in src/main/cluster.ts:47 allowedResources # \u2022 allowedResources : string[] Defined in src/main/cluster.ts:48 apiUrl # \u2022 apiUrl : string Defined in src/main/cluster.ts:39 disconnected # \u2022 disconnected : boolean Defined in src/main/cluster.ts:41 eventCount # \u2022 eventCount : number Defined in src/main/cluster.ts:45 failureReason # \u2022 failureReason : string Defined in src/main/cluster.ts:44 initialized # \u2022 initialized : boolean Defined in src/main/cluster.ts:38 isAdmin # \u2022 isAdmin : boolean Defined in src/main/cluster.ts:46 online # \u2022 online : boolean Defined in src/main/cluster.ts:40 ready # \u2022 ready : boolean Defined in src/main/cluster.ts:43","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#interface-clusterstate","text":"","title":"Interface: ClusterState"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#hierarchy","text":"ClusterState","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#implemented-by","text":"Cluster","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#properties","text":"accessible allowedNamespaces allowedResources apiUrl disconnected eventCount failureReason initialized isAdmin online ready","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#accessible","text":"\u2022 accessible : boolean Defined in src/main/cluster.ts:42","title":"accessible"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#allowednamespaces","text":"\u2022 allowedNamespaces : string[] Defined in src/main/cluster.ts:47","title":"allowedNamespaces"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#allowedresources","text":"\u2022 allowedResources : string[] Defined in src/main/cluster.ts:48","title":"allowedResources"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#apiurl","text":"\u2022 apiUrl : string Defined in src/main/cluster.ts:39","title":"apiUrl"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#disconnected","text":"\u2022 disconnected : boolean Defined in src/main/cluster.ts:41","title":"disconnected"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#eventcount","text":"\u2022 eventCount : number Defined in src/main/cluster.ts:45","title":"eventCount"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#failurereason","text":"\u2022 failureReason : string Defined in src/main/cluster.ts:44","title":"failureReason"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#initialized","text":"\u2022 initialized : boolean Defined in src/main/cluster.ts:38","title":"initialized"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#isadmin","text":"\u2022 isAdmin : boolean Defined in src/main/cluster.ts:46","title":"isAdmin"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#online","text":"\u2022 online : boolean Defined in src/main/cluster.ts:40","title":"online"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#ready","text":"\u2022 ready : boolean Defined in src/main/cluster.ts:43","title":"ready"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-repo-manager\" / HelmRepo Interface: HelmRepo # Hierarchy # HelmRepo Index # Properties # caFile cacheFilePath certFile insecure_skip_tls_verify keyFile name password url username Properties # caFile # \u2022 Optional caFile : string Defined in src/main/helm/helm-repo-manager.ts:23 cacheFilePath # \u2022 Optional cacheFilePath : string Defined in src/main/helm/helm-repo-manager.ts:22 certFile # \u2022 Optional certFile : string Defined in src/main/helm/helm-repo-manager.ts:24 insecure_skip_tls_verify # \u2022 Optional insecure_skip_tls_verify : boolean Defined in src/main/helm/helm-repo-manager.ts:25 keyFile # \u2022 Optional keyFile : string Defined in src/main/helm/helm-repo-manager.ts:26 name # \u2022 name : string Defined in src/main/helm/helm-repo-manager.ts:20 password # \u2022 Optional password : string Defined in src/main/helm/helm-repo-manager.ts:28 url # \u2022 url : string Defined in src/main/helm/helm-repo-manager.ts:21 username # \u2022 Optional username : string Defined in src/main/helm/helm-repo-manager.ts:27","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#interface-helmrepo","text":"","title":"Interface: HelmRepo"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#hierarchy","text":"HelmRepo","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#properties","text":"caFile cacheFilePath certFile insecure_skip_tls_verify keyFile name password url username","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#cafile","text":"\u2022 Optional caFile : string Defined in src/main/helm/helm-repo-manager.ts:23","title":"caFile"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#cachefilepath","text":"\u2022 Optional cacheFilePath : string Defined in src/main/helm/helm-repo-manager.ts:22","title":"cacheFilePath"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#certfile","text":"\u2022 Optional certFile : string Defined in src/main/helm/helm-repo-manager.ts:24","title":"certFile"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#insecure_skip_tls_verify","text":"\u2022 Optional insecure_skip_tls_verify : boolean Defined in src/main/helm/helm-repo-manager.ts:25","title":"insecure_skip_tls_verify"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#keyfile","text":"\u2022 Optional keyFile : string Defined in src/main/helm/helm-repo-manager.ts:26","title":"keyFile"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#name","text":"\u2022 name : string Defined in src/main/helm/helm-repo-manager.ts:20","title":"name"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#password","text":"\u2022 Optional password : string Defined in src/main/helm/helm-repo-manager.ts:28","title":"password"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#url","text":"\u2022 url : string Defined in src/main/helm/helm-repo-manager.ts:21","title":"url"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#username","text":"\u2022 Optional username : string Defined in src/main/helm/helm-repo-manager.ts:27","title":"username"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-repo-manager\" / HelmRepoConfig Interface: HelmRepoConfig # Hierarchy # HelmRepoConfig Index # Properties # repositories Properties # repositories # \u2022 repositories : HelmRepo [] Defined in src/main/helm/helm-repo-manager.ts:16","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/#interface-helmrepoconfig","text":"","title":"Interface: HelmRepoConfig"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/#hierarchy","text":"HelmRepoConfig","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/#properties","text":"repositories","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/#repositories","text":"\u2022 repositories : HelmRepo [] Defined in src/main/helm/helm-repo-manager.ts:16","title":"repositories"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/","text":"@k8slens/extensions Globals / \"src/main/kube-auth-proxy\" / KubeAuthProxyLog Interface: KubeAuthProxyLog # Hierarchy # KubeAuthProxyLog Index # Properties # data error Properties # data # \u2022 data : string Defined in src/main/kube-auth-proxy.ts:9 error # \u2022 Optional error : boolean Defined in src/main/kube-auth-proxy.ts:10","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/#interface-kubeauthproxylog","text":"","title":"Interface: KubeAuthProxyLog"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/#hierarchy","text":"KubeAuthProxyLog","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/#properties","text":"data error","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/#data","text":"\u2022 data : string Defined in src/main/kube-auth-proxy.ts:9","title":"data"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/#error","text":"\u2022 Optional error : boolean Defined in src/main/kube-auth-proxy.ts:10","title":"error"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/","text":"@k8slens/extensions Globals / \"src/main/prometheus/provider-registry\" / PrometheusProvider Interface: PrometheusProvider # Hierarchy # PrometheusProvider Implemented by # PrometheusHelm PrometheusLens PrometheusOperator PrometheusStacklight Index # Properties # id name Methods # getPrometheusService getQueries Properties # id # \u2022 id : string Defined in src/main/prometheus/provider-registry.ts:63 name # \u2022 name : string Defined in src/main/prometheus/provider-registry.ts:64 Methods # getPrometheusService # \u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Defined in src/main/prometheus/provider-registry.ts:66 Parameters: Name Type client CoreV1Api Returns: Promise \\< PrometheusService > getQueries # \u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Defined in src/main/prometheus/provider-registry.ts:65 Parameters: Name Type opts PrometheusQueryOpts Returns: PrometheusQuery","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#interface-prometheusprovider","text":"","title":"Interface: PrometheusProvider"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#hierarchy","text":"PrometheusProvider","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#implemented-by","text":"PrometheusHelm PrometheusLens PrometheusOperator PrometheusStacklight","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#properties","text":"id name","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#methods","text":"getPrometheusService getQueries","title":"Methods"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#id","text":"\u2022 id : string Defined in src/main/prometheus/provider-registry.ts:63","title":"id"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#name","text":"\u2022 name : string Defined in src/main/prometheus/provider-registry.ts:64","title":"name"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#getprometheusservice","text":"\u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Defined in src/main/prometheus/provider-registry.ts:66","title":"getPrometheusService"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#getqueries","text":"\u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Defined in src/main/prometheus/provider-registry.ts:65","title":"getQueries"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/","text":"@k8slens/extensions Globals / \"src/main/router\" / LensApiRequest Interface: LensApiRequest\\ # Type parameters # Name Default P any Hierarchy # LensApiRequest Index # Properties # cluster params path payload query raw response Properties # cluster # \u2022 cluster : Cluster Defined in src/main/router.ts:32 params # \u2022 params : RouteParams Defined in src/main/router.ts:31 path # \u2022 path : string Defined in src/main/router.ts:29 payload # \u2022 payload : P Defined in src/main/router.ts:30 query # \u2022 query : URLSearchParams Defined in src/main/router.ts:34 raw # \u2022 raw : { req: IncomingMessage } Defined in src/main/router.ts:35 Type declaration: Name Type req IncomingMessage response # \u2022 response : ServerResponse Defined in src/main/router.ts:33","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#interface-lensapirequest","text":"","title":"Interface: LensApiRequest\\"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#type-parameters","text":"Name Default P any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#hierarchy","text":"LensApiRequest","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#properties","text":"cluster params path payload query raw response","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#cluster","text":"\u2022 cluster : Cluster Defined in src/main/router.ts:32","title":"cluster"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#params","text":"\u2022 params : RouteParams Defined in src/main/router.ts:31","title":"params"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#path","text":"\u2022 path : string Defined in src/main/router.ts:29","title":"path"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#payload","text":"\u2022 payload : P Defined in src/main/router.ts:30","title":"payload"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#query","text":"\u2022 query : URLSearchParams Defined in src/main/router.ts:34","title":"query"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#raw","text":"\u2022 raw : { req: IncomingMessage } Defined in src/main/router.ts:35","title":"raw"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#response","text":"\u2022 response : ServerResponse Defined in src/main/router.ts:33","title":"response"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/","text":"@k8slens/extensions Globals / \"src/main/router\" / RouteParams Interface: RouteParams # Hierarchy # {} \u21b3 RouteParams Index # Properties # account chart namespace path release repo service Properties # account # \u2022 Optional account : string Defined in src/main/router.ts:22 chart # \u2022 Optional chart : string Defined in src/main/router.ts:25 namespace # \u2022 Optional namespace : string Defined in src/main/router.ts:20 path # \u2022 Optional path : string Defined in src/main/router.ts:19 release # \u2022 Optional release : string Defined in src/main/router.ts:23 repo # \u2022 Optional repo : string Defined in src/main/router.ts:24 service # \u2022 Optional service : string Defined in src/main/router.ts:21","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#interface-routeparams","text":"","title":"Interface: RouteParams"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#hierarchy","text":"{} \u21b3 RouteParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#properties","text":"account chart namespace path release repo service","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#account","text":"\u2022 Optional account : string Defined in src/main/router.ts:22","title":"account"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#chart","text":"\u2022 Optional chart : string Defined in src/main/router.ts:25","title":"chart"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#namespace","text":"\u2022 Optional namespace : string Defined in src/main/router.ts:20","title":"namespace"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#path","text":"\u2022 Optional path : string Defined in src/main/router.ts:19","title":"path"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#release","text":"\u2022 Optional release : string Defined in src/main/router.ts:23","title":"release"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#repo","text":"\u2022 Optional repo : string Defined in src/main/router.ts:24","title":"repo"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#service","text":"\u2022 Optional service : string Defined in src/main/router.ts:21","title":"service"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/","text":"@k8slens/extensions Globals / \"src/main/router\" / RouterRequestOpts Interface: RouterRequestOpts # Hierarchy # RouterRequestOpts Index # Properties # cluster params req res url Properties # cluster # \u2022 cluster : Cluster Defined in src/main/router.ts:13 params # \u2022 params : RouteParams Defined in src/main/router.ts:14 req # \u2022 req : IncomingMessage Defined in src/main/router.ts:11 res # \u2022 res : ServerResponse Defined in src/main/router.ts:12 url # \u2022 url : URL Defined in src/main/router.ts:15","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#interface-routerrequestopts","text":"","title":"Interface: RouterRequestOpts"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#hierarchy","text":"RouterRequestOpts","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#properties","text":"cluster params req res url","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#cluster","text":"\u2022 cluster : Cluster Defined in src/main/router.ts:13","title":"cluster"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#params","text":"\u2022 params : RouteParams Defined in src/main/router.ts:14","title":"params"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#req","text":"\u2022 req : IncomingMessage Defined in src/main/router.ts:11","title":"req"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#res","text":"\u2022 res : ServerResponse Defined in src/main/router.ts:12","title":"res"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#url","text":"\u2022 url : URL Defined in src/main/router.ts:15","title":"url"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/","text":"@k8slens/extensions Globals / \"src/migrations/migration-wrapper\" / MigrationOpts Interface: MigrationOpts # Hierarchy # MigrationOpts Index # Properties # version Methods # run Properties # version # \u2022 version : string Defined in src/migrations/migration-wrapper.ts:5 Methods # run # \u25b8 run ( storeConfig : Config\\ , log : (...args: any[]) => void): void Defined in src/migrations/migration-wrapper.ts:6 Parameters: Name Type storeConfig Config\\ log (...args: any[]) => void Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#interface-migrationopts","text":"","title":"Interface: MigrationOpts"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#hierarchy","text":"MigrationOpts","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#properties","text":"version","title":"Properties"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#methods","text":"run","title":"Methods"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#version","text":"\u2022 version : string Defined in src/migrations/migration-wrapper.ts:5","title":"version"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#run","text":"\u25b8 run ( storeConfig : Config\\ , log : (...args: any[]) => void): void Defined in src/migrations/migration-wrapper.ts:6","title":"run"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster.api\" / IClusterMetrics Interface: IClusterMetrics\\ # Type parameters # Name Default T IMetrics Hierarchy # IClusterMetrics Indexable # \u25aa [metric: string]: T Index # Properties # cpuCapacity cpuLimits cpuRequests cpuUsage fsSize fsUsage memoryCapacity memoryLimits memoryRequests memoryUsage podCapacity podUsage Properties # cpuCapacity # \u2022 cpuCapacity : T Defined in src/renderer/api/endpoints/cluster.api.ts:46 cpuLimits # \u2022 cpuLimits : T Defined in src/renderer/api/endpoints/cluster.api.ts:45 cpuRequests # \u2022 cpuRequests : T Defined in src/renderer/api/endpoints/cluster.api.ts:44 cpuUsage # \u2022 cpuUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:43 fsSize # \u2022 fsSize : T Defined in src/renderer/api/endpoints/cluster.api.ts:49 fsUsage # \u2022 fsUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:50 memoryCapacity # \u2022 memoryCapacity : T Defined in src/renderer/api/endpoints/cluster.api.ts:42 memoryLimits # \u2022 memoryLimits : T Defined in src/renderer/api/endpoints/cluster.api.ts:41 memoryRequests # \u2022 memoryRequests : T Defined in src/renderer/api/endpoints/cluster.api.ts:40 memoryUsage # \u2022 memoryUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:39 podCapacity # \u2022 podCapacity : T Defined in src/renderer/api/endpoints/cluster.api.ts:48 podUsage # \u2022 podUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:47","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#interface-iclustermetrics","text":"","title":"Interface: IClusterMetrics\\"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#type-parameters","text":"Name Default T IMetrics","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#hierarchy","text":"IClusterMetrics","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#indexable","text":"\u25aa [metric: string]: T","title":"Indexable"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#properties","text":"cpuCapacity cpuLimits cpuRequests cpuUsage fsSize fsUsage memoryCapacity memoryLimits memoryRequests memoryUsage podCapacity podUsage","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#cpucapacity","text":"\u2022 cpuCapacity : T Defined in src/renderer/api/endpoints/cluster.api.ts:46","title":"cpuCapacity"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#cpulimits","text":"\u2022 cpuLimits : T Defined in src/renderer/api/endpoints/cluster.api.ts:45","title":"cpuLimits"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#cpurequests","text":"\u2022 cpuRequests : T Defined in src/renderer/api/endpoints/cluster.api.ts:44","title":"cpuRequests"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#cpuusage","text":"\u2022 cpuUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:43","title":"cpuUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#fssize","text":"\u2022 fsSize : T Defined in src/renderer/api/endpoints/cluster.api.ts:49","title":"fsSize"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#fsusage","text":"\u2022 fsUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:50","title":"fsUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#memorycapacity","text":"\u2022 memoryCapacity : T Defined in src/renderer/api/endpoints/cluster.api.ts:42","title":"memoryCapacity"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#memorylimits","text":"\u2022 memoryLimits : T Defined in src/renderer/api/endpoints/cluster.api.ts:41","title":"memoryLimits"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#memoryrequests","text":"\u2022 memoryRequests : T Defined in src/renderer/api/endpoints/cluster.api.ts:40","title":"memoryRequests"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#memoryusage","text":"\u2022 memoryUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:39","title":"memoryUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#podcapacity","text":"\u2022 podCapacity : T Defined in src/renderer/api/endpoints/cluster.api.ts:48","title":"podCapacity"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#podusage","text":"\u2022 podUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:47","title":"podUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" / IEndpointAddress Interface: IEndpointAddress # Hierarchy # IEndpointAddress Implemented by # EndpointAddress Index # Properties # hostname ip nodeName Properties # hostname # \u2022 hostname : string Defined in src/renderer/api/endpoints/endpoint.api.ts:12 ip # \u2022 ip : string Defined in src/renderer/api/endpoints/endpoint.api.ts:13 nodeName # \u2022 nodeName : string Defined in src/renderer/api/endpoints/endpoint.api.ts:14","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#interface-iendpointaddress","text":"","title":"Interface: IEndpointAddress"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#hierarchy","text":"IEndpointAddress","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#implemented-by","text":"EndpointAddress","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#properties","text":"hostname ip nodeName","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#hostname","text":"\u2022 hostname : string Defined in src/renderer/api/endpoints/endpoint.api.ts:12","title":"hostname"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#ip","text":"\u2022 ip : string Defined in src/renderer/api/endpoints/endpoint.api.ts:13","title":"ip"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#nodename","text":"\u2022 nodeName : string Defined in src/renderer/api/endpoints/endpoint.api.ts:14","title":"nodeName"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" / IEndpointPort Interface: IEndpointPort # Hierarchy # IEndpointPort Index # Properties # name port protocol Properties # name # \u2022 Optional name : string Defined in src/renderer/api/endpoints/endpoint.api.ts:6 port # \u2022 port : number Defined in src/renderer/api/endpoints/endpoint.api.ts:8 protocol # \u2022 protocol : string Defined in src/renderer/api/endpoints/endpoint.api.ts:7","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#interface-iendpointport","text":"","title":"Interface: IEndpointPort"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#hierarchy","text":"IEndpointPort","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#properties","text":"name port protocol","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#name","text":"\u2022 Optional name : string Defined in src/renderer/api/endpoints/endpoint.api.ts:6","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#port","text":"\u2022 port : number Defined in src/renderer/api/endpoints/endpoint.api.ts:8","title":"port"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#protocol","text":"\u2022 protocol : string Defined in src/renderer/api/endpoints/endpoint.api.ts:7","title":"protocol"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" / IEndpointSubset Interface: IEndpointSubset # Hierarchy # IEndpointSubset Implemented by # EndpointSubset Index # Properties # addresses notReadyAddresses ports Properties # addresses # \u2022 addresses : IEndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:18 notReadyAddresses # \u2022 notReadyAddresses : IEndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:19 ports # \u2022 ports : IEndpointPort [] Defined in src/renderer/api/endpoints/endpoint.api.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#interface-iendpointsubset","text":"","title":"Interface: IEndpointSubset"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#hierarchy","text":"IEndpointSubset","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#implemented-by","text":"EndpointSubset","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#properties","text":"addresses notReadyAddresses ports","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#addresses","text":"\u2022 addresses : IEndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:18","title":"addresses"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#notreadyaddresses","text":"\u2022 notReadyAddresses : IEndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:19","title":"notReadyAddresses"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#ports","text":"\u2022 ports : IEndpointPort [] Defined in src/renderer/api/endpoints/endpoint.api.ts:20","title":"ports"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" / ITargetRef Interface: ITargetRef # Hierarchy # ITargetRef Index # Properties # apiVersion kind name namespace resourceVersion uid Properties # apiVersion # \u2022 apiVersion : string Defined in src/renderer/api/endpoints/endpoint.api.ts:29 kind # \u2022 kind : string Defined in src/renderer/api/endpoints/endpoint.api.ts:24 name # \u2022 name : string Defined in src/renderer/api/endpoints/endpoint.api.ts:26 namespace # \u2022 namespace : string Defined in src/renderer/api/endpoints/endpoint.api.ts:25 resourceVersion # \u2022 resourceVersion : string Defined in src/renderer/api/endpoints/endpoint.api.ts:28 uid # \u2022 uid : string Defined in src/renderer/api/endpoints/endpoint.api.ts:27","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#interface-itargetref","text":"","title":"Interface: ITargetRef"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#hierarchy","text":"ITargetRef","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#properties","text":"apiVersion kind name namespace resourceVersion uid","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/endpoints/endpoint.api.ts:29","title":"apiVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#kind","text":"\u2022 kind : string Defined in src/renderer/api/endpoints/endpoint.api.ts:24","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/endpoint.api.ts:26","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#namespace","text":"\u2022 namespace : string Defined in src/renderer/api/endpoints/endpoint.api.ts:25","title":"namespace"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#resourceversion","text":"\u2022 resourceVersion : string Defined in src/renderer/api/endpoints/endpoint.api.ts:28","title":"resourceVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#uid","text":"\u2022 uid : string Defined in src/renderer/api/endpoints/endpoint.api.ts:27","title":"uid"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/hpa.api\" / IHpaMetric Interface: IHpaMetric # Hierarchy # IHpaMetric Indexable # \u25aa [kind: string]: IHpaMetricData Index # Properties # external object pods resource type Properties # external # \u2022 Optional external : IHpaMetricData Defined in src/renderer/api/endpoints/hpa.api.ts:31 object # \u2022 Optional object : IHpaMetricData \\<{ describedObject: { apiVersion: string ; kind: string ; name: string } }> Defined in src/renderer/api/endpoints/hpa.api.ts:32 pods # \u2022 Optional pods : IHpaMetricData Defined in src/renderer/api/endpoints/hpa.api.ts:30 resource # \u2022 Optional resource : IHpaMetricData \\<{ name: string }> Defined in src/renderer/api/endpoints/hpa.api.ts:29 type # \u2022 type : HpaMetricType Defined in src/renderer/api/endpoints/hpa.api.ts:28","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#interface-ihpametric","text":"","title":"Interface: IHpaMetric"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#hierarchy","text":"IHpaMetric","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#indexable","text":"\u25aa [kind: string]: IHpaMetricData","title":"Indexable"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#properties","text":"external object pods resource type","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#external","text":"\u2022 Optional external : IHpaMetricData Defined in src/renderer/api/endpoints/hpa.api.ts:31","title":"external"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#object","text":"\u2022 Optional object : IHpaMetricData \\<{ describedObject: { apiVersion: string ; kind: string ; name: string } }> Defined in src/renderer/api/endpoints/hpa.api.ts:32","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#pods","text":"\u2022 Optional pods : IHpaMetricData Defined in src/renderer/api/endpoints/hpa.api.ts:30","title":"pods"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#resource","text":"\u2022 Optional resource : IHpaMetricData \\<{ name: string }> Defined in src/renderer/api/endpoints/hpa.api.ts:29","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#type","text":"\u2022 type : HpaMetricType Defined in src/renderer/api/endpoints/hpa.api.ts:28","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/ingress.api\" / IIngressMetrics Interface: IIngressMetrics\\ # Type parameters # Name Default T IMetrics Hierarchy # IIngressMetrics Indexable # \u25aa [metric: string]: T Index # Properties # bytesSentFailure bytesSentSuccess requestDurationSeconds responseDurationSeconds Properties # bytesSentFailure # \u2022 bytesSentFailure : T Defined in src/renderer/api/endpoints/ingress.api.ts:23 bytesSentSuccess # \u2022 bytesSentSuccess : T Defined in src/renderer/api/endpoints/ingress.api.ts:22 requestDurationSeconds # \u2022 requestDurationSeconds : T Defined in src/renderer/api/endpoints/ingress.api.ts:24 responseDurationSeconds # \u2022 responseDurationSeconds : T Defined in src/renderer/api/endpoints/ingress.api.ts:25","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#interface-iingressmetrics","text":"","title":"Interface: IIngressMetrics\\"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#type-parameters","text":"Name Default T IMetrics","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#hierarchy","text":"IIngressMetrics","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#indexable","text":"\u25aa [metric: string]: T","title":"Indexable"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#properties","text":"bytesSentFailure bytesSentSuccess requestDurationSeconds responseDurationSeconds","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#bytessentfailure","text":"\u2022 bytesSentFailure : T Defined in src/renderer/api/endpoints/ingress.api.ts:23","title":"bytesSentFailure"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#bytessentsuccess","text":"\u2022 bytesSentSuccess : T Defined in src/renderer/api/endpoints/ingress.api.ts:22","title":"bytesSentSuccess"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#requestdurationseconds","text":"\u2022 requestDurationSeconds : T Defined in src/renderer/api/endpoints/ingress.api.ts:24","title":"requestDurationSeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#responsedurationseconds","text":"\u2022 responseDurationSeconds : T Defined in src/renderer/api/endpoints/ingress.api.ts:25","title":"responseDurationSeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/ingress.api\" / ILoadBalancerIngress Interface: ILoadBalancerIngress # Hierarchy # ILoadBalancerIngress Index # Properties # hostname ip Properties # hostname # \u2022 Optional hostname : string Defined in src/renderer/api/endpoints/ingress.api.ts:29 ip # \u2022 Optional ip : string Defined in src/renderer/api/endpoints/ingress.api.ts:30","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/#interface-iloadbalanceringress","text":"","title":"Interface: ILoadBalancerIngress"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/#hierarchy","text":"ILoadBalancerIngress","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/#properties","text":"hostname ip","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/#hostname","text":"\u2022 Optional hostname : string Defined in src/renderer/api/endpoints/ingress.api.ts:29","title":"hostname"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/#ip","text":"\u2022 Optional ip : string Defined in src/renderer/api/endpoints/ingress.api.ts:30","title":"ip"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/metrics.api\" / IMetrics Interface: IMetrics # Hierarchy # IMetrics Index # Properties # data status Properties # data # \u2022 data : { result: IMetricsResult [] ; resultType: string } Defined in src/renderer/api/endpoints/metrics.api.ts:9 Type declaration: Name Type result IMetricsResult [] resultType string status # \u2022 status : string Defined in src/renderer/api/endpoints/metrics.api.ts:8","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/#interface-imetrics","text":"","title":"Interface: IMetrics"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/#hierarchy","text":"IMetrics","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/#properties","text":"data status","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/#data","text":"\u2022 data : { result: IMetricsResult [] ; resultType: string } Defined in src/renderer/api/endpoints/metrics.api.ts:9","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/#status","text":"\u2022 status : string Defined in src/renderer/api/endpoints/metrics.api.ts:8","title":"status"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/metrics.api\" / IMetricsReqParams Interface: IMetricsReqParams # Hierarchy # IMetricsReqParams Index # Properties # end namespace range start step Properties # end # \u2022 Optional end : number | string Defined in src/renderer/api/endpoints/metrics.api.ts:30 namespace # \u2022 Optional namespace : string Defined in src/renderer/api/endpoints/metrics.api.ts:33 range # \u2022 Optional range : number Defined in src/renderer/api/endpoints/metrics.api.ts:32 start # \u2022 Optional start : number | string Defined in src/renderer/api/endpoints/metrics.api.ts:29 step # \u2022 Optional step : number Defined in src/renderer/api/endpoints/metrics.api.ts:31","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#interface-imetricsreqparams","text":"","title":"Interface: IMetricsReqParams"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#hierarchy","text":"IMetricsReqParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#properties","text":"end namespace range start step","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#end","text":"\u2022 Optional end : number | string Defined in src/renderer/api/endpoints/metrics.api.ts:30","title":"end"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#namespace","text":"\u2022 Optional namespace : string Defined in src/renderer/api/endpoints/metrics.api.ts:33","title":"namespace"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#range","text":"\u2022 Optional range : number Defined in src/renderer/api/endpoints/metrics.api.ts:32","title":"range"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#start","text":"\u2022 Optional start : number | string Defined in src/renderer/api/endpoints/metrics.api.ts:29","title":"start"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#step","text":"\u2022 Optional step : number Defined in src/renderer/api/endpoints/metrics.api.ts:31","title":"step"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/metrics.api\" / IMetricsResult Interface: IMetricsResult # Hierarchy # IMetricsResult Index # Properties # metric values Properties # metric # \u2022 metric : { [name:string]: string; instance: string ; kubernetes?: string ; kubernetes_namespace?: string ; kubernetes_node?: string ; node?: string ; pod?: string } Defined in src/renderer/api/endpoints/metrics.api.ts:16 Type declaration: Name Type instance string kubernetes? string kubernetes_namespace? string kubernetes_node? string node? string pod? string values # \u2022 values : [number, string][] Defined in src/renderer/api/endpoints/metrics.api.ts:25","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/#interface-imetricsresult","text":"","title":"Interface: IMetricsResult"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/#hierarchy","text":"IMetricsResult","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/#properties","text":"metric values","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/#metric","text":"\u2022 metric : { [name:string]: string; instance: string ; kubernetes?: string ; kubernetes_namespace?: string ; kubernetes_node?: string ; node?: string ; pod?: string } Defined in src/renderer/api/endpoints/metrics.api.ts:16","title":"metric"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/#values","text":"\u2022 values : [number, string][] Defined in src/renderer/api/endpoints/metrics.api.ts:25","title":"values"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/network-policy.api\" / IPolicyEgress Interface: IPolicyEgress # Hierarchy # IPolicyEgress Index # Properties # ports to Properties # ports # \u2022 ports : { port: number ; protocol: string }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:32 to # \u2022 to : { ipBlock: IPolicyIpBlock }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:29","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/#interface-ipolicyegress","text":"","title":"Interface: IPolicyEgress"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/#hierarchy","text":"IPolicyEgress","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/#properties","text":"ports to","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/#ports","text":"\u2022 ports : { port: number ; protocol: string }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:32","title":"ports"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/#to","text":"\u2022 to : { ipBlock: IPolicyIpBlock }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:29","title":"to"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/network-policy.api\" / IPolicyIngress Interface: IPolicyIngress # Hierarchy # IPolicyIngress Index # Properties # from ports Properties # from # \u2022 from : { ipBlock?: IPolicyIpBlock ; namespaceSelector?: IPolicySelector ; podSelector?: IPolicySelector }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:17 ports # \u2022 ports : { port: number ; protocol: string }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:22","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/#interface-ipolicyingress","text":"","title":"Interface: IPolicyIngress"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/#hierarchy","text":"IPolicyIngress","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/#properties","text":"from ports","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/#from","text":"\u2022 from : { ipBlock?: IPolicyIpBlock ; namespaceSelector?: IPolicySelector ; podSelector?: IPolicySelector }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:17","title":"from"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/#ports","text":"\u2022 ports : { port: number ; protocol: string }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:22","title":"ports"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/network-policy.api\" / IPolicyIpBlock Interface: IPolicyIpBlock # Hierarchy # IPolicyIpBlock Index # Properties # cidr except Properties # cidr # \u2022 cidr : string Defined in src/renderer/api/endpoints/network-policy.api.ts:6 except # \u2022 Optional except : string[] Defined in src/renderer/api/endpoints/network-policy.api.ts:7","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/#interface-ipolicyipblock","text":"","title":"Interface: IPolicyIpBlock"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/#hierarchy","text":"IPolicyIpBlock","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/#properties","text":"cidr except","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/#cidr","text":"\u2022 cidr : string Defined in src/renderer/api/endpoints/network-policy.api.ts:6","title":"cidr"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/#except","text":"\u2022 Optional except : string[] Defined in src/renderer/api/endpoints/network-policy.api.ts:7","title":"except"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/network-policy.api\" / IPolicySelector Interface: IPolicySelector # Hierarchy # IPolicySelector Index # Properties # matchLabels Properties # matchLabels # \u2022 matchLabels : { [label:string]: string; } Defined in src/renderer/api/endpoints/network-policy.api.ts:11","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/#interface-ipolicyselector","text":"","title":"Interface: IPolicySelector"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/#hierarchy","text":"IPolicySelector","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/#properties","text":"matchLabels","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/#matchlabels","text":"\u2022 matchLabels : { [label:string]: string; } Defined in src/renderer/api/endpoints/network-policy.api.ts:11","title":"matchLabels"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/nodes.api\" / INodeMetrics Interface: INodeMetrics\\ # Type parameters # Name Default T IMetrics Hierarchy # INodeMetrics Indexable # \u25aa [metric: string]: T Index # Properties # cpuCapacity cpuUsage fsSize fsUsage memoryCapacity memoryUsage Properties # cpuCapacity # \u2022 cpuCapacity : T Defined in src/renderer/api/endpoints/nodes.api.ts:26 cpuUsage # \u2022 cpuUsage : T Defined in src/renderer/api/endpoints/nodes.api.ts:25 fsSize # \u2022 fsSize : T Defined in src/renderer/api/endpoints/nodes.api.ts:28 fsUsage # \u2022 fsUsage : T Defined in src/renderer/api/endpoints/nodes.api.ts:27 memoryCapacity # \u2022 memoryCapacity : T Defined in src/renderer/api/endpoints/nodes.api.ts:24 memoryUsage # \u2022 memoryUsage : T Defined in src/renderer/api/endpoints/nodes.api.ts:23","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#interface-inodemetrics","text":"","title":"Interface: INodeMetrics\\"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#type-parameters","text":"Name Default T IMetrics","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#hierarchy","text":"INodeMetrics","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#indexable","text":"\u25aa [metric: string]: T","title":"Indexable"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#properties","text":"cpuCapacity cpuUsage fsSize fsUsage memoryCapacity memoryUsage","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#cpucapacity","text":"\u2022 cpuCapacity : T Defined in src/renderer/api/endpoints/nodes.api.ts:26","title":"cpuCapacity"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#cpuusage","text":"\u2022 cpuUsage : T Defined in src/renderer/api/endpoints/nodes.api.ts:25","title":"cpuUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#fssize","text":"\u2022 fsSize : T Defined in src/renderer/api/endpoints/nodes.api.ts:28","title":"fsSize"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#fsusage","text":"\u2022 fsUsage : T Defined in src/renderer/api/endpoints/nodes.api.ts:27","title":"fsUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#memorycapacity","text":"\u2022 memoryCapacity : T Defined in src/renderer/api/endpoints/nodes.api.ts:24","title":"memoryCapacity"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#memoryusage","text":"\u2022 memoryUsage : T Defined in src/renderer/api/endpoints/nodes.api.ts:23","title":"memoryUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/persistent-volume-claims.api\" / IPvcMetrics Interface: IPvcMetrics\\ # Type parameters # Name Default T IMetrics Hierarchy # IPvcMetrics Indexable # \u25aa [key: string]: T Index # Properties # diskCapacity diskUsage Properties # diskCapacity # \u2022 diskCapacity : T Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:21 diskUsage # \u2022 diskUsage : T Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#interface-ipvcmetrics","text":"","title":"Interface: IPvcMetrics\\"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#type-parameters","text":"Name Default T IMetrics","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#hierarchy","text":"IPvcMetrics","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#indexable","text":"\u25aa [key: string]: T","title":"Indexable"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#properties","text":"diskCapacity diskUsage","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#diskcapacity","text":"\u2022 diskCapacity : T Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:21","title":"diskCapacity"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#diskusage","text":"\u2022 diskUsage : T Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:20","title":"diskUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / IContainerProbe Interface: IContainerProbe # Hierarchy # IContainerProbe Index # Properties # exec failureThreshold httpGet initialDelaySeconds periodSeconds successThreshold tcpSocket timeoutSeconds Properties # exec # \u2022 Optional exec : { command: string[] } Defined in src/renderer/api/endpoints/pods.api.ts:124 Type declaration: Name Type command string[] failureThreshold # \u2022 Optional failureThreshold : number Defined in src/renderer/api/endpoints/pods.api.ts:134 httpGet # \u2022 Optional httpGet : { host?: string ; path?: string ; port: number ; scheme: string } Defined in src/renderer/api/endpoints/pods.api.ts:118 Type declaration: Name Type host? string path? string port number scheme string initialDelaySeconds # \u2022 Optional initialDelaySeconds : number Defined in src/renderer/api/endpoints/pods.api.ts:130 periodSeconds # \u2022 Optional periodSeconds : number Defined in src/renderer/api/endpoints/pods.api.ts:132 successThreshold # \u2022 Optional successThreshold : number Defined in src/renderer/api/endpoints/pods.api.ts:133 tcpSocket # \u2022 Optional tcpSocket : { port: number } Defined in src/renderer/api/endpoints/pods.api.ts:127 Type declaration: Name Type port number timeoutSeconds # \u2022 Optional timeoutSeconds : number Defined in src/renderer/api/endpoints/pods.api.ts:131","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#interface-icontainerprobe","text":"","title":"Interface: IContainerProbe"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#hierarchy","text":"IContainerProbe","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#properties","text":"exec failureThreshold httpGet initialDelaySeconds periodSeconds successThreshold tcpSocket timeoutSeconds","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#exec","text":"\u2022 Optional exec : { command: string[] } Defined in src/renderer/api/endpoints/pods.api.ts:124","title":"exec"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#failurethreshold","text":"\u2022 Optional failureThreshold : number Defined in src/renderer/api/endpoints/pods.api.ts:134","title":"failureThreshold"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#httpget","text":"\u2022 Optional httpGet : { host?: string ; path?: string ; port: number ; scheme: string } Defined in src/renderer/api/endpoints/pods.api.ts:118","title":"httpGet"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#initialdelayseconds","text":"\u2022 Optional initialDelaySeconds : number Defined in src/renderer/api/endpoints/pods.api.ts:130","title":"initialDelaySeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#periodseconds","text":"\u2022 Optional periodSeconds : number Defined in src/renderer/api/endpoints/pods.api.ts:132","title":"periodSeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#successthreshold","text":"\u2022 Optional successThreshold : number Defined in src/renderer/api/endpoints/pods.api.ts:133","title":"successThreshold"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#tcpsocket","text":"\u2022 Optional tcpSocket : { port: number } Defined in src/renderer/api/endpoints/pods.api.ts:127","title":"tcpSocket"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#timeoutseconds","text":"\u2022 Optional timeoutSeconds : number Defined in src/renderer/api/endpoints/pods.api.ts:131","title":"timeoutSeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / IPodContainer Interface: IPodContainer # Hierarchy # IPodContainer Index # Properties # args command env envFrom image imagePullPolicy livenessProbe name ports readinessProbe resources volumeMounts Properties # args # \u2022 Optional args : string[] Defined in src/renderer/api/endpoints/pods.api.ts:68 command # \u2022 Optional command : string[] Defined in src/renderer/api/endpoints/pods.api.ts:67 env # \u2022 Optional env : { name: string ; value?: string ; valueFrom?: { configMapKeyRef?: { key: string ; name: string } ; fieldRef?: { apiVersion: string ; fieldPath: string } ; secretKeyRef?: { key: string ; name: string } } }[] Defined in src/renderer/api/endpoints/pods.api.ts:84 envFrom # \u2022 Optional envFrom : { configMapRef?: { name: string } }[] 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 livenessProbe # \u2022 Optional 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 : { containerPort: number ; name?: string ; protocol: string }[] Defined in src/renderer/api/endpoints/pods.api.ts:69 readinessProbe # \u2022 Optional readinessProbe : IContainerProbe Defined in src/renderer/api/endpoints/pods.api.ts:113 resources # \u2022 Optional resources : { limits: { cpu: string ; memory: string } ; requests: { cpu: string ; memory: string } } Defined in src/renderer/api/endpoints/pods.api.ts:74 Type declaration: Name Type limits { cpu: string ; memory: string } requests { cpu: string ; memory: string } volumeMounts # \u2022 Optional volumeMounts : { mountPath: string ; name: string ; readOnly: boolean }[] Defined in src/renderer/api/endpoints/pods.api.ts:107","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#interface-ipodcontainer","text":"","title":"Interface: IPodContainer"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#hierarchy","text":"IPodContainer","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#properties","text":"args command env envFrom image imagePullPolicy livenessProbe name ports readinessProbe resources volumeMounts","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#args","text":"\u2022 Optional args : string[] Defined in src/renderer/api/endpoints/pods.api.ts:68","title":"args"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#command","text":"\u2022 Optional command : string[] Defined in src/renderer/api/endpoints/pods.api.ts:67","title":"command"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#env","text":"\u2022 Optional env : { name: string ; value?: string ; valueFrom?: { configMapKeyRef?: { key: string ; name: string } ; fieldRef?: { apiVersion: string ; fieldPath: string } ; secretKeyRef?: { key: string ; name: string } } }[] Defined in src/renderer/api/endpoints/pods.api.ts:84","title":"env"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#envfrom","text":"\u2022 Optional envFrom : { configMapRef?: { name: string } }[] Defined in src/renderer/api/endpoints/pods.api.ts:102","title":"envFrom"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#image","text":"\u2022 image : string Defined in src/renderer/api/endpoints/pods.api.ts:66","title":"image"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#imagepullpolicy","text":"\u2022 imagePullPolicy : string Defined in src/renderer/api/endpoints/pods.api.ts:114","title":"imagePullPolicy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#livenessprobe","text":"\u2022 Optional livenessProbe : IContainerProbe Defined in src/renderer/api/endpoints/pods.api.ts:112","title":"livenessProbe"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/pods.api.ts:65","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#ports","text":"\u2022 ports : { containerPort: number ; name?: string ; protocol: string }[] Defined in src/renderer/api/endpoints/pods.api.ts:69","title":"ports"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#readinessprobe","text":"\u2022 Optional readinessProbe : IContainerProbe Defined in src/renderer/api/endpoints/pods.api.ts:113","title":"readinessProbe"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#resources","text":"\u2022 Optional resources : { limits: { cpu: string ; memory: string } ; requests: { cpu: string ; memory: string } } Defined in src/renderer/api/endpoints/pods.api.ts:74","title":"resources"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#volumemounts","text":"\u2022 Optional volumeMounts : { mountPath: string ; name: string ; readOnly: boolean }[] Defined in src/renderer/api/endpoints/pods.api.ts:107","title":"volumeMounts"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / IPodContainerStatus 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 : { [index:string]: object; terminated?: { containerID: string ; exitCode: number ; finishedAt: string ; reason: string ; startedAt: string } } Defined in src/renderer/api/endpoints/pods.api.ts:155 Type declaration: Name Type terminated? { 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 : { [index:string]: object; running?: { startedAt: string } ; terminated?: { exitCode: number ; finishedAt: string ; reason: string ; startedAt: string } ; waiting?: { message: string ; reason: string } } Defined in src/renderer/api/endpoints/pods.api.ts:139 Type declaration: Name Type running? { startedAt: string } terminated? { exitCode: number ; finishedAt: string ; reason: string ; startedAt: string } waiting? { message: string ; reason: string }","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#interface-ipodcontainerstatus","text":"","title":"Interface: IPodContainerStatus"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#hierarchy","text":"IPodContainerStatus","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#properties","text":"containerID image imageID lastState name ready restartCount state","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#containerid","text":"\u2022 containerID : string Defined in src/renderer/api/endpoints/pods.api.ts:169","title":"containerID"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#image","text":"\u2022 image : string Defined in src/renderer/api/endpoints/pods.api.ts:167","title":"image"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#imageid","text":"\u2022 imageID : string Defined in src/renderer/api/endpoints/pods.api.ts:168","title":"imageID"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#laststate","text":"\u2022 lastState : { [index:string]: object; terminated?: { containerID: string ; exitCode: number ; finishedAt: string ; reason: string ; startedAt: string } } Defined in src/renderer/api/endpoints/pods.api.ts:155","title":"lastState"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/pods.api.ts:138","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#ready","text":"\u2022 ready : boolean Defined in src/renderer/api/endpoints/pods.api.ts:165","title":"ready"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#restartcount","text":"\u2022 restartCount : number Defined in src/renderer/api/endpoints/pods.api.ts:166","title":"restartCount"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#state","text":"\u2022 state : { [index:string]: object; running?: { startedAt: string } ; terminated?: { exitCode: number ; finishedAt: string ; reason: string ; startedAt: string } ; waiting?: { message: string ; reason: string } } Defined in src/renderer/api/endpoints/pods.api.ts:139","title":"state"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / IPodLogsQuery Interface: IPodLogsQuery # Hierarchy # IPodLogsQuery Index # Properties # container follow previous sinceTime tailLines timestamps Properties # container # \u2022 Optional container : string Defined in src/renderer/api/endpoints/pods.api.ts:47 follow # \u2022 Optional follow : boolean Defined in src/renderer/api/endpoints/pods.api.ts:51 previous # \u2022 Optional previous : boolean Defined in src/renderer/api/endpoints/pods.api.ts:52 sinceTime # \u2022 Optional sinceTime : string Defined in src/renderer/api/endpoints/pods.api.ts:50 tailLines # \u2022 Optional tailLines : number Defined in src/renderer/api/endpoints/pods.api.ts:48 timestamps # \u2022 Optional timestamps : boolean Defined in src/renderer/api/endpoints/pods.api.ts:49","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#interface-ipodlogsquery","text":"","title":"Interface: IPodLogsQuery"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#hierarchy","text":"IPodLogsQuery","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#properties","text":"container follow previous sinceTime tailLines timestamps","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#container","text":"\u2022 Optional container : string Defined in src/renderer/api/endpoints/pods.api.ts:47","title":"container"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#follow","text":"\u2022 Optional follow : boolean Defined in src/renderer/api/endpoints/pods.api.ts:51","title":"follow"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#previous","text":"\u2022 Optional previous : boolean Defined in src/renderer/api/endpoints/pods.api.ts:52","title":"previous"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#sincetime","text":"\u2022 Optional sinceTime : string Defined in src/renderer/api/endpoints/pods.api.ts:50","title":"sinceTime"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#taillines","text":"\u2022 Optional tailLines : number Defined in src/renderer/api/endpoints/pods.api.ts:48","title":"tailLines"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#timestamps","text":"\u2022 Optional timestamps : boolean Defined in src/renderer/api/endpoints/pods.api.ts:49","title":"timestamps"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / IPodMetrics Interface: IPodMetrics\\ # Type parameters # Name Default T IMetrics Hierarchy # IPodMetrics Indexable # \u25aa [metric: string]: T Index # Properties # cpuLimits cpuRequests cpuUsage fsUsage memoryLimits memoryRequests memoryUsage networkReceive networkTransmit Properties # cpuLimits # \u2022 cpuLimits : T Defined in src/renderer/api/endpoints/pods.api.ts:36 cpuRequests # \u2022 cpuRequests : T Defined in src/renderer/api/endpoints/pods.api.ts:35 cpuUsage # \u2022 cpuUsage : T Defined in src/renderer/api/endpoints/pods.api.ts:34 fsUsage # \u2022 fsUsage : T Defined in src/renderer/api/endpoints/pods.api.ts:40 memoryLimits # \u2022 memoryLimits : T Defined in src/renderer/api/endpoints/pods.api.ts:39 memoryRequests # \u2022 memoryRequests : T Defined in src/renderer/api/endpoints/pods.api.ts:38 memoryUsage # \u2022 memoryUsage : T Defined in src/renderer/api/endpoints/pods.api.ts:37 networkReceive # \u2022 networkReceive : T Defined in src/renderer/api/endpoints/pods.api.ts:41 networkTransmit # \u2022 networkTransmit : T Defined in src/renderer/api/endpoints/pods.api.ts:42","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#interface-ipodmetrics","text":"","title":"Interface: IPodMetrics\\"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#type-parameters","text":"Name Default T IMetrics","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#hierarchy","text":"IPodMetrics","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#indexable","text":"\u25aa [metric: string]: T","title":"Indexable"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#properties","text":"cpuLimits cpuRequests cpuUsage fsUsage memoryLimits memoryRequests memoryUsage networkReceive networkTransmit","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#cpulimits","text":"\u2022 cpuLimits : T Defined in src/renderer/api/endpoints/pods.api.ts:36","title":"cpuLimits"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#cpurequests","text":"\u2022 cpuRequests : T Defined in src/renderer/api/endpoints/pods.api.ts:35","title":"cpuRequests"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#cpuusage","text":"\u2022 cpuUsage : T Defined in src/renderer/api/endpoints/pods.api.ts:34","title":"cpuUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#fsusage","text":"\u2022 fsUsage : T Defined in src/renderer/api/endpoints/pods.api.ts:40","title":"fsUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#memorylimits","text":"\u2022 memoryLimits : T Defined in src/renderer/api/endpoints/pods.api.ts:39","title":"memoryLimits"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#memoryrequests","text":"\u2022 memoryRequests : T Defined in src/renderer/api/endpoints/pods.api.ts:38","title":"memoryRequests"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#memoryusage","text":"\u2022 memoryUsage : T Defined in src/renderer/api/endpoints/pods.api.ts:37","title":"memoryUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#networkreceive","text":"\u2022 networkReceive : T Defined in src/renderer/api/endpoints/pods.api.ts:41","title":"networkReceive"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#networktransmit","text":"\u2022 networkTransmit : T Defined in src/renderer/api/endpoints/pods.api.ts:42","title":"networkTransmit"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/resource-quota.api\" / IResourceQuotaValues Interface: IResourceQuotaValues # Hierarchy # IResourceQuotaValues Indexable # \u25aa [quota: string]: string Index # Properties # count/configmaps count/cronjobs.batch count/deployments.apps count/deployments.extensions count/jobs.batch count/persistentvolumeclaims count/pods count/replicasets.apps count/replicationcontrollers count/secrets count/services count/statefulsets.apps limits.cpu limits.memory persistentvolumeclaims requests.cpu requests.memory requests.storage Properties # count/configmaps # \u2022 Optional count/configmaps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:23 count/cronjobs.batch # \u2022 Optional count/cronjobs.batch : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:29 count/deployments.apps # \u2022 Optional count/deployments.apps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:25 count/deployments.extensions # \u2022 Optional count/deployments.extensions : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:30 count/jobs.batch # \u2022 Optional count/jobs.batch : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:28 count/persistentvolumeclaims # \u2022 Optional count/persistentvolumeclaims : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:20 count/pods # \u2022 Optional count/pods : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:19 count/replicasets.apps # \u2022 Optional count/replicasets.apps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:26 count/replicationcontrollers # \u2022 Optional count/replicationcontrollers : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:24 count/secrets # \u2022 Optional count/secrets : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:22 count/services # \u2022 Optional count/services : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:21 count/statefulsets.apps # \u2022 Optional count/statefulsets.apps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:27 limits.cpu # \u2022 Optional limits.cpu : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:9 limits.memory # \u2022 Optional limits.memory : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:10 persistentvolumeclaims # \u2022 Optional persistentvolumeclaims : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:16 requests.cpu # \u2022 Optional requests.cpu : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:11 requests.memory # \u2022 Optional requests.memory : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:12 requests.storage # \u2022 Optional requests.storage : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:15","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#interface-iresourcequotavalues","text":"","title":"Interface: IResourceQuotaValues"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#hierarchy","text":"IResourceQuotaValues","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#indexable","text":"\u25aa [quota: string]: string","title":"Indexable"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#properties","text":"count/configmaps count/cronjobs.batch count/deployments.apps count/deployments.extensions count/jobs.batch count/persistentvolumeclaims count/pods count/replicasets.apps count/replicationcontrollers count/secrets count/services count/statefulsets.apps limits.cpu limits.memory persistentvolumeclaims requests.cpu requests.memory requests.storage","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countconfigmaps","text":"\u2022 Optional count/configmaps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:23","title":"count/configmaps"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countcronjobsbatch","text":"\u2022 Optional count/cronjobs.batch : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:29","title":"count/cronjobs.batch"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countdeploymentsapps","text":"\u2022 Optional count/deployments.apps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:25","title":"count/deployments.apps"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countdeploymentsextensions","text":"\u2022 Optional count/deployments.extensions : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:30","title":"count/deployments.extensions"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countjobsbatch","text":"\u2022 Optional count/jobs.batch : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:28","title":"count/jobs.batch"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countpersistentvolumeclaims","text":"\u2022 Optional count/persistentvolumeclaims : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:20","title":"count/persistentvolumeclaims"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countpods","text":"\u2022 Optional count/pods : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:19","title":"count/pods"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countreplicasetsapps","text":"\u2022 Optional count/replicasets.apps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:26","title":"count/replicasets.apps"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countreplicationcontrollers","text":"\u2022 Optional count/replicationcontrollers : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:24","title":"count/replicationcontrollers"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countsecrets","text":"\u2022 Optional count/secrets : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:22","title":"count/secrets"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countservices","text":"\u2022 Optional count/services : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:21","title":"count/services"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countstatefulsetsapps","text":"\u2022 Optional count/statefulsets.apps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:27","title":"count/statefulsets.apps"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#limitscpu","text":"\u2022 Optional limits.cpu : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:9","title":"limits.cpu"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#limitsmemory","text":"\u2022 Optional limits.memory : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:10","title":"limits.memory"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#persistentvolumeclaims","text":"\u2022 Optional persistentvolumeclaims : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:16","title":"persistentvolumeclaims"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#requestscpu","text":"\u2022 Optional requests.cpu : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:11","title":"requests.cpu"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#requestsmemory","text":"\u2022 Optional requests.memory : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:12","title":"requests.memory"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#requestsstorage","text":"\u2022 Optional requests.storage : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:15","title":"requests.storage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/role-binding.api\" / IRoleBindingSubject Interface: IRoleBindingSubject # Hierarchy # IRoleBindingSubject Index # Properties # apiGroup kind name namespace Properties # apiGroup # \u2022 Optional apiGroup : string Defined in src/renderer/api/endpoints/role-binding.api.ts:9 kind # \u2022 kind : string Defined in src/renderer/api/endpoints/role-binding.api.ts:6 name # \u2022 name : string Defined in src/renderer/api/endpoints/role-binding.api.ts:7 namespace # \u2022 Optional namespace : string Defined in src/renderer/api/endpoints/role-binding.api.ts:8","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#interface-irolebindingsubject","text":"","title":"Interface: IRoleBindingSubject"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#hierarchy","text":"IRoleBindingSubject","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#properties","text":"apiGroup kind name namespace","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#apigroup","text":"\u2022 Optional apiGroup : string Defined in src/renderer/api/endpoints/role-binding.api.ts:9","title":"apiGroup"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#kind","text":"\u2022 kind : string Defined in src/renderer/api/endpoints/role-binding.api.ts:6","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/role-binding.api.ts:7","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#namespace","text":"\u2022 Optional namespace : string Defined in src/renderer/api/endpoints/role-binding.api.ts:8","title":"namespace"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/secret.api\" / ISecretRef Interface: ISecretRef # Hierarchy # ISecretRef Index # Properties # key name Properties # key # \u2022 Optional 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/#interface-isecretref","text":"","title":"Interface: ISecretRef"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/#hierarchy","text":"ISecretRef","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/#properties","text":"key name","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/#key","text":"\u2022 Optional key : string Defined in src/renderer/api/endpoints/secret.api.ts:18","title":"key"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/secret.api.ts:19","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\" / ISelfSubjectReviewRule Interface: ISelfSubjectReviewRule # Hierarchy # ISelfSubjectReviewRule Index # Properties # apiGroups nonResourceURLs resourceNames resources verbs Properties # apiGroups # \u2022 Optional apiGroups : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:17 nonResourceURLs # \u2022 Optional nonResourceURLs : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:20 resourceNames # \u2022 Optional resourceNames : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:19 resources # \u2022 Optional resources : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:18 verbs # \u2022 verbs : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:16","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#interface-iselfsubjectreviewrule","text":"","title":"Interface: ISelfSubjectReviewRule"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#hierarchy","text":"ISelfSubjectReviewRule","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#properties","text":"apiGroups nonResourceURLs resourceNames resources verbs","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#apigroups","text":"\u2022 Optional apiGroups : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:17","title":"apiGroups"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#nonresourceurls","text":"\u2022 Optional nonResourceURLs : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:20","title":"nonResourceURLs"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#resourcenames","text":"\u2022 Optional resourceNames : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:19","title":"resourceNames"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#resources","text":"\u2022 Optional resources : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:18","title":"resources"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#verbs","text":"\u2022 verbs : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:16","title":"verbs"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/service.api\" / IServicePort Interface: IServicePort # Hierarchy # IServicePort Implemented by # ServicePort Index # Properties # name port protocol targetPort Properties # name # \u2022 Optional name : string Defined in src/renderer/api/endpoints/service.api.ts:6 port # \u2022 port : number Defined in src/renderer/api/endpoints/service.api.ts:8 protocol # \u2022 protocol : string Defined in src/renderer/api/endpoints/service.api.ts:7 targetPort # \u2022 targetPort : number Defined in src/renderer/api/endpoints/service.api.ts:9","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#interface-iserviceport","text":"","title":"Interface: IServicePort"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#hierarchy","text":"IServicePort","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#implemented-by","text":"ServicePort","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#properties","text":"name port protocol targetPort","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#name","text":"\u2022 Optional name : string Defined in src/renderer/api/endpoints/service.api.ts:6","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#port","text":"\u2022 port : number Defined in src/renderer/api/endpoints/service.api.ts:8","title":"port"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#protocol","text":"\u2022 protocol : string Defined in src/renderer/api/endpoints/service.api.ts:7","title":"protocol"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#targetport","text":"\u2022 targetPort : number Defined in src/renderer/api/endpoints/service.api.ts:9","title":"targetPort"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" / JsonApiConfig Interface: JsonApiConfig # Hierarchy # JsonApiConfig Index # Properties # apiBase debug Properties # apiBase # \u2022 apiBase : string Defined in src/renderer/api/json-api.ts:30 debug # \u2022 Optional debug : boolean Defined in src/renderer/api/json-api.ts:31","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/#interface-jsonapiconfig","text":"","title":"Interface: JsonApiConfig"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/#hierarchy","text":"JsonApiConfig","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/#properties","text":"apiBase debug","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/#apibase","text":"\u2022 apiBase : string Defined in src/renderer/api/json-api.ts:30","title":"apiBase"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/#debug","text":"\u2022 Optional debug : boolean Defined in src/renderer/api/json-api.ts:31","title":"debug"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapidata/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" / JsonApiData Interface: JsonApiData # Hierarchy # JsonApiData \u21b3 KubeJsonApiData","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapidata/#interface-jsonapidata","text":"","title":"Interface: JsonApiData"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapidata/#hierarchy","text":"JsonApiData \u21b3 KubeJsonApiData","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" / JsonApiError Interface: JsonApiError # Hierarchy # JsonApiError \u21b3 KubeJsonApiError Index # Properties # code errors message Properties # code # \u2022 Optional code : number Defined in src/renderer/api/json-api.ts:11 errors # \u2022 Optional errors : { id: string ; status?: number ; title: string }[] Defined in src/renderer/api/json-api.ts:13 message # \u2022 Optional message : string Defined in src/renderer/api/json-api.ts:12","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#interface-jsonapierror","text":"","title":"Interface: JsonApiError"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#hierarchy","text":"JsonApiError \u21b3 KubeJsonApiError","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#properties","text":"code errors message","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#code","text":"\u2022 Optional code : number Defined in src/renderer/api/json-api.ts:11","title":"code"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#errors","text":"\u2022 Optional errors : { id: string ; status?: number ; title: string }[] Defined in src/renderer/api/json-api.ts:13","title":"errors"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#message","text":"\u2022 Optional message : string Defined in src/renderer/api/json-api.ts:12","title":"message"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" / JsonApiLog Interface: JsonApiLog # Hierarchy # JsonApiLog Index # Properties # data error method reqInit reqUrl Properties # data # \u2022 Optional data : any Defined in src/renderer/api/json-api.ts:25 error # \u2022 Optional error : any Defined in src/renderer/api/json-api.ts:26 method # \u2022 method : string Defined in src/renderer/api/json-api.ts:22 reqInit # \u2022 reqInit : RequestInit Defined in src/renderer/api/json-api.ts:24 reqUrl # \u2022 reqUrl : string Defined in src/renderer/api/json-api.ts:23","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#interface-jsonapilog","text":"","title":"Interface: JsonApiLog"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#hierarchy","text":"JsonApiLog","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#properties","text":"data error method reqInit reqUrl","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#data","text":"\u2022 Optional data : any Defined in src/renderer/api/json-api.ts:25","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#error","text":"\u2022 Optional error : any Defined in src/renderer/api/json-api.ts:26","title":"error"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#method","text":"\u2022 method : string Defined in src/renderer/api/json-api.ts:22","title":"method"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#reqinit","text":"\u2022 reqInit : RequestInit Defined in src/renderer/api/json-api.ts:24","title":"reqInit"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#requrl","text":"\u2022 reqUrl : string Defined in src/renderer/api/json-api.ts:23","title":"reqUrl"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" / JsonApiParams Interface: JsonApiParams\\ # Type parameters # Name Default D any Hierarchy # JsonApiParams Index # Properties # data query Properties # data # \u2022 Optional data : D Defined in src/renderer/api/json-api.ts:18 query # \u2022 Optional query : { [param:string]: string | number | any; } Defined in src/renderer/api/json-api.ts:17","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#interface-jsonapiparams","text":"","title":"Interface: JsonApiParams\\"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#type-parameters","text":"Name Default D any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#hierarchy","text":"JsonApiParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#properties","text":"data query","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#data","text":"\u2022 Optional data : D Defined in src/renderer/api/json-api.ts:18","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#query","text":"\u2022 Optional query : { [param:string]: string | number | any; } Defined in src/renderer/api/json-api.ts:17","title":"query"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api\" / IKubeApiCluster Interface: IKubeApiCluster # Hierarchy # IKubeApiCluster Index # Properties # id Properties # id # \u2022 id : string Defined in src/renderer/api/kube-api.ts:30","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/#interface-ikubeapicluster","text":"","title":"Interface: IKubeApiCluster"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/#hierarchy","text":"IKubeApiCluster","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/#properties","text":"id","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/#id","text":"\u2022 id : string Defined in src/renderer/api/kube-api.ts:30","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api\" / IKubeApiOptions Interface: IKubeApiOptions\\ # Type parameters # Name Type T KubeObject Hierarchy # IKubeApiOptions Index # Properties # apiBase isNamespaced kind objectConstructor request Properties # apiBase # \u2022 Optional apiBase : string Defined in src/renderer/api/kube-api.ts:14 isNamespaced # \u2022 Optional isNamespaced : boolean Defined in src/renderer/api/kube-api.ts:17 kind # \u2022 Optional kind : string Defined in src/renderer/api/kube-api.ts:18 objectConstructor # \u2022 Optional objectConstructor : IKubeObjectConstructor \\ Defined in src/renderer/api/kube-api.ts:15 request # \u2022 Optional request : KubeJsonApi Defined in src/renderer/api/kube-api.ts:16","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#interface-ikubeapioptions","text":"","title":"Interface: IKubeApiOptions\\"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#type-parameters","text":"Name Type T KubeObject","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#hierarchy","text":"IKubeApiOptions","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#properties","text":"apiBase isNamespaced kind objectConstructor request","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#apibase","text":"\u2022 Optional apiBase : string Defined in src/renderer/api/kube-api.ts:14","title":"apiBase"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#isnamespaced","text":"\u2022 Optional isNamespaced : boolean Defined in src/renderer/api/kube-api.ts:17","title":"isNamespaced"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#kind","text":"\u2022 Optional kind : string Defined in src/renderer/api/kube-api.ts:18","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#objectconstructor","text":"\u2022 Optional objectConstructor : IKubeObjectConstructor \\ Defined in src/renderer/api/kube-api.ts:15","title":"objectConstructor"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#request","text":"\u2022 Optional request : KubeJsonApi Defined in src/renderer/api/kube-api.ts:16","title":"request"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api\" / IKubeApiQueryParams Interface: IKubeApiQueryParams # Hierarchy # IKubeApiQueryParams Index # Properties # continue limit resourceVersion timeoutSeconds watch Properties # continue # \u2022 Optional continue : string Defined in src/renderer/api/kube-api.ts:26 limit # \u2022 Optional limit : number Defined in src/renderer/api/kube-api.ts:25 resourceVersion # \u2022 Optional resourceVersion : string Defined in src/renderer/api/kube-api.ts:23 timeoutSeconds # \u2022 Optional timeoutSeconds : number Defined in src/renderer/api/kube-api.ts:24 watch # \u2022 Optional watch : boolean | number Defined in src/renderer/api/kube-api.ts:22","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#interface-ikubeapiqueryparams","text":"","title":"Interface: IKubeApiQueryParams"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#hierarchy","text":"IKubeApiQueryParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#properties","text":"continue limit resourceVersion timeoutSeconds watch","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#continue","text":"\u2022 Optional continue : string Defined in src/renderer/api/kube-api.ts:26","title":"continue"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#limit","text":"\u2022 Optional limit : number Defined in src/renderer/api/kube-api.ts:25","title":"limit"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#resourceversion","text":"\u2022 Optional resourceVersion : string Defined in src/renderer/api/kube-api.ts:23","title":"resourceVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#timeoutseconds","text":"\u2022 Optional timeoutSeconds : number Defined in src/renderer/api/kube-api.ts:24","title":"timeoutSeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#watch","text":"\u2022 Optional watch : boolean | number Defined in src/renderer/api/kube-api.ts:22","title":"watch"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api-parse\" / IKubeApiLinkRef Interface: IKubeApiLinkRef # Hierarchy # IKubeApiLinkRef \u21b3 IKubeApiParsed Index # Properties # apiPrefix apiVersion name namespace resource Properties # apiPrefix # \u2022 Optional apiPrefix : string Defined in src/renderer/api/kube-api-parse.ts:15 apiVersion # \u2022 apiVersion : string Defined in src/renderer/api/kube-api-parse.ts:16 name # \u2022 name : string Defined in src/renderer/api/kube-api-parse.ts:18 namespace # \u2022 Optional namespace : string Defined in src/renderer/api/kube-api-parse.ts:19 resource # \u2022 resource : string Defined in src/renderer/api/kube-api-parse.ts:17","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#interface-ikubeapilinkref","text":"","title":"Interface: IKubeApiLinkRef"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#hierarchy","text":"IKubeApiLinkRef \u21b3 IKubeApiParsed","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#properties","text":"apiPrefix apiVersion name namespace resource","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#apiprefix","text":"\u2022 Optional apiPrefix : string Defined in src/renderer/api/kube-api-parse.ts:15","title":"apiPrefix"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/kube-api-parse.ts:16","title":"apiVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#name","text":"\u2022 name : string Defined in src/renderer/api/kube-api-parse.ts:18","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#namespace","text":"\u2022 Optional namespace : string Defined in src/renderer/api/kube-api-parse.ts:19","title":"namespace"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#resource","text":"\u2022 resource : string Defined in src/renderer/api/kube-api-parse.ts:17","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api-parse\" / IKubeApiParsed Interface: IKubeApiParsed # Hierarchy # IKubeApiLinkRef \u21b3 IKubeApiParsed Index # Properties # apiBase apiGroup apiPrefix apiVersion apiVersionWithGroup name namespace resource Properties # apiBase # \u2022 apiBase : string Defined in src/renderer/api/kube-api-parse.ts:23 apiGroup # \u2022 apiGroup : string Defined in src/renderer/api/kube-api-parse.ts:24 apiPrefix # \u2022 Optional apiPrefix : string Inherited from IKubeApiLinkRef . apiPrefix Defined in src/renderer/api/kube-api-parse.ts:15 apiVersion # \u2022 apiVersion : string Inherited from IKubeApiLinkRef . apiVersion Defined in src/renderer/api/kube-api-parse.ts:16 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Defined in src/renderer/api/kube-api-parse.ts:25 name # \u2022 name : string Inherited from IKubeApiLinkRef . name Defined in src/renderer/api/kube-api-parse.ts:18 namespace # \u2022 Optional namespace : string Inherited from IKubeApiLinkRef . namespace Defined in src/renderer/api/kube-api-parse.ts:19 resource # \u2022 resource : string Inherited from IKubeApiLinkRef . resource Defined in src/renderer/api/kube-api-parse.ts:17","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#interface-ikubeapiparsed","text":"","title":"Interface: IKubeApiParsed"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#hierarchy","text":"IKubeApiLinkRef \u21b3 IKubeApiParsed","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#properties","text":"apiBase apiGroup apiPrefix apiVersion apiVersionWithGroup name namespace resource","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#apibase","text":"\u2022 apiBase : string Defined in src/renderer/api/kube-api-parse.ts:23","title":"apiBase"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#apigroup","text":"\u2022 apiGroup : string Defined in src/renderer/api/kube-api-parse.ts:24","title":"apiGroup"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#apiprefix","text":"\u2022 Optional apiPrefix : string Inherited from IKubeApiLinkRef . apiPrefix Defined in src/renderer/api/kube-api-parse.ts:15","title":"apiPrefix"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#apiversion","text":"\u2022 apiVersion : string Inherited from IKubeApiLinkRef . apiVersion Defined in src/renderer/api/kube-api-parse.ts:16","title":"apiVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Defined in src/renderer/api/kube-api-parse.ts:25","title":"apiVersionWithGroup"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#name","text":"\u2022 name : string Inherited from IKubeApiLinkRef . name Defined in src/renderer/api/kube-api-parse.ts:18","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#namespace","text":"\u2022 Optional namespace : string Inherited from IKubeApiLinkRef . namespace Defined in src/renderer/api/kube-api-parse.ts:19","title":"namespace"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#resource","text":"\u2022 resource : string Inherited from IKubeApiLinkRef . resource Defined in src/renderer/api/kube-api-parse.ts:17","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api-parse\" / IKubeObjectRef Interface: IKubeObjectRef # Hierarchy # IKubeObjectRef Index # Properties # apiVersion kind name namespace Properties # apiVersion # \u2022 apiVersion : string Defined in src/renderer/api/kube-api-parse.ts:9 kind # \u2022 kind : string Defined in src/renderer/api/kube-api-parse.ts:8 name # \u2022 name : string Defined in src/renderer/api/kube-api-parse.ts:10 namespace # \u2022 Optional namespace : string Defined in src/renderer/api/kube-api-parse.ts:11","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#interface-ikubeobjectref","text":"","title":"Interface: IKubeObjectRef"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#hierarchy","text":"IKubeObjectRef","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#properties","text":"apiVersion kind name namespace","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/kube-api-parse.ts:9","title":"apiVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#kind","text":"\u2022 kind : string Defined in src/renderer/api/kube-api-parse.ts:8","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#name","text":"\u2022 name : string Defined in src/renderer/api/kube-api-parse.ts:10","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#namespace","text":"\u2022 Optional namespace : string Defined in src/renderer/api/kube-api-parse.ts:11","title":"namespace"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-json-api\" / KubeJsonApiData Interface: KubeJsonApiData # Hierarchy # JsonApiData \u21b3 KubeJsonApiData Index # Properties # apiVersion kind metadata Properties # apiVersion # \u2022 apiVersion : string Defined in src/renderer/api/kube-json-api.ts:15 kind # \u2022 kind : string Defined in src/renderer/api/kube-json-api.ts:14 metadata # \u2022 metadata : { annotations?: { [annotation:string]: string; } ; continue?: string ; creationTimestamp?: string ; finalizers?: string[] ; labels?: { [label:string]: string; } ; name: string ; namespace?: string ; resourceVersion: string ; selfLink: string ; uid: string } Defined in src/renderer/api/kube-json-api.ts:16 Type declaration: Name Type annotations? { [annotation:string]: string; } continue? string creationTimestamp? string finalizers? string[] labels? { [label:string]: string; } name string namespace? string resourceVersion string selfLink string uid string","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#interface-kubejsonapidata","text":"","title":"Interface: KubeJsonApiData"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#hierarchy","text":"JsonApiData \u21b3 KubeJsonApiData","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#properties","text":"apiVersion kind metadata","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/kube-json-api.ts:15","title":"apiVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#kind","text":"\u2022 kind : string Defined in src/renderer/api/kube-json-api.ts:14","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#metadata","text":"\u2022 metadata : { annotations?: { [annotation:string]: string; } ; continue?: string ; creationTimestamp?: string ; finalizers?: string[] ; labels?: { [label:string]: string; } ; name: string ; namespace?: string ; resourceVersion: string ; selfLink: string ; uid: string } Defined in src/renderer/api/kube-json-api.ts:16","title":"metadata"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-json-api\" / KubeJsonApiDataList Interface: KubeJsonApiDataList\\ # Type parameters # Name Default T KubeJsonApiData Hierarchy # KubeJsonApiDataList Index # Properties # apiVersion items kind metadata Properties # apiVersion # \u2022 apiVersion : string Defined in src/renderer/api/kube-json-api.ts:5 items # \u2022 items : T[] Defined in src/renderer/api/kube-json-api.ts:6 kind # \u2022 kind : string Defined in src/renderer/api/kube-json-api.ts:4 metadata # \u2022 metadata : { resourceVersion: string ; selfLink: string } Defined in src/renderer/api/kube-json-api.ts:7 Type declaration: Name Type resourceVersion string selfLink string","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#interface-kubejsonapidatalist","text":"","title":"Interface: KubeJsonApiDataList\\"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#type-parameters","text":"Name Default T KubeJsonApiData","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#hierarchy","text":"KubeJsonApiDataList","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#properties","text":"apiVersion items kind metadata","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/kube-json-api.ts:5","title":"apiVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#items","text":"\u2022 items : T[] Defined in src/renderer/api/kube-json-api.ts:6","title":"items"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#kind","text":"\u2022 kind : string Defined in src/renderer/api/kube-json-api.ts:4","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#metadata","text":"\u2022 metadata : { resourceVersion: string ; selfLink: string } Defined in src/renderer/api/kube-json-api.ts:7","title":"metadata"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-json-api\" / KubeJsonApiError Interface: KubeJsonApiError # Hierarchy # JsonApiError \u21b3 KubeJsonApiError Index # Properties # code details errors message reason status Properties # code # \u2022 code : number Overrides JsonApiError . code Defined in src/renderer/api/kube-json-api.ts:35 details # \u2022 details : { kind: string ; name: string } Defined in src/renderer/api/kube-json-api.ts:39 Type declaration: Name Type kind string name string errors # \u2022 Optional errors : { id: string ; status?: number ; title: string }[] Inherited from JsonApiError . errors Defined in src/renderer/api/json-api.ts:13 message # \u2022 Optional message : string Overrides JsonApiError . message Defined in src/renderer/api/kube-json-api.ts:37 reason # \u2022 reason : string Defined in src/renderer/api/kube-json-api.ts:38 status # \u2022 status : string Defined in src/renderer/api/kube-json-api.ts:36","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#interface-kubejsonapierror","text":"","title":"Interface: KubeJsonApiError"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#hierarchy","text":"JsonApiError \u21b3 KubeJsonApiError","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#properties","text":"code details errors message reason status","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#code","text":"\u2022 code : number Overrides JsonApiError . code Defined in src/renderer/api/kube-json-api.ts:35","title":"code"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#details","text":"\u2022 details : { kind: string ; name: string } Defined in src/renderer/api/kube-json-api.ts:39","title":"details"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#errors","text":"\u2022 Optional errors : { id: string ; status?: number ; title: string }[] Inherited from JsonApiError . errors Defined in src/renderer/api/json-api.ts:13","title":"errors"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#message","text":"\u2022 Optional message : string Overrides JsonApiError . message Defined in src/renderer/api/kube-json-api.ts:37","title":"message"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#reason","text":"\u2022 reason : string Defined in src/renderer/api/kube-json-api.ts:38","title":"reason"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#status","text":"\u2022 status : string Defined in src/renderer/api/kube-json-api.ts:36","title":"status"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-object\" / IKubeObjectMetadata Interface: IKubeObjectMetadata # Hierarchy # IKubeObjectMetadata Index # Properties # annotations continue creationTimestamp deletionTimestamp finalizers labels name namespace ownerReferences resourceVersion selfLink uid Properties # annotations # \u2022 Optional annotations : { [annotation:string]: string; } Defined in src/renderer/api/kube-object.ts:30 continue # \u2022 Optional continue : string Defined in src/renderer/api/kube-object.ts:26 creationTimestamp # \u2022 creationTimestamp : string Defined in src/renderer/api/kube-object.ts:21 deletionTimestamp # \u2022 Optional deletionTimestamp : string Defined in src/renderer/api/kube-object.ts:24 finalizers # \u2022 Optional finalizers : string[] Defined in src/renderer/api/kube-object.ts:25 labels # \u2022 Optional labels : { [label:string]: string; } Defined in src/renderer/api/kube-object.ts:27 name # \u2022 name : string Defined in src/renderer/api/kube-object.ts:19 namespace # \u2022 Optional namespace : string Defined in src/renderer/api/kube-object.ts:20 ownerReferences # \u2022 Optional ownerReferences : { apiVersion: string ; blockOwnerDeletion: boolean ; controller: boolean ; kind: string ; name: string ; uid: string }[] Defined in src/renderer/api/kube-object.ts:33 resourceVersion # \u2022 resourceVersion : string Defined in src/renderer/api/kube-object.ts:22 selfLink # \u2022 selfLink : string Defined in src/renderer/api/kube-object.ts:23 uid # \u2022 uid : string Defined in src/renderer/api/kube-object.ts:18","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#interface-ikubeobjectmetadata","text":"","title":"Interface: IKubeObjectMetadata"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#hierarchy","text":"IKubeObjectMetadata","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#properties","text":"annotations continue creationTimestamp deletionTimestamp finalizers labels name namespace ownerReferences resourceVersion selfLink uid","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#annotations","text":"\u2022 Optional annotations : { [annotation:string]: string; } Defined in src/renderer/api/kube-object.ts:30","title":"annotations"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#continue","text":"\u2022 Optional continue : string Defined in src/renderer/api/kube-object.ts:26","title":"continue"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#creationtimestamp","text":"\u2022 creationTimestamp : string Defined in src/renderer/api/kube-object.ts:21","title":"creationTimestamp"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#deletiontimestamp","text":"\u2022 Optional deletionTimestamp : string Defined in src/renderer/api/kube-object.ts:24","title":"deletionTimestamp"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#finalizers","text":"\u2022 Optional finalizers : string[] Defined in src/renderer/api/kube-object.ts:25","title":"finalizers"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#labels","text":"\u2022 Optional labels : { [label:string]: string; } Defined in src/renderer/api/kube-object.ts:27","title":"labels"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#name","text":"\u2022 name : string Defined in src/renderer/api/kube-object.ts:19","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#namespace","text":"\u2022 Optional namespace : string Defined in src/renderer/api/kube-object.ts:20","title":"namespace"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#ownerreferences","text":"\u2022 Optional ownerReferences : { apiVersion: string ; blockOwnerDeletion: boolean ; controller: boolean ; kind: string ; name: string ; uid: string }[] Defined in src/renderer/api/kube-object.ts:33","title":"ownerReferences"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#resourceversion","text":"\u2022 resourceVersion : string Defined in src/renderer/api/kube-object.ts:22","title":"resourceVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#selflink","text":"\u2022 selfLink : string Defined in src/renderer/api/kube-object.ts:23","title":"selfLink"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#uid","text":"\u2022 uid : string Defined in src/renderer/api/kube-object.ts:18","title":"uid"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-watch-api\" / IKubeWatchEvent Interface: IKubeWatchEvent\\ # Type parameters # Name Default T any Hierarchy # IKubeWatchEvent Index # Properties # object type Properties # object # \u2022 Optional object : T Defined in src/renderer/api/kube-watch-api.ts:15 type # \u2022 type : \\\"ADDED\\\" | \\\"MODIFIED\\\" | \\\"DELETED\\\" Defined in src/renderer/api/kube-watch-api.ts:14","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#interface-ikubewatchevent","text":"","title":"Interface: IKubeWatchEvent\\"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#hierarchy","text":"IKubeWatchEvent","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#properties","text":"object type","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#object","text":"\u2022 Optional object : T Defined in src/renderer/api/kube-watch-api.ts:15","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#type","text":"\u2022 type : \\\"ADDED\\\" | \\\"MODIFIED\\\" | \\\"DELETED\\\" Defined in src/renderer/api/kube-watch-api.ts:14","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-watch-api\" / IKubeWatchRouteEvent Interface: IKubeWatchRouteEvent # Hierarchy # IKubeWatchRouteEvent Index # Properties # status type url Properties # status # \u2022 status : number Defined in src/renderer/api/kube-watch-api.ts:21 type # \u2022 type : \\\"STREAM_END\\\" Defined in src/renderer/api/kube-watch-api.ts:19 url # \u2022 url : string Defined in src/renderer/api/kube-watch-api.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#interface-ikubewatchrouteevent","text":"","title":"Interface: IKubeWatchRouteEvent"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#hierarchy","text":"IKubeWatchRouteEvent","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#properties","text":"status type url","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#status","text":"\u2022 status : number Defined in src/renderer/api/kube-watch-api.ts:21","title":"status"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#type","text":"\u2022 type : \\\"STREAM_END\\\" Defined in src/renderer/api/kube-watch-api.ts:19","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#url","text":"\u2022 url : string Defined in src/renderer/api/kube-watch-api.ts:20","title":"url"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-watch-api\" / IKubeWatchRouteQuery Interface: IKubeWatchRouteQuery # Hierarchy # IKubeWatchRouteQuery Index # Properties # api Properties # api # \u2022 api : string | string[] Defined in src/renderer/api/kube-watch-api.ts:25","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/#interface-ikubewatchroutequery","text":"","title":"Interface: IKubeWatchRouteQuery"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/#hierarchy","text":"IKubeWatchRouteQuery","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/#properties","text":"api","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/#api","text":"\u2022 api : string | string[] Defined in src/renderer/api/kube-watch-api.ts:25","title":"api"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/","text":"@k8slens/extensions Globals / \"src/renderer/api/websocket-api\" / IMessage Interface: IMessage # Hierarchy # IMessage Index # Properties # data id Properties # data # \u2022 data : string Defined in src/renderer/api/websocket-api.ts:15 id # \u2022 id : string Defined in src/renderer/api/websocket-api.ts:14","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/#interface-imessage","text":"","title":"Interface: IMessage"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/#hierarchy","text":"IMessage","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/#properties","text":"data id","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/#data","text":"\u2022 data : string Defined in src/renderer/api/websocket-api.ts:15","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/#id","text":"\u2022 id : string Defined in src/renderer/api/websocket-api.ts:14","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/","text":"@k8slens/extensions Globals / \"src/renderer/api/websocket-api\" / IParams Interface: IParams # Hierarchy # IParams Index # Properties # autoConnect flushOnOpen logging pingIntervalSeconds reconnectDelaySeconds url Properties # autoConnect # \u2022 Optional autoConnect : boolean Defined in src/renderer/api/websocket-api.ts:6 flushOnOpen # \u2022 Optional flushOnOpen : boolean Defined in src/renderer/api/websocket-api.ts:7 logging # \u2022 Optional logging : boolean Defined in src/renderer/api/websocket-api.ts:10 pingIntervalSeconds # \u2022 Optional pingIntervalSeconds : number Defined in src/renderer/api/websocket-api.ts:9 reconnectDelaySeconds # \u2022 Optional reconnectDelaySeconds : number Defined in src/renderer/api/websocket-api.ts:8 url # \u2022 Optional url : string Defined in src/renderer/api/websocket-api.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#interface-iparams","text":"","title":"Interface: IParams"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#hierarchy","text":"IParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#properties","text":"autoConnect flushOnOpen logging pingIntervalSeconds reconnectDelaySeconds url","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#autoconnect","text":"\u2022 Optional autoConnect : boolean Defined in src/renderer/api/websocket-api.ts:6","title":"autoConnect"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#flushonopen","text":"\u2022 Optional flushOnOpen : boolean Defined in src/renderer/api/websocket-api.ts:7","title":"flushOnOpen"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#logging","text":"\u2022 Optional logging : boolean Defined in src/renderer/api/websocket-api.ts:10","title":"logging"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#pingintervalseconds","text":"\u2022 Optional pingIntervalSeconds : number Defined in src/renderer/api/websocket-api.ts:9","title":"pingIntervalSeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#reconnectdelayseconds","text":"\u2022 Optional reconnectDelaySeconds : number Defined in src/renderer/api/websocket-api.ts:8","title":"reconnectDelaySeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#url","text":"\u2022 Optional url : string Defined in src/renderer/api/websocket-api.ts:5","title":"url"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/","text":"@k8slens/extensions Globals / \"src/renderer/api/workload-kube-object\" / IAffinity Interface: IAffinity # Hierarchy # IAffinity Index # Properties # nodeAffinity podAffinity podAntiAffinity Properties # nodeAffinity # \u2022 Optional nodeAffinity : { preferredDuringSchedulingIgnoredDuringExecution?: INodeAffinity [] ; requiredDuringSchedulingIgnoredDuringExecution?: INodeAffinity [] } Defined in src/renderer/api/workload-kube-object.ts:35 Type declaration: Name Type preferredDuringSchedulingIgnoredDuringExecution? INodeAffinity [] requiredDuringSchedulingIgnoredDuringExecution? INodeAffinity [] podAffinity # \u2022 Optional podAffinity : { preferredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] ; requiredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] } Defined in src/renderer/api/workload-kube-object.ts:39 Type declaration: Name Type preferredDuringSchedulingIgnoredDuringExecution? IPodAffinity [] requiredDuringSchedulingIgnoredDuringExecution? IPodAffinity [] podAntiAffinity # \u2022 Optional podAntiAffinity : { preferredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] ; requiredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] } Defined in src/renderer/api/workload-kube-object.ts:43 Type declaration: Name Type preferredDuringSchedulingIgnoredDuringExecution? IPodAffinity [] requiredDuringSchedulingIgnoredDuringExecution? IPodAffinity []","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#interface-iaffinity","text":"","title":"Interface: IAffinity"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#hierarchy","text":"IAffinity","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#properties","text":"nodeAffinity podAffinity podAntiAffinity","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#nodeaffinity","text":"\u2022 Optional nodeAffinity : { preferredDuringSchedulingIgnoredDuringExecution?: INodeAffinity [] ; requiredDuringSchedulingIgnoredDuringExecution?: INodeAffinity [] } Defined in src/renderer/api/workload-kube-object.ts:35","title":"nodeAffinity"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#podaffinity","text":"\u2022 Optional podAffinity : { preferredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] ; requiredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] } Defined in src/renderer/api/workload-kube-object.ts:39","title":"podAffinity"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#podantiaffinity","text":"\u2022 Optional podAntiAffinity : { preferredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] ; requiredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] } Defined in src/renderer/api/workload-kube-object.ts:43","title":"podAntiAffinity"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/","text":"@k8slens/extensions Globals / \"src/renderer/api/workload-kube-object\" / IMatchExpression Interface: IMatchExpression # Hierarchy # IMatchExpression Index # Properties # key operator values Properties # key # \u2022 key : string Defined in src/renderer/api/workload-kube-object.ts:12 operator # \u2022 operator : string Defined in src/renderer/api/workload-kube-object.ts:13 values # \u2022 values : string[] Defined in src/renderer/api/workload-kube-object.ts:14","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#interface-imatchexpression","text":"","title":"Interface: IMatchExpression"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#hierarchy","text":"IMatchExpression","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#properties","text":"key operator values","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#key","text":"\u2022 key : string Defined in src/renderer/api/workload-kube-object.ts:12","title":"key"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#operator","text":"\u2022 operator : string Defined in src/renderer/api/workload-kube-object.ts:13","title":"operator"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#values","text":"\u2022 values : string[] Defined in src/renderer/api/workload-kube-object.ts:14","title":"values"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/","text":"@k8slens/extensions Globals / \"src/renderer/api/workload-kube-object\" / INodeAffinity Interface: INodeAffinity # Hierarchy # INodeAffinity Index # Properties # nodeSelectorTerms preference weight Properties # nodeSelectorTerms # \u2022 Optional nodeSelectorTerms : { matchExpressions: IMatchExpression [] }[] Defined in src/renderer/api/workload-kube-object.ts:18 preference # \u2022 preference : { matchExpressions: IMatchExpression [] } Defined in src/renderer/api/workload-kube-object.ts:22 Type declaration: Name Type matchExpressions IMatchExpression [] weight # \u2022 weight : number Defined in src/renderer/api/workload-kube-object.ts:21","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#interface-inodeaffinity","text":"","title":"Interface: INodeAffinity"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#hierarchy","text":"INodeAffinity","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#properties","text":"nodeSelectorTerms preference weight","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#nodeselectorterms","text":"\u2022 Optional nodeSelectorTerms : { matchExpressions: IMatchExpression [] }[] Defined in src/renderer/api/workload-kube-object.ts:18","title":"nodeSelectorTerms"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#preference","text":"\u2022 preference : { matchExpressions: IMatchExpression [] } Defined in src/renderer/api/workload-kube-object.ts:22","title":"preference"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#weight","text":"\u2022 weight : number Defined in src/renderer/api/workload-kube-object.ts:21","title":"weight"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/","text":"@k8slens/extensions Globals / \"src/renderer/api/workload-kube-object\" / IPodAffinity Interface: IPodAffinity # Hierarchy # IPodAffinity Index # Properties # labelSelector topologyKey Properties # labelSelector # \u2022 labelSelector : { matchExpressions: IMatchExpression [] } Defined in src/renderer/api/workload-kube-object.ts:28 Type declaration: Name Type matchExpressions IMatchExpression [] topologyKey # \u2022 topologyKey : string Defined in src/renderer/api/workload-kube-object.ts:31","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/#interface-ipodaffinity","text":"","title":"Interface: IPodAffinity"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/#hierarchy","text":"IPodAffinity","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/#properties","text":"labelSelector topologyKey","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/#labelselector","text":"\u2022 labelSelector : { matchExpressions: IMatchExpression [] } Defined in src/renderer/api/workload-kube-object.ts:28","title":"labelSelector"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/#topologykey","text":"\u2022 topologyKey : string Defined in src/renderer/api/workload-kube-object.ts:31","title":"topologyKey"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/","text":"@k8slens/extensions Globals / \"src/renderer/api/workload-kube-object\" / IToleration Interface: IToleration # Hierarchy # IToleration Index # Properties # effect key operator tolerationSeconds Properties # effect # \u2022 Optional effect : string Defined in src/renderer/api/workload-kube-object.ts:7 key # \u2022 Optional key : string Defined in src/renderer/api/workload-kube-object.ts:5 operator # \u2022 Optional operator : string Defined in src/renderer/api/workload-kube-object.ts:6 tolerationSeconds # \u2022 Optional tolerationSeconds : number Defined in src/renderer/api/workload-kube-object.ts:8","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#interface-itoleration","text":"","title":"Interface: IToleration"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#hierarchy","text":"IToleration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#properties","text":"effect key operator tolerationSeconds","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#effect","text":"\u2022 Optional effect : string Defined in src/renderer/api/workload-kube-object.ts:7","title":"effect"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#key","text":"\u2022 Optional key : string Defined in src/renderer/api/workload-kube-object.ts:5","title":"key"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#operator","text":"\u2022 Optional operator : string Defined in src/renderer/api/workload-kube-object.ts:6","title":"operator"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#tolerationseconds","text":"\u2022 Optional tolerationSeconds : number Defined in src/renderer/api/workload-kube-object.ts:8","title":"tolerationSeconds"},{"location":"extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/","text":"@k8slens/extensions Globals / \"src/renderer/components/+cluster-settings/cluster-settings.route\" / IClusterSettingsRouteParams Interface: IClusterSettingsRouteParams # Hierarchy # IClusterViewRouteParams \u21b3 IClusterSettingsRouteParams Index # Properties # clusterId Properties # clusterId # \u2022 clusterId : string Inherited from IClusterViewRouteParams . clusterId Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/#interface-iclustersettingsrouteparams","text":"","title":"Interface: IClusterSettingsRouteParams"},{"location":"extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/#hierarchy","text":"IClusterViewRouteParams \u21b3 IClusterSettingsRouteParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/#properties","text":"clusterId","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/#clusterid","text":"\u2022 clusterId : string Inherited from IClusterViewRouteParams . clusterId Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:5","title":"clusterId"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-details\" / Props Interface: Props # Hierarchy # KubeObjectDetailsProps \\< CustomResourceDefinition > \u21b3 Props Index # Properties # className object Properties # className # \u2022 Optional className : string Inherited from Props . className Defined in src/renderer/components/kube-object/kube-object-details.tsx:18 object # \u2022 object : CustomResourceDefinition Inherited from Props . object Defined in src/renderer/components/kube-object/kube-object-details.tsx:19","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/#hierarchy","text":"KubeObjectDetailsProps \\< CustomResourceDefinition > \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/#properties","text":"className object","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/#classname","text":"\u2022 Optional className : string Inherited from Props . className Defined in src/renderer/components/kube-object/kube-object-details.tsx:18","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/#object","text":"\u2022 object : CustomResourceDefinition Inherited from Props . object Defined in src/renderer/components/kube-object/kube-object-details.tsx:19","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resource-details\" / Props Interface: Props # Hierarchy # KubeObjectDetailsProps \\< CustomResourceDefinition > \u21b3 Props Index # Properties # className object Properties # className # \u2022 Optional className : string Inherited from Props . className Defined in src/renderer/components/kube-object/kube-object-details.tsx:18 object # \u2022 object : CustomResourceDefinition Inherited from Props . object Defined in src/renderer/components/kube-object/kube-object-details.tsx:19","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/#hierarchy","text":"KubeObjectDetailsProps \\< CustomResourceDefinition > \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/#properties","text":"className object","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/#classname","text":"\u2022 Optional className : string Inherited from Props . className Defined in src/renderer/components/kube-object/kube-object-details.tsx:18","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/#object","text":"\u2022 object : CustomResourceDefinition Inherited from Props . object Defined in src/renderer/components/kube-object/kube-object-details.tsx:19","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resources\" / Props Interface: Props\\ # Type parameters # Name Type Default C StaticContext StaticContext S - H.LocationState Hierarchy # RouteComponentProps\\< ICRDRouteParams > \u21b3 Props Index # Properties # history location match staticContext Properties # history # \u2022 history : History\\ Inherited from Props . history Defined in node_modules/@types/react-router/index.d.ts:75 location # \u2022 location : Location\\ Inherited from Props . location Defined in node_modules/@types/react-router/index.d.ts:76 match # \u2022 match : match\\< ICRDRouteParams > Inherited from Props . match Defined in node_modules/@types/react-router/index.d.ts:77 staticContext # \u2022 Optional staticContext : C Inherited from Props . staticContext Defined in node_modules/@types/react-router/index.d.ts:78","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#interface-props","text":"","title":"Interface: Props\\"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#type-parameters","text":"Name Type Default C StaticContext StaticContext S - H.LocationState","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#hierarchy","text":"RouteComponentProps\\< ICRDRouteParams > \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#properties","text":"history location match staticContext","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#history","text":"\u2022 history : History\\ Inherited from Props . history Defined in node_modules/@types/react-router/index.d.ts:75","title":"history"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#location","text":"\u2022 location : Location\\ Inherited from Props . location Defined in node_modules/@types/react-router/index.d.ts:76","title":"location"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#match","text":"\u2022 match : match\\< ICRDRouteParams > Inherited from Props . match Defined in node_modules/@types/react-router/index.d.ts:77","title":"match"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#staticcontext","text":"\u2022 Optional staticContext : C Inherited from Props . staticContext Defined in node_modules/@types/react-router/index.d.ts:78","title":"staticContext"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd.route\" / ICRDListQuery Interface: ICRDListQuery # Hierarchy # ICRDListQuery Index # Properties # groups Properties # groups # \u2022 Optional groups : string Defined in src/renderer/components/+custom-resources/crd.route.ts:17","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/#interface-icrdlistquery","text":"","title":"Interface: ICRDListQuery"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/#hierarchy","text":"ICRDListQuery","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/#properties","text":"groups","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/#groups","text":"\u2022 Optional groups : string Defined in src/renderer/components/+custom-resources/crd.route.ts:17","title":"groups"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd.route\" / ICRDRouteParams Interface: ICRDRouteParams # Hierarchy # ICRDRouteParams Index # Properties # group name Properties # group # \u2022 group : string Defined in src/renderer/components/+custom-resources/crd.route.ts:21 name # \u2022 name : string Defined in src/renderer/components/+custom-resources/crd.route.ts:22","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/#interface-icrdrouteparams","text":"","title":"Interface: ICRDRouteParams"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/#hierarchy","text":"ICRDRouteParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/#properties","text":"group name","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/#group","text":"\u2022 group : string Defined in src/renderer/components/+custom-resources/crd.route.ts:21","title":"group"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/#name","text":"\u2022 name : string Defined in src/renderer/components/+custom-resources/crd.route.ts:22","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/+events/kube-event-details\" / KubeEventDetailsProps Interface: KubeEventDetailsProps # Hierarchy # KubeEventDetailsProps Index # Properties # object Properties # object # \u2022 object : KubeObject Defined in src/renderer/components/+events/kube-event-details.tsx:12","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/#interface-kubeeventdetailsprops","text":"","title":"Interface: KubeEventDetailsProps"},{"location":"extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/#hierarchy","text":"KubeEventDetailsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/#properties","text":"object","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/#object","text":"\u2022 object : KubeObject Defined in src/renderer/components/+events/kube-event-details.tsx:12","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/+namespaces/namespace-select\" / Props Interface: Props\\ # Type parameters # Name Default T any Hierarchy # SelectProps \u21b3 Props Index # Properties # allowCreateWhileLoading aria-label aria-labelledby autoConvertOptions autoFocus backspaceRemovesValue blurInputOnSelect captureMenuScroll className classNamePrefix closeMenuOnScroll closeMenuOnSelect clusterOptionLabel 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 showClusterOption showIcons styles tabIndex tabSelectsValue theme themeName value Methods # customizeOptions onChange Properties # allowCreateWhileLoading # \u2022 Optional allowCreateWhileLoading : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11 aria-label # \u2022 Optional aria-label : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58 aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60 autoConvertOptions # \u2022 Optional autoConvertOptions : boolean Inherited from SelectProps . autoConvertOptions Defined in src/renderer/components/select/select.tsx:30 autoFocus # \u2022 Optional autoFocus : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62 backspaceRemovesValue # \u2022 Optional backspaceRemovesValue : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64 blurInputOnSelect # \u2022 Optional blurInputOnSelect : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66 captureMenuScroll # \u2022 Optional captureMenuScroll : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68 className # \u2022 Optional className : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70 classNamePrefix # \u2022 Optional classNamePrefix : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72 closeMenuOnScroll # \u2022 Optional closeMenuOnScroll : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87 closeMenuOnSelect # \u2022 Optional closeMenuOnSelect : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74 clusterOptionLabel # \u2022 Optional clusterOptionLabel : React.ReactNode Defined in src/renderer/components/+namespaces/namespace-select.tsx:18 components # \u2022 Optional components : SelectComponentsConfig\\ Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97 controlShouldRenderValue # \u2022 Optional controlShouldRenderValue : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99 createOptionPosition # \u2022 Optional createOptionPosition : \\\"first\\\" | \\\"last\\\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26 defaultInputValue # \u2022 Optional defaultInputValue : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207 defaultMenuIsOpen # \u2022 Optional defaultMenuIsOpen : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208 defaultValue # \u2022 Optional defaultValue : ValueType\\ Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209 delimiter # \u2022 Optional delimiter : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101 escapeClearsValue # \u2022 Optional escapeClearsValue : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103 filterOption # \u2022 Optional filterOption : (option: Option, rawInput: string) => boolean | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105 formatCreateLabel # \u2022 Optional formatCreateLabel : (inputValue: string) => React.ReactNode Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14 formatGroupLabel # \u2022 Optional formatGroupLabel : formatGroupLabel \\ Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110 formatOptionLabel # \u2022 Optional formatOptionLabel : (option: T, labelMeta: FormatOptionLabelMeta\\ ) => React.ReactNode Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112 getNewOptionData # \u2022 Optional getNewOptionData : (inputValue: string, optionLabel: React.ReactNode) => T Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20 getOptionLabel # \u2022 Optional getOptionLabel : getOptionLabel \\ Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114 getOptionValue # \u2022 Optional getOptionValue : getOptionValue \\ Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116 hideSelectedOptions # \u2022 Optional hideSelectedOptions : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118 id # \u2022 Optional id : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120 inputId # \u2022 Optional inputId : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124 inputValue # \u2022 Optional inputValue : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122 instanceId # \u2022 Optional instanceId : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126 isClearable # \u2022 Optional isClearable : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128 isCreatable # \u2022 Optional isCreatable : boolean Inherited from SelectProps . isCreatable Defined in src/renderer/components/select/select.tsx:29 isDisabled # \u2022 Optional isDisabled : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130 isLoading # \u2022 Optional isLoading : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132 isMulti # \u2022 Optional isMulti : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138 isOptionDisabled # \u2022 Optional isOptionDisabled : (option: T, options: OptionsType\\ ) => boolean | false Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134 isOptionSelected # \u2022 Optional isOptionSelected : (option: T, options: OptionsType\\ ) => boolean Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136 isRtl # \u2022 Optional isRtl : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140 isSearchable # \u2022 Optional isSearchable : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142 isValidNewOption # \u2022 Optional isValidNewOption : (inputValue: string, value: ValueType\\ , options: OptionsType\\ ) => boolean Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17 loadingMessage # \u2022 Optional loadingMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144 maxMenuHeight # \u2022 Optional maxMenuHeight : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148 menuClass # \u2022 Optional menuClass : string Inherited from SelectProps . menuClass Defined in src/renderer/components/select/select.tsx:28 menuIsOpen # \u2022 Optional menuIsOpen : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150 menuPlacement # \u2022 Optional menuPlacement : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153 menuPortalTarget # \u2022 Optional menuPortalTarget : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157 menuPosition # \u2022 Optional menuPosition : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155 menuShouldBlockScroll # \u2022 Optional menuShouldBlockScroll : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159 menuShouldScrollIntoView # \u2022 Optional menuShouldScrollIntoView : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161 minMenuHeight # \u2022 Optional minMenuHeight : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146 name # \u2022 Optional name : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163 noOptionsMessage # \u2022 Optional noOptionsMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165 onBlur # \u2022 Optional onBlur : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167 onCreateOption # \u2022 Optional onCreateOption : (inputValue: string) => void Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24 onFocus # \u2022 Optional onFocus : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171 onInputChange # \u2022 Optional onInputChange : (newValue: string, actionMeta: InputActionMeta) => void Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175 onMenuClose # \u2022 Optional onMenuClose : () => void Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179 onMenuOpen # \u2022 Optional onMenuOpen : () => void Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177 onMenuScrollToBottom # \u2022 Optional onMenuScrollToBottom : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183 onMenuScrollToTop # \u2022 Optional onMenuScrollToTop : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181 openMenuOnClick # \u2022 Optional openMenuOnClick : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187 openMenuOnFocus # \u2022 Optional openMenuOnFocus : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185 options # \u2022 Optional options : GroupedOptionsType\\ | OptionsType\\ Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189 pageSize # \u2022 Optional pageSize : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191 placeholder # \u2022 Optional placeholder : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193 screenReaderStatus # \u2022 Optional screenReaderStatus : (obj: { count: number }) => string Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195 showClusterOption # \u2022 Optional showClusterOption : boolean Defined in src/renderer/components/+namespaces/namespace-select.tsx:17 showIcons # \u2022 Optional showIcons : boolean Defined in src/renderer/components/+namespaces/namespace-select.tsx:16 styles # \u2022 Optional styles : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197 tabIndex # \u2022 Optional tabIndex : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201 tabSelectsValue # \u2022 Optional tabSelectsValue : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203 theme # \u2022 Optional theme : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199 themeName # \u2022 Optional themeName : \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Inherited from SelectProps . themeName Defined in src/renderer/components/select/select.tsx:27 value # \u2022 Optional value : T Inherited from SelectProps . value Overrides void Defined in src/renderer/components/select/select.tsx:26 Methods # customizeOptions # \u25b8 Optional customizeOptions ( nsOptions : SelectOption []): SelectOption [] Defined in src/renderer/components/+namespaces/namespace-select.tsx:19 Parameters: Name Type nsOptions SelectOption [] Returns: SelectOption [] onChange # \u25b8 Optional onChange ( option : T, meta? : ActionMeta\\ ): void Inherited from SelectProps . onChange Overrides void Defined in src/renderer/components/select/select.tsx:31 Parameters: Name Type option T meta? ActionMeta\\ Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#interface-props","text":"","title":"Interface: Props\\"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#hierarchy","text":"SelectProps \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#properties","text":"allowCreateWhileLoading aria-label aria-labelledby autoConvertOptions autoFocus backspaceRemovesValue blurInputOnSelect captureMenuScroll className classNamePrefix closeMenuOnScroll closeMenuOnSelect clusterOptionLabel 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 showClusterOption showIcons styles tabIndex tabSelectsValue theme themeName value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#methods","text":"customizeOptions onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#allowcreatewhileloading","text":"\u2022 Optional allowCreateWhileLoading : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11","title":"allowCreateWhileLoading"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#aria-label","text":"\u2022 Optional aria-label : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58","title":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60","title":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#autoconvertoptions","text":"\u2022 Optional autoConvertOptions : boolean Inherited from SelectProps . autoConvertOptions Defined in src/renderer/components/select/select.tsx:30","title":"autoConvertOptions"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#backspaceremovesvalue","text":"\u2022 Optional backspaceRemovesValue : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64","title":"backspaceRemovesValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#blurinputonselect","text":"\u2022 Optional blurInputOnSelect : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66","title":"blurInputOnSelect"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#capturemenuscroll","text":"\u2022 Optional captureMenuScroll : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68","title":"captureMenuScroll"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#classname","text":"\u2022 Optional className : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#classnameprefix","text":"\u2022 Optional classNamePrefix : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72","title":"classNamePrefix"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#closemenuonscroll","text":"\u2022 Optional closeMenuOnScroll : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87","title":"closeMenuOnScroll"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#closemenuonselect","text":"\u2022 Optional closeMenuOnSelect : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74","title":"closeMenuOnSelect"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#clusteroptionlabel","text":"\u2022 Optional clusterOptionLabel : React.ReactNode Defined in src/renderer/components/+namespaces/namespace-select.tsx:18","title":"clusterOptionLabel"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#components","text":"\u2022 Optional components : SelectComponentsConfig\\ Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97","title":"components"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#controlshouldrendervalue","text":"\u2022 Optional controlShouldRenderValue : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99","title":"controlShouldRenderValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#createoptionposition","text":"\u2022 Optional createOptionPosition : \\\"first\\\" | \\\"last\\\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26","title":"createOptionPosition"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#defaultinputvalue","text":"\u2022 Optional defaultInputValue : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207","title":"defaultInputValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#defaultmenuisopen","text":"\u2022 Optional defaultMenuIsOpen : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208","title":"defaultMenuIsOpen"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#defaultvalue","text":"\u2022 Optional defaultValue : ValueType\\ Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#delimiter","text":"\u2022 Optional delimiter : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101","title":"delimiter"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#escapeclearsvalue","text":"\u2022 Optional escapeClearsValue : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103","title":"escapeClearsValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#filteroption","text":"\u2022 Optional filterOption : (option: Option, rawInput: string) => boolean | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105","title":"filterOption"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#formatcreatelabel","text":"\u2022 Optional formatCreateLabel : (inputValue: string) => React.ReactNode Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14","title":"formatCreateLabel"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#formatgrouplabel","text":"\u2022 Optional formatGroupLabel : formatGroupLabel \\ Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110","title":"formatGroupLabel"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#formatoptionlabel","text":"\u2022 Optional formatOptionLabel : (option: T, labelMeta: FormatOptionLabelMeta\\ ) => React.ReactNode Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112","title":"formatOptionLabel"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#getnewoptiondata","text":"\u2022 Optional getNewOptionData : (inputValue: string, optionLabel: React.ReactNode) => T Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20","title":"getNewOptionData"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#getoptionlabel","text":"\u2022 Optional getOptionLabel : getOptionLabel \\ Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114","title":"getOptionLabel"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#getoptionvalue","text":"\u2022 Optional getOptionValue : getOptionValue \\ Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116","title":"getOptionValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#hideselectedoptions","text":"\u2022 Optional hideSelectedOptions : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118","title":"hideSelectedOptions"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#id","text":"\u2022 Optional id : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#inputid","text":"\u2022 Optional inputId : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124","title":"inputId"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#inputvalue","text":"\u2022 Optional inputValue : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122","title":"inputValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#instanceid","text":"\u2022 Optional instanceId : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126","title":"instanceId"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#isclearable","text":"\u2022 Optional isClearable : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128","title":"isClearable"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#iscreatable","text":"\u2022 Optional isCreatable : boolean Inherited from SelectProps . isCreatable Defined in src/renderer/components/select/select.tsx:29","title":"isCreatable"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#isdisabled","text":"\u2022 Optional isDisabled : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130","title":"isDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#isloading","text":"\u2022 Optional isLoading : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132","title":"isLoading"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#ismulti","text":"\u2022 Optional isMulti : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138","title":"isMulti"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#isoptiondisabled","text":"\u2022 Optional isOptionDisabled : (option: T, options: OptionsType\\ ) => boolean | false Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134","title":"isOptionDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#isoptionselected","text":"\u2022 Optional isOptionSelected : (option: T, options: OptionsType\\ ) => boolean Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136","title":"isOptionSelected"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#isrtl","text":"\u2022 Optional isRtl : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140","title":"isRtl"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#issearchable","text":"\u2022 Optional isSearchable : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142","title":"isSearchable"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#isvalidnewoption","text":"\u2022 Optional isValidNewOption : (inputValue: string, value: ValueType\\ , options: OptionsType\\ ) => boolean Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17","title":"isValidNewOption"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#loadingmessage","text":"\u2022 Optional loadingMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144","title":"loadingMessage"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#maxmenuheight","text":"\u2022 Optional maxMenuHeight : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148","title":"maxMenuHeight"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#menuclass","text":"\u2022 Optional menuClass : string Inherited from SelectProps . menuClass Defined in src/renderer/components/select/select.tsx:28","title":"menuClass"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#menuisopen","text":"\u2022 Optional menuIsOpen : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150","title":"menuIsOpen"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#menuplacement","text":"\u2022 Optional menuPlacement : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153","title":"menuPlacement"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#menuportaltarget","text":"\u2022 Optional menuPortalTarget : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157","title":"menuPortalTarget"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#menuposition","text":"\u2022 Optional menuPosition : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155","title":"menuPosition"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#menushouldblockscroll","text":"\u2022 Optional menuShouldBlockScroll : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159","title":"menuShouldBlockScroll"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#menushouldscrollintoview","text":"\u2022 Optional menuShouldScrollIntoView : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161","title":"menuShouldScrollIntoView"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#minmenuheight","text":"\u2022 Optional minMenuHeight : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146","title":"minMenuHeight"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#name","text":"\u2022 Optional name : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#nooptionsmessage","text":"\u2022 Optional noOptionsMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165","title":"noOptionsMessage"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#oncreateoption","text":"\u2022 Optional onCreateOption : (inputValue: string) => void Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24","title":"onCreateOption"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#oninputchange","text":"\u2022 Optional onInputChange : (newValue: string, actionMeta: InputActionMeta) => void Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173","title":"onInputChange"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onmenuclose","text":"\u2022 Optional onMenuClose : () => void Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179","title":"onMenuClose"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onmenuopen","text":"\u2022 Optional onMenuOpen : () => void Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177","title":"onMenuOpen"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onmenuscrolltobottom","text":"\u2022 Optional onMenuScrollToBottom : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183","title":"onMenuScrollToBottom"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onmenuscrolltotop","text":"\u2022 Optional onMenuScrollToTop : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181","title":"onMenuScrollToTop"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#openmenuonclick","text":"\u2022 Optional openMenuOnClick : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187","title":"openMenuOnClick"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#openmenuonfocus","text":"\u2022 Optional openMenuOnFocus : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185","title":"openMenuOnFocus"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#options","text":"\u2022 Optional options : GroupedOptionsType\\ | OptionsType\\ Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189","title":"options"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#pagesize","text":"\u2022 Optional pageSize : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191","title":"pageSize"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#placeholder","text":"\u2022 Optional placeholder : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#screenreaderstatus","text":"\u2022 Optional screenReaderStatus : (obj: { count: number }) => string Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195","title":"screenReaderStatus"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#showclusteroption","text":"\u2022 Optional showClusterOption : boolean Defined in src/renderer/components/+namespaces/namespace-select.tsx:17","title":"showClusterOption"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#showicons","text":"\u2022 Optional showIcons : boolean Defined in src/renderer/components/+namespaces/namespace-select.tsx:16","title":"showIcons"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#styles","text":"\u2022 Optional styles : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197","title":"styles"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#tabindex","text":"\u2022 Optional tabIndex : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#tabselectsvalue","text":"\u2022 Optional tabSelectsValue : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203","title":"tabSelectsValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#theme","text":"\u2022 Optional theme : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199","title":"theme"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#themename","text":"\u2022 Optional themeName : \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Inherited from SelectProps . themeName Defined in src/renderer/components/select/select.tsx:27","title":"themeName"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#value","text":"\u2022 Optional value : T Inherited from SelectProps . value Overrides void Defined in src/renderer/components/select/select.tsx:26","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#customizeoptions","text":"\u25b8 Optional customizeOptions ( nsOptions : SelectOption []): SelectOption [] Defined in src/renderer/components/+namespaces/namespace-select.tsx:19","title":"customizeOptions"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onchange","text":"\u25b8 Optional onChange ( option : T, meta? : ActionMeta\\ ): void Inherited from SelectProps . onChange Overrides void Defined in src/renderer/components/select/select.tsx:31","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/ace-editor/ace-editor\" / Props Interface: Props # Hierarchy # {} \u21b3 Props Index # Properties # autoFocus className cursorPos hidden Methods # onBlur onChange onCursorPosChange onFocus Properties # autoFocus # \u2022 Optional autoFocus : boolean Defined in src/renderer/components/ace-editor/ace-editor.tsx:14 className # \u2022 Optional className : string Defined in src/renderer/components/ace-editor/ace-editor.tsx:13 cursorPos # \u2022 Optional cursorPos : Point Defined in src/renderer/components/ace-editor/ace-editor.tsx:16 hidden # \u2022 Optional hidden : boolean Defined in src/renderer/components/ace-editor/ace-editor.tsx:15 Methods # onBlur # \u25b8 Optional onBlur ( evt : FocusEvent, value : string): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:18 Parameters: Name Type evt FocusEvent value string Returns: void onChange # \u25b8 Optional onChange ( value : string, delta : Delta): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:19 Parameters: Name Type value string delta Delta Returns: void onCursorPosChange # \u25b8 Optional onCursorPosChange ( point : Point): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:20 Parameters: Name Type point Point Returns: void onFocus # \u25b8 Optional onFocus ( evt : FocusEvent, value : string): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:17 Parameters: Name Type evt FocusEvent value string Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#hierarchy","text":"{} \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#properties","text":"autoFocus className cursorPos hidden","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#methods","text":"onBlur onChange onCursorPosChange onFocus","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#autofocus","text":"\u2022 Optional autoFocus : boolean Defined in src/renderer/components/ace-editor/ace-editor.tsx:14","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/ace-editor/ace-editor.tsx:13","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#cursorpos","text":"\u2022 Optional cursorPos : Point Defined in src/renderer/components/ace-editor/ace-editor.tsx:16","title":"cursorPos"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#hidden","text":"\u2022 Optional hidden : boolean Defined in src/renderer/components/ace-editor/ace-editor.tsx:15","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#onblur","text":"\u25b8 Optional onBlur ( evt : FocusEvent, value : string): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:18","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#onchange","text":"\u25b8 Optional onChange ( value : string, delta : Delta): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:19","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#oncursorposchange","text":"\u25b8 Optional onCursorPosChange ( point : Point): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:20","title":"onCursorPosChange"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#onfocus","text":"\u25b8 Optional onFocus ( evt : FocusEvent, value : string): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:17","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/","text":"@k8slens/extensions Globals / \"src/renderer/components/ace-editor/ace-editor\" / State Interface: State # Hierarchy # State Index # Properties # ready Properties # ready # \u2022 Optional ready : boolean Defined in src/renderer/components/ace-editor/ace-editor.tsx:24","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/#interface-state","text":"","title":"Interface: State"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/#hierarchy","text":"State","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/#properties","text":"ready","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/#ready","text":"\u2022 Optional ready : boolean Defined in src/renderer/components/ace-editor/ace-editor.tsx:24","title":"ready"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/add-remove-buttons/add-remove-buttons\" / AddRemoveButtonsProps Interface: AddRemoveButtonsProps # Hierarchy # HTMLAttributes\\ \u21b3 AddRemoveButtonsProps Index # Properties # about accessKey addTooltip 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 onAdd 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 onRemove 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 removeTooltip resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab Properties # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 addTooltip # \u2022 Optional addTooltip : React.ReactNode Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:11 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAdd # \u2022 Optional onAdd : () => void Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:9 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onRemove # \u2022 Optional onRemove : () => void Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:10 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 placeholder # \u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 removeTooltip # \u2022 Optional removeTooltip : React.ReactNode Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:12 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#interface-addremovebuttonsprops","text":"","title":"Interface: AddRemoveButtonsProps"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#hierarchy","text":"HTMLAttributes\\ \u21b3 AddRemoveButtonsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#properties","text":"about accessKey addTooltip 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 onAdd 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 onRemove 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 removeTooltip resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#addtooltip","text":"\u2022 Optional addTooltip : React.ReactNode Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:11","title":"addTooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onadd","text":"\u2022 Optional onAdd : () => void Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:9","title":"onAdd"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onremove","text":"\u2022 Optional onRemove : () => void Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:10","title":"onRemove"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#removetooltip","text":"\u2022 Optional removeTooltip : React.ReactNode Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:12","title":"removeTooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/animate/animate\" / AnimateProps Interface: AnimateProps # Hierarchy # AnimateProps Index # Properties # enter name onEnter onLeave Properties # enter # \u2022 Optional enter : boolean Defined in src/renderer/components/animate/animate.tsx:11 name # \u2022 Optional name : AnimateName Defined in src/renderer/components/animate/animate.tsx:10 onEnter # \u2022 Optional onEnter : () => void Defined in src/renderer/components/animate/animate.tsx:12 onLeave # \u2022 Optional onLeave : () => void Defined in src/renderer/components/animate/animate.tsx:13","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#interface-animateprops","text":"","title":"Interface: AnimateProps"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#hierarchy","text":"AnimateProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#properties","text":"enter name onEnter onLeave","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#enter","text":"\u2022 Optional enter : boolean Defined in src/renderer/components/animate/animate.tsx:11","title":"enter"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#name","text":"\u2022 Optional name : AnimateName Defined in src/renderer/components/animate/animate.tsx:10","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#onenter","text":"\u2022 Optional onEnter : () => void Defined in src/renderer/components/animate/animate.tsx:12","title":"onEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#onleave","text":"\u2022 Optional onLeave : () => void Defined in src/renderer/components/animate/animate.tsx:13","title":"onLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/badge/badge\" / BadgeProps Interface: BadgeProps # Hierarchy # HTMLAttributes\\ 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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 label # \u2022 Optional label : React.ReactNode Defined in src/renderer/components/badge/badge.tsx:9 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 placeholder # \u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 small # \u2022 Optional small : boolean Defined in src/renderer/components/badge/badge.tsx:8 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 tooltip # \u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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\" translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#interface-badgeprops","text":"","title":"Interface: BadgeProps"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#hierarchy","text":"HTMLAttributes\\ TooltipDecoratorProps \u21b3 BadgeProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.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/_src_renderer_components_badge_badge_.badgeprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#label","text":"\u2022 Optional label : React.ReactNode Defined in src/renderer/components/badge/badge.tsx:9","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#small","text":"\u2022 Optional small : boolean Defined in src/renderer/components/badge/badge.tsx:8","title":"small"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"tooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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":"tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/button/button\" / ButtonProps Interface: ButtonProps # Hierarchy # ButtonHTMLAttributes\\ 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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accent # \u2022 Optional accent : boolean Defined in src/renderer/components/button/button.tsx:10 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 active # \u2022 Optional active : boolean Defined in src/renderer/components/button/button.tsx:14 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoFocus # \u2022 Optional autoFocus : boolean Inherited from ButtonProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1958 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 big # \u2022 Optional big : boolean Defined in src/renderer/components/button/button.tsx:15 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 disabled # \u2022 Optional disabled : boolean Inherited from ButtonProps . disabled Defined in node_modules/@types/react/index.d.ts:1959 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 form # \u2022 Optional form : string Inherited from ButtonProps . form Defined in node_modules/@types/react/index.d.ts:1960 formAction # \u2022 Optional formAction : string Inherited from ButtonProps . formAction Defined in node_modules/@types/react/index.d.ts:1961 formEncType # \u2022 Optional formEncType : string Inherited from ButtonProps . formEncType Defined in node_modules/@types/react/index.d.ts:1962 formMethod # \u2022 Optional formMethod : string Inherited from ButtonProps . formMethod Defined in node_modules/@types/react/index.d.ts:1963 formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from ButtonProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1964 formTarget # \u2022 Optional formTarget : string Inherited from ButtonProps . formTarget Defined in node_modules/@types/react/index.d.ts:1965 hidden # \u2022 Optional hidden : boolean Overrides IconProps . hidden Defined in src/renderer/components/button/button.tsx:13 href # \u2022 Optional href : string Defined in src/renderer/components/button/button.tsx:17 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 label # \u2022 Optional label : React.ReactNode Defined in src/renderer/components/button/button.tsx:7 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 name # \u2022 Optional name : string Inherited from ButtonProps . name Defined in node_modules/@types/react/index.d.ts:1966 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 outlined # \u2022 Optional outlined : boolean Defined in src/renderer/components/button/button.tsx:12 placeholder # \u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 plain # \u2022 Optional plain : boolean Defined in src/renderer/components/button/button.tsx:11 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 primary # \u2022 Optional primary : boolean Defined in src/renderer/components/button/button.tsx:9 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 round # \u2022 Optional round : boolean Defined in src/renderer/components/button/button.tsx:16 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 target # \u2022 Optional target : \\\"_blank\\\" Defined in src/renderer/components/button/button.tsx:18 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 tooltip # \u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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\" translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 type # \u2022 Optional type : \\\"submit\\\" | \\\"reset\\\" | \\\"button\\\" Inherited from ButtonProps . type Defined in node_modules/@types/react/index.d.ts:1967 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 value # \u2022 Optional value : string | string[] | number Inherited from ButtonProps . value Defined in node_modules/@types/react/index.d.ts:1968 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 waiting # \u2022 Optional waiting : boolean Defined in src/renderer/components/button/button.tsx:8","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#interface-buttonprops","text":"","title":"Interface: ButtonProps"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#hierarchy","text":"ButtonHTMLAttributes\\ TooltipDecoratorProps \u21b3 ButtonProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.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/_src_renderer_components_button_button_.buttonprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#accent","text":"\u2022 Optional accent : boolean Defined in src/renderer/components/button/button.tsx:10","title":"accent"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#active","text":"\u2022 Optional active : boolean Defined in src/renderer/components/button/button.tsx:14","title":"active"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from ButtonProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1958","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#big","text":"\u2022 Optional big : boolean Defined in src/renderer/components/button/button.tsx:15","title":"big"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#disabled","text":"\u2022 Optional disabled : boolean Inherited from ButtonProps . disabled Defined in node_modules/@types/react/index.d.ts:1959","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#form","text":"\u2022 Optional form : string Inherited from ButtonProps . form Defined in node_modules/@types/react/index.d.ts:1960","title":"form"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#formaction","text":"\u2022 Optional formAction : string Inherited from ButtonProps . formAction Defined in node_modules/@types/react/index.d.ts:1961","title":"formAction"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#formenctype","text":"\u2022 Optional formEncType : string Inherited from ButtonProps . formEncType Defined in node_modules/@types/react/index.d.ts:1962","title":"formEncType"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#formmethod","text":"\u2022 Optional formMethod : string Inherited from ButtonProps . formMethod Defined in node_modules/@types/react/index.d.ts:1963","title":"formMethod"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean Inherited from ButtonProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1964","title":"formNoValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#formtarget","text":"\u2022 Optional formTarget : string Inherited from ButtonProps . formTarget Defined in node_modules/@types/react/index.d.ts:1965","title":"formTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#hidden","text":"\u2022 Optional hidden : boolean Overrides IconProps . hidden Defined in src/renderer/components/button/button.tsx:13","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#href","text":"\u2022 Optional href : string Defined in src/renderer/components/button/button.tsx:17","title":"href"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#label","text":"\u2022 Optional label : React.ReactNode Defined in src/renderer/components/button/button.tsx:7","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#name","text":"\u2022 Optional name : string Inherited from ButtonProps . name Defined in node_modules/@types/react/index.d.ts:1966","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#outlined","text":"\u2022 Optional outlined : boolean Defined in src/renderer/components/button/button.tsx:12","title":"outlined"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#plain","text":"\u2022 Optional plain : boolean Defined in src/renderer/components/button/button.tsx:11","title":"plain"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#primary","text":"\u2022 Optional primary : boolean Defined in src/renderer/components/button/button.tsx:9","title":"primary"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#round","text":"\u2022 Optional round : boolean Defined in src/renderer/components/button/button.tsx:16","title":"round"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#target","text":"\u2022 Optional target : \\\"_blank\\\" Defined in src/renderer/components/button/button.tsx:18","title":"target"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"tooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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":"tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#type","text":"\u2022 Optional type : \\\"submit\\\" | \\\"reset\\\" | \\\"button\\\" Inherited from ButtonProps . type Defined in node_modules/@types/react/index.d.ts:1967","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#value","text":"\u2022 Optional value : string | string[] | number Inherited from ButtonProps . value Defined in node_modules/@types/react/index.d.ts:1968","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#waiting","text":"\u2022 Optional waiting : boolean Defined in src/renderer/components/button/button.tsx:8","title":"waiting"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/checkbox/checkbox\" / CheckboxProps Interface: CheckboxProps\\ # Type parameters # Name Default T boolean Hierarchy # CheckboxProps Index # Properties # className disabled inline label theme value Methods # onChange Properties # className # \u2022 Optional className : string Defined in src/renderer/components/checkbox/checkbox.tsx:7 disabled # \u2022 Optional disabled : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:10 inline # \u2022 Optional inline : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:9 label # \u2022 Optional label : React.ReactNode Defined in src/renderer/components/checkbox/checkbox.tsx:8 theme # \u2022 Optional theme : \\\"dark\\\" | \\\"light\\\" Defined in src/renderer/components/checkbox/checkbox.tsx:6 value # \u2022 Optional value : T Defined in src/renderer/components/checkbox/checkbox.tsx:11 Methods # onChange # \u25b8 Optional onChange ( value : T, evt : ChangeEvent\\ ): void Defined in src/renderer/components/checkbox/checkbox.tsx:12 Parameters: Name Type value T evt ChangeEvent\\ Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#interface-checkboxprops","text":"","title":"Interface: CheckboxProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#type-parameters","text":"Name Default T boolean","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#hierarchy","text":"CheckboxProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#properties","text":"className disabled inline label theme value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/checkbox/checkbox.tsx:7","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#disabled","text":"\u2022 Optional disabled : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:10","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#inline","text":"\u2022 Optional inline : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:9","title":"inline"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#label","text":"\u2022 Optional label : React.ReactNode Defined in src/renderer/components/checkbox/checkbox.tsx:8","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#theme","text":"\u2022 Optional theme : \\\"dark\\\" | \\\"light\\\" Defined in src/renderer/components/checkbox/checkbox.tsx:6","title":"theme"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#value","text":"\u2022 Optional value : T Defined in src/renderer/components/checkbox/checkbox.tsx:11","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#onchange","text":"\u25b8 Optional onChange ( value : T, evt : ChangeEvent\\ ): void Defined in src/renderer/components/checkbox/checkbox.tsx:12","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/","text":"@k8slens/extensions Globals / \"src/renderer/components/cluster-manager/cluster-view.route\" / IClusterViewRouteParams Interface: IClusterViewRouteParams # Hierarchy # IClusterViewRouteParams \u21b3 IClusterSettingsRouteParams Index # Properties # clusterId Properties # clusterId # \u2022 clusterId : string Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/#interface-iclusterviewrouteparams","text":"","title":"Interface: IClusterViewRouteParams"},{"location":"extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/#hierarchy","text":"IClusterViewRouteParams \u21b3 IClusterSettingsRouteParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/#properties","text":"clusterId","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/#clusterid","text":"\u2022 clusterId : string Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:5","title":"clusterId"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/","text":"@k8slens/extensions Globals / \"src/renderer/components/confirm-dialog/confirm-dialog\" / ConfirmDialogParams Interface: ConfirmDialogParams # Hierarchy # ConfirmDialogParams Index # Properties # cancelButtonProps icon labelCancel labelOk message ok okButtonProps Properties # cancelButtonProps # \u2022 Optional cancelButtonProps : Partial\\< ButtonProps > Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:22 icon # \u2022 Optional icon : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:20 labelCancel # \u2022 Optional labelCancel : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:18 labelOk # \u2022 Optional labelOk : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:17 message # \u2022 Optional message : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:19 ok # \u2022 Optional ok : () => void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:16 okButtonProps # \u2022 Optional okButtonProps : Partial\\< ButtonProps > Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:21","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#interface-confirmdialogparams","text":"","title":"Interface: ConfirmDialogParams"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#hierarchy","text":"ConfirmDialogParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#properties","text":"cancelButtonProps icon labelCancel labelOk message ok okButtonProps","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#cancelbuttonprops","text":"\u2022 Optional cancelButtonProps : Partial\\< ButtonProps > Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:22","title":"cancelButtonProps"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#icon","text":"\u2022 Optional icon : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:20","title":"icon"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#labelcancel","text":"\u2022 Optional labelCancel : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:18","title":"labelCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#labelok","text":"\u2022 Optional labelOk : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:17","title":"labelOk"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#message","text":"\u2022 Optional message : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:19","title":"message"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#ok","text":"\u2022 Optional ok : () => void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:16","title":"ok"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#okbuttonprops","text":"\u2022 Optional okButtonProps : Partial\\< ButtonProps > Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:21","title":"okButtonProps"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/confirm-dialog/confirm-dialog\" / ConfirmDialogProps Interface: ConfirmDialogProps # Hierarchy # {} \u21b3 ConfirmDialogProps","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogprops/#interface-confirmdialogprops","text":"","title":"Interface: ConfirmDialogProps"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogprops/#hierarchy","text":"{} \u21b3 ConfirmDialogProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/dialog/dialog\" / DialogProps Interface: DialogProps # Hierarchy # DialogProps Index # Properties # animated className close isOpen modal onClose onOpen open pinned Properties # animated # \u2022 Optional animated : boolean Defined in src/renderer/components/dialog/dialog.tsx:22 className # \u2022 Optional className : string Defined in src/renderer/components/dialog/dialog.tsx:14 close # \u2022 Optional close : () => void Defined in src/renderer/components/dialog/dialog.tsx:17 isOpen # \u2022 Optional isOpen : boolean Defined in src/renderer/components/dialog/dialog.tsx:15 modal # \u2022 Optional modal : boolean Defined in src/renderer/components/dialog/dialog.tsx:20 onClose # \u2022 Optional onClose : () => void Defined in src/renderer/components/dialog/dialog.tsx:19 onOpen # \u2022 Optional onOpen : () => void Defined in src/renderer/components/dialog/dialog.tsx:18 open # \u2022 Optional open : () => void Defined in src/renderer/components/dialog/dialog.tsx:16 pinned # \u2022 Optional pinned : boolean Defined in src/renderer/components/dialog/dialog.tsx:21","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#interface-dialogprops","text":"","title":"Interface: DialogProps"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#hierarchy","text":"DialogProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#properties","text":"animated className close isOpen modal onClose onOpen open pinned","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#animated","text":"\u2022 Optional animated : boolean Defined in src/renderer/components/dialog/dialog.tsx:22","title":"animated"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/dialog/dialog.tsx:14","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#close","text":"\u2022 Optional close : () => void Defined in src/renderer/components/dialog/dialog.tsx:17","title":"close"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#isopen","text":"\u2022 Optional isOpen : boolean Defined in src/renderer/components/dialog/dialog.tsx:15","title":"isOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#modal","text":"\u2022 Optional modal : boolean Defined in src/renderer/components/dialog/dialog.tsx:20","title":"modal"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#onclose","text":"\u2022 Optional onClose : () => void Defined in src/renderer/components/dialog/dialog.tsx:19","title":"onClose"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#onopen","text":"\u2022 Optional onOpen : () => void Defined in src/renderer/components/dialog/dialog.tsx:18","title":"onOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#open","text":"\u2022 Optional open : () => void Defined in src/renderer/components/dialog/dialog.tsx:16","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#pinned","text":"\u2022 Optional pinned : boolean Defined in src/renderer/components/dialog/dialog.tsx:21","title":"pinned"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/","text":"@k8slens/extensions Globals / \"src/renderer/components/dialog/dialog\" / DialogState Interface: DialogState # Hierarchy # DialogState Index # Properties # isOpen Properties # isOpen # \u2022 isOpen : boolean Defined in src/renderer/components/dialog/dialog.tsx:26","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/#interface-dialogstate","text":"","title":"Interface: DialogState"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/#hierarchy","text":"DialogState","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/#properties","text":"isOpen","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/#isopen","text":"\u2022 isOpen : boolean Defined in src/renderer/components/dialog/dialog.tsx:26","title":"isOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/dock.store\" / IDockTab Interface: IDockTab # Hierarchy # IDockTab \u21b3 ITerminalTab Index # Properties # id kind pinned title Properties # id # \u2022 Optional id : TabId Defined in src/renderer/components/dock/dock.store.ts:18 kind # \u2022 kind : TabKind Defined in src/renderer/components/dock/dock.store.ts:19 pinned # \u2022 Optional pinned : boolean Defined in src/renderer/components/dock/dock.store.ts:21 title # \u2022 Optional title : string Defined in src/renderer/components/dock/dock.store.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#interface-idocktab","text":"","title":"Interface: IDockTab"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#hierarchy","text":"IDockTab \u21b3 ITerminalTab","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#properties","text":"id kind pinned title","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#id","text":"\u2022 Optional id : TabId Defined in src/renderer/components/dock/dock.store.ts:18","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#kind","text":"\u2022 kind : TabKind Defined in src/renderer/components/dock/dock.store.ts:19","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#pinned","text":"\u2022 Optional pinned : boolean Defined in src/renderer/components/dock/dock.store.ts:21","title":"pinned"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#title","text":"\u2022 Optional title : string Defined in src/renderer/components/dock/dock.store.ts:20","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/dock-tab.store\" / Options Interface: Options\\ # Type parameters # Name Default T any Hierarchy # Options Index # Properties # storageName storageSerializer Properties # storageName # \u2022 Optional storageName : string Defined in src/renderer/components/dock/dock-tab.store.ts:6 storageSerializer # \u2022 Optional storageSerializer : (data: T) => Partial\\ Defined in src/renderer/components/dock/dock-tab.store.ts:7","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#interface-options","text":"","title":"Interface: Options\\"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#hierarchy","text":"Options","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#properties","text":"storageName storageSerializer","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#storagename","text":"\u2022 Optional storageName : string Defined in src/renderer/components/dock/dock-tab.store.ts:6","title":"storageName"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#storageserializer","text":"\u2022 Optional storageSerializer : (data: T) => Partial\\ Defined in src/renderer/components/dock/dock-tab.store.ts:7","title":"storageSerializer"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/edit-resource.store\" / KubeEditResource Interface: KubeEditResource # Hierarchy # KubeEditResource Index # Properties # draft resource Properties # draft # \u2022 Optional draft : string Defined in src/renderer/components/dock/edit-resource.store.ts:10 resource # \u2022 resource : string Defined in src/renderer/components/dock/edit-resource.store.ts:9","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/#interface-kubeeditresource","text":"","title":"Interface: KubeEditResource"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/#hierarchy","text":"KubeEditResource","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/#properties","text":"draft resource","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/#draft","text":"\u2022 Optional draft : string Defined in src/renderer/components/dock/edit-resource.store.ts:10","title":"draft"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/#resource","text":"\u2022 resource : string Defined in src/renderer/components/dock/edit-resource.store.ts:9","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/pod-logs.store\" / IPodLogsData Interface: IPodLogsData # Hierarchy # IPodLogsData Index # Properties # containers initContainers pod previous selectedContainer showTimestamps Properties # containers # \u2022 containers : IPodContainer [] Defined in src/renderer/components/dock/pod-logs.store.ts:13 initContainers # \u2022 initContainers : IPodContainer [] Defined in src/renderer/components/dock/pod-logs.store.ts:14 pod # \u2022 pod : Pod Defined in src/renderer/components/dock/pod-logs.store.ts:11 previous # \u2022 previous : boolean Defined in src/renderer/components/dock/pod-logs.store.ts:16 selectedContainer # \u2022 selectedContainer : IPodContainer Defined in src/renderer/components/dock/pod-logs.store.ts:12 showTimestamps # \u2022 showTimestamps : boolean Defined in src/renderer/components/dock/pod-logs.store.ts:15","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#interface-ipodlogsdata","text":"","title":"Interface: IPodLogsData"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#hierarchy","text":"IPodLogsData","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#properties","text":"containers initContainers pod previous selectedContainer showTimestamps","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#containers","text":"\u2022 containers : IPodContainer [] Defined in src/renderer/components/dock/pod-logs.store.ts:13","title":"containers"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#initcontainers","text":"\u2022 initContainers : IPodContainer [] Defined in src/renderer/components/dock/pod-logs.store.ts:14","title":"initContainers"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#pod","text":"\u2022 pod : Pod Defined in src/renderer/components/dock/pod-logs.store.ts:11","title":"pod"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#previous","text":"\u2022 previous : boolean Defined in src/renderer/components/dock/pod-logs.store.ts:16","title":"previous"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#selectedcontainer","text":"\u2022 selectedContainer : IPodContainer Defined in src/renderer/components/dock/pod-logs.store.ts:12","title":"selectedContainer"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#showtimestamps","text":"\u2022 showTimestamps : boolean Defined in src/renderer/components/dock/pod-logs.store.ts:15","title":"showTimestamps"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/terminal.store\" / ITerminalTab Interface: ITerminalTab # Hierarchy # IDockTab \u21b3 ITerminalTab Index # Properties # id kind node pinned title Properties # id # \u2022 Optional id : TabId Inherited from ITerminalTab . id Defined in src/renderer/components/dock/dock.store.ts:18 kind # \u2022 kind : TabKind Inherited from ITerminalTab . kind Defined in src/renderer/components/dock/dock.store.ts:19 node # \u2022 Optional node : string Defined in src/renderer/components/dock/terminal.store.ts:11 pinned # \u2022 Optional pinned : boolean Inherited from ITerminalTab . pinned Defined in src/renderer/components/dock/dock.store.ts:21 title # \u2022 Optional title : string Inherited from ITerminalTab . title Defined in src/renderer/components/dock/dock.store.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#interface-iterminaltab","text":"","title":"Interface: ITerminalTab"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#hierarchy","text":"IDockTab \u21b3 ITerminalTab","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#properties","text":"id kind node pinned title","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#id","text":"\u2022 Optional id : TabId Inherited from ITerminalTab . id Defined in src/renderer/components/dock/dock.store.ts:18","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#kind","text":"\u2022 kind : TabKind Inherited from ITerminalTab . kind Defined in src/renderer/components/dock/dock.store.ts:19","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#node","text":"\u2022 Optional node : string Defined in src/renderer/components/dock/terminal.store.ts:11","title":"node"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#pinned","text":"\u2022 Optional pinned : boolean Inherited from ITerminalTab . pinned Defined in src/renderer/components/dock/dock.store.ts:21","title":"pinned"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#title","text":"\u2022 Optional title : string Inherited from ITerminalTab . title Defined in src/renderer/components/dock/dock.store.ts:20","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer\" / DrawerProps Interface: DrawerProps # Hierarchy # DrawerProps Index # Properties # animation className contentClass onClose open position size title toolbar usePortal Properties # animation # \u2022 Optional animation : AnimateName Defined in src/renderer/components/drawer/drawer.tsx:18 className # \u2022 Optional className : string | object Defined in src/renderer/components/drawer/drawer.tsx:15 contentClass # \u2022 Optional contentClass : string | object Defined in src/renderer/components/drawer/drawer.tsx:16 onClose # \u2022 Optional onClose : () => void Defined in src/renderer/components/drawer/drawer.tsx:19 open # \u2022 open : boolean Defined in src/renderer/components/drawer/drawer.tsx:11 position # \u2022 Optional position : \\\"top\\\" | \\\"left\\\" | \\\"right\\\" | \\\"bottom\\\" Defined in src/renderer/components/drawer/drawer.tsx:17 size # \u2022 Optional 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 toolbar # \u2022 Optional toolbar : React.ReactNode Defined in src/renderer/components/drawer/drawer.tsx:20 usePortal # \u2022 Optional usePortal : boolean Defined in src/renderer/components/drawer/drawer.tsx:14","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#interface-drawerprops","text":"","title":"Interface: DrawerProps"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#hierarchy","text":"DrawerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#properties","text":"animation className contentClass onClose open position size title toolbar usePortal","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#animation","text":"\u2022 Optional animation : AnimateName Defined in src/renderer/components/drawer/drawer.tsx:18","title":"animation"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#classname","text":"\u2022 Optional className : string | object Defined in src/renderer/components/drawer/drawer.tsx:15","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#contentclass","text":"\u2022 Optional contentClass : string | object Defined in src/renderer/components/drawer/drawer.tsx:16","title":"contentClass"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#onclose","text":"\u2022 Optional onClose : () => void Defined in src/renderer/components/drawer/drawer.tsx:19","title":"onClose"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#open","text":"\u2022 open : boolean Defined in src/renderer/components/drawer/drawer.tsx:11","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#position","text":"\u2022 Optional position : \\\"top\\\" | \\\"left\\\" | \\\"right\\\" | \\\"bottom\\\" Defined in src/renderer/components/drawer/drawer.tsx:17","title":"position"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#size","text":"\u2022 Optional size : string Defined in src/renderer/components/drawer/drawer.tsx:13","title":"size"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#title","text":"\u2022 title : React.ReactNode Defined in src/renderer/components/drawer/drawer.tsx:12","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#toolbar","text":"\u2022 Optional toolbar : React.ReactNode Defined in src/renderer/components/drawer/drawer.tsx:20","title":"toolbar"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#useportal","text":"\u2022 Optional usePortal : boolean Defined in src/renderer/components/drawer/drawer.tsx:14","title":"usePortal"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-item\" / DrawerItemProps Interface: DrawerItemProps # Hierarchy # HTMLAttributes\\ \u21b3 DrawerItemProps \u21b3\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 resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab Properties # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Overrides IconProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 hidden # \u2022 Optional hidden : boolean Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 labelsOnly # \u2022 Optional labelsOnly : boolean Defined in src/renderer/components/drawer/drawer-item.tsx:9 lang # \u2022 Optional lang : string Inherited from IconProps . 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 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 placeholder # \u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 title # \u2022 Optional title : string Overrides IconProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8 translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#interface-draweritemprops","text":"","title":"Interface: DrawerItemProps"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#hierarchy","text":"HTMLAttributes\\ \u21b3 DrawerItemProps \u21b3\u21b3 DrawerItemLabelsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.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 resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#classname","text":"\u2022 Optional className : string Overrides IconProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#hidden","text":"\u2022 Optional hidden : boolean Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#labelsonly","text":"\u2022 Optional labelsOnly : boolean Defined in src/renderer/components/drawer/drawer-item.tsx:9","title":"labelsOnly"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#name","text":"\u2022 name : React.ReactNode Defined in src/renderer/components/drawer/drawer-item.tsx:6","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#title","text":"\u2022 Optional title : string Overrides IconProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-item-labels\" / DrawerItemLabelsProps Interface: DrawerItemLabelsProps # Hierarchy # 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 resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab Properties # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Inherited from DrawerItemProps . className Overrides IconProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 hidden # \u2022 Optional hidden : boolean Inherited from DrawerItemProps . hidden Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . 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 labelsOnly # \u2022 Optional labelsOnly : boolean Inherited from DrawerItemProps . labelsOnly Defined in src/renderer/components/drawer/drawer-item.tsx:9 lang # \u2022 Optional lang : string Inherited from IconProps . 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 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 placeholder # \u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 title # \u2022 Optional title : string Inherited from DrawerItemProps . title Overrides IconProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8 translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#interface-draweritemlabelsprops","text":"","title":"Interface: DrawerItemLabelsProps"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#hierarchy","text":"DrawerItemProps \u21b3 DrawerItemLabelsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.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 resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#classname","text":"\u2022 Optional className : string Inherited from DrawerItemProps . className Overrides IconProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from DrawerItemProps . hidden Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#labels","text":"\u2022 labels : string[] Defined in src/renderer/components/drawer/drawer-item-labels.tsx:6","title":"labels"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#labelsonly","text":"\u2022 Optional labelsOnly : boolean Inherited from DrawerItemProps . labelsOnly Defined in src/renderer/components/drawer/drawer-item.tsx:9","title":"labelsOnly"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.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/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#title","text":"\u2022 Optional title : string Inherited from DrawerItemProps . title Overrides IconProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-param-toggler\" / DrawerParamTogglerProps 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/#interface-drawerparamtogglerprops","text":"","title":"Interface: DrawerParamTogglerProps"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/#hierarchy","text":"DrawerParamTogglerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/#properties","text":"label","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/#label","text":"\u2022 label : string | number Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:9","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-param-toggler\" / State Interface: State # Hierarchy # State Index # Properties # open Properties # open # \u2022 Optional open : boolean Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:13","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/#interface-state","text":"","title":"Interface: State"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/#hierarchy","text":"State","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/#properties","text":"open","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/#open","text":"\u2022 Optional open : boolean Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:13","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-title\" / DrawerTitleProps Interface: DrawerTitleProps # Hierarchy # DrawerTitleProps Index # Properties # className title Properties # className # \u2022 Optional className : string Defined in src/renderer/components/drawer/drawer-title.tsx:6 title # \u2022 Optional title : React.ReactNode Defined in src/renderer/components/drawer/drawer-title.tsx:7","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/#interface-drawertitleprops","text":"","title":"Interface: DrawerTitleProps"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/#hierarchy","text":"DrawerTitleProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/#properties","text":"className title","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/drawer/drawer-title.tsx:6","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/#title","text":"\u2022 Optional title : React.ReactNode Defined in src/renderer/components/drawer/drawer-title.tsx:7","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/error-boundary/error-boundary\" / Props Interface: Props # Hierarchy # Props","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.props/#hierarchy","text":"Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/","text":"@k8slens/extensions Globals / \"src/renderer/components/error-boundary/error-boundary\" / State Interface: State # Hierarchy # State Index # Properties # error errorInfo Properties # error # \u2022 Optional error : Error Defined in src/renderer/components/error-boundary/error-boundary.tsx:16 errorInfo # \u2022 Optional errorInfo : ErrorInfo Defined in src/renderer/components/error-boundary/error-boundary.tsx:17","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/#interface-state","text":"","title":"Interface: State"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/#hierarchy","text":"State","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/#properties","text":"error errorInfo","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/#error","text":"\u2022 Optional error : Error Defined in src/renderer/components/error-boundary/error-boundary.tsx:16","title":"error"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/#errorinfo","text":"\u2022 Optional errorInfo : ErrorInfo Defined in src/renderer/components/error-boundary/error-boundary.tsx:17","title":"errorInfo"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/icon/icon\" / IconProps Interface: IconProps # Hierarchy # HTMLAttributes\\ 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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 active # \u2022 Optional active : boolean Defined in src/renderer/components/icon/icon.tsx:20 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 big # \u2022 Optional big : boolean Defined in src/renderer/components/icon/icon.tsx:19 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 disabled # \u2022 Optional disabled : boolean Defined in src/renderer/components/icon/icon.tsx:24 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 focusable # \u2022 Optional focusable : boolean Defined in src/renderer/components/icon/icon.tsx:22 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 href # \u2022 Optional href : string Defined in src/renderer/components/icon/icon.tsx:15 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 interactive # \u2022 Optional interactive : boolean Defined in src/renderer/components/icon/icon.tsx:21 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 link # \u2022 Optional link : LocationDescriptor Defined in src/renderer/components/icon/icon.tsx:14 material # \u2022 Optional material : string Defined in src/renderer/components/icon/icon.tsx:12 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 placeholder # \u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 size # \u2022 Optional size : string | number Defined in src/renderer/components/icon/icon.tsx:16 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 small # \u2022 Optional small : boolean Defined in src/renderer/components/icon/icon.tsx:17 smallest # \u2022 Optional smallest : boolean Defined in src/renderer/components/icon/icon.tsx:18 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 sticker # \u2022 Optional sticker : boolean Defined in src/renderer/components/icon/icon.tsx:23 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 svg # \u2022 Optional svg : string Defined in src/renderer/components/icon/icon.tsx:13 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 tooltip # \u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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\" translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#interface-iconprops","text":"","title":"Interface: IconProps"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#hierarchy","text":"HTMLAttributes\\ TooltipDecoratorProps \u21b3 IconProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.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/_src_renderer_components_icon_icon_.iconprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#active","text":"\u2022 Optional active : boolean Defined in src/renderer/components/icon/icon.tsx:20","title":"active"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#big","text":"\u2022 Optional big : boolean Defined in src/renderer/components/icon/icon.tsx:19","title":"big"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#disabled","text":"\u2022 Optional disabled : boolean Defined in src/renderer/components/icon/icon.tsx:24","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#focusable","text":"\u2022 Optional focusable : boolean Defined in src/renderer/components/icon/icon.tsx:22","title":"focusable"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#href","text":"\u2022 Optional href : string Defined in src/renderer/components/icon/icon.tsx:15","title":"href"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#interactive","text":"\u2022 Optional interactive : boolean Defined in src/renderer/components/icon/icon.tsx:21","title":"interactive"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#link","text":"\u2022 Optional link : LocationDescriptor Defined in src/renderer/components/icon/icon.tsx:14","title":"link"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#material","text":"\u2022 Optional material : string Defined in src/renderer/components/icon/icon.tsx:12","title":"material"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#size","text":"\u2022 Optional size : string | number Defined in src/renderer/components/icon/icon.tsx:16","title":"size"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#small","text":"\u2022 Optional small : boolean Defined in src/renderer/components/icon/icon.tsx:17","title":"small"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#smallest","text":"\u2022 Optional smallest : boolean Defined in src/renderer/components/icon/icon.tsx:18","title":"smallest"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#sticker","text":"\u2022 Optional sticker : boolean Defined in src/renderer/components/icon/icon.tsx:23","title":"sticker"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#svg","text":"\u2022 Optional svg : string Defined in src/renderer/components/icon/icon.tsx:13","title":"svg"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"tooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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":"tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/file-input\" / FileInputSelection Interface: FileInputSelection\\ # Type parameters # Name Default T string Hierarchy # FileInputSelection Index # Properties # data error file Properties # data # \u2022 Optional data : T | any Defined in src/renderer/components/input/file-input.tsx:5 error # \u2022 Optional error : string Defined in src/renderer/components/input/file-input.tsx:6 file # \u2022 file : File Defined in src/renderer/components/input/file-input.tsx:4","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#interface-fileinputselection","text":"","title":"Interface: FileInputSelection\\"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#type-parameters","text":"Name Default T string","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#hierarchy","text":"FileInputSelection","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#properties","text":"data error file","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#data","text":"\u2022 Optional data : T | any Defined in src/renderer/components/input/file-input.tsx:5","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#error","text":"\u2022 Optional error : string Defined in src/renderer/components/input/file-input.tsx:6","title":"error"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#file","text":"\u2022 file : File Defined in src/renderer/components/input/file-input.tsx:4","title":"file"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/file-input\" / Props Interface: Props # Hierarchy # InputHTMLAttributes\\ \u21b3 Props Index # Properties # about accept accessKey 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 autoCapitalize autoComplete autoCorrect autoFocus autoSave capture checked checkedLink children className color contentEditable contextMenu crossOrigin dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable form formAction formEncType formMethod formNoValidate formTarget height hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType lang list max maxLength min minLength multiple 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 pattern placeholder prefix property radioGroup readAsText readOnly required resource results role security size slot spellCheck src step style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate type typeof unselectable value valueLink vocab width Methods # onSelectFiles Properties # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accept # \u2022 Optional accept : string Overrides void Defined in src/renderer/components/input/file-input.tsx:11 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 alt # \u2022 Optional alt : string Inherited from Props . alt Defined in node_modules/@types/react/index.d.ts:2069 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoComplete # \u2022 Optional autoComplete : string Inherited from Props . autoComplete Defined in node_modules/@types/react/index.d.ts:2070 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoFocus # \u2022 Optional autoFocus : boolean Inherited from Props . autoFocus Defined in node_modules/@types/react/index.d.ts:2071 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 capture # \u2022 Optional capture : boolean | string Inherited from Props . capture Defined in node_modules/@types/react/index.d.ts:2072 checked # \u2022 Optional checked : boolean Inherited from Props . checked Defined in node_modules/@types/react/index.d.ts:2073 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 crossOrigin # \u2022 Optional crossOrigin : string Inherited from Props . crossOrigin Defined in node_modules/@types/react/index.d.ts:2074 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 disabled # \u2022 Optional disabled : boolean Inherited from Props . disabled Defined in node_modules/@types/react/index.d.ts:2075 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 form # \u2022 Optional form : string Inherited from Props . form Defined in node_modules/@types/react/index.d.ts:2076 formAction # \u2022 Optional formAction : string Inherited from Props . formAction Defined in node_modules/@types/react/index.d.ts:2077 formEncType # \u2022 Optional formEncType : string Inherited from Props . formEncType Defined in node_modules/@types/react/index.d.ts:2078 formMethod # \u2022 Optional formMethod : string Inherited from Props . formMethod Defined in node_modules/@types/react/index.d.ts:2079 formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from Props . formNoValidate Defined in node_modules/@types/react/index.d.ts:2080 formTarget # \u2022 Optional formTarget : string Inherited from Props . formTarget Defined in node_modules/@types/react/index.d.ts:2081 height # \u2022 Optional height : number | string Inherited from Props . height Defined in node_modules/@types/react/index.d.ts:2082 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 id # \u2022 Optional id : string Overrides IconProps . id Defined in src/renderer/components/input/file-input.tsx:10 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 list # \u2022 Optional list : string Inherited from Props . list Defined in node_modules/@types/react/index.d.ts:2083 max # \u2022 Optional max : number | string Inherited from Props . max Defined in node_modules/@types/react/index.d.ts:2084 maxLength # \u2022 Optional maxLength : number Inherited from Props . maxLength Defined in node_modules/@types/react/index.d.ts:2085 min # \u2022 Optional min : number | string Inherited from Props . min Defined in node_modules/@types/react/index.d.ts:2086 minLength # \u2022 Optional minLength : number Inherited from Props . minLength Defined in node_modules/@types/react/index.d.ts:2087 multiple # \u2022 Optional multiple : boolean Overrides void Defined in src/renderer/components/input/file-input.tsx:13 name # \u2022 Optional name : string Inherited from Props . name Defined in node_modules/@types/react/index.d.ts:2089 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : ChangeEventHandler\\ Inherited from Props . onChange Overrides IconProps . onChange Defined in node_modules/@types/react/index.d.ts:2101 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 pattern # \u2022 Optional pattern : string Inherited from Props . pattern Defined in node_modules/@types/react/index.d.ts:2090 placeholder # \u2022 Optional placeholder : string Inherited from Props . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:2091 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 readAsText # \u2022 Optional readAsText : boolean Defined in src/renderer/components/input/file-input.tsx:12 readOnly # \u2022 Optional readOnly : boolean Inherited from Props . readOnly Defined in node_modules/@types/react/index.d.ts:2092 required # \u2022 Optional required : boolean Inherited from Props . required Defined in node_modules/@types/react/index.d.ts:2093 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 size # \u2022 Optional size : number Inherited from Props . size Defined in node_modules/@types/react/index.d.ts:2094 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 src # \u2022 Optional src : string Inherited from Props . src Defined in node_modules/@types/react/index.d.ts:2095 step # \u2022 Optional step : number | string Inherited from Props . step Defined in node_modules/@types/react/index.d.ts:2096 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 type # \u2022 Optional type : string Inherited from Props . type Defined in node_modules/@types/react/index.d.ts:2097 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 value # \u2022 Optional value : string | string[] | number Inherited from Props . value Defined in node_modules/@types/react/index.d.ts:2098 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 width # \u2022 Optional width : number | string Inherited from Props . width Defined in node_modules/@types/react/index.d.ts:2099 Methods # onSelectFiles # \u25b8 onSelectFiles (... selectedFiles : FileInputSelection []): void Defined in src/renderer/components/input/file-input.tsx:14 Parameters: Name Type ...selectedFiles FileInputSelection [] Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#hierarchy","text":"InputHTMLAttributes\\ \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#properties","text":"about accept accessKey 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 autoCapitalize autoComplete autoCorrect autoFocus autoSave capture checked checkedLink children className color contentEditable contextMenu crossOrigin dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable form formAction formEncType formMethod formNoValidate formTarget height hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType lang list max maxLength min minLength multiple 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 pattern placeholder prefix property radioGroup readAsText readOnly required resource results role security size slot spellCheck src step style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate type typeof unselectable value valueLink vocab width","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#methods","text":"onSelectFiles","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#accept","text":"\u2022 Optional accept : string Overrides void Defined in src/renderer/components/input/file-input.tsx:11","title":"accept"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#alt","text":"\u2022 Optional alt : string Inherited from Props . alt Defined in node_modules/@types/react/index.d.ts:2069","title":"alt"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#autocomplete","text":"\u2022 Optional autoComplete : string Inherited from Props . autoComplete Defined in node_modules/@types/react/index.d.ts:2070","title":"autoComplete"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from Props . autoFocus Defined in node_modules/@types/react/index.d.ts:2071","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#capture","text":"\u2022 Optional capture : boolean | string Inherited from Props . capture Defined in node_modules/@types/react/index.d.ts:2072","title":"capture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#checked","text":"\u2022 Optional checked : boolean Inherited from Props . checked Defined in node_modules/@types/react/index.d.ts:2073","title":"checked"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#crossorigin","text":"\u2022 Optional crossOrigin : string Inherited from Props . crossOrigin Defined in node_modules/@types/react/index.d.ts:2074","title":"crossOrigin"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#disabled","text":"\u2022 Optional disabled : boolean Inherited from Props . disabled Defined in node_modules/@types/react/index.d.ts:2075","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#form","text":"\u2022 Optional form : string Inherited from Props . form Defined in node_modules/@types/react/index.d.ts:2076","title":"form"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#formaction","text":"\u2022 Optional formAction : string Inherited from Props . formAction Defined in node_modules/@types/react/index.d.ts:2077","title":"formAction"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#formenctype","text":"\u2022 Optional formEncType : string Inherited from Props . formEncType Defined in node_modules/@types/react/index.d.ts:2078","title":"formEncType"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#formmethod","text":"\u2022 Optional formMethod : string Inherited from Props . formMethod Defined in node_modules/@types/react/index.d.ts:2079","title":"formMethod"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean Inherited from Props . formNoValidate Defined in node_modules/@types/react/index.d.ts:2080","title":"formNoValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#formtarget","text":"\u2022 Optional formTarget : string Inherited from Props . formTarget Defined in node_modules/@types/react/index.d.ts:2081","title":"formTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#height","text":"\u2022 Optional height : number | string Inherited from Props . height Defined in node_modules/@types/react/index.d.ts:2082","title":"height"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#id","text":"\u2022 Optional id : string Overrides IconProps . id Defined in src/renderer/components/input/file-input.tsx:10","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#list","text":"\u2022 Optional list : string Inherited from Props . list Defined in node_modules/@types/react/index.d.ts:2083","title":"list"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#max","text":"\u2022 Optional max : number | string Inherited from Props . max Defined in node_modules/@types/react/index.d.ts:2084","title":"max"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#maxlength","text":"\u2022 Optional maxLength : number Inherited from Props . maxLength Defined in node_modules/@types/react/index.d.ts:2085","title":"maxLength"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#min","text":"\u2022 Optional min : number | string Inherited from Props . min Defined in node_modules/@types/react/index.d.ts:2086","title":"min"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#minlength","text":"\u2022 Optional minLength : number Inherited from Props . minLength Defined in node_modules/@types/react/index.d.ts:2087","title":"minLength"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#multiple","text":"\u2022 Optional multiple : boolean Overrides void Defined in src/renderer/components/input/file-input.tsx:13","title":"multiple"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#name","text":"\u2022 Optional name : string Inherited from Props . name Defined in node_modules/@types/react/index.d.ts:2089","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onchange","text":"\u2022 Optional onChange : ChangeEventHandler\\ Inherited from Props . onChange Overrides IconProps . onChange Defined in node_modules/@types/react/index.d.ts:2101","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#pattern","text":"\u2022 Optional pattern : string Inherited from Props . pattern Defined in node_modules/@types/react/index.d.ts:2090","title":"pattern"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#placeholder","text":"\u2022 Optional placeholder : string Inherited from Props . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:2091","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#readastext","text":"\u2022 Optional readAsText : boolean Defined in src/renderer/components/input/file-input.tsx:12","title":"readAsText"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#readonly","text":"\u2022 Optional readOnly : boolean Inherited from Props . readOnly Defined in node_modules/@types/react/index.d.ts:2092","title":"readOnly"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#required","text":"\u2022 Optional required : boolean Inherited from Props . required Defined in node_modules/@types/react/index.d.ts:2093","title":"required"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#size","text":"\u2022 Optional size : number Inherited from Props . size Defined in node_modules/@types/react/index.d.ts:2094","title":"size"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#src","text":"\u2022 Optional src : string Inherited from Props . src Defined in node_modules/@types/react/index.d.ts:2095","title":"src"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#step","text":"\u2022 Optional step : number | string Inherited from Props . step Defined in node_modules/@types/react/index.d.ts:2096","title":"step"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#type","text":"\u2022 Optional type : string Inherited from Props . type Defined in node_modules/@types/react/index.d.ts:2097","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#value","text":"\u2022 Optional value : string | string[] | number Inherited from Props . value Defined in node_modules/@types/react/index.d.ts:2098","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#width","text":"\u2022 Optional width : number | string Inherited from Props . width Defined in node_modules/@types/react/index.d.ts:2099","title":"width"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onselectfiles","text":"\u25b8 onSelectFiles (... selectedFiles : FileInputSelection []): void Defined in src/renderer/components/input/file-input.tsx:14","title":"onSelectFiles"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/input\" / State Interface: State # Hierarchy # State Index # Properties # dirty dirtyOnBlur errors focused valid validating Properties # dirty # \u2022 Optional dirty : boolean Defined in src/renderer/components/input/input.tsx:38 dirtyOnBlur # \u2022 Optional dirtyOnBlur : boolean Defined in src/renderer/components/input/input.tsx:39 errors # \u2022 Optional errors : React.ReactNode[] Defined in src/renderer/components/input/input.tsx:42 focused # \u2022 Optional focused : boolean Defined in src/renderer/components/input/input.tsx:37 valid # \u2022 Optional valid : boolean Defined in src/renderer/components/input/input.tsx:40 validating # \u2022 Optional validating : boolean Defined in src/renderer/components/input/input.tsx:41","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#interface-state","text":"","title":"Interface: State"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#hierarchy","text":"State","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#properties","text":"dirty dirtyOnBlur errors focused valid validating","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#dirty","text":"\u2022 Optional dirty : boolean Defined in src/renderer/components/input/input.tsx:38","title":"dirty"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#dirtyonblur","text":"\u2022 Optional dirtyOnBlur : boolean Defined in src/renderer/components/input/input.tsx:39","title":"dirtyOnBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#errors","text":"\u2022 Optional errors : React.ReactNode[] Defined in src/renderer/components/input/input.tsx:42","title":"errors"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#focused","text":"\u2022 Optional focused : boolean Defined in src/renderer/components/input/input.tsx:37","title":"focused"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#valid","text":"\u2022 Optional valid : boolean Defined in src/renderer/components/input/input.tsx:40","title":"valid"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#validating","text":"\u2022 Optional validating : boolean Defined in src/renderer/components/input/input.tsx:41","title":"validating"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/input_validators\" / InputValidator Interface: InputValidator # Hierarchy # InputValidator Index # Properties # debounce message Methods # condition validate Properties # debounce # \u2022 Optional debounce : number Defined in src/renderer/components/input/input_validators.ts:8 message # \u2022 Optional message : ReactNode | (value: string, props?: InputProps ) => ReactNode | string Defined in src/renderer/components/input/input_validators.ts:10 Methods # condition # \u25b8 Optional 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 \\ Defined in src/renderer/components/input/input_validators.ts:11 Parameters: Name Type value string props? InputProps Returns: boolean | Promise \\","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#interface-inputvalidator","text":"","title":"Interface: InputValidator"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#hierarchy","text":"InputValidator","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#properties","text":"debounce message","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#methods","text":"condition validate","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#debounce","text":"\u2022 Optional debounce : number Defined in src/renderer/components/input/input_validators.ts:8","title":"debounce"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#message","text":"\u2022 Optional message : ReactNode | (value: string, props?: InputProps ) => ReactNode | string Defined in src/renderer/components/input/input_validators.ts:10","title":"message"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#condition","text":"\u25b8 Optional condition ( props : InputProps ): boolean Defined in src/renderer/components/input/input_validators.ts:9","title":"condition"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#validate","text":"\u25b8 validate ( value : string, props? : InputProps ): boolean | Promise \\ Defined in src/renderer/components/input/input_validators.ts:11","title":"validate"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/search-input\" / Props Interface: Props # Hierarchy # InputProps \\ \u21b3 Props Index # Properties # autoSelectOnFocus className closeIcon compact contentRight dirty iconLeft iconRight maxRows multiLine onClear showValidationLine theme validators value Methods # onChange onSubmit Properties # autoSelectOnFocus # \u2022 Optional autoSelectOnFocus : boolean Inherited from __type.autoSelectOnFocus Defined in src/renderer/components/input/input.tsx:23 className # \u2022 Optional className : string Inherited from __type.className Defined in src/renderer/components/input/input.tsx:21 closeIcon # \u2022 Optional closeIcon : boolean Defined in src/renderer/components/input/search-input.tsx:13 compact # \u2022 Optional compact : boolean Defined in src/renderer/components/input/search-input.tsx:12 contentRight # \u2022 Optional contentRight : string | React.ReactNode Inherited from __type.contentRight Defined in src/renderer/components/input/input.tsx:30 dirty # \u2022 Optional dirty : boolean Inherited from __type.dirty Defined in src/renderer/components/input/input.tsx:26 iconLeft # \u2022 Optional iconLeft : string | React.ReactNode Inherited from __type.iconLeft Defined in src/renderer/components/input/input.tsx:28 iconRight # \u2022 Optional iconRight : string | React.ReactNode Inherited from __type.iconRight Defined in src/renderer/components/input/input.tsx:29 maxRows # \u2022 Optional maxRows : number Inherited from __type.maxRows Defined in src/renderer/components/input/input.tsx:25 multiLine # \u2022 Optional multiLine : boolean Inherited from __type.multiLine Defined in src/renderer/components/input/input.tsx:24 onClear # \u2022 Optional onClear : () => void Defined in src/renderer/components/input/search-input.tsx:14 showValidationLine # \u2022 Optional showValidationLine : boolean Inherited from __type.showValidationLine Defined in src/renderer/components/input/input.tsx:27 theme # \u2022 Optional theme : \\\"round-black\\\" Inherited from __type.theme Defined in src/renderer/components/input/input.tsx:20 validators # \u2022 Optional validators : InputValidator | InputValidator [] Inherited from __type.validators Defined in src/renderer/components/input/input.tsx:31 value # \u2022 Optional value : T Inherited from __type . value Defined in src/renderer/components/input/input.tsx:22 Methods # onChange # \u25b8 Optional onChange ( value : T, evt : ChangeEvent\\< InputElement >): void Inherited from __type.onChange Defined in src/renderer/components/input/input.tsx:32 Parameters: Name Type value T evt ChangeEvent\\< InputElement > Returns: void onSubmit # \u25b8 Optional onSubmit ( value : T): void Inherited from __type.onSubmit Defined in src/renderer/components/input/input.tsx:33 Parameters: Name Type value T Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#hierarchy","text":"InputProps \\ \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#properties","text":"autoSelectOnFocus className closeIcon compact contentRight dirty iconLeft iconRight maxRows multiLine onClear showValidationLine theme validators value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#methods","text":"onChange onSubmit","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#autoselectonfocus","text":"\u2022 Optional autoSelectOnFocus : boolean Inherited from __type.autoSelectOnFocus Defined in src/renderer/components/input/input.tsx:23","title":"autoSelectOnFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#classname","text":"\u2022 Optional className : string Inherited from __type.className Defined in src/renderer/components/input/input.tsx:21","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#closeicon","text":"\u2022 Optional closeIcon : boolean Defined in src/renderer/components/input/search-input.tsx:13","title":"closeIcon"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#compact","text":"\u2022 Optional compact : boolean Defined in src/renderer/components/input/search-input.tsx:12","title":"compact"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#contentright","text":"\u2022 Optional contentRight : string | React.ReactNode Inherited from __type.contentRight Defined in src/renderer/components/input/input.tsx:30","title":"contentRight"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#dirty","text":"\u2022 Optional dirty : boolean Inherited from __type.dirty Defined in src/renderer/components/input/input.tsx:26","title":"dirty"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#iconleft","text":"\u2022 Optional iconLeft : string | React.ReactNode Inherited from __type.iconLeft Defined in src/renderer/components/input/input.tsx:28","title":"iconLeft"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#iconright","text":"\u2022 Optional iconRight : string | React.ReactNode Inherited from __type.iconRight Defined in src/renderer/components/input/input.tsx:29","title":"iconRight"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#maxrows","text":"\u2022 Optional maxRows : number Inherited from __type.maxRows Defined in src/renderer/components/input/input.tsx:25","title":"maxRows"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#multiline","text":"\u2022 Optional multiLine : boolean Inherited from __type.multiLine Defined in src/renderer/components/input/input.tsx:24","title":"multiLine"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#onclear","text":"\u2022 Optional onClear : () => void Defined in src/renderer/components/input/search-input.tsx:14","title":"onClear"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#showvalidationline","text":"\u2022 Optional showValidationLine : boolean Inherited from __type.showValidationLine Defined in src/renderer/components/input/input.tsx:27","title":"showValidationLine"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#theme","text":"\u2022 Optional theme : \\\"round-black\\\" Inherited from __type.theme Defined in src/renderer/components/input/input.tsx:20","title":"theme"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#validators","text":"\u2022 Optional validators : InputValidator | InputValidator [] Inherited from __type.validators Defined in src/renderer/components/input/input.tsx:31","title":"validators"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#value","text":"\u2022 Optional value : T Inherited from __type . value Defined in src/renderer/components/input/input.tsx:22","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#onchange","text":"\u25b8 Optional onChange ( value : T, evt : ChangeEvent\\< InputElement >): void Inherited from __type.onChange Defined in src/renderer/components/input/input.tsx:32","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#onsubmit","text":"\u25b8 Optional onSubmit ( value : T): void Inherited from __type.onSubmit Defined in src/renderer/components/input/input.tsx:33","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/search-input-url\" / Props Interface: Props # Hierarchy # InputProps \\ \u21b3 Props Index # Properties # autoSelectOnFocus className compact contentRight dirty iconLeft iconRight maxRows multiLine showValidationLine theme validators value Methods # onChange onSubmit Properties # autoSelectOnFocus # \u2022 Optional autoSelectOnFocus : boolean Inherited from __type.autoSelectOnFocus Defined in src/renderer/components/input/input.tsx:23 className # \u2022 Optional className : string Inherited from __type.className Defined in src/renderer/components/input/input.tsx:21 compact # \u2022 Optional compact : boolean Defined in src/renderer/components/input/search-input-url.tsx:10 contentRight # \u2022 Optional contentRight : string | React.ReactNode Inherited from __type.contentRight Defined in src/renderer/components/input/input.tsx:30 dirty # \u2022 Optional dirty : boolean Inherited from __type.dirty Defined in src/renderer/components/input/input.tsx:26 iconLeft # \u2022 Optional iconLeft : string | React.ReactNode Inherited from __type.iconLeft Defined in src/renderer/components/input/input.tsx:28 iconRight # \u2022 Optional iconRight : string | React.ReactNode Inherited from __type.iconRight Defined in src/renderer/components/input/input.tsx:29 maxRows # \u2022 Optional maxRows : number Inherited from __type.maxRows Defined in src/renderer/components/input/input.tsx:25 multiLine # \u2022 Optional multiLine : boolean Inherited from __type.multiLine Defined in src/renderer/components/input/input.tsx:24 showValidationLine # \u2022 Optional showValidationLine : boolean Inherited from __type.showValidationLine Defined in src/renderer/components/input/input.tsx:27 theme # \u2022 Optional theme : \\\"round-black\\\" Inherited from __type.theme Defined in src/renderer/components/input/input.tsx:20 validators # \u2022 Optional validators : InputValidator | InputValidator [] Inherited from __type.validators Defined in src/renderer/components/input/input.tsx:31 value # \u2022 Optional value : T Inherited from __type . value Defined in src/renderer/components/input/input.tsx:22 Methods # onChange # \u25b8 Optional onChange ( value : T, evt : ChangeEvent\\< InputElement >): void Inherited from __type.onChange Defined in src/renderer/components/input/input.tsx:32 Parameters: Name Type value T evt ChangeEvent\\< InputElement > Returns: void onSubmit # \u25b8 Optional onSubmit ( value : T): void Inherited from __type.onSubmit Defined in src/renderer/components/input/input.tsx:33 Parameters: Name Type value T Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#hierarchy","text":"InputProps \\ \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#properties","text":"autoSelectOnFocus className compact contentRight dirty iconLeft iconRight maxRows multiLine showValidationLine theme validators value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#methods","text":"onChange onSubmit","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#autoselectonfocus","text":"\u2022 Optional autoSelectOnFocus : boolean Inherited from __type.autoSelectOnFocus Defined in src/renderer/components/input/input.tsx:23","title":"autoSelectOnFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#classname","text":"\u2022 Optional className : string Inherited from __type.className Defined in src/renderer/components/input/input.tsx:21","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#compact","text":"\u2022 Optional compact : boolean Defined in src/renderer/components/input/search-input-url.tsx:10","title":"compact"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#contentright","text":"\u2022 Optional contentRight : string | React.ReactNode Inherited from __type.contentRight Defined in src/renderer/components/input/input.tsx:30","title":"contentRight"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#dirty","text":"\u2022 Optional dirty : boolean Inherited from __type.dirty Defined in src/renderer/components/input/input.tsx:26","title":"dirty"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#iconleft","text":"\u2022 Optional iconLeft : string | React.ReactNode Inherited from __type.iconLeft Defined in src/renderer/components/input/input.tsx:28","title":"iconLeft"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#iconright","text":"\u2022 Optional iconRight : string | React.ReactNode Inherited from __type.iconRight Defined in src/renderer/components/input/input.tsx:29","title":"iconRight"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#maxrows","text":"\u2022 Optional maxRows : number Inherited from __type.maxRows Defined in src/renderer/components/input/input.tsx:25","title":"maxRows"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#multiline","text":"\u2022 Optional multiLine : boolean Inherited from __type.multiLine Defined in src/renderer/components/input/input.tsx:24","title":"multiLine"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#showvalidationline","text":"\u2022 Optional showValidationLine : boolean Inherited from __type.showValidationLine Defined in src/renderer/components/input/input.tsx:27","title":"showValidationLine"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#theme","text":"\u2022 Optional theme : \\\"round-black\\\" Inherited from __type.theme Defined in src/renderer/components/input/input.tsx:20","title":"theme"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#validators","text":"\u2022 Optional validators : InputValidator | InputValidator [] Inherited from __type.validators Defined in src/renderer/components/input/input.tsx:31","title":"validators"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#value","text":"\u2022 Optional value : T Inherited from __type . value Defined in src/renderer/components/input/input.tsx:22","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#onchange","text":"\u25b8 Optional onChange ( value : T, evt : ChangeEvent\\< InputElement >): void Inherited from __type.onChange Defined in src/renderer/components/input/input.tsx:32","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#onsubmit","text":"\u25b8 Optional onSubmit ( value : T): void Inherited from __type.onSubmit Defined in src/renderer/components/input/input.tsx:33","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/filter-icon\" / Props Interface: Props # Hierarchy # {} \u21b3 Props Index # Properties # type Properties # type # \u2022 type : FilterType Defined in src/renderer/components/item-object-list/filter-icon.tsx:6","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/#hierarchy","text":"{} \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/#properties","text":"type","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/#type","text":"\u2022 type : FilterType Defined in src/renderer/components/item-object-list/filter-icon.tsx:6","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/item-list-layout\" / IHeaderPlaceholders Interface: IHeaderPlaceholders # Hierarchy # IHeaderPlaceholders Index # Properties # filters info search title Properties # filters # \u2022 filters : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:31 info # \u2022 info : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:32 search # \u2022 search : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:30 title # \u2022 title : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:29","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#interface-iheaderplaceholders","text":"","title":"Interface: IHeaderPlaceholders"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#hierarchy","text":"IHeaderPlaceholders","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#properties","text":"filters info search title","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#filters","text":"\u2022 filters : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:31","title":"filters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#info","text":"\u2022 info : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:32","title":"info"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#search","text":"\u2022 search : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:30","title":"search"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#title","text":"\u2022 title : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:29","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/item-list-layout\" / ItemListLayoutProps Interface: ItemListLayoutProps\\ # Type parameters # Name Type Default T ItemObject 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 # addRemoveButtons # \u2022 Optional addRemoveButtons : Partial\\< AddRemoveButtonsProps > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:61 className # \u2022 className : IClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:36 copyClassNameFromHeadCells # \u2022 Optional copyClassNameFromHeadCells : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:54 customizeHeader # \u2022 Optional customizeHeader : (placeholders: IHeaderPlaceholders , content: ReactNode) => Partial\\< IHeaderPlaceholders > | ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:48 customizeRemoveDialog # \u2022 Optional customizeRemoveDialog : (selectedItems: T[]) => Partial\\< ConfirmDialogParams > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:70 customizeTableRowProps # \u2022 Optional customizeTableRowProps : (item: T) => Partial\\< TableRowProps > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:60 dependentStores # \u2022 Optional dependentStores : ItemStore [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:38 detailsItem # \u2022 Optional detailsItem : T Defined in src/renderer/components/item-object-list/item-list-layout.tsx:66 filterItems # \u2022 Optional filterItems : ItemsFilter \\ [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:42 hasDetailsView # \u2022 Optional hasDetailsView : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:65 headerClassName # \u2022 Optional headerClassName : IClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:46 hideFilters # \u2022 Optional hideFilters : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:40 isClusterScoped # \u2022 Optional isClusterScoped : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:39 isReady # \u2022 Optional isReady : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:51 isSearchable # \u2022 Optional isSearchable : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:53 isSelectable # \u2022 Optional isSelectable : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:52 onDetails # \u2022 Optional onDetails : (item: T) => void Defined in src/renderer/components/item-object-list/item-list-layout.tsx:67 renderFooter # \u2022 Optional renderFooter : (parent: ItemListLayout ) => React.ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:71 renderHeaderTitle # \u2022 Optional renderHeaderTitle : ReactNode | (parent: ItemListLayout ) => ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:47 renderItemMenu # \u2022 Optional renderItemMenu : (item: T, store: ItemStore \\ ) => ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:59 renderTableContents # \u2022 renderTableContents : (item: T) => (ReactNode | TableCellProps )[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:58 renderTableHeader # \u2022 renderTableHeader : TableCellProps [] | null Defined in src/renderer/components/item-object-list/item-list-layout.tsx:57 searchFilters # \u2022 Optional searchFilters : SearchFilter \\ [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:41 showHeader # \u2022 Optional showHeader : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:45 sortingCallbacks # \u2022 Optional sortingCallbacks : { [sortBy:string]: TableSortCallback ; } Defined in src/renderer/components/item-object-list/item-list-layout.tsx:55 store # \u2022 store : ItemStore \\ Defined in src/renderer/components/item-object-list/item-list-layout.tsx:37 tableProps # \u2022 Optional tableProps : Partial\\< TableProps > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56 virtual # \u2022 Optional virtual : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#interface-itemlistlayoutprops","text":"","title":"Interface: ItemListLayoutProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#type-parameters","text":"Name Type Default T ItemObject ItemObject","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#hierarchy","text":"ItemListLayoutProps \u21b3 KubeObjectListLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#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/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#addremovebuttons","text":"\u2022 Optional addRemoveButtons : Partial\\< AddRemoveButtonsProps > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:61","title":"addRemoveButtons"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#classname","text":"\u2022 className : IClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:36","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#copyclassnamefromheadcells","text":"\u2022 Optional copyClassNameFromHeadCells : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:54","title":"copyClassNameFromHeadCells"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#customizeheader","text":"\u2022 Optional customizeHeader : (placeholders: IHeaderPlaceholders , content: ReactNode) => Partial\\< IHeaderPlaceholders > | ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:48","title":"customizeHeader"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#customizeremovedialog","text":"\u2022 Optional customizeRemoveDialog : (selectedItems: T[]) => Partial\\< ConfirmDialogParams > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:70","title":"customizeRemoveDialog"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#customizetablerowprops","text":"\u2022 Optional customizeTableRowProps : (item: T) => Partial\\< TableRowProps > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:60","title":"customizeTableRowProps"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#dependentstores","text":"\u2022 Optional dependentStores : ItemStore [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:38","title":"dependentStores"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#detailsitem","text":"\u2022 Optional detailsItem : T Defined in src/renderer/components/item-object-list/item-list-layout.tsx:66","title":"detailsItem"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#filteritems","text":"\u2022 Optional filterItems : ItemsFilter \\ [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:42","title":"filterItems"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#hasdetailsview","text":"\u2022 Optional hasDetailsView : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:65","title":"hasDetailsView"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#headerclassname","text":"\u2022 Optional headerClassName : IClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:46","title":"headerClassName"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#hidefilters","text":"\u2022 Optional hideFilters : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:40","title":"hideFilters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#isclusterscoped","text":"\u2022 Optional isClusterScoped : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:39","title":"isClusterScoped"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#isready","text":"\u2022 Optional isReady : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:51","title":"isReady"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#issearchable","text":"\u2022 Optional isSearchable : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:53","title":"isSearchable"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#isselectable","text":"\u2022 Optional isSelectable : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:52","title":"isSelectable"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#ondetails","text":"\u2022 Optional onDetails : (item: T) => void Defined in src/renderer/components/item-object-list/item-list-layout.tsx:67","title":"onDetails"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#renderfooter","text":"\u2022 Optional renderFooter : (parent: ItemListLayout ) => React.ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:71","title":"renderFooter"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#renderheadertitle","text":"\u2022 Optional renderHeaderTitle : ReactNode | (parent: ItemListLayout ) => ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:47","title":"renderHeaderTitle"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#renderitemmenu","text":"\u2022 Optional renderItemMenu : (item: T, store: ItemStore \\ ) => ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:59","title":"renderItemMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#rendertablecontents","text":"\u2022 renderTableContents : (item: T) => (ReactNode | TableCellProps )[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:58","title":"renderTableContents"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#rendertableheader","text":"\u2022 renderTableHeader : TableCellProps [] | null Defined in src/renderer/components/item-object-list/item-list-layout.tsx:57","title":"renderTableHeader"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#searchfilters","text":"\u2022 Optional searchFilters : SearchFilter \\ [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:41","title":"searchFilters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#showheader","text":"\u2022 Optional showHeader : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:45","title":"showHeader"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#sortingcallbacks","text":"\u2022 Optional sortingCallbacks : { [sortBy:string]: TableSortCallback ; } Defined in src/renderer/components/item-object-list/item-list-layout.tsx:55","title":"sortingCallbacks"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#store","text":"\u2022 store : ItemStore \\ Defined in src/renderer/components/item-object-list/item-list-layout.tsx:37","title":"store"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#tableprops","text":"\u2022 Optional tableProps : Partial\\< TableProps > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56","title":"tableProps"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#virtual","text":"\u2022 Optional virtual : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62","title":"virtual"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/item-list-layout\" / ItemListLayoutUserSettings Interface: ItemListLayoutUserSettings # Hierarchy # ItemListLayoutUserSettings Index # Properties # showAppliedFilters Properties # showAppliedFilters # \u2022 Optional showAppliedFilters : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:87","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/#interface-itemlistlayoutusersettings","text":"","title":"Interface: ItemListLayoutUserSettings"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/#hierarchy","text":"ItemListLayoutUserSettings","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/#properties","text":"showAppliedFilters","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/#showappliedfilters","text":"\u2022 Optional showAppliedFilters : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:87","title":"showAppliedFilters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters-list\" / Props Interface: Props # Hierarchy # Props Index # Properties # filters Properties # filters # \u2022 Optional filters : Filter [] Defined in src/renderer/components/item-object-list/page-filters-list.tsx:12","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/#hierarchy","text":"Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/#properties","text":"filters","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/#filters","text":"\u2022 Optional filters : Filter [] Defined in src/renderer/components/item-object-list/page-filters-list.tsx:12","title":"filters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters-select\" / Props Interface: Props\\ # Type parameters # Name Default T any Hierarchy # SelectProps \u21b3 Props Index # Properties # allowCreateWhileLoading allowEmpty aria-label aria-labelledby autoConvertOptions autoFocus backspaceRemovesValue blurInputOnSelect captureMenuScroll className classNamePrefix closeMenuOnScroll closeMenuOnSelect components controlShouldRenderValue createOptionPosition defaultInputValue defaultMenuIsOpen defaultValue delimiter disableFilters 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 # allowCreateWhileLoading # \u2022 Optional allowCreateWhileLoading : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11 allowEmpty # \u2022 Optional allowEmpty : boolean Defined in src/renderer/components/item-object-list/page-filters-select.tsx:18 aria-label # \u2022 Optional aria-label : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58 aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60 autoConvertOptions # \u2022 Optional autoConvertOptions : boolean Inherited from SelectProps . autoConvertOptions Defined in src/renderer/components/select/select.tsx:30 autoFocus # \u2022 Optional autoFocus : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62 backspaceRemovesValue # \u2022 Optional backspaceRemovesValue : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64 blurInputOnSelect # \u2022 Optional blurInputOnSelect : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66 captureMenuScroll # \u2022 Optional captureMenuScroll : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68 className # \u2022 Optional className : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70 classNamePrefix # \u2022 Optional classNamePrefix : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72 closeMenuOnScroll # \u2022 Optional closeMenuOnScroll : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87 closeMenuOnSelect # \u2022 Optional closeMenuOnSelect : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74 components # \u2022 Optional components : SelectComponentsConfig\\ Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97 controlShouldRenderValue # \u2022 Optional controlShouldRenderValue : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99 createOptionPosition # \u2022 Optional createOptionPosition : \\\"first\\\" | \\\"last\\\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26 defaultInputValue # \u2022 Optional defaultInputValue : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207 defaultMenuIsOpen # \u2022 Optional defaultMenuIsOpen : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208 defaultValue # \u2022 Optional defaultValue : ValueType\\ Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209 delimiter # \u2022 Optional delimiter : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101 disableFilters # \u2022 Optional disableFilters : { [filterType:string]: boolean; } Defined in src/renderer/components/item-object-list/page-filters-select.tsx:19 escapeClearsValue # \u2022 Optional escapeClearsValue : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103 filterOption # \u2022 Optional filterOption : (option: Option, rawInput: string) => boolean | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105 formatCreateLabel # \u2022 Optional formatCreateLabel : (inputValue: string) => React.ReactNode Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14 formatGroupLabel # \u2022 Optional formatGroupLabel : formatGroupLabel \\ Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110 formatOptionLabel # \u2022 Optional formatOptionLabel : (option: T, labelMeta: FormatOptionLabelMeta\\ ) => React.ReactNode Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112 getNewOptionData # \u2022 Optional getNewOptionData : (inputValue: string, optionLabel: React.ReactNode) => T Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20 getOptionLabel # \u2022 Optional getOptionLabel : getOptionLabel \\ Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114 getOptionValue # \u2022 Optional getOptionValue : getOptionValue \\ Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116 hideSelectedOptions # \u2022 Optional hideSelectedOptions : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118 id # \u2022 Optional id : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120 inputId # \u2022 Optional inputId : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124 inputValue # \u2022 Optional inputValue : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122 instanceId # \u2022 Optional instanceId : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126 isClearable # \u2022 Optional isClearable : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128 isCreatable # \u2022 Optional isCreatable : boolean Inherited from SelectProps . isCreatable Defined in src/renderer/components/select/select.tsx:29 isDisabled # \u2022 Optional isDisabled : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130 isLoading # \u2022 Optional isLoading : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132 isMulti # \u2022 Optional isMulti : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138 isOptionDisabled # \u2022 Optional isOptionDisabled : (option: T, options: OptionsType\\ ) => boolean | false Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134 isOptionSelected # \u2022 Optional isOptionSelected : (option: T, options: OptionsType\\ ) => boolean Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136 isRtl # \u2022 Optional isRtl : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140 isSearchable # \u2022 Optional isSearchable : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142 isValidNewOption # \u2022 Optional isValidNewOption : (inputValue: string, value: ValueType\\ , options: OptionsType\\ ) => boolean Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17 loadingMessage # \u2022 Optional loadingMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144 maxMenuHeight # \u2022 Optional maxMenuHeight : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148 menuClass # \u2022 Optional menuClass : string Inherited from SelectProps . menuClass Defined in src/renderer/components/select/select.tsx:28 menuIsOpen # \u2022 Optional menuIsOpen : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150 menuPlacement # \u2022 Optional menuPlacement : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153 menuPortalTarget # \u2022 Optional menuPortalTarget : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157 menuPosition # \u2022 Optional menuPosition : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155 menuShouldBlockScroll # \u2022 Optional menuShouldBlockScroll : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159 menuShouldScrollIntoView # \u2022 Optional menuShouldScrollIntoView : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161 minMenuHeight # \u2022 Optional minMenuHeight : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146 name # \u2022 Optional name : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163 noOptionsMessage # \u2022 Optional noOptionsMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165 onBlur # \u2022 Optional onBlur : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167 onCreateOption # \u2022 Optional onCreateOption : (inputValue: string) => void Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24 onFocus # \u2022 Optional onFocus : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171 onInputChange # \u2022 Optional onInputChange : (newValue: string, actionMeta: InputActionMeta) => void Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175 onMenuClose # \u2022 Optional onMenuClose : () => void Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179 onMenuOpen # \u2022 Optional onMenuOpen : () => void Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177 onMenuScrollToBottom # \u2022 Optional onMenuScrollToBottom : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183 onMenuScrollToTop # \u2022 Optional onMenuScrollToTop : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181 openMenuOnClick # \u2022 Optional openMenuOnClick : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187 openMenuOnFocus # \u2022 Optional openMenuOnFocus : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185 options # \u2022 Optional options : GroupedOptionsType\\ | OptionsType\\ Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189 pageSize # \u2022 Optional pageSize : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191 placeholder # \u2022 Optional placeholder : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193 screenReaderStatus # \u2022 Optional screenReaderStatus : (obj: { count: number }) => string Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195 styles # \u2022 Optional styles : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197 tabIndex # \u2022 Optional tabIndex : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201 tabSelectsValue # \u2022 Optional tabSelectsValue : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203 theme # \u2022 Optional theme : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199 themeName # \u2022 Optional themeName : \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Inherited from SelectProps . themeName Defined in src/renderer/components/select/select.tsx:27 value # \u2022 Optional value : T Inherited from SelectProps . value Overrides void Defined in src/renderer/components/select/select.tsx:26 Methods # onChange # \u25b8 Optional onChange ( option : T, meta? : ActionMeta\\ ): void Inherited from SelectProps . onChange Overrides void Defined in src/renderer/components/select/select.tsx:31 Parameters: Name Type option T meta? ActionMeta\\ Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#interface-props","text":"","title":"Interface: Props\\"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#hierarchy","text":"SelectProps \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#properties","text":"allowCreateWhileLoading allowEmpty aria-label aria-labelledby autoConvertOptions autoFocus backspaceRemovesValue blurInputOnSelect captureMenuScroll className classNamePrefix closeMenuOnScroll closeMenuOnSelect components controlShouldRenderValue createOptionPosition defaultInputValue defaultMenuIsOpen defaultValue delimiter disableFilters 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/_src_renderer_components_item_object_list_page_filters_select_.props/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#allowcreatewhileloading","text":"\u2022 Optional allowCreateWhileLoading : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11","title":"allowCreateWhileLoading"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#allowempty","text":"\u2022 Optional allowEmpty : boolean Defined in src/renderer/components/item-object-list/page-filters-select.tsx:18","title":"allowEmpty"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#aria-label","text":"\u2022 Optional aria-label : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58","title":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60","title":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#autoconvertoptions","text":"\u2022 Optional autoConvertOptions : boolean Inherited from SelectProps . autoConvertOptions Defined in src/renderer/components/select/select.tsx:30","title":"autoConvertOptions"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#backspaceremovesvalue","text":"\u2022 Optional backspaceRemovesValue : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64","title":"backspaceRemovesValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#blurinputonselect","text":"\u2022 Optional blurInputOnSelect : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66","title":"blurInputOnSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#capturemenuscroll","text":"\u2022 Optional captureMenuScroll : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68","title":"captureMenuScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#classname","text":"\u2022 Optional className : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#classnameprefix","text":"\u2022 Optional classNamePrefix : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72","title":"classNamePrefix"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#closemenuonscroll","text":"\u2022 Optional closeMenuOnScroll : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87","title":"closeMenuOnScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#closemenuonselect","text":"\u2022 Optional closeMenuOnSelect : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74","title":"closeMenuOnSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#components","text":"\u2022 Optional components : SelectComponentsConfig\\ Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97","title":"components"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#controlshouldrendervalue","text":"\u2022 Optional controlShouldRenderValue : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99","title":"controlShouldRenderValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#createoptionposition","text":"\u2022 Optional createOptionPosition : \\\"first\\\" | \\\"last\\\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26","title":"createOptionPosition"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#defaultinputvalue","text":"\u2022 Optional defaultInputValue : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207","title":"defaultInputValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#defaultmenuisopen","text":"\u2022 Optional defaultMenuIsOpen : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208","title":"defaultMenuIsOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#defaultvalue","text":"\u2022 Optional defaultValue : ValueType\\ Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#delimiter","text":"\u2022 Optional delimiter : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101","title":"delimiter"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#disablefilters","text":"\u2022 Optional disableFilters : { [filterType:string]: boolean; } Defined in src/renderer/components/item-object-list/page-filters-select.tsx:19","title":"disableFilters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#escapeclearsvalue","text":"\u2022 Optional escapeClearsValue : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103","title":"escapeClearsValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#filteroption","text":"\u2022 Optional filterOption : (option: Option, rawInput: string) => boolean | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105","title":"filterOption"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#formatcreatelabel","text":"\u2022 Optional formatCreateLabel : (inputValue: string) => React.ReactNode Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14","title":"formatCreateLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#formatgrouplabel","text":"\u2022 Optional formatGroupLabel : formatGroupLabel \\ Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110","title":"formatGroupLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#formatoptionlabel","text":"\u2022 Optional formatOptionLabel : (option: T, labelMeta: FormatOptionLabelMeta\\ ) => React.ReactNode Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112","title":"formatOptionLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#getnewoptiondata","text":"\u2022 Optional getNewOptionData : (inputValue: string, optionLabel: React.ReactNode) => T Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20","title":"getNewOptionData"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#getoptionlabel","text":"\u2022 Optional getOptionLabel : getOptionLabel \\ Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114","title":"getOptionLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#getoptionvalue","text":"\u2022 Optional getOptionValue : getOptionValue \\ Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116","title":"getOptionValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#hideselectedoptions","text":"\u2022 Optional hideSelectedOptions : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118","title":"hideSelectedOptions"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#id","text":"\u2022 Optional id : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#inputid","text":"\u2022 Optional inputId : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124","title":"inputId"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#inputvalue","text":"\u2022 Optional inputValue : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122","title":"inputValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#instanceid","text":"\u2022 Optional instanceId : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126","title":"instanceId"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#isclearable","text":"\u2022 Optional isClearable : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128","title":"isClearable"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#iscreatable","text":"\u2022 Optional isCreatable : boolean Inherited from SelectProps . isCreatable Defined in src/renderer/components/select/select.tsx:29","title":"isCreatable"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#isdisabled","text":"\u2022 Optional isDisabled : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130","title":"isDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#isloading","text":"\u2022 Optional isLoading : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132","title":"isLoading"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#ismulti","text":"\u2022 Optional isMulti : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138","title":"isMulti"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#isoptiondisabled","text":"\u2022 Optional isOptionDisabled : (option: T, options: OptionsType\\ ) => boolean | false Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134","title":"isOptionDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#isoptionselected","text":"\u2022 Optional isOptionSelected : (option: T, options: OptionsType\\ ) => boolean Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136","title":"isOptionSelected"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#isrtl","text":"\u2022 Optional isRtl : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140","title":"isRtl"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#issearchable","text":"\u2022 Optional isSearchable : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142","title":"isSearchable"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#isvalidnewoption","text":"\u2022 Optional isValidNewOption : (inputValue: string, value: ValueType\\ , options: OptionsType\\ ) => boolean Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17","title":"isValidNewOption"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#loadingmessage","text":"\u2022 Optional loadingMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144","title":"loadingMessage"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#maxmenuheight","text":"\u2022 Optional maxMenuHeight : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148","title":"maxMenuHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#menuclass","text":"\u2022 Optional menuClass : string Inherited from SelectProps . menuClass Defined in src/renderer/components/select/select.tsx:28","title":"menuClass"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#menuisopen","text":"\u2022 Optional menuIsOpen : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150","title":"menuIsOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#menuplacement","text":"\u2022 Optional menuPlacement : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153","title":"menuPlacement"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#menuportaltarget","text":"\u2022 Optional menuPortalTarget : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157","title":"menuPortalTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#menuposition","text":"\u2022 Optional menuPosition : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155","title":"menuPosition"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#menushouldblockscroll","text":"\u2022 Optional menuShouldBlockScroll : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159","title":"menuShouldBlockScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#menushouldscrollintoview","text":"\u2022 Optional menuShouldScrollIntoView : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161","title":"menuShouldScrollIntoView"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#minmenuheight","text":"\u2022 Optional minMenuHeight : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146","title":"minMenuHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#name","text":"\u2022 Optional name : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#nooptionsmessage","text":"\u2022 Optional noOptionsMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165","title":"noOptionsMessage"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#oncreateoption","text":"\u2022 Optional onCreateOption : (inputValue: string) => void Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24","title":"onCreateOption"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#oninputchange","text":"\u2022 Optional onInputChange : (newValue: string, actionMeta: InputActionMeta) => void Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173","title":"onInputChange"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onmenuclose","text":"\u2022 Optional onMenuClose : () => void Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179","title":"onMenuClose"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onmenuopen","text":"\u2022 Optional onMenuOpen : () => void Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177","title":"onMenuOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onmenuscrolltobottom","text":"\u2022 Optional onMenuScrollToBottom : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183","title":"onMenuScrollToBottom"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onmenuscrolltotop","text":"\u2022 Optional onMenuScrollToTop : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181","title":"onMenuScrollToTop"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#openmenuonclick","text":"\u2022 Optional openMenuOnClick : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187","title":"openMenuOnClick"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#openmenuonfocus","text":"\u2022 Optional openMenuOnFocus : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185","title":"openMenuOnFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#options","text":"\u2022 Optional options : GroupedOptionsType\\ | OptionsType\\ Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189","title":"options"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#pagesize","text":"\u2022 Optional pageSize : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191","title":"pageSize"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#placeholder","text":"\u2022 Optional placeholder : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#screenreaderstatus","text":"\u2022 Optional screenReaderStatus : (obj: { count: number }) => string Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195","title":"screenReaderStatus"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#styles","text":"\u2022 Optional styles : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197","title":"styles"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#tabindex","text":"\u2022 Optional tabIndex : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#tabselectsvalue","text":"\u2022 Optional tabSelectsValue : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203","title":"tabSelectsValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#theme","text":"\u2022 Optional theme : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199","title":"theme"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#themename","text":"\u2022 Optional themeName : \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Inherited from SelectProps . themeName Defined in src/renderer/components/select/select.tsx:27","title":"themeName"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#value","text":"\u2022 Optional value : T Inherited from SelectProps . value Overrides void Defined in src/renderer/components/select/select.tsx:26","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onchange","text":"\u25b8 Optional onChange ( option : T, meta? : ActionMeta\\ ): void Inherited from SelectProps . onChange Overrides void Defined in src/renderer/components/select/select.tsx:31","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters-select\" / SelectOptionFilter Interface: SelectOptionFilter\\ # Type parameters # Name Default T any Hierarchy # SelectOption \u21b3 SelectOptionFilter Index # Properties # label selected type value Properties # label # \u2022 Optional label : React.ReactNode Inherited from SelectOption . label Defined in src/renderer/components/select/select.tsx:22 selected # \u2022 Optional selected : boolean Defined in src/renderer/components/item-object-list/page-filters-select.tsx:14 type # \u2022 type : FilterType Defined in src/renderer/components/item-object-list/page-filters-select.tsx:13 value # \u2022 value : T Inherited from SelectOption . value Defined in src/renderer/components/select/select.tsx:21","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#interface-selectoptionfilter","text":"","title":"Interface: SelectOptionFilter\\"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#hierarchy","text":"SelectOption \u21b3 SelectOptionFilter","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#properties","text":"label selected type value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#label","text":"\u2022 Optional label : React.ReactNode Inherited from SelectOption . label Defined in src/renderer/components/select/select.tsx:22","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#selected","text":"\u2022 Optional selected : boolean Defined in src/renderer/components/item-object-list/page-filters-select.tsx:14","title":"selected"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#type","text":"\u2022 type : FilterType Defined in src/renderer/components/item-object-list/page-filters-select.tsx:13","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#value","text":"\u2022 value : T Inherited from SelectOption . value Defined in src/renderer/components/select/select.tsx:21","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters.store\" / Filter Interface: Filter # Hierarchy # Filter Index # Properties # type value Properties # type # \u2022 type : FilterType Defined in src/renderer/components/item-object-list/page-filters.store.ts:12 value # \u2022 value : string Defined in src/renderer/components/item-object-list/page-filters.store.ts:13","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/#interface-filter","text":"","title":"Interface: Filter"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/#hierarchy","text":"Filter","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/#properties","text":"type value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/#type","text":"\u2022 type : FilterType Defined in src/renderer/components/item-object-list/page-filters.store.ts:12","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/#value","text":"\u2022 value : string Defined in src/renderer/components/item-object-list/page-filters.store.ts:13","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-details\" / KubeObjectDetailsProps Interface: KubeObjectDetailsProps\\ # Type parameters # Name Default T KubeObject Hierarchy # KubeObjectDetailsProps \u21b3 Props \u21b3 Props Index # Properties # className object Properties # className # \u2022 Optional 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#interface-kubeobjectdetailsprops","text":"","title":"Interface: KubeObjectDetailsProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#type-parameters","text":"Name Default T KubeObject","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#hierarchy","text":"KubeObjectDetailsProps \u21b3 Props \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#properties","text":"className object","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/kube-object/kube-object-details.tsx:18","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#object","text":"\u2022 object : T Defined in src/renderer/components/kube-object/kube-object-details.tsx:19","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-list-layout\" / KubeObjectListLayoutProps Interface: KubeObjectListLayoutProps\\ # Type parameters # Name Type Default T ItemObject 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 # addRemoveButtons # \u2022 Optional addRemoveButtons : Partial\\< AddRemoveButtonsProps > Inherited from ItemListLayoutProps . addRemoveButtons Defined in src/renderer/components/item-object-list/item-list-layout.tsx:61 className # \u2022 className : IClassName Inherited from ItemListLayoutProps . className Defined in src/renderer/components/item-object-list/item-list-layout.tsx:36 copyClassNameFromHeadCells # \u2022 Optional copyClassNameFromHeadCells : boolean Inherited from ItemListLayoutProps . copyClassNameFromHeadCells Defined in src/renderer/components/item-object-list/item-list-layout.tsx:54 customizeHeader # \u2022 Optional customizeHeader : (placeholders: IHeaderPlaceholders , content: ReactNode) => Partial\\< IHeaderPlaceholders > | ReactNode Inherited from ItemListLayoutProps . customizeHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:48 customizeRemoveDialog # \u2022 Optional customizeRemoveDialog : (selectedItems: T[]) => Partial\\< ConfirmDialogParams > Inherited from ItemListLayoutProps . customizeRemoveDialog Defined in src/renderer/components/item-object-list/item-list-layout.tsx:70 customizeTableRowProps # \u2022 Optional customizeTableRowProps : (item: T) => Partial\\< TableRowProps > Inherited from ItemListLayoutProps . customizeTableRowProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:60 dependentStores # \u2022 Optional dependentStores : ItemStore [] Inherited from ItemListLayoutProps . dependentStores Defined in src/renderer/components/item-object-list/item-list-layout.tsx:38 detailsItem # \u2022 Optional detailsItem : T Inherited from ItemListLayoutProps . detailsItem Defined in src/renderer/components/item-object-list/item-list-layout.tsx:66 filterItems # \u2022 Optional filterItems : ItemsFilter \\ [] Inherited from ItemListLayoutProps . filterItems Defined in src/renderer/components/item-object-list/item-list-layout.tsx:42 hasDetailsView # \u2022 Optional hasDetailsView : boolean Inherited from ItemListLayoutProps . hasDetailsView Defined in src/renderer/components/item-object-list/item-list-layout.tsx:65 headerClassName # \u2022 Optional headerClassName : IClassName Inherited from ItemListLayoutProps . headerClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:46 hideFilters # \u2022 Optional hideFilters : boolean Inherited from ItemListLayoutProps . hideFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:40 isClusterScoped # \u2022 Optional isClusterScoped : boolean Inherited from ItemListLayoutProps . isClusterScoped Defined in src/renderer/components/item-object-list/item-list-layout.tsx:39 isReady # \u2022 Optional isReady : boolean Inherited from ItemListLayoutProps . isReady Defined in src/renderer/components/item-object-list/item-list-layout.tsx:51 isSearchable # \u2022 Optional isSearchable : boolean Inherited from ItemListLayoutProps . isSearchable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:53 isSelectable # \u2022 Optional isSelectable : boolean Inherited from ItemListLayoutProps . isSelectable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:52 onDetails # \u2022 Optional onDetails : (item: T) => void Inherited from ItemListLayoutProps . onDetails Defined in src/renderer/components/item-object-list/item-list-layout.tsx:67 renderFooter # \u2022 Optional renderFooter : (parent: ItemListLayout ) => React.ReactNode Inherited from ItemListLayoutProps . renderFooter Defined in src/renderer/components/item-object-list/item-list-layout.tsx:71 renderHeaderTitle # \u2022 Optional renderHeaderTitle : ReactNode | (parent: ItemListLayout ) => ReactNode Inherited from ItemListLayoutProps . renderHeaderTitle Defined in src/renderer/components/item-object-list/item-list-layout.tsx:47 renderItemMenu # \u2022 Optional renderItemMenu : (item: T, store: ItemStore \\ ) => ReactNode Inherited from ItemListLayoutProps . renderItemMenu Defined in src/renderer/components/item-object-list/item-list-layout.tsx:59 renderTableContents # \u2022 renderTableContents : (item: T) => (ReactNode | TableCellProps )[] Inherited from ItemListLayoutProps . renderTableContents Defined in src/renderer/components/item-object-list/item-list-layout.tsx:58 renderTableHeader # \u2022 renderTableHeader : TableCellProps [] | null Inherited from ItemListLayoutProps . renderTableHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:57 searchFilters # \u2022 Optional searchFilters : SearchFilter \\ [] Inherited from ItemListLayoutProps . searchFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:41 showHeader # \u2022 Optional showHeader : boolean Inherited from ItemListLayoutProps . showHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:45 sortingCallbacks # \u2022 Optional sortingCallbacks : { [sortBy:string]: TableSortCallback ; } Inherited from ItemListLayoutProps . sortingCallbacks Defined in src/renderer/components/item-object-list/item-list-layout.tsx:55 store # \u2022 store : KubeObjectStore Overrides ItemListLayoutProps . store Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:12 tableProps # \u2022 Optional tableProps : Partial\\< TableProps > Inherited from ItemListLayoutProps . tableProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56 virtual # \u2022 Optional virtual : boolean Inherited from ItemListLayoutProps . virtual Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#interface-kubeobjectlistlayoutprops","text":"","title":"Interface: KubeObjectListLayoutProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#type-parameters","text":"Name Type Default T ItemObject ItemObject","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#hierarchy","text":"ItemListLayoutProps \u21b3 KubeObjectListLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.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/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#addremovebuttons","text":"\u2022 Optional addRemoveButtons : Partial\\< AddRemoveButtonsProps > Inherited from ItemListLayoutProps . addRemoveButtons Defined in src/renderer/components/item-object-list/item-list-layout.tsx:61","title":"addRemoveButtons"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#classname","text":"\u2022 className : IClassName Inherited from ItemListLayoutProps . className Defined in src/renderer/components/item-object-list/item-list-layout.tsx:36","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#copyclassnamefromheadcells","text":"\u2022 Optional copyClassNameFromHeadCells : boolean Inherited from ItemListLayoutProps . copyClassNameFromHeadCells Defined in src/renderer/components/item-object-list/item-list-layout.tsx:54","title":"copyClassNameFromHeadCells"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#customizeheader","text":"\u2022 Optional customizeHeader : (placeholders: IHeaderPlaceholders , content: ReactNode) => Partial\\< IHeaderPlaceholders > | ReactNode Inherited from ItemListLayoutProps . customizeHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:48","title":"customizeHeader"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#customizeremovedialog","text":"\u2022 Optional customizeRemoveDialog : (selectedItems: T[]) => Partial\\< ConfirmDialogParams > Inherited from ItemListLayoutProps . customizeRemoveDialog Defined in src/renderer/components/item-object-list/item-list-layout.tsx:70","title":"customizeRemoveDialog"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#customizetablerowprops","text":"\u2022 Optional customizeTableRowProps : (item: T) => Partial\\< TableRowProps > Inherited from ItemListLayoutProps . customizeTableRowProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:60","title":"customizeTableRowProps"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#dependentstores","text":"\u2022 Optional dependentStores : ItemStore [] Inherited from ItemListLayoutProps . dependentStores Defined in src/renderer/components/item-object-list/item-list-layout.tsx:38","title":"dependentStores"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#detailsitem","text":"\u2022 Optional detailsItem : T Inherited from ItemListLayoutProps . detailsItem Defined in src/renderer/components/item-object-list/item-list-layout.tsx:66","title":"detailsItem"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#filteritems","text":"\u2022 Optional filterItems : ItemsFilter \\ [] Inherited from ItemListLayoutProps . filterItems Defined in src/renderer/components/item-object-list/item-list-layout.tsx:42","title":"filterItems"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#hasdetailsview","text":"\u2022 Optional hasDetailsView : boolean Inherited from ItemListLayoutProps . hasDetailsView Defined in src/renderer/components/item-object-list/item-list-layout.tsx:65","title":"hasDetailsView"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#headerclassname","text":"\u2022 Optional headerClassName : IClassName Inherited from ItemListLayoutProps . headerClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:46","title":"headerClassName"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#hidefilters","text":"\u2022 Optional hideFilters : boolean Inherited from ItemListLayoutProps . hideFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:40","title":"hideFilters"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#isclusterscoped","text":"\u2022 Optional isClusterScoped : boolean Inherited from ItemListLayoutProps . isClusterScoped Defined in src/renderer/components/item-object-list/item-list-layout.tsx:39","title":"isClusterScoped"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#isready","text":"\u2022 Optional isReady : boolean Inherited from ItemListLayoutProps . isReady Defined in src/renderer/components/item-object-list/item-list-layout.tsx:51","title":"isReady"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#issearchable","text":"\u2022 Optional isSearchable : boolean Inherited from ItemListLayoutProps . isSearchable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:53","title":"isSearchable"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#isselectable","text":"\u2022 Optional isSelectable : boolean Inherited from ItemListLayoutProps . isSelectable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:52","title":"isSelectable"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#ondetails","text":"\u2022 Optional onDetails : (item: T) => void Inherited from ItemListLayoutProps . onDetails Defined in src/renderer/components/item-object-list/item-list-layout.tsx:67","title":"onDetails"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#renderfooter","text":"\u2022 Optional renderFooter : (parent: ItemListLayout ) => React.ReactNode Inherited from ItemListLayoutProps . renderFooter Defined in src/renderer/components/item-object-list/item-list-layout.tsx:71","title":"renderFooter"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#renderheadertitle","text":"\u2022 Optional renderHeaderTitle : ReactNode | (parent: ItemListLayout ) => ReactNode Inherited from ItemListLayoutProps . renderHeaderTitle Defined in src/renderer/components/item-object-list/item-list-layout.tsx:47","title":"renderHeaderTitle"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#renderitemmenu","text":"\u2022 Optional renderItemMenu : (item: T, store: ItemStore \\ ) => ReactNode Inherited from ItemListLayoutProps . renderItemMenu Defined in src/renderer/components/item-object-list/item-list-layout.tsx:59","title":"renderItemMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#rendertablecontents","text":"\u2022 renderTableContents : (item: T) => (ReactNode | TableCellProps )[] Inherited from ItemListLayoutProps . renderTableContents Defined in src/renderer/components/item-object-list/item-list-layout.tsx:58","title":"renderTableContents"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#rendertableheader","text":"\u2022 renderTableHeader : TableCellProps [] | null Inherited from ItemListLayoutProps . renderTableHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:57","title":"renderTableHeader"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#searchfilters","text":"\u2022 Optional searchFilters : SearchFilter \\ [] Inherited from ItemListLayoutProps . searchFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:41","title":"searchFilters"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#showheader","text":"\u2022 Optional showHeader : boolean Inherited from ItemListLayoutProps . showHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:45","title":"showHeader"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#sortingcallbacks","text":"\u2022 Optional sortingCallbacks : { [sortBy:string]: TableSortCallback ; } Inherited from ItemListLayoutProps . sortingCallbacks Defined in src/renderer/components/item-object-list/item-list-layout.tsx:55","title":"sortingCallbacks"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#store","text":"\u2022 store : KubeObjectStore Overrides ItemListLayoutProps . store Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:12","title":"store"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#tableprops","text":"\u2022 Optional tableProps : Partial\\< TableProps > Inherited from ItemListLayoutProps . tableProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56","title":"tableProps"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#virtual","text":"\u2022 Optional virtual : boolean Inherited from ItemListLayoutProps . virtual Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62","title":"virtual"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-menu\" / KubeObjectMenuProps Interface: KubeObjectMenuProps\\ # Type parameters # Name Type Default T KubeObject any Hierarchy # MenuActionsProps \u21b3 KubeObjectMenuProps Index # Properties # className editable object removable removeConfirmationMessage toolbar triggerIcon Methods # removeAction updateAction Properties # className # \u2022 Optional className : string Inherited from MenuActionsProps . className Defined in src/renderer/components/menu/menu-actions.tsx:16 editable # \u2022 Optional 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 removable # \u2022 Optional removable : boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:14 removeConfirmationMessage # \u2022 Optional removeConfirmationMessage : React.ReactNode | () => React.ReactNode Inherited from MenuActionsProps . removeConfirmationMessage Defined in src/renderer/components/menu/menu-actions.tsx:19 toolbar # \u2022 Optional toolbar : boolean Inherited from MenuActionsProps . toolbar Defined in src/renderer/components/menu/menu-actions.tsx:17 triggerIcon # \u2022 Optional triggerIcon : string | IconProps | React.ReactNode Inherited from MenuActionsProps . triggerIcon Defined in src/renderer/components/menu/menu-actions.tsx:18 Methods # removeAction # \u25b8 Optional removeAction (): void Inherited from MenuActionsProps . removeAction Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void updateAction # \u25b8 Optional updateAction (): void Inherited from MenuActionsProps . updateAction Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#interface-kubeobjectmenuprops","text":"","title":"Interface: KubeObjectMenuProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#type-parameters","text":"Name Type Default T KubeObject any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#hierarchy","text":"MenuActionsProps \u21b3 KubeObjectMenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#properties","text":"className editable object removable removeConfirmationMessage toolbar triggerIcon","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#methods","text":"removeAction updateAction","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#classname","text":"\u2022 Optional className : string Inherited from MenuActionsProps . className Defined in src/renderer/components/menu/menu-actions.tsx:16","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#editable","text":"\u2022 Optional editable : boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:13","title":"editable"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#object","text":"\u2022 object : T Defined in src/renderer/components/kube-object/kube-object-menu.tsx:12","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#removable","text":"\u2022 Optional removable : boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:14","title":"removable"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#removeconfirmationmessage","text":"\u2022 Optional removeConfirmationMessage : React.ReactNode | () => React.ReactNode Inherited from MenuActionsProps . removeConfirmationMessage Defined in src/renderer/components/menu/menu-actions.tsx:19","title":"removeConfirmationMessage"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#toolbar","text":"\u2022 Optional toolbar : boolean Inherited from MenuActionsProps . toolbar Defined in src/renderer/components/menu/menu-actions.tsx:17","title":"toolbar"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#triggericon","text":"\u2022 Optional triggerIcon : string | IconProps | React.ReactNode Inherited from MenuActionsProps . triggerIcon Defined in src/renderer/components/menu/menu-actions.tsx:18","title":"triggerIcon"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#removeaction","text":"\u25b8 Optional removeAction (): void Inherited from MenuActionsProps . removeAction Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void","title":"removeAction"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#updateaction","text":"\u25b8 Optional updateAction (): void Inherited from MenuActionsProps . updateAction Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"updateAction"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-meta\" / KubeObjectMetaProps Interface: KubeObjectMetaProps # Hierarchy # KubeObjectMetaProps Index # Properties # hideFields object Properties # hideFields # \u2022 Optional hideFields : IKubeMetaField [] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:11 object # \u2022 object : KubeObject Defined in src/renderer/components/kube-object/kube-object-meta.tsx:10","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/#interface-kubeobjectmetaprops","text":"","title":"Interface: KubeObjectMetaProps"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/#hierarchy","text":"KubeObjectMetaProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/#properties","text":"hideFields object","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/#hidefields","text":"\u2022 Optional hideFields : IKubeMetaField [] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:11","title":"hideFields"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/#object","text":"\u2022 object : KubeObject Defined in src/renderer/components/kube-object/kube-object-meta.tsx:10","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/page-layout\" / PageLayoutProps Interface: PageLayoutProps # Hierarchy # DOMAttributes\\ \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 # back # \u2022 Optional back : (evt: MouseEvent | KeyboardEvent) => void Defined in src/renderer/components/layout/page-layout.tsx:17 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : IClassName Defined in src/renderer/components/layout/page-layout.tsx:10 contentClass # \u2022 Optional contentClass : IClassName Defined in src/renderer/components/layout/page-layout.tsx:13 contentGaps # \u2022 Optional contentGaps : boolean Defined in src/renderer/components/layout/page-layout.tsx:15 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string header # \u2022 header : React.ReactNode Defined in src/renderer/components/layout/page-layout.tsx:11 headerClass # \u2022 Optional headerClass : IClassName Defined in src/renderer/components/layout/page-layout.tsx:12 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 provideBackButtonNavigation # \u2022 Optional provideBackButtonNavigation : boolean Defined in src/renderer/components/layout/page-layout.tsx:14 showOnTop # \u2022 Optional showOnTop : boolean Defined in src/renderer/components/layout/page-layout.tsx:16","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#interface-pagelayoutprops","text":"","title":"Interface: PageLayoutProps"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#hierarchy","text":"DOMAttributes\\ \u21b3 PageLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.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/_src_renderer_components_layout_page_layout_.pagelayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#back","text":"\u2022 Optional back : (evt: MouseEvent | KeyboardEvent) => void Defined in src/renderer/components/layout/page-layout.tsx:17","title":"back"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#classname","text":"\u2022 Optional className : IClassName Defined in src/renderer/components/layout/page-layout.tsx:10","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#contentclass","text":"\u2022 Optional contentClass : IClassName Defined in src/renderer/components/layout/page-layout.tsx:13","title":"contentClass"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#contentgaps","text":"\u2022 Optional contentGaps : boolean Defined in src/renderer/components/layout/page-layout.tsx:15","title":"contentGaps"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#header","text":"\u2022 header : React.ReactNode Defined in src/renderer/components/layout/page-layout.tsx:11","title":"header"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#headerclass","text":"\u2022 Optional headerClass : IClassName Defined in src/renderer/components/layout/page-layout.tsx:12","title":"headerClass"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#providebackbuttonnavigation","text":"\u2022 Optional provideBackButtonNavigation : boolean Defined in src/renderer/components/layout/page-layout.tsx:14","title":"provideBackButtonNavigation"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#showontop","text":"\u2022 Optional showOnTop : boolean Defined in src/renderer/components/layout/page-layout.tsx:16","title":"showOnTop"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/tab-layout\" / TabLayoutProps 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 className # \u2022 Optional className : any Defined in src/renderer/components/layout/tab-layout.tsx:17 contentClass # \u2022 Optional contentClass : string Defined in src/renderer/components/layout/tab-layout.tsx:19 tabs # \u2022 Optional tabs : TabRoute [] Defined in src/renderer/components/layout/tab-layout.tsx:18","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#interface-tablayoutprops","text":"","title":"Interface: TabLayoutProps"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#hierarchy","text":"TabLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#properties","text":"children className contentClass tabs","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#children","text":"\u2022 children : ReactNode Defined in src/renderer/components/layout/tab-layout.tsx:16","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#classname","text":"\u2022 Optional className : any Defined in src/renderer/components/layout/tab-layout.tsx:17","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#contentclass","text":"\u2022 Optional contentClass : string Defined in src/renderer/components/layout/tab-layout.tsx:19","title":"contentClass"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#tabs","text":"\u2022 Optional tabs : TabRoute [] Defined in src/renderer/components/layout/tab-layout.tsx:18","title":"tabs"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/tab-layout\" / TabRoute Interface: TabRoute # Hierarchy # RouteProps \u21b3 TabRoute Index # Properties # children component exact location path render sensitive strict title url Properties # children # \u2022 Optional children : (props: RouteChildrenProps\\ ) => React.ReactNode | React.ReactNode Inherited from TabRoute . children Defined in node_modules/@types/react-router/index.d.ts:91 component # \u2022 Optional component : React.ComponentType\\ > | React.ComponentType\\ Inherited from TabRoute . component Defined in node_modules/@types/react-router/index.d.ts:89 exact # \u2022 Optional exact : boolean Inherited from TabRoute . exact Defined in node_modules/@types/react-router/index.d.ts:93 location # \u2022 Optional location : Location Inherited from TabRoute . location Defined in node_modules/@types/react-router/index.d.ts:88 path # \u2022 Optional path : string | string[] Inherited from TabRoute . path Defined in node_modules/@types/react-router/index.d.ts:92 render # \u2022 Optional render : (props: RouteComponentProps\\ ) => React.ReactNode Inherited from TabRoute . render Defined in node_modules/@types/react-router/index.d.ts:90 sensitive # \u2022 Optional sensitive : boolean Inherited from TabRoute . sensitive Defined in node_modules/@types/react-router/index.d.ts:94 strict # \u2022 Optional strict : boolean Inherited from TabRoute . 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#interface-tabroute","text":"","title":"Interface: TabRoute"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#hierarchy","text":"RouteProps \u21b3 TabRoute","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#properties","text":"children component exact location path render sensitive strict title url","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#children","text":"\u2022 Optional children : (props: RouteChildrenProps\\ ) => React.ReactNode | React.ReactNode Inherited from TabRoute . children Defined in node_modules/@types/react-router/index.d.ts:91","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#component","text":"\u2022 Optional component : React.ComponentType\\ > | React.ComponentType\\ Inherited from TabRoute . component Defined in node_modules/@types/react-router/index.d.ts:89","title":"component"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#exact","text":"\u2022 Optional exact : boolean Inherited from TabRoute . exact Defined in node_modules/@types/react-router/index.d.ts:93","title":"exact"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#location","text":"\u2022 Optional location : Location Inherited from TabRoute . location Defined in node_modules/@types/react-router/index.d.ts:88","title":"location"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#path","text":"\u2022 Optional path : string | string[] Inherited from TabRoute . path Defined in node_modules/@types/react-router/index.d.ts:92","title":"path"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#render","text":"\u2022 Optional render : (props: RouteComponentProps\\ ) => React.ReactNode Inherited from TabRoute . render Defined in node_modules/@types/react-router/index.d.ts:90","title":"render"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#sensitive","text":"\u2022 Optional sensitive : boolean Inherited from TabRoute . sensitive Defined in node_modules/@types/react-router/index.d.ts:94","title":"sensitive"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#strict","text":"\u2022 Optional strict : boolean Inherited from TabRoute . strict Defined in node_modules/@types/react-router/index.d.ts:95","title":"strict"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#title","text":"\u2022 title : React.ReactNode Defined in src/renderer/components/layout/tab-layout.tsx:11","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#url","text":"\u2022 url : string Defined in src/renderer/components/layout/tab-layout.tsx:12","title":"url"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/wizard-layout\" / WizardLayoutProps Interface: WizardLayoutProps # Hierarchy # DOMAttributes\\ \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 # centered # \u2022 Optional centered : boolean Defined in src/renderer/components/layout/wizard-layout.tsx:13 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:7 contentClass # \u2022 Optional contentClass : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:10 contentProps # \u2022 Optional contentProps : DOMAttributes\\ Defined in src/renderer/components/layout/wizard-layout.tsx:14 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string header # \u2022 Optional header : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:8 headerClass # \u2022 Optional headerClass : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:9 infoPanel # \u2022 Optional infoPanel : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:12 infoPanelClass # \u2022 Optional infoPanelClass : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:11 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#interface-wizardlayoutprops","text":"","title":"Interface: WizardLayoutProps"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#hierarchy","text":"DOMAttributes\\ \u21b3 WizardLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.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/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#centered","text":"\u2022 Optional centered : boolean Defined in src/renderer/components/layout/wizard-layout.tsx:13","title":"centered"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#classname","text":"\u2022 Optional className : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:7","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#contentclass","text":"\u2022 Optional contentClass : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:10","title":"contentClass"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#contentprops","text":"\u2022 Optional contentProps : DOMAttributes\\ Defined in src/renderer/components/layout/wizard-layout.tsx:14","title":"contentProps"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#header","text":"\u2022 Optional header : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:8","title":"header"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#headerclass","text":"\u2022 Optional headerClass : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:9","title":"headerClass"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#infopanel","text":"\u2022 Optional infoPanel : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:12","title":"infoPanel"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#infopanelclass","text":"\u2022 Optional infoPanelClass : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:11","title":"infoPanelClass"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/line-progress/line-progress\" / LineProgressProps Interface: LineProgressProps # Hierarchy # HTMLProps\\ 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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accept # \u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 acceptCharset # \u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 action # \u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 alt # \u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. as # \u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 async # \u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoComplete # \u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoFocus # \u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 autoPlay # \u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 capture # \u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 cellPadding # \u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 cellSpacing # \u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 challenge # \u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 charSet # \u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 checked # \u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 cite # \u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 classID # \u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 className # \u2022 Optional className : any Overrides IconProps . className Defined in src/renderer/components/line-progress/line-progress.tsx:10 colSpan # \u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 cols # \u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 content # \u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 controls # \u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 coords # \u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 crossOrigin # \u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string data # \u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 dateTime # \u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 default # \u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 defer # \u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 disabled # \u2022 Optional disabled : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842 download # \u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 encType # \u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 form # \u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 formAction # \u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 formEncType # \u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 formMethod # \u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 formTarget # \u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 frameBorder # \u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 headers # \u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 height # \u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 high # \u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 href # \u2022 Optional href : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855 hrefLang # \u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 htmlFor # \u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 httpEquiv # \u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 integrity # \u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 key # \u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 keyParams # \u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 keyType # \u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 kind # \u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 label # \u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 list # \u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 loop # \u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 low # \u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 manifest # \u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 marginHeight # \u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 marginWidth # \u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 max # \u2022 Optional max : number Overrides MenuItemProps . max Defined in src/renderer/components/line-progress/line-progress.tsx:9 maxLength # \u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 media # \u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 mediaGroup # \u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 method # \u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 min # \u2022 Optional min : number Overrides MenuItemProps . min Defined in src/renderer/components/line-progress/line-progress.tsx:8 minLength # \u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 multiple # \u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 muted # \u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 name # \u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 noValidate # \u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 nonce # \u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 open # \u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 optimum # \u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 pattern # \u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 placeholder # \u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 playsInline # \u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 poster # \u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 precise # \u2022 Optional precise : number Defined in src/renderer/components/line-progress/line-progress.tsx:11 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 preload # \u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 readOnly # \u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 ref # \u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 rel # \u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 required # \u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 reversed # \u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 rowSpan # \u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 rows # \u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 sandbox # \u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 scope # \u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 scoped # \u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 scrolling # \u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 seamless # \u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 selected # \u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 shape # \u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 size # \u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 sizes # \u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 span # \u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 src # \u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 srcDoc # \u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 srcLang # \u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 srcSet # \u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 start # \u2022 Optional start : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909 step # \u2022 Optional step : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 summary # \u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 target # \u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 tooltip # \u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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\" translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 type # \u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 useMap # \u2022 Optional 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 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 width # \u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 wmode # \u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 wrap # \u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#interface-lineprogressprops","text":"","title":"Interface: LineProgressProps"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#hierarchy","text":"HTMLProps\\ TooltipDecoratorProps \u21b3 LineProgressProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.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/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#accept","text":"\u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"accept"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#acceptcharset","text":"\u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"acceptCharset"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#action","text":"\u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"action"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"allowFullScreen"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"allowTransparency"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#alt","text":"\u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"alt"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#as","text":"\u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"as"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#async","text":"\u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"async"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#autocomplete","text":"\u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"autoComplete"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#autoplay","text":"\u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"autoPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#capture","text":"\u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"capture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#cellpadding","text":"\u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"cellPadding"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#cellspacing","text":"\u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"cellSpacing"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#challenge","text":"\u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"challenge"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#charset","text":"\u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"charSet"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#checked","text":"\u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"checked"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#cite","text":"\u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"cite"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#classid","text":"\u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"classID"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#classname","text":"\u2022 Optional className : any Overrides IconProps . className Defined in src/renderer/components/line-progress/line-progress.tsx:10","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#colspan","text":"\u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"colSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#cols","text":"\u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"cols"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#content","text":"\u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"content"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#controls","text":"\u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"controls"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#coords","text":"\u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"coords"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#crossorigin","text":"\u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"crossOrigin"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#data","text":"\u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#datetime","text":"\u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"dateTime"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#default","text":"\u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"default"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#defer","text":"\u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"defer"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#disabled","text":"\u2022 Optional disabled : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#download","text":"\u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"download"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#enctype","text":"\u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"encType"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#form","text":"\u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"form"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#formaction","text":"\u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"formAction"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#formenctype","text":"\u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"formEncType"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#formmethod","text":"\u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"formMethod"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"formNoValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#formtarget","text":"\u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"formTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#frameborder","text":"\u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"frameBorder"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#headers","text":"\u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"headers"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#height","text":"\u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"height"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#high","text":"\u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"high"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#href","text":"\u2022 Optional href : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855","title":"href"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#hreflang","text":"\u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"hrefLang"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#htmlfor","text":"\u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"htmlFor"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#httpequiv","text":"\u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"httpEquiv"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#integrity","text":"\u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"integrity"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#key","text":"\u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"key"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#keyparams","text":"\u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"keyParams"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#keytype","text":"\u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"keyType"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#kind","text":"\u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#label","text":"\u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#list","text":"\u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"list"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#loop","text":"\u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"loop"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#low","text":"\u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"low"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#manifest","text":"\u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"manifest"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#marginheight","text":"\u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"marginHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#marginwidth","text":"\u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"marginWidth"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#max","text":"\u2022 Optional max : number Overrides MenuItemProps . max Defined in src/renderer/components/line-progress/line-progress.tsx:9","title":"max"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#maxlength","text":"\u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"maxLength"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#media","text":"\u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"media"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#mediagroup","text":"\u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"mediaGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#method","text":"\u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"method"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#min","text":"\u2022 Optional min : number Overrides MenuItemProps . min Defined in src/renderer/components/line-progress/line-progress.tsx:8","title":"min"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#minlength","text":"\u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"minLength"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#multiple","text":"\u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"multiple"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#muted","text":"\u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"muted"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#name","text":"\u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#novalidate","text":"\u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"noValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#nonce","text":"\u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"nonce"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#open","text":"\u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#optimum","text":"\u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"optimum"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#pattern","text":"\u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"pattern"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#playsinline","text":"\u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"playsInline"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#poster","text":"\u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"poster"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#precise","text":"\u2022 Optional precise : number Defined in src/renderer/components/line-progress/line-progress.tsx:11","title":"precise"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#preload","text":"\u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"preload"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#readonly","text":"\u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"readOnly"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ref","text":"\u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"ref"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#rel","text":"\u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"rel"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#required","text":"\u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"required"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#reversed","text":"\u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"reversed"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#rowspan","text":"\u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"rowSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#rows","text":"\u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"rows"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#sandbox","text":"\u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"sandbox"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#scope","text":"\u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"scope"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#scoped","text":"\u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"scoped"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#scrolling","text":"\u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"scrolling"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#seamless","text":"\u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"seamless"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#selected","text":"\u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"selected"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#shape","text":"\u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"shape"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#size","text":"\u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"size"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#sizes","text":"\u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"sizes"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#span","text":"\u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"span"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#src","text":"\u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"src"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#srcdoc","text":"\u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"srcDoc"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#srclang","text":"\u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"srcLang"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#srcset","text":"\u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"srcSet"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#start","text":"\u2022 Optional start : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"start"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#step","text":"\u2022 Optional step : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910","title":"step"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#summary","text":"\u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"summary"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#target","text":"\u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"target"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"tooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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":"tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#type","text":"\u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#usemap","text":"\u2022 Optional useMap : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"useMap"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.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/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#width","text":"\u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"width"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#wmode","text":"\u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"wmode"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#wrap","text":"\u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"wrap"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu\" / MenuItemProps Interface: MenuItemProps # Hierarchy # HTMLProps\\ \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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accept # \u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 acceptCharset # \u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 action # \u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 active # \u2022 Optional active : boolean Defined in src/renderer/components/menu/menu.tsx:275 allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 alt # \u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. as # \u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 async # \u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoComplete # \u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoFocus # \u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 autoPlay # \u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 capture # \u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 cellPadding # \u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 cellSpacing # \u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 challenge # \u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 charSet # \u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 checked # \u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 cite # \u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 classID # \u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 colSpan # \u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 cols # \u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 content # \u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 controls # \u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 coords # \u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 crossOrigin # \u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string data # \u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 dateTime # \u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 default # \u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 defer # \u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 disabled # \u2022 Optional disabled : boolean Overrides LineProgressProps . disabled Defined in src/renderer/components/menu/menu.tsx:274 download # \u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 encType # \u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 form # \u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 formAction # \u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 formEncType # \u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 formMethod # \u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 formTarget # \u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 frameBorder # \u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 headers # \u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 height # \u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 high # \u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 href # \u2022 Optional href : string Overrides LineProgressProps . href Defined in src/renderer/components/menu/menu.tsx:277 hrefLang # \u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 htmlFor # \u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 httpEquiv # \u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 icon # \u2022 Optional icon : string | Partial\\< IconProps > Defined in src/renderer/components/menu/menu.tsx:273 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 integrity # \u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 key # \u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 keyParams # \u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 keyType # \u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 kind # \u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 label # \u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 list # \u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 loop # \u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 low # \u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 manifest # \u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 marginHeight # \u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 marginWidth # \u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 max # \u2022 Optional max : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870 maxLength # \u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 media # \u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 mediaGroup # \u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 method # \u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 min # \u2022 Optional min : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875 minLength # \u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 multiple # \u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 muted # \u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 name # \u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 noValidate # \u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 nonce # \u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 open # \u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 optimum # \u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 pattern # \u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 placeholder # \u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 playsInline # \u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 poster # \u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 preload # \u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 readOnly # \u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 ref # \u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 rel # \u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 required # \u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 reversed # \u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 rowSpan # \u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 rows # \u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 sandbox # \u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 scope # \u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 scoped # \u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 scrolling # \u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 seamless # \u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 selected # \u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 shape # \u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 size # \u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 sizes # \u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 spacer # \u2022 Optional spacer : boolean Defined in src/renderer/components/menu/menu.tsx:276 span # \u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 src # \u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 srcDoc # \u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 srcLang # \u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 srcSet # \u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 start # \u2022 Optional start : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909 step # \u2022 Optional step : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 summary # \u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 target # \u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 type # \u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 useMap # \u2022 Optional useMap : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914 value # \u2022 Optional value : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 width # \u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 wmode # \u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 wrap # \u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#interface-menuitemprops","text":"","title":"Interface: MenuItemProps"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#hierarchy","text":"HTMLProps\\ \u21b3 MenuItemProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.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/_src_renderer_components_menu_menu_.menuitemprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#accept","text":"\u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"accept"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#acceptcharset","text":"\u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"acceptCharset"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#action","text":"\u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"action"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#active","text":"\u2022 Optional active : boolean Defined in src/renderer/components/menu/menu.tsx:275","title":"active"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"allowFullScreen"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"allowTransparency"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#alt","text":"\u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"alt"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#as","text":"\u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"as"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#async","text":"\u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"async"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#autocomplete","text":"\u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"autoComplete"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#autoplay","text":"\u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"autoPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#capture","text":"\u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"capture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#cellpadding","text":"\u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"cellPadding"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#cellspacing","text":"\u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"cellSpacing"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#challenge","text":"\u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"challenge"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#charset","text":"\u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"charSet"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#checked","text":"\u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"checked"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#cite","text":"\u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"cite"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#classid","text":"\u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"classID"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#colspan","text":"\u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"colSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#cols","text":"\u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"cols"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#content","text":"\u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"content"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#controls","text":"\u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"controls"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#coords","text":"\u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"coords"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#crossorigin","text":"\u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"crossOrigin"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#data","text":"\u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#datetime","text":"\u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"dateTime"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#default","text":"\u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"default"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#defer","text":"\u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"defer"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#disabled","text":"\u2022 Optional disabled : boolean Overrides LineProgressProps . disabled Defined in src/renderer/components/menu/menu.tsx:274","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#download","text":"\u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"download"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#enctype","text":"\u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"encType"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#form","text":"\u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"form"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#formaction","text":"\u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"formAction"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#formenctype","text":"\u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"formEncType"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#formmethod","text":"\u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"formMethod"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"formNoValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#formtarget","text":"\u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"formTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#frameborder","text":"\u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"frameBorder"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#headers","text":"\u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"headers"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#height","text":"\u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"height"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#high","text":"\u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"high"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#href","text":"\u2022 Optional href : string Overrides LineProgressProps . href Defined in src/renderer/components/menu/menu.tsx:277","title":"href"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#hreflang","text":"\u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"hrefLang"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#htmlfor","text":"\u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"htmlFor"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#httpequiv","text":"\u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"httpEquiv"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#icon","text":"\u2022 Optional icon : string | Partial\\< IconProps > Defined in src/renderer/components/menu/menu.tsx:273","title":"icon"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#integrity","text":"\u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"integrity"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#key","text":"\u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"key"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#keyparams","text":"\u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"keyParams"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#keytype","text":"\u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"keyType"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#kind","text":"\u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#label","text":"\u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#list","text":"\u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"list"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#loop","text":"\u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"loop"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#low","text":"\u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"low"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#manifest","text":"\u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"manifest"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#marginheight","text":"\u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"marginHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#marginwidth","text":"\u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"marginWidth"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#max","text":"\u2022 Optional max : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870","title":"max"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#maxlength","text":"\u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"maxLength"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#media","text":"\u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"media"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#mediagroup","text":"\u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"mediaGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#method","text":"\u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"method"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#min","text":"\u2022 Optional min : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875","title":"min"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#minlength","text":"\u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"minLength"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#multiple","text":"\u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"multiple"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#muted","text":"\u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"muted"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#name","text":"\u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#novalidate","text":"\u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"noValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#nonce","text":"\u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"nonce"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#open","text":"\u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#optimum","text":"\u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"optimum"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#pattern","text":"\u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"pattern"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#playsinline","text":"\u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"playsInline"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#poster","text":"\u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"poster"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#preload","text":"\u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"preload"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#readonly","text":"\u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"readOnly"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ref","text":"\u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"ref"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#rel","text":"\u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"rel"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#required","text":"\u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"required"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#reversed","text":"\u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"reversed"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#rowspan","text":"\u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"rowSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#rows","text":"\u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"rows"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#sandbox","text":"\u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"sandbox"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#scope","text":"\u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"scope"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#scoped","text":"\u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"scoped"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#scrolling","text":"\u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"scrolling"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#seamless","text":"\u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"seamless"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#selected","text":"\u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"selected"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#shape","text":"\u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"shape"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#size","text":"\u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"size"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#sizes","text":"\u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"sizes"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#spacer","text":"\u2022 Optional spacer : boolean Defined in src/renderer/components/menu/menu.tsx:276","title":"spacer"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#span","text":"\u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"span"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#src","text":"\u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"src"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#srcdoc","text":"\u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"srcDoc"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#srclang","text":"\u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"srcLang"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#srcset","text":"\u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"srcSet"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#start","text":"\u2022 Optional start : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"start"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#step","text":"\u2022 Optional step : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910","title":"step"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#summary","text":"\u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"summary"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#target","text":"\u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"target"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#type","text":"\u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#usemap","text":"\u2022 Optional useMap : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"useMap"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#value","text":"\u2022 Optional value : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#width","text":"\u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"width"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#wmode","text":"\u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"wmode"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#wrap","text":"\u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"wrap"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu\" / MenuPosition Interface: MenuPosition # Hierarchy # MenuPosition Index # Properties # bottom left right top Properties # bottom # \u2022 Optional bottom : boolean Defined in src/renderer/components/menu/menu.tsx:17 left # \u2022 Optional left : boolean Defined in src/renderer/components/menu/menu.tsx:14 right # \u2022 Optional right : boolean Defined in src/renderer/components/menu/menu.tsx:16 top # \u2022 Optional top : boolean Defined in src/renderer/components/menu/menu.tsx:15","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#interface-menuposition","text":"","title":"Interface: MenuPosition"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#hierarchy","text":"MenuPosition","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#properties","text":"bottom left right top","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#bottom","text":"\u2022 Optional bottom : boolean Defined in src/renderer/components/menu/menu.tsx:17","title":"bottom"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#left","text":"\u2022 Optional left : boolean Defined in src/renderer/components/menu/menu.tsx:14","title":"left"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#right","text":"\u2022 Optional right : boolean Defined in src/renderer/components/menu/menu.tsx:16","title":"right"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#top","text":"\u2022 Optional top : boolean Defined in src/renderer/components/menu/menu.tsx:15","title":"top"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu\" / MenuProps Interface: MenuProps # Hierarchy # MenuProps Index # Properties # autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position usePortal Methods # close open Properties # autoFocus # \u2022 Optional autoFocus : boolean Defined in src/renderer/components/menu/menu.tsx:27 children # \u2022 Optional children : ReactNode Defined in src/renderer/components/menu/menu.tsx:33 className # \u2022 Optional className : string Defined in src/renderer/components/menu/menu.tsx:25 closeOnClickItem # \u2022 Optional closeOnClickItem : boolean Defined in src/renderer/components/menu/menu.tsx:29 closeOnClickOutside # \u2022 Optional closeOnClickOutside : boolean Defined in src/renderer/components/menu/menu.tsx:30 closeOnScroll # \u2022 Optional closeOnScroll : boolean Defined in src/renderer/components/menu/menu.tsx:31 htmlFor # \u2022 Optional htmlFor : string Defined in src/renderer/components/menu/menu.tsx:26 id # \u2022 Optional id : string Defined in src/renderer/components/menu/menu.tsx:24 isOpen # \u2022 Optional isOpen : boolean Defined in src/renderer/components/menu/menu.tsx:21 position # \u2022 Optional position : MenuPosition Defined in src/renderer/components/menu/menu.tsx:32 usePortal # \u2022 Optional 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#interface-menuprops","text":"","title":"Interface: MenuProps"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#hierarchy","text":"MenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#properties","text":"autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position usePortal","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#methods","text":"close open","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Defined in src/renderer/components/menu/menu.tsx:27","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#children","text":"\u2022 Optional children : ReactNode Defined in src/renderer/components/menu/menu.tsx:33","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/menu/menu.tsx:25","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#closeonclickitem","text":"\u2022 Optional closeOnClickItem : boolean Defined in src/renderer/components/menu/menu.tsx:29","title":"closeOnClickItem"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#closeonclickoutside","text":"\u2022 Optional closeOnClickOutside : boolean Defined in src/renderer/components/menu/menu.tsx:30","title":"closeOnClickOutside"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#closeonscroll","text":"\u2022 Optional closeOnScroll : boolean Defined in src/renderer/components/menu/menu.tsx:31","title":"closeOnScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#htmlfor","text":"\u2022 Optional htmlFor : string Defined in src/renderer/components/menu/menu.tsx:26","title":"htmlFor"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#id","text":"\u2022 Optional id : string Defined in src/renderer/components/menu/menu.tsx:24","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#isopen","text":"\u2022 Optional isOpen : boolean Defined in src/renderer/components/menu/menu.tsx:21","title":"isOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#position","text":"\u2022 Optional position : MenuPosition Defined in src/renderer/components/menu/menu.tsx:32","title":"position"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#useportal","text":"\u2022 Optional usePortal : boolean | HTMLElement Defined in src/renderer/components/menu/menu.tsx:28","title":"usePortal"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#close","text":"\u25b8 close (): void Defined in src/renderer/components/menu/menu.tsx:23 Returns: void","title":"close"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#open","text":"\u25b8 open (): void Defined in src/renderer/components/menu/menu.tsx:22 Returns: void","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.state/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu\" / State Interface: State # Hierarchy # State Index # Properties # position Properties # position # \u2022 Optional position : MenuPosition Defined in src/renderer/components/menu/menu.tsx:37","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.state/#interface-state","text":"","title":"Interface: State"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.state/#hierarchy","text":"State","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.state/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.state/#properties","text":"position","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.state/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.state/#position","text":"\u2022 Optional position : MenuPosition Defined in src/renderer/components/menu/menu.tsx:37","title":"position"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu-actions\" / MenuActionsProps Interface: MenuActionsProps # Hierarchy # {} \u21b3 MenuActionsProps \u21b3\u21b3 KubeObjectMenuProps Index # Properties # className removeConfirmationMessage toolbar triggerIcon Methods # removeAction updateAction Properties # className # \u2022 Optional className : string Defined in src/renderer/components/menu/menu-actions.tsx:16 removeConfirmationMessage # \u2022 Optional removeConfirmationMessage : React.ReactNode | () => React.ReactNode Defined in src/renderer/components/menu/menu-actions.tsx:19 toolbar # \u2022 Optional toolbar : boolean Defined in src/renderer/components/menu/menu-actions.tsx:17 triggerIcon # \u2022 Optional triggerIcon : string | IconProps | React.ReactNode Defined in src/renderer/components/menu/menu-actions.tsx:18 Methods # removeAction # \u25b8 Optional removeAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void updateAction # \u25b8 Optional updateAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#interface-menuactionsprops","text":"","title":"Interface: MenuActionsProps"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#hierarchy","text":"{} \u21b3 MenuActionsProps \u21b3\u21b3 KubeObjectMenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#properties","text":"className removeConfirmationMessage toolbar triggerIcon","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#methods","text":"removeAction updateAction","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/menu/menu-actions.tsx:16","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#removeconfirmationmessage","text":"\u2022 Optional removeConfirmationMessage : React.ReactNode | () => React.ReactNode Defined in src/renderer/components/menu/menu-actions.tsx:19","title":"removeConfirmationMessage"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#toolbar","text":"\u2022 Optional toolbar : boolean Defined in src/renderer/components/menu/menu-actions.tsx:17","title":"toolbar"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#triggericon","text":"\u2022 Optional triggerIcon : string | IconProps | React.ReactNode Defined in src/renderer/components/menu/menu-actions.tsx:18","title":"triggerIcon"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#removeaction","text":"\u25b8 Optional removeAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void","title":"removeAction"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#updateaction","text":"\u25b8 Optional updateAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"updateAction"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/no-items/no-items\" / Props Interface: Props # Hierarchy # Props Index # Properties # children className Properties # children # \u2022 Optional children : React.ReactNode Defined in src/renderer/components/no-items/no-items.tsx:9 className # \u2022 Optional className : IClassName Defined in src/renderer/components/no-items/no-items.tsx:8","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/#hierarchy","text":"Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/#properties","text":"children className","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/#children","text":"\u2022 Optional children : React.ReactNode Defined in src/renderer/components/no-items/no-items.tsx:9","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/#classname","text":"\u2022 Optional className : IClassName Defined in src/renderer/components/no-items/no-items.tsx:8","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/","text":"@k8slens/extensions Globals / \"src/renderer/components/notifications/notifications.store\" / Notification Interface: Notification # Hierarchy # Notification Index # Properties # id message status timeout Properties # id # \u2022 Optional 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 status # \u2022 Optional status : NotificationStatus Defined in src/renderer/components/notifications/notifications.store.ts:20 timeout # \u2022 Optional timeout : number Defined in src/renderer/components/notifications/notifications.store.ts:21","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#interface-notification","text":"","title":"Interface: Notification"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#hierarchy","text":"Notification","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#properties","text":"id message status timeout","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#id","text":"\u2022 Optional id : NotificationId Defined in src/renderer/components/notifications/notifications.store.ts:18","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#message","text":"\u2022 message : NotificationMessage Defined in src/renderer/components/notifications/notifications.store.ts:19","title":"message"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#status","text":"\u2022 Optional status : NotificationStatus Defined in src/renderer/components/notifications/notifications.store.ts:20","title":"status"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#timeout","text":"\u2022 Optional timeout : number Defined in src/renderer/components/notifications/notifications.store.ts:21","title":"timeout"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/radio/radio\" / RadioGroupProps Interface: RadioGroupProps # Hierarchy # RadioGroupProps Index # Properties # asButtons className disabled value Methods # onChange Properties # asButtons # \u2022 Optional asButtons : boolean Defined in src/renderer/components/radio/radio.tsx:11 className # \u2022 Optional className : any Defined in src/renderer/components/radio/radio.tsx:9 disabled # \u2022 Optional disabled : boolean Defined in src/renderer/components/radio/radio.tsx:12 value # \u2022 Optional value : any Defined in src/renderer/components/radio/radio.tsx:10 Methods # onChange # \u25b8 Optional onChange ( value : string): void Defined in src/renderer/components/radio/radio.tsx:13 Parameters: Name Type value string Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#interface-radiogroupprops","text":"","title":"Interface: RadioGroupProps"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#hierarchy","text":"RadioGroupProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#properties","text":"asButtons className disabled value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#asbuttons","text":"\u2022 Optional asButtons : boolean Defined in src/renderer/components/radio/radio.tsx:11","title":"asButtons"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#classname","text":"\u2022 Optional className : any Defined in src/renderer/components/radio/radio.tsx:9","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#disabled","text":"\u2022 Optional disabled : boolean Defined in src/renderer/components/radio/radio.tsx:12","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#value","text":"\u2022 Optional value : any Defined in src/renderer/components/radio/radio.tsx:10","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#onchange","text":"\u25b8 Optional onChange ( value : string): void Defined in src/renderer/components/radio/radio.tsx:13","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/","text":"@k8slens/extensions Globals / \"src/renderer/components/select/select\" / GroupSelectOption Interface: GroupSelectOption\\ # Type parameters # Name Type Default T SelectOption 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#interface-groupselectoption","text":"","title":"Interface: GroupSelectOption\\"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#type-parameters","text":"Name Type Default T SelectOption SelectOption","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#hierarchy","text":"GroupSelectOption","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#properties","text":"label options","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#label","text":"\u2022 label : ReactNode Defined in src/renderer/components/select/select.tsx:16","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#options","text":"\u2022 options : T[] Defined in src/renderer/components/select/select.tsx:17","title":"options"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/","text":"@k8slens/extensions Globals / \"src/renderer/components/select/select\" / SelectOption Interface: SelectOption\\ # Type parameters # Name Default T any Hierarchy # SelectOption \u21b3 SelectOptionFilter Index # Properties # label value Properties # label # \u2022 Optional 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#interface-selectoption","text":"","title":"Interface: SelectOption\\"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#hierarchy","text":"SelectOption \u21b3 SelectOptionFilter","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#properties","text":"label value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#label","text":"\u2022 Optional label : React.ReactNode Defined in src/renderer/components/select/select.tsx:22","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#value","text":"\u2022 value : T Defined in src/renderer/components/select/select.tsx:21","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/select/select\" / SelectProps Interface: SelectProps\\ # Type parameters # Name Default T any Hierarchy # Props\\ CreatableProps\\ \u21b3 SelectProps \u21b3\u21b3 Props \u21b3\u21b3 Props 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 # allowCreateWhileLoading # \u2022 Optional allowCreateWhileLoading : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11 aria-label # \u2022 Optional aria-label : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58 aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60 autoConvertOptions # \u2022 Optional autoConvertOptions : boolean Defined in src/renderer/components/select/select.tsx:30 autoFocus # \u2022 Optional autoFocus : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62 backspaceRemovesValue # \u2022 Optional backspaceRemovesValue : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64 blurInputOnSelect # \u2022 Optional blurInputOnSelect : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66 captureMenuScroll # \u2022 Optional captureMenuScroll : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68 className # \u2022 Optional className : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70 classNamePrefix # \u2022 Optional classNamePrefix : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72 closeMenuOnScroll # \u2022 Optional closeMenuOnScroll : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87 closeMenuOnSelect # \u2022 Optional closeMenuOnSelect : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74 components # \u2022 Optional components : SelectComponentsConfig\\ Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97 controlShouldRenderValue # \u2022 Optional controlShouldRenderValue : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99 createOptionPosition # \u2022 Optional createOptionPosition : \\\"first\\\" | \\\"last\\\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26 defaultInputValue # \u2022 Optional defaultInputValue : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207 defaultMenuIsOpen # \u2022 Optional defaultMenuIsOpen : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208 defaultValue # \u2022 Optional defaultValue : ValueType\\ Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209 delimiter # \u2022 Optional delimiter : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101 escapeClearsValue # \u2022 Optional escapeClearsValue : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103 filterOption # \u2022 Optional filterOption : (option: Option, rawInput: string) => boolean | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105 formatCreateLabel # \u2022 Optional formatCreateLabel : (inputValue: string) => React.ReactNode Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14 formatGroupLabel # \u2022 Optional formatGroupLabel : formatGroupLabel \\ Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110 formatOptionLabel # \u2022 Optional formatOptionLabel : (option: T, labelMeta: FormatOptionLabelMeta\\ ) => React.ReactNode Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112 getNewOptionData # \u2022 Optional getNewOptionData : (inputValue: string, optionLabel: React.ReactNode) => T Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20 getOptionLabel # \u2022 Optional getOptionLabel : getOptionLabel \\ Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114 getOptionValue # \u2022 Optional getOptionValue : getOptionValue \\ Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116 hideSelectedOptions # \u2022 Optional hideSelectedOptions : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118 id # \u2022 Optional id : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120 inputId # \u2022 Optional inputId : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124 inputValue # \u2022 Optional inputValue : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122 instanceId # \u2022 Optional instanceId : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126 isClearable # \u2022 Optional isClearable : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128 isCreatable # \u2022 Optional isCreatable : boolean Defined in src/renderer/components/select/select.tsx:29 isDisabled # \u2022 Optional isDisabled : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130 isLoading # \u2022 Optional isLoading : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132 isMulti # \u2022 Optional isMulti : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138 isOptionDisabled # \u2022 Optional isOptionDisabled : (option: T, options: OptionsType\\ ) => boolean | false Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134 isOptionSelected # \u2022 Optional isOptionSelected : (option: T, options: OptionsType\\ ) => boolean Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136 isRtl # \u2022 Optional isRtl : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140 isSearchable # \u2022 Optional isSearchable : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142 isValidNewOption # \u2022 Optional isValidNewOption : (inputValue: string, value: ValueType\\ , options: OptionsType\\ ) => boolean Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17 loadingMessage # \u2022 Optional loadingMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144 maxMenuHeight # \u2022 Optional maxMenuHeight : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148 menuClass # \u2022 Optional menuClass : string Defined in src/renderer/components/select/select.tsx:28 menuIsOpen # \u2022 Optional menuIsOpen : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150 menuPlacement # \u2022 Optional menuPlacement : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153 menuPortalTarget # \u2022 Optional menuPortalTarget : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157 menuPosition # \u2022 Optional menuPosition : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155 menuShouldBlockScroll # \u2022 Optional menuShouldBlockScroll : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159 menuShouldScrollIntoView # \u2022 Optional menuShouldScrollIntoView : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161 minMenuHeight # \u2022 Optional minMenuHeight : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146 name # \u2022 Optional name : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163 noOptionsMessage # \u2022 Optional noOptionsMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165 onBlur # \u2022 Optional onBlur : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167 onCreateOption # \u2022 Optional onCreateOption : (inputValue: string) => void Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24 onFocus # \u2022 Optional onFocus : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171 onInputChange # \u2022 Optional onInputChange : (newValue: string, actionMeta: InputActionMeta) => void Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175 onMenuClose # \u2022 Optional onMenuClose : () => void Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179 onMenuOpen # \u2022 Optional onMenuOpen : () => void Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177 onMenuScrollToBottom # \u2022 Optional onMenuScrollToBottom : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183 onMenuScrollToTop # \u2022 Optional onMenuScrollToTop : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181 openMenuOnClick # \u2022 Optional openMenuOnClick : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187 openMenuOnFocus # \u2022 Optional openMenuOnFocus : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185 options # \u2022 Optional options : GroupedOptionsType\\ | OptionsType\\ Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189 pageSize # \u2022 Optional pageSize : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191 placeholder # \u2022 Optional placeholder : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193 screenReaderStatus # \u2022 Optional screenReaderStatus : (obj: { count: number }) => string Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195 styles # \u2022 Optional styles : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197 tabIndex # \u2022 Optional tabIndex : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201 tabSelectsValue # \u2022 Optional tabSelectsValue : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203 theme # \u2022 Optional theme : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199 themeName # \u2022 Optional themeName : \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Defined in src/renderer/components/select/select.tsx:27 value # \u2022 Optional value : T Overrides void Defined in src/renderer/components/select/select.tsx:26 Methods # onChange # \u25b8 Optional onChange ( option : T, meta? : ActionMeta\\ ): void Overrides void Defined in src/renderer/components/select/select.tsx:31 Parameters: Name Type option T meta? ActionMeta\\ Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#interface-selectprops","text":"","title":"Interface: SelectProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#hierarchy","text":"Props\\ CreatableProps\\ \u21b3 SelectProps \u21b3\u21b3 Props \u21b3\u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.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/_src_renderer_components_select_select_.selectprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#allowcreatewhileloading","text":"\u2022 Optional allowCreateWhileLoading : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11","title":"allowCreateWhileLoading"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58","title":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60","title":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#autoconvertoptions","text":"\u2022 Optional autoConvertOptions : boolean Defined in src/renderer/components/select/select.tsx:30","title":"autoConvertOptions"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#backspaceremovesvalue","text":"\u2022 Optional backspaceRemovesValue : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64","title":"backspaceRemovesValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#blurinputonselect","text":"\u2022 Optional blurInputOnSelect : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66","title":"blurInputOnSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#capturemenuscroll","text":"\u2022 Optional captureMenuScroll : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68","title":"captureMenuScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#classname","text":"\u2022 Optional className : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#classnameprefix","text":"\u2022 Optional classNamePrefix : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72","title":"classNamePrefix"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#closemenuonscroll","text":"\u2022 Optional closeMenuOnScroll : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87","title":"closeMenuOnScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#closemenuonselect","text":"\u2022 Optional closeMenuOnSelect : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74","title":"closeMenuOnSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#components","text":"\u2022 Optional components : SelectComponentsConfig\\ Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97","title":"components"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#controlshouldrendervalue","text":"\u2022 Optional controlShouldRenderValue : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99","title":"controlShouldRenderValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#createoptionposition","text":"\u2022 Optional createOptionPosition : \\\"first\\\" | \\\"last\\\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26","title":"createOptionPosition"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#defaultinputvalue","text":"\u2022 Optional defaultInputValue : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207","title":"defaultInputValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#defaultmenuisopen","text":"\u2022 Optional defaultMenuIsOpen : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208","title":"defaultMenuIsOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#defaultvalue","text":"\u2022 Optional defaultValue : ValueType\\ Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#delimiter","text":"\u2022 Optional delimiter : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101","title":"delimiter"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#escapeclearsvalue","text":"\u2022 Optional escapeClearsValue : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103","title":"escapeClearsValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#filteroption","text":"\u2022 Optional filterOption : (option: Option, rawInput: string) => boolean | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105","title":"filterOption"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#formatcreatelabel","text":"\u2022 Optional formatCreateLabel : (inputValue: string) => React.ReactNode Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14","title":"formatCreateLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#formatgrouplabel","text":"\u2022 Optional formatGroupLabel : formatGroupLabel \\ Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110","title":"formatGroupLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#formatoptionlabel","text":"\u2022 Optional formatOptionLabel : (option: T, labelMeta: FormatOptionLabelMeta\\ ) => React.ReactNode Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112","title":"formatOptionLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#getnewoptiondata","text":"\u2022 Optional getNewOptionData : (inputValue: string, optionLabel: React.ReactNode) => T Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20","title":"getNewOptionData"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#getoptionlabel","text":"\u2022 Optional getOptionLabel : getOptionLabel \\ Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114","title":"getOptionLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#getoptionvalue","text":"\u2022 Optional getOptionValue : getOptionValue \\ Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116","title":"getOptionValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#hideselectedoptions","text":"\u2022 Optional hideSelectedOptions : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118","title":"hideSelectedOptions"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#id","text":"\u2022 Optional id : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#inputid","text":"\u2022 Optional inputId : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124","title":"inputId"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#inputvalue","text":"\u2022 Optional inputValue : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122","title":"inputValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#instanceid","text":"\u2022 Optional instanceId : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126","title":"instanceId"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#isclearable","text":"\u2022 Optional isClearable : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128","title":"isClearable"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#iscreatable","text":"\u2022 Optional isCreatable : boolean Defined in src/renderer/components/select/select.tsx:29","title":"isCreatable"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#isdisabled","text":"\u2022 Optional isDisabled : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130","title":"isDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#isloading","text":"\u2022 Optional isLoading : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132","title":"isLoading"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#ismulti","text":"\u2022 Optional isMulti : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138","title":"isMulti"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#isoptiondisabled","text":"\u2022 Optional isOptionDisabled : (option: T, options: OptionsType\\ ) => boolean | false Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134","title":"isOptionDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#isoptionselected","text":"\u2022 Optional isOptionSelected : (option: T, options: OptionsType\\ ) => boolean Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136","title":"isOptionSelected"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#isrtl","text":"\u2022 Optional isRtl : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140","title":"isRtl"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#issearchable","text":"\u2022 Optional isSearchable : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142","title":"isSearchable"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#isvalidnewoption","text":"\u2022 Optional isValidNewOption : (inputValue: string, value: ValueType\\ , options: OptionsType\\ ) => boolean Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17","title":"isValidNewOption"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#loadingmessage","text":"\u2022 Optional loadingMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144","title":"loadingMessage"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#maxmenuheight","text":"\u2022 Optional maxMenuHeight : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148","title":"maxMenuHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#menuclass","text":"\u2022 Optional menuClass : string Defined in src/renderer/components/select/select.tsx:28","title":"menuClass"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#menuisopen","text":"\u2022 Optional menuIsOpen : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150","title":"menuIsOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#menuplacement","text":"\u2022 Optional menuPlacement : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153","title":"menuPlacement"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#menuportaltarget","text":"\u2022 Optional menuPortalTarget : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157","title":"menuPortalTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#menuposition","text":"\u2022 Optional menuPosition : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155","title":"menuPosition"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#menushouldblockscroll","text":"\u2022 Optional menuShouldBlockScroll : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159","title":"menuShouldBlockScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#menushouldscrollintoview","text":"\u2022 Optional menuShouldScrollIntoView : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161","title":"menuShouldScrollIntoView"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#minmenuheight","text":"\u2022 Optional minMenuHeight : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146","title":"minMenuHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#name","text":"\u2022 Optional name : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#nooptionsmessage","text":"\u2022 Optional noOptionsMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165","title":"noOptionsMessage"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#oncreateoption","text":"\u2022 Optional onCreateOption : (inputValue: string) => void Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24","title":"onCreateOption"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#oninputchange","text":"\u2022 Optional onInputChange : (newValue: string, actionMeta: InputActionMeta) => void Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173","title":"onInputChange"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onmenuclose","text":"\u2022 Optional onMenuClose : () => void Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179","title":"onMenuClose"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onmenuopen","text":"\u2022 Optional onMenuOpen : () => void Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177","title":"onMenuOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onmenuscrolltobottom","text":"\u2022 Optional onMenuScrollToBottom : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183","title":"onMenuScrollToBottom"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onmenuscrolltotop","text":"\u2022 Optional onMenuScrollToTop : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181","title":"onMenuScrollToTop"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#openmenuonclick","text":"\u2022 Optional openMenuOnClick : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187","title":"openMenuOnClick"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#openmenuonfocus","text":"\u2022 Optional openMenuOnFocus : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185","title":"openMenuOnFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#options","text":"\u2022 Optional options : GroupedOptionsType\\ | OptionsType\\ Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189","title":"options"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#pagesize","text":"\u2022 Optional pageSize : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191","title":"pageSize"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#placeholder","text":"\u2022 Optional placeholder : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#screenreaderstatus","text":"\u2022 Optional screenReaderStatus : (obj: { count: number }) => string Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195","title":"screenReaderStatus"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#styles","text":"\u2022 Optional styles : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197","title":"styles"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#tabindex","text":"\u2022 Optional tabIndex : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#tabselectsvalue","text":"\u2022 Optional tabSelectsValue : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203","title":"tabSelectsValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#theme","text":"\u2022 Optional theme : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199","title":"theme"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#themename","text":"\u2022 Optional themeName : \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Defined in src/renderer/components/select/select.tsx:27","title":"themeName"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#value","text":"\u2022 Optional value : T Overrides void Defined in src/renderer/components/select/select.tsx:26","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onchange","text":"\u25b8 Optional onChange ( option : T, meta? : ActionMeta\\ ): void Overrides void Defined in src/renderer/components/select/select.tsx:31","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/slider/slider\" / SliderProps Interface: SliderProps # Hierarchy # {} \u21b3 SliderProps Index # Properties # className Methods # onChange Properties # className # \u2022 Optional className : string Defined in src/renderer/components/slider/slider.tsx:10 Methods # onChange # \u25b8 Optional onChange ( evt : FormEvent\\ , value : number): void Defined in src/renderer/components/slider/slider.tsx:11 Parameters: Name Type evt FormEvent\\ value number Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#interface-sliderprops","text":"","title":"Interface: SliderProps"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#hierarchy","text":"{} \u21b3 SliderProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#properties","text":"className","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/slider/slider.tsx:10","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#onchange","text":"\u25b8 Optional onChange ( evt : FormEvent\\ , value : number): void Defined in src/renderer/components/slider/slider.tsx:11","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/spinner/cube-spinner\" / CubeSpinnerProps Interface: CubeSpinnerProps # Hierarchy # CubeSpinnerProps Index # Properties # center className Properties # center # \u2022 Optional center : boolean Defined in src/renderer/components/spinner/cube-spinner.tsx:7 className # \u2022 Optional className : string Defined in src/renderer/components/spinner/cube-spinner.tsx:6","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/#interface-cubespinnerprops","text":"","title":"Interface: CubeSpinnerProps"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/#hierarchy","text":"CubeSpinnerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/#properties","text":"center className","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/#center","text":"\u2022 Optional center : boolean Defined in src/renderer/components/spinner/cube-spinner.tsx:7","title":"center"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/spinner/cube-spinner.tsx:6","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/spinner/spinner\" / SpinnerProps Interface: SpinnerProps # Hierarchy # HTMLProps\\ \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 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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accept # \u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 acceptCharset # \u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 action # \u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 alt # \u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. as # \u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 async # \u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoComplete # \u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoFocus # \u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 autoPlay # \u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 capture # \u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 cellPadding # \u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 cellSpacing # \u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 center # \u2022 Optional center : boolean Defined in src/renderer/components/spinner/spinner.tsx:8 challenge # \u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 charSet # \u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 checked # \u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 cite # \u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 classID # \u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 colSpan # \u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 cols # \u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 content # \u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 controls # \u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 coords # \u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 crossOrigin # \u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string data # \u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 dateTime # \u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 default # \u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 defer # \u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 disabled # \u2022 Optional disabled : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842 download # \u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 encType # \u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 form # \u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 formAction # \u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 formEncType # \u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 formMethod # \u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 formTarget # \u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 frameBorder # \u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 headers # \u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 height # \u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 high # \u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 href # \u2022 Optional href : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855 hrefLang # \u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 htmlFor # \u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 httpEquiv # \u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 integrity # \u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 key # \u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 keyParams # \u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 keyType # \u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 kind # \u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 label # \u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 list # \u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 loop # \u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 low # \u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 manifest # \u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 marginHeight # \u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 marginWidth # \u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 max # \u2022 Optional max : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870 maxLength # \u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 media # \u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 mediaGroup # \u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 method # \u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 min # \u2022 Optional min : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875 minLength # \u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 multiple # \u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 muted # \u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 name # \u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 noValidate # \u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 nonce # \u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 open # \u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 optimum # \u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 pattern # \u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 placeholder # \u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 playsInline # \u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 poster # \u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 preload # \u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 readOnly # \u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 ref # \u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 rel # \u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 required # \u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 reversed # \u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 rowSpan # \u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 rows # \u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 sandbox # \u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 scope # \u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 scoped # \u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 scrolling # \u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 seamless # \u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 selected # \u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 shape # \u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 singleColor # \u2022 Optional singleColor : boolean Defined in src/renderer/components/spinner/spinner.tsx:7 size # \u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 sizes # \u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 span # \u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 src # \u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 srcDoc # \u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 srcLang # \u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 srcSet # \u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 start # \u2022 Optional start : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909 step # \u2022 Optional step : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 summary # \u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 target # \u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 type # \u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 useMap # \u2022 Optional useMap : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914 value # \u2022 Optional value : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 width # \u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 wmode # \u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 wrap # \u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#interface-spinnerprops","text":"","title":"Interface: SpinnerProps"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#hierarchy","text":"HTMLProps\\ \u21b3 SpinnerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.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 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/_src_renderer_components_spinner_spinner_.spinnerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#accept","text":"\u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"accept"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#acceptcharset","text":"\u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"acceptCharset"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#action","text":"\u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"action"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"allowFullScreen"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"allowTransparency"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#alt","text":"\u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"alt"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#as","text":"\u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"as"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#async","text":"\u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"async"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#autocomplete","text":"\u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"autoComplete"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#autoplay","text":"\u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"autoPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#capture","text":"\u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"capture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#cellpadding","text":"\u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"cellPadding"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#cellspacing","text":"\u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"cellSpacing"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#center","text":"\u2022 Optional center : boolean Defined in src/renderer/components/spinner/spinner.tsx:8","title":"center"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#challenge","text":"\u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"challenge"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#charset","text":"\u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"charSet"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#checked","text":"\u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"checked"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#cite","text":"\u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"cite"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#classid","text":"\u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"classID"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#colspan","text":"\u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"colSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#cols","text":"\u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"cols"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#content","text":"\u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"content"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#controls","text":"\u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"controls"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#coords","text":"\u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"coords"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#crossorigin","text":"\u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"crossOrigin"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#data","text":"\u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#datetime","text":"\u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"dateTime"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#default","text":"\u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"default"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#defer","text":"\u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"defer"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#disabled","text":"\u2022 Optional disabled : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#download","text":"\u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"download"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#enctype","text":"\u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"encType"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#form","text":"\u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"form"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#formaction","text":"\u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"formAction"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#formenctype","text":"\u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"formEncType"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#formmethod","text":"\u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"formMethod"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"formNoValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#formtarget","text":"\u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"formTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#frameborder","text":"\u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"frameBorder"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#headers","text":"\u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"headers"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#height","text":"\u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"height"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#high","text":"\u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"high"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#href","text":"\u2022 Optional href : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855","title":"href"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#hreflang","text":"\u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"hrefLang"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#htmlfor","text":"\u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"htmlFor"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#httpequiv","text":"\u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"httpEquiv"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#integrity","text":"\u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"integrity"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#key","text":"\u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"key"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#keyparams","text":"\u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"keyParams"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#keytype","text":"\u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"keyType"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#kind","text":"\u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#label","text":"\u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#list","text":"\u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"list"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#loop","text":"\u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"loop"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#low","text":"\u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"low"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#manifest","text":"\u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"manifest"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#marginheight","text":"\u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"marginHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#marginwidth","text":"\u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"marginWidth"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#max","text":"\u2022 Optional max : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870","title":"max"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#maxlength","text":"\u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"maxLength"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#media","text":"\u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"media"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#mediagroup","text":"\u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"mediaGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#method","text":"\u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"method"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#min","text":"\u2022 Optional min : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875","title":"min"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#minlength","text":"\u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"minLength"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#multiple","text":"\u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"multiple"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#muted","text":"\u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"muted"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#name","text":"\u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#novalidate","text":"\u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"noValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#nonce","text":"\u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"nonce"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#open","text":"\u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#optimum","text":"\u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"optimum"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#pattern","text":"\u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"pattern"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#playsinline","text":"\u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"playsInline"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#poster","text":"\u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"poster"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#preload","text":"\u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"preload"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#readonly","text":"\u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"readOnly"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ref","text":"\u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"ref"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#rel","text":"\u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"rel"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#required","text":"\u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"required"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#reversed","text":"\u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"reversed"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#rowspan","text":"\u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"rowSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#rows","text":"\u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"rows"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#sandbox","text":"\u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"sandbox"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#scope","text":"\u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"scope"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#scoped","text":"\u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"scoped"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#scrolling","text":"\u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"scrolling"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#seamless","text":"\u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"seamless"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#selected","text":"\u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"selected"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#shape","text":"\u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"shape"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#singlecolor","text":"\u2022 Optional singleColor : boolean Defined in src/renderer/components/spinner/spinner.tsx:7","title":"singleColor"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#size","text":"\u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"size"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#sizes","text":"\u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"sizes"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#span","text":"\u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"span"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#src","text":"\u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"src"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#srcdoc","text":"\u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"srcDoc"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#srclang","text":"\u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"srcLang"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#srcset","text":"\u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"srcSet"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#start","text":"\u2022 Optional start : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"start"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#step","text":"\u2022 Optional step : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910","title":"step"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#summary","text":"\u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"summary"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#target","text":"\u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"target"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#type","text":"\u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#usemap","text":"\u2022 Optional useMap : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"useMap"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#value","text":"\u2022 Optional value : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#width","text":"\u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"width"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#wmode","text":"\u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"wmode"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#wrap","text":"\u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"wrap"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/status-brick/status-brick\" / StatusBrickProps Interface: StatusBrickProps # Hierarchy # HTMLAttributes\\ 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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 placeholder # \u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 tooltip # \u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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\" translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#interface-statusbrickprops","text":"","title":"Interface: StatusBrickProps"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#hierarchy","text":"HTMLAttributes\\ TooltipDecoratorProps \u21b3 StatusBrickProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.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/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"tooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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":"tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/","text":"@k8slens/extensions Globals / \"src/renderer/components/stepper/stepper\" / Step Interface: Step # Hierarchy # Step Index # Properties # title Properties # title # \u2022 Optional title : string Defined in src/renderer/components/stepper/stepper.tsx:11","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/#interface-step","text":"","title":"Interface: Step"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/#hierarchy","text":"Step","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/#properties","text":"title","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/#title","text":"\u2022 Optional title : string Defined in src/renderer/components/stepper/stepper.tsx:11","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/stepper/stepper\" / StepperProps Interface: StepperProps # Hierarchy # HTMLProps\\ \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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accept # \u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 acceptCharset # \u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 action # \u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 alt # \u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. as # \u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 async # \u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoComplete # \u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoFocus # \u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 autoPlay # \u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 capture # \u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 cellPadding # \u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 cellSpacing # \u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 challenge # \u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 charSet # \u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 checked # \u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 cite # \u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 classID # \u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 colSpan # \u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 cols # \u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 content # \u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 controls # \u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 coords # \u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 crossOrigin # \u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string data # \u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 dateTime # \u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 default # \u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 defer # \u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 disabled # \u2022 Optional disabled : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842 download # \u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 encType # \u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 form # \u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 formAction # \u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 formEncType # \u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 formMethod # \u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 formTarget # \u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 frameBorder # \u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 headers # \u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 height # \u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 high # \u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 href # \u2022 Optional href : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855 hrefLang # \u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 htmlFor # \u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 httpEquiv # \u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 integrity # \u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 key # \u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 keyParams # \u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 keyType # \u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 kind # \u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 label # \u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 list # \u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 loop # \u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 low # \u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 manifest # \u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 marginHeight # \u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 marginWidth # \u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 max # \u2022 Optional max : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870 maxLength # \u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 media # \u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 mediaGroup # \u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 method # \u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 min # \u2022 Optional min : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875 minLength # \u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 multiple # \u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 muted # \u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 name # \u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 noValidate # \u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 nonce # \u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 open # \u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 optimum # \u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 pattern # \u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 placeholder # \u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 playsInline # \u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 poster # \u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 preload # \u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 readOnly # \u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 ref # \u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 rel # \u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 required # \u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 reversed # \u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 rowSpan # \u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 rows # \u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 sandbox # \u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 scope # \u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 scoped # \u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 scrolling # \u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 seamless # \u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 selected # \u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 shape # \u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 size # \u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 sizes # \u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 span # \u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 src # \u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 srcDoc # \u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 srcLang # \u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 srcSet # \u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 start # \u2022 Optional 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 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 summary # \u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 target # \u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 type # \u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 useMap # \u2022 Optional useMap : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914 value # \u2022 Optional value : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 width # \u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 wmode # \u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 wrap # \u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#interface-stepperprops","text":"","title":"Interface: StepperProps"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#hierarchy","text":"HTMLProps\\ \u21b3 StepperProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.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/_src_renderer_components_stepper_stepper_.stepperprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#accept","text":"\u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"accept"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#acceptcharset","text":"\u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"acceptCharset"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#action","text":"\u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"action"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"allowFullScreen"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"allowTransparency"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#alt","text":"\u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"alt"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#as","text":"\u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"as"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#async","text":"\u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"async"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#autocomplete","text":"\u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"autoComplete"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#autoplay","text":"\u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"autoPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#capture","text":"\u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"capture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#cellpadding","text":"\u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"cellPadding"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#cellspacing","text":"\u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"cellSpacing"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#challenge","text":"\u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"challenge"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#charset","text":"\u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"charSet"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#checked","text":"\u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"checked"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#cite","text":"\u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"cite"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#classid","text":"\u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"classID"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#colspan","text":"\u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"colSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#cols","text":"\u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"cols"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#content","text":"\u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"content"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#controls","text":"\u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"controls"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#coords","text":"\u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"coords"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#crossorigin","text":"\u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"crossOrigin"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#data","text":"\u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#datetime","text":"\u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"dateTime"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#default","text":"\u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"default"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#defer","text":"\u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"defer"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#disabled","text":"\u2022 Optional disabled : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#download","text":"\u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"download"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#enctype","text":"\u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"encType"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#form","text":"\u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"form"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#formaction","text":"\u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"formAction"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#formenctype","text":"\u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"formEncType"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#formmethod","text":"\u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"formMethod"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"formNoValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#formtarget","text":"\u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"formTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#frameborder","text":"\u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"frameBorder"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#headers","text":"\u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"headers"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#height","text":"\u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"height"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#high","text":"\u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"high"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#href","text":"\u2022 Optional href : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855","title":"href"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#hreflang","text":"\u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"hrefLang"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#htmlfor","text":"\u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"htmlFor"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#httpequiv","text":"\u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"httpEquiv"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#integrity","text":"\u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"integrity"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#key","text":"\u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"key"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#keyparams","text":"\u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"keyParams"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#keytype","text":"\u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"keyType"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#kind","text":"\u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#label","text":"\u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#list","text":"\u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"list"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#loop","text":"\u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"loop"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#low","text":"\u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"low"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#manifest","text":"\u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"manifest"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#marginheight","text":"\u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"marginHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#marginwidth","text":"\u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"marginWidth"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#max","text":"\u2022 Optional max : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870","title":"max"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#maxlength","text":"\u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"maxLength"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#media","text":"\u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"media"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#mediagroup","text":"\u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"mediaGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#method","text":"\u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"method"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#min","text":"\u2022 Optional min : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875","title":"min"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#minlength","text":"\u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"minLength"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#multiple","text":"\u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"multiple"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#muted","text":"\u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"muted"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#name","text":"\u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#novalidate","text":"\u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"noValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#nonce","text":"\u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"nonce"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#open","text":"\u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#optimum","text":"\u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"optimum"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#pattern","text":"\u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"pattern"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#playsinline","text":"\u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"playsInline"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#poster","text":"\u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"poster"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#preload","text":"\u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"preload"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#readonly","text":"\u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"readOnly"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ref","text":"\u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"ref"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#rel","text":"\u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"rel"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#required","text":"\u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"required"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#reversed","text":"\u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"reversed"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#rowspan","text":"\u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"rowSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#rows","text":"\u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"rows"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#sandbox","text":"\u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"sandbox"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#scope","text":"\u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"scope"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#scoped","text":"\u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"scoped"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#scrolling","text":"\u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"scrolling"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#seamless","text":"\u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"seamless"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#selected","text":"\u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"selected"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#shape","text":"\u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"shape"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#size","text":"\u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"size"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#sizes","text":"\u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"sizes"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#span","text":"\u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"span"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#src","text":"\u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"src"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#srcdoc","text":"\u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"srcDoc"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#srclang","text":"\u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"srcLang"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#srcset","text":"\u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"srcSet"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#start","text":"\u2022 Optional start : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"start"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#step","text":"\u2022 step : number Overrides LineProgressProps . step Defined in src/renderer/components/stepper/stepper.tsx:6","title":"step"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#steps","text":"\u2022 steps : Step [] Defined in src/renderer/components/stepper/stepper.tsx:7","title":"steps"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#summary","text":"\u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"summary"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#target","text":"\u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"target"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#type","text":"\u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#usemap","text":"\u2022 Optional useMap : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"useMap"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#value","text":"\u2022 Optional value : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#width","text":"\u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"width"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#wmode","text":"\u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"wmode"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#wrap","text":"\u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"wrap"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table\" / TableProps Interface: TableProps # Hierarchy # DOMAttributes\\ \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 # autoSize # \u2022 Optional autoSize : boolean Defined in src/renderer/components/table/table.tsx:25 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Defined in src/renderer/components/table/table.tsx:24 customRowHeights # \u2022 Optional customRowHeights : (item: object, lineHeight: number, paddings: number) => number Defined in src/renderer/components/table/table.tsx:42 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string getTableRow # \u2022 Optional getTableRow : (uid: string) => ReactElement\\< TableRowProps > Defined in src/renderer/components/table/table.tsx:43 items # \u2022 Optional items : ItemObject [] Defined in src/renderer/components/table/table.tsx:23 noItems # \u2022 Optional noItems : React.ReactNode Defined in src/renderer/components/table/table.tsx:37 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onSort # \u2022 Optional onSort : (params: TableSortParams ) => void Defined in src/renderer/components/table/table.tsx:36 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 rowLineHeight # \u2022 Optional rowLineHeight : string Defined in src/renderer/components/table/table.tsx:41 rowPadding # \u2022 Optional rowPadding : string Defined in src/renderer/components/table/table.tsx:40 scrollable # \u2022 Optional scrollable : boolean Defined in src/renderer/components/table/table.tsx:27 selectable # \u2022 Optional selectable : boolean Defined in src/renderer/components/table/table.tsx:26 selectedItemId # \u2022 Optional selectedItemId : string Defined in src/renderer/components/table/table.tsx:38 sortByDefault # \u2022 Optional sortByDefault : Partial\\< TableSortParams > Defined in src/renderer/components/table/table.tsx:35 sortSyncWithUrl # \u2022 Optional sortSyncWithUrl : boolean Defined in src/renderer/components/table/table.tsx:34 sortable # \u2022 Optional sortable : { [sortBy:string]: TableSortCallback ; } Defined in src/renderer/components/table/table.tsx:29 storageKey # \u2022 Optional storageKey : string Defined in src/renderer/components/table/table.tsx:28 virtual # \u2022 Optional virtual : boolean Defined in src/renderer/components/table/table.tsx:39","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#interface-tableprops","text":"","title":"Interface: TableProps"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#hierarchy","text":"DOMAttributes\\ \u21b3 TableProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.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/_src_renderer_components_table_table_.tableprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#autosize","text":"\u2022 Optional autoSize : boolean Defined in src/renderer/components/table/table.tsx:25","title":"autoSize"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/table/table.tsx:24","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#customrowheights","text":"\u2022 Optional customRowHeights : (item: object, lineHeight: number, paddings: number) => number Defined in src/renderer/components/table/table.tsx:42","title":"customRowHeights"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#gettablerow","text":"\u2022 Optional getTableRow : (uid: string) => ReactElement\\< TableRowProps > Defined in src/renderer/components/table/table.tsx:43","title":"getTableRow"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#items","text":"\u2022 Optional items : ItemObject [] Defined in src/renderer/components/table/table.tsx:23","title":"items"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#noitems","text":"\u2022 Optional noItems : React.ReactNode Defined in src/renderer/components/table/table.tsx:37","title":"noItems"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onsort","text":"\u2022 Optional onSort : (params: TableSortParams ) => void Defined in src/renderer/components/table/table.tsx:36","title":"onSort"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#rowlineheight","text":"\u2022 Optional rowLineHeight : string Defined in src/renderer/components/table/table.tsx:41","title":"rowLineHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#rowpadding","text":"\u2022 Optional rowPadding : string Defined in src/renderer/components/table/table.tsx:40","title":"rowPadding"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#scrollable","text":"\u2022 Optional scrollable : boolean Defined in src/renderer/components/table/table.tsx:27","title":"scrollable"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#selectable","text":"\u2022 Optional selectable : boolean Defined in src/renderer/components/table/table.tsx:26","title":"selectable"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#selecteditemid","text":"\u2022 Optional selectedItemId : string Defined in src/renderer/components/table/table.tsx:38","title":"selectedItemId"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#sortbydefault","text":"\u2022 Optional sortByDefault : Partial\\< TableSortParams > Defined in src/renderer/components/table/table.tsx:35","title":"sortByDefault"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#sortsyncwithurl","text":"\u2022 Optional sortSyncWithUrl : boolean Defined in src/renderer/components/table/table.tsx:34","title":"sortSyncWithUrl"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#sortable","text":"\u2022 Optional sortable : { [sortBy:string]: TableSortCallback ; } Defined in src/renderer/components/table/table.tsx:29","title":"sortable"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#storagekey","text":"\u2022 Optional storageKey : string Defined in src/renderer/components/table/table.tsx:28","title":"storageKey"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#virtual","text":"\u2022 Optional virtual : boolean Defined in src/renderer/components/table/table.tsx:39","title":"virtual"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-cell\" / TableCellProps Interface: TableCellProps # Hierarchy # DOMAttributes\\ \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 sortBy title Methods # _sort Properties # _nowrap # \u2022 Optional _nowrap : boolean Defined in src/renderer/components/table/table-cell.tsx:19 _sorting # \u2022 Optional _sorting : Partial\\< TableSortParams > Defined in src/renderer/components/table/table-cell.tsx:17 checkbox # \u2022 Optional checkbox : boolean Defined in src/renderer/components/table/table-cell.tsx:14 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Defined in src/renderer/components/table/table-cell.tsx:12 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string isChecked # \u2022 Optional isChecked : boolean Defined in src/renderer/components/table/table-cell.tsx:15 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 sortBy # \u2022 Optional sortBy : TableSortBy Defined in src/renderer/components/table/table-cell.tsx:16 title # \u2022 Optional title : ReactNode Defined in src/renderer/components/table/table-cell.tsx:13 Methods # _sort # \u25b8 Optional _sort ( sortBy : TableSortBy ): void Defined in src/renderer/components/table/table-cell.tsx:18 Parameters: Name Type sortBy TableSortBy Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#interface-tablecellprops","text":"","title":"Interface: TableCellProps"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#hierarchy","text":"DOMAttributes\\ \u21b3 TableCellProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.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 sortBy title","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#methods","text":"_sort","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#_nowrap","text":"\u2022 Optional _nowrap : boolean Defined in src/renderer/components/table/table-cell.tsx:19","title":"_nowrap"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#_sorting","text":"\u2022 Optional _sorting : Partial\\< TableSortParams > Defined in src/renderer/components/table/table-cell.tsx:17","title":"_sorting"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#checkbox","text":"\u2022 Optional checkbox : boolean Defined in src/renderer/components/table/table-cell.tsx:14","title":"checkbox"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/table/table-cell.tsx:12","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ischecked","text":"\u2022 Optional isChecked : boolean Defined in src/renderer/components/table/table-cell.tsx:15","title":"isChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#sortby","text":"\u2022 Optional sortBy : TableSortBy Defined in src/renderer/components/table/table-cell.tsx:16","title":"sortBy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#title","text":"\u2022 Optional title : ReactNode Defined in src/renderer/components/table/table-cell.tsx:13","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#_sort","text":"\u25b8 Optional _sort ( sortBy : TableSortBy ): void Defined in src/renderer/components/table/table-cell.tsx:18","title":"_sort"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-head\" / TableHeadProps Interface: TableHeadProps # Hierarchy # DOMAttributes\\ \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 # children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Defined in src/renderer/components/table/table-head.tsx:9 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string nowrap # \u2022 Optional nowrap : boolean Defined in src/renderer/components/table/table-head.tsx:12 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 showTopLine # \u2022 Optional showTopLine : boolean Defined in src/renderer/components/table/table-head.tsx:10 sticky # \u2022 Optional sticky : boolean Defined in src/renderer/components/table/table-head.tsx:11","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#interface-tableheadprops","text":"","title":"Interface: TableHeadProps"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#hierarchy","text":"DOMAttributes\\ \u21b3 TableHeadProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.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/_src_renderer_components_table_table_head_.tableheadprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/table/table-head.tsx:9","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#nowrap","text":"\u2022 Optional nowrap : boolean Defined in src/renderer/components/table/table-head.tsx:12","title":"nowrap"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#showtopline","text":"\u2022 Optional showTopLine : boolean Defined in src/renderer/components/table/table-head.tsx:10","title":"showTopLine"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#sticky","text":"\u2022 Optional sticky : boolean Defined in src/renderer/components/table/table-head.tsx:11","title":"sticky"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-row\" / TableRowProps Interface: TableRowProps # Hierarchy # DOMAttributes\\ \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 # children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Defined in src/renderer/components/table/table-row.tsx:10 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string disabled # \u2022 Optional disabled : boolean Defined in src/renderer/components/table/table-row.tsx:16 nowrap # \u2022 Optional nowrap : boolean Defined in src/renderer/components/table/table-row.tsx:13 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 searchItem # \u2022 Optional searchItem : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:15 selected # \u2022 Optional selected : boolean Defined in src/renderer/components/table/table-row.tsx:11 sortItem # \u2022 Optional sortItem : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:14 style # \u2022 Optional style : CSSProperties Defined in src/renderer/components/table/table-row.tsx:12","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#interface-tablerowprops","text":"","title":"Interface: TableRowProps"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#hierarchy","text":"DOMAttributes\\ \u21b3 TableRowProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.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/_src_renderer_components_table_table_row_.tablerowprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/table/table-row.tsx:10","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#disabled","text":"\u2022 Optional disabled : boolean Defined in src/renderer/components/table/table-row.tsx:16","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#nowrap","text":"\u2022 Optional nowrap : boolean Defined in src/renderer/components/table/table-row.tsx:13","title":"nowrap"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#searchitem","text":"\u2022 Optional searchItem : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:15","title":"searchItem"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#selected","text":"\u2022 Optional selected : boolean Defined in src/renderer/components/table/table-row.tsx:11","title":"selected"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#sortitem","text":"\u2022 Optional sortItem : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:14","title":"sortItem"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#style","text":"\u2022 Optional style : CSSProperties Defined in src/renderer/components/table/table-row.tsx:12","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/tabs/tabs\" / TabProps Interface: TabProps\\ # Type parameters # Name Default D any Hierarchy # DOMAttributes\\ \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 # active # \u2022 Optional active : boolean Defined in src/renderer/components/tabs/tabs.tsx:54 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Defined in src/renderer/components/tabs/tabs.tsx:53 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string disabled # \u2022 Optional disabled : boolean Defined in src/renderer/components/tabs/tabs.tsx:55 icon # \u2022 Optional icon : React.ReactNode | string Defined in src/renderer/components/tabs/tabs.tsx:56 label # \u2022 Optional label : React.ReactNode Defined in src/renderer/components/tabs/tabs.tsx:57 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#interface-tabprops","text":"","title":"Interface: TabProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#type-parameters","text":"Name Default D any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#hierarchy","text":"DOMAttributes\\ \u21b3 TabProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.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/_src_renderer_components_tabs_tabs_.tabprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#active","text":"\u2022 Optional active : boolean Defined in src/renderer/components/tabs/tabs.tsx:54","title":"active"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/tabs/tabs.tsx:53","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#disabled","text":"\u2022 Optional disabled : boolean Defined in src/renderer/components/tabs/tabs.tsx:55","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#icon","text":"\u2022 Optional icon : React.ReactNode | string Defined in src/renderer/components/tabs/tabs.tsx:56","title":"icon"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#label","text":"\u2022 Optional label : React.ReactNode Defined in src/renderer/components/tabs/tabs.tsx:57","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#value","text":"\u2022 value : D Defined in src/renderer/components/tabs/tabs.tsx:58","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/","text":"@k8slens/extensions Globals / \"src/renderer/components/tabs/tabs\" / TabsContextValue Interface: TabsContextValue\\ # Type parameters # Name Default D any Hierarchy # TabsContextValue \u21b3 TabsProps Index # Properties # autoFocus value withBorder Methods # onChange Properties # autoFocus # \u2022 Optional autoFocus : boolean Defined in src/renderer/components/tabs/tabs.tsx:9 value # \u2022 Optional value : D Defined in src/renderer/components/tabs/tabs.tsx:11 withBorder # \u2022 Optional withBorder : boolean Defined in src/renderer/components/tabs/tabs.tsx:10 Methods # onChange # \u25b8 Optional onChange ( value : D): void Defined in src/renderer/components/tabs/tabs.tsx:12 Parameters: Name Type value D Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#interface-tabscontextvalue","text":"","title":"Interface: TabsContextValue\\"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#type-parameters","text":"Name Default D any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#hierarchy","text":"TabsContextValue \u21b3 TabsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#properties","text":"autoFocus value withBorder","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#autofocus","text":"\u2022 Optional autoFocus : boolean Defined in src/renderer/components/tabs/tabs.tsx:9","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#value","text":"\u2022 Optional value : D Defined in src/renderer/components/tabs/tabs.tsx:11","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#withborder","text":"\u2022 Optional withBorder : boolean Defined in src/renderer/components/tabs/tabs.tsx:10","title":"withBorder"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#onchange","text":"\u25b8 Optional onChange ( value : D): void Defined in src/renderer/components/tabs/tabs.tsx:12","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/tabs/tabs\" / TabsProps Interface: TabsProps\\ # Type parameters # Name Default D any Hierarchy # TabsContextValue \\ {} \u21b3 TabsProps Index # Properties # autoFocus center className scrollable value withBorder wrap Methods # onChange Properties # autoFocus # \u2022 Optional autoFocus : boolean Inherited from TabsContextValue . autoFocus Defined in src/renderer/components/tabs/tabs.tsx:9 center # \u2022 Optional center : boolean Defined in src/renderer/components/tabs/tabs.tsx:19 className # \u2022 Optional className : string Defined in src/renderer/components/tabs/tabs.tsx:18 scrollable # \u2022 Optional scrollable : boolean Defined in src/renderer/components/tabs/tabs.tsx:21 value # \u2022 Optional value : D Inherited from TabsContextValue . value Defined in src/renderer/components/tabs/tabs.tsx:11 withBorder # \u2022 Optional withBorder : boolean Inherited from TabsContextValue . withBorder Defined in src/renderer/components/tabs/tabs.tsx:10 wrap # \u2022 Optional wrap : boolean Defined in src/renderer/components/tabs/tabs.tsx:20 Methods # onChange # \u25b8 Optional onChange ( value : D): void Inherited from TabsContextValue . onChange Defined in src/renderer/components/tabs/tabs.tsx:12 Parameters: Name Type value D Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#interface-tabsprops","text":"","title":"Interface: TabsProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#type-parameters","text":"Name Default D any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#hierarchy","text":"TabsContextValue \\ {} \u21b3 TabsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#properties","text":"autoFocus center className scrollable value withBorder wrap","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from TabsContextValue . autoFocus Defined in src/renderer/components/tabs/tabs.tsx:9","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#center","text":"\u2022 Optional center : boolean Defined in src/renderer/components/tabs/tabs.tsx:19","title":"center"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/tabs/tabs.tsx:18","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#scrollable","text":"\u2022 Optional scrollable : boolean Defined in src/renderer/components/tabs/tabs.tsx:21","title":"scrollable"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#value","text":"\u2022 Optional value : D Inherited from TabsContextValue . value Defined in src/renderer/components/tabs/tabs.tsx:11","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#withborder","text":"\u2022 Optional withBorder : boolean Inherited from TabsContextValue . withBorder Defined in src/renderer/components/tabs/tabs.tsx:10","title":"withBorder"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#wrap","text":"\u2022 Optional wrap : boolean Defined in src/renderer/components/tabs/tabs.tsx:20","title":"wrap"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#onchange","text":"\u25b8 Optional onChange ( value : D): void Inherited from TabsContextValue . onChange Defined in src/renderer/components/tabs/tabs.tsx:12","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/tooltip\" / TooltipContentFormatters Interface: TooltipContentFormatters # Hierarchy # TooltipContentFormatters Index # Properties # narrow nowrap small tableView warning Properties # narrow # \u2022 Optional narrow : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:34 nowrap # \u2022 Optional nowrap : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:37 small # \u2022 Optional small : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:36 tableView # \u2022 Optional tableView : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:38 warning # \u2022 Optional warning : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:35","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#interface-tooltipcontentformatters","text":"","title":"Interface: TooltipContentFormatters"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#hierarchy","text":"TooltipContentFormatters","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#properties","text":"narrow nowrap small tableView warning","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#narrow","text":"\u2022 Optional narrow : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:34","title":"narrow"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#nowrap","text":"\u2022 Optional nowrap : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:37","title":"nowrap"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#small","text":"\u2022 Optional small : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:36","title":"small"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#tableview","text":"\u2022 Optional tableView : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:38","title":"tableView"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#warning","text":"\u2022 Optional warning : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:35","title":"warning"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/tooltip\" / TooltipProps Interface: TooltipProps # Hierarchy # TooltipProps Index # Properties # children className formatters offset preferredPositions style targetId tooltipOnParentHover usePortal visible Properties # children # \u2022 Optional children : React.ReactNode Defined in src/renderer/components/tooltip/tooltip.tsx:30 className # \u2022 Optional className : IClassName Defined in src/renderer/components/tooltip/tooltip.tsx:27 formatters # \u2022 Optional formatters : TooltipContentFormatters Defined in src/renderer/components/tooltip/tooltip.tsx:28 offset # \u2022 Optional offset : number Defined in src/renderer/components/tooltip/tooltip.tsx:24 preferredPositions # \u2022 Optional preferredPositions : TooltipPosition | TooltipPosition [] Defined in src/renderer/components/tooltip/tooltip.tsx:26 style # \u2022 Optional style : CSSProperties Defined in src/renderer/components/tooltip/tooltip.tsx:29 targetId # \u2022 targetId : string Defined in src/renderer/components/tooltip/tooltip.tsx:21 tooltipOnParentHover # \u2022 Optional tooltipOnParentHover : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:22 usePortal # \u2022 Optional usePortal : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:25 visible # \u2022 Optional visible : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:23","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#interface-tooltipprops","text":"","title":"Interface: TooltipProps"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#hierarchy","text":"TooltipProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#properties","text":"children className formatters offset preferredPositions style targetId tooltipOnParentHover usePortal visible","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#children","text":"\u2022 Optional children : React.ReactNode Defined in src/renderer/components/tooltip/tooltip.tsx:30","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#classname","text":"\u2022 Optional className : IClassName Defined in src/renderer/components/tooltip/tooltip.tsx:27","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#formatters","text":"\u2022 Optional formatters : TooltipContentFormatters Defined in src/renderer/components/tooltip/tooltip.tsx:28","title":"formatters"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#offset","text":"\u2022 Optional offset : number Defined in src/renderer/components/tooltip/tooltip.tsx:24","title":"offset"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#preferredpositions","text":"\u2022 Optional preferredPositions : TooltipPosition | TooltipPosition [] Defined in src/renderer/components/tooltip/tooltip.tsx:26","title":"preferredPositions"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#style","text":"\u2022 Optional style : CSSProperties Defined in src/renderer/components/tooltip/tooltip.tsx:29","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#targetid","text":"\u2022 targetId : string Defined in src/renderer/components/tooltip/tooltip.tsx:21","title":"targetId"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#tooltiponparenthover","text":"\u2022 Optional tooltipOnParentHover : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:22","title":"tooltipOnParentHover"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#useportal","text":"\u2022 Optional usePortal : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:25","title":"usePortal"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#visible","text":"\u2022 Optional visible : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:23","title":"visible"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/withTooltip\" / TooltipDecoratorProps Interface: TooltipDecoratorProps # Hierarchy # TooltipDecoratorProps \u21b3 IconProps \u21b3 ButtonProps \u21b3 BadgeProps \u21b3 LineProgressProps \u21b3 StatusBrickProps Index # Properties # tooltip tooltipOverrideDisabled Properties # tooltip # \u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Defined in src/renderer/components/tooltip/withTooltip.tsx:10 tooltipOverrideDisabled # \u2022 Optional 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/#interface-tooltipdecoratorprops","text":"","title":"Interface: TooltipDecoratorProps"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/#hierarchy","text":"TooltipDecoratorProps \u21b3 IconProps \u21b3 ButtonProps \u21b3 BadgeProps \u21b3 LineProgressProps \u21b3 StatusBrickProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/#properties","text":"tooltip tooltipOverrideDisabled","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"tooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/#tooltipoverridedisabled","text":"\u2022 Optional 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":"tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/virtual-list/virtual-list\" / Props Interface: Props\\ # Type parameters # Name Type Default T ItemObject any Hierarchy # Props Index # Properties # className getRow initialOffset items onScroll outerRef readyOffset rowHeights selectedItemId width Properties # className # \u2022 Optional className : string Defined in src/renderer/components/virtual-list/virtual-list.tsx:19 getRow # \u2022 Optional getRow : (uid: string | number) => ReactElement\\ Defined in src/renderer/components/virtual-list/virtual-list.tsx:24 initialOffset # \u2022 Optional initialOffset : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:21 items # \u2022 items : T[] Defined in src/renderer/components/virtual-list/virtual-list.tsx:17 onScroll # \u2022 Optional onScroll : (props: ListOnScrollProps) => void Defined in src/renderer/components/virtual-list/virtual-list.tsx:25 outerRef # \u2022 Optional outerRef : React.Ref\\ Defined in src/renderer/components/virtual-list/virtual-list.tsx:26 readyOffset # \u2022 Optional readyOffset : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:22 rowHeights # \u2022 rowHeights : number[] Defined in src/renderer/components/virtual-list/virtual-list.tsx:18 selectedItemId # \u2022 Optional selectedItemId : string Defined in src/renderer/components/virtual-list/virtual-list.tsx:23 width # \u2022 Optional width : number | string Defined in src/renderer/components/virtual-list/virtual-list.tsx:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#interface-props","text":"","title":"Interface: Props\\"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#type-parameters","text":"Name Type Default T ItemObject any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#hierarchy","text":"Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#properties","text":"className getRow initialOffset items onScroll outerRef readyOffset rowHeights selectedItemId width","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/virtual-list/virtual-list.tsx:19","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#getrow","text":"\u2022 Optional getRow : (uid: string | number) => ReactElement\\ Defined in src/renderer/components/virtual-list/virtual-list.tsx:24","title":"getRow"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#initialoffset","text":"\u2022 Optional initialOffset : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:21","title":"initialOffset"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#items","text":"\u2022 items : T[] Defined in src/renderer/components/virtual-list/virtual-list.tsx:17","title":"items"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#onscroll","text":"\u2022 Optional onScroll : (props: ListOnScrollProps) => void Defined in src/renderer/components/virtual-list/virtual-list.tsx:25","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#outerref","text":"\u2022 Optional outerRef : React.Ref\\ Defined in src/renderer/components/virtual-list/virtual-list.tsx:26","title":"outerRef"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#readyoffset","text":"\u2022 Optional readyOffset : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:22","title":"readyOffset"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#rowheights","text":"\u2022 rowHeights : number[] Defined in src/renderer/components/virtual-list/virtual-list.tsx:18","title":"rowHeights"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#selecteditemid","text":"\u2022 Optional selectedItemId : string Defined in src/renderer/components/virtual-list/virtual-list.tsx:23","title":"selectedItemId"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#width","text":"\u2022 Optional width : number | string Defined in src/renderer/components/virtual-list/virtual-list.tsx:20","title":"width"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/","text":"@k8slens/extensions Globals / \"src/renderer/components/virtual-list/virtual-list\" / RowData Interface: RowData # Hierarchy # RowData Index # Properties # getRow items Properties # getRow # \u2022 Optional getRow : (uid: string | number) => ReactElement\\< TableRowProps > Defined in src/renderer/components/virtual-list/virtual-list.tsx:119 items # \u2022 items : ItemObject [] Defined in src/renderer/components/virtual-list/virtual-list.tsx:118","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/#interface-rowdata","text":"","title":"Interface: RowData"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/#hierarchy","text":"RowData","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/#properties","text":"getRow items","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/#getrow","text":"\u2022 Optional getRow : (uid: string | number) => ReactElement\\< TableRowProps > Defined in src/renderer/components/virtual-list/virtual-list.tsx:119","title":"getRow"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/#items","text":"\u2022 items : ItemObject [] Defined in src/renderer/components/virtual-list/virtual-list.tsx:118","title":"items"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/virtual-list/virtual-list\" / RowProps Interface: RowProps # Hierarchy # ListChildComponentProps \u21b3 RowProps Index # Properties # data index isScrolling style Properties # data # \u2022 data : RowData Overrides void Defined in src/renderer/components/virtual-list/virtual-list.tsx:123 index # \u2022 index : number Inherited from RowProps . index Defined in node_modules/@types/react-window/index.d.ts:26 isScrolling # \u2022 Optional isScrolling : boolean Inherited from RowProps . isScrolling Defined in node_modules/@types/react-window/index.d.ts:29 style # \u2022 style : CSSProperties Inherited from RowProps . style Defined in node_modules/@types/react-window/index.d.ts:27","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#interface-rowprops","text":"","title":"Interface: RowProps"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#hierarchy","text":"ListChildComponentProps \u21b3 RowProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#properties","text":"data index isScrolling style","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#data","text":"\u2022 data : RowData Overrides void Defined in src/renderer/components/virtual-list/virtual-list.tsx:123","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#index_1","text":"\u2022 index : number Inherited from RowProps . index Defined in node_modules/@types/react-window/index.d.ts:26","title":"index"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#isscrolling","text":"\u2022 Optional isScrolling : boolean Inherited from RowProps . isScrolling Defined in node_modules/@types/react-window/index.d.ts:29","title":"isScrolling"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#style","text":"\u2022 style : CSSProperties Inherited from RowProps . style Defined in node_modules/@types/react-window/index.d.ts:27","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/","text":"@k8slens/extensions Globals / \"src/renderer/components/virtual-list/virtual-list\" / State Interface: State # Hierarchy # State Index # Properties # height overscanCount Properties # height # \u2022 height : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:30 overscanCount # \u2022 overscanCount : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:31","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/#interface-state","text":"","title":"Interface: State"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/#hierarchy","text":"State","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/#properties","text":"height overscanCount","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/#height","text":"\u2022 height : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:30","title":"height"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/#overscancount","text":"\u2022 overscanCount : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:31","title":"overscanCount"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/","text":"@k8slens/extensions Globals / \"src/renderer/i18n\" / ILanguage Interface: ILanguage # Hierarchy # ILanguage Index # Properties # code nativeTitle title Properties # code # \u2022 code : string Defined in src/renderer/i18n.ts:10 nativeTitle # \u2022 nativeTitle : string Defined in src/renderer/i18n.ts:12 title # \u2022 title : string Defined in src/renderer/i18n.ts:11","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#interface-ilanguage","text":"","title":"Interface: ILanguage"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#hierarchy","text":"ILanguage","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#properties","text":"code nativeTitle title","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#code","text":"\u2022 code : string Defined in src/renderer/i18n.ts:10","title":"code"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#nativetitle","text":"\u2022 nativeTitle : string Defined in src/renderer/i18n.ts:12","title":"nativeTitle"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#title","text":"\u2022 title : string Defined in src/renderer/i18n.ts:11","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/","text":"@k8slens/extensions Globals / \"src/renderer/item.store\" / ItemObject Interface: ItemObject # Hierarchy # ItemObject Implemented by # Cluster ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment Endpoint HorizontalPodAutoscaler Ingress Job KubeEvent KubeObject Namespace NetworkPolicy Node PersistentVolume PersistentVolumeClaim Pod PodDisruptionBudget PodMetrics PodSecurityPolicy ReplicaSet ResourceQuota Role RoleBinding Secret SelfSubjectRulesReview Service ServiceAccount StatefulSet StorageClass WorkloadKubeObject Index # Methods # getId getName Methods # getId # \u25b8 getId (): string Defined in src/renderer/item.store.ts:6 Returns: string getName # \u25b8 getName (): string Defined in src/renderer/item.store.ts:7 Returns: string","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#interface-itemobject","text":"","title":"Interface: ItemObject"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#hierarchy","text":"ItemObject","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#implemented-by","text":"Cluster ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment Endpoint HorizontalPodAutoscaler Ingress Job KubeEvent KubeObject Namespace NetworkPolicy Node PersistentVolume PersistentVolumeClaim Pod PodDisruptionBudget PodMetrics PodSecurityPolicy ReplicaSet ResourceQuota Role RoleBinding Secret SelfSubjectRulesReview Service ServiceAccount StatefulSet StorageClass WorkloadKubeObject","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#methods","text":"getId getName","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#getid","text":"\u25b8 getId (): string Defined in src/renderer/item.store.ts:6 Returns: string","title":"getId"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#getname","text":"\u25b8 getName (): string Defined in src/renderer/item.store.ts:7 Returns: string","title":"getName"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/","text":"@k8slens/extensions Globals / \"src/renderer/navigation\" / IQueryParams Interface: IQueryParams # Hierarchy # IQueryParams Index # Properties # details namespaces orderBy search selected sortBy Properties # details # \u2022 Optional details : string Defined in src/renderer/navigation.ts:25 namespaces # \u2022 Optional namespaces : string[] Defined in src/renderer/navigation.ts:24 orderBy # \u2022 Optional orderBy : string Defined in src/renderer/navigation.ts:29 search # \u2022 Optional search : string Defined in src/renderer/navigation.ts:27 selected # \u2022 Optional selected : string Defined in src/renderer/navigation.ts:26 sortBy # \u2022 Optional sortBy : string Defined in src/renderer/navigation.ts:28","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#interface-iqueryparams","text":"","title":"Interface: IQueryParams"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#hierarchy","text":"IQueryParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#properties","text":"details namespaces orderBy search selected sortBy","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#details","text":"\u2022 Optional details : string Defined in src/renderer/navigation.ts:25","title":"details"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#namespaces","text":"\u2022 Optional namespaces : string[] Defined in src/renderer/navigation.ts:24","title":"namespaces"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#orderby","text":"\u2022 Optional orderBy : string Defined in src/renderer/navigation.ts:29","title":"orderBy"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#search","text":"\u2022 Optional search : string Defined in src/renderer/navigation.ts:27","title":"search"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#selected","text":"\u2022 Optional selected : string Defined in src/renderer/navigation.ts:26","title":"selected"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#sortby","text":"\u2022 Optional sortBy : string Defined in src/renderer/navigation.ts:28","title":"sortBy"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/","text":"@k8slens/extensions Globals / \"src/renderer/theme.store\" / Theme Interface: Theme # Hierarchy # Theme Index # Properties # author colors description id name type Properties # author # \u2022 Optional author : string Defined in src/renderer/theme.store.ts:19 colors # \u2022 Optional colors : Record\\ Defined in src/renderer/theme.store.ts:17 description # \u2022 Optional description : string Defined in src/renderer/theme.store.ts:18 id # \u2022 id : ThemeId Defined in src/renderer/theme.store.ts:14 name # \u2022 Optional name : string Defined in src/renderer/theme.store.ts:16 type # \u2022 type : ThemeType Defined in src/renderer/theme.store.ts:15","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#interface-theme","text":"","title":"Interface: Theme"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#hierarchy","text":"Theme","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#properties","text":"author colors description id name type","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#author","text":"\u2022 Optional author : string Defined in src/renderer/theme.store.ts:19","title":"author"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#colors","text":"\u2022 Optional colors : Record\\ Defined in src/renderer/theme.store.ts:17","title":"colors"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#description","text":"\u2022 Optional description : string Defined in src/renderer/theme.store.ts:18","title":"description"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#id","text":"\u2022 id : ThemeId Defined in src/renderer/theme.store.ts:14","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#name","text":"\u2022 Optional name : string Defined in src/renderer/theme.store.ts:16","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#type","text":"\u2022 type : ThemeType Defined in src/renderer/theme.store.ts:15","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/","text":"@k8slens/extensions Globals / \"src/renderer/utils/cancelableFetch\" / CancelablePromise Interface: CancelablePromise\\ # Type parameters # Name T Hierarchy # Promise \\ \u21b3 CancelablePromise Index # Properties # Promise [Symbol.toStringTag] Methods # cancel catch finally then Properties # Promise # \u2022 Promise : PromiseConstructor Defined in node_modules/typescript/lib/lib.es2015.promise.d.ts:150 [Symbol.toStringTag] # \u2022 Readonly [Symbol.toStringTag] : string Inherited from CancelablePromise . [Symbol.toStringTag] Defined in node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts:169 Methods # cancel # \u25b8 cancel (): void Defined in src/renderer/utils/cancelableFetch.ts:7 Returns: void catch # \u25b8 catch \\ ( onrejected? : (reason: any) => TResult | PromiseLike\\ | undefined | null): CancelablePromise \\ Overrides void Defined in src/renderer/utils/cancelableFetch.ts:5 Type parameters: Name Default TResult never Parameters: Name Type onrejected? (reason: any) => TResult | PromiseLike\\ | undefined | null Returns: CancelablePromise \\ finally # \u25b8 finally ( onfinally? : () => void | undefined | null): CancelablePromise \\ Overrides void Defined in src/renderer/utils/cancelableFetch.ts:6 Parameters: Name Type onfinally? () => void | undefined | null Returns: CancelablePromise \\ then # \u25b8 then \\ ( onfulfilled? : (value: T) => TResult1 | PromiseLike\\ | undefined | null, onrejected? : (reason: any) => TResult2 | PromiseLike\\ | undefined | null): CancelablePromise \\ Overrides void Defined in src/renderer/utils/cancelableFetch.ts:4 Type parameters: Name Default TResult1 T TResult2 never Parameters: Name Type onfulfilled? (value: T) => TResult1 | PromiseLike\\ | undefined | null onrejected? (reason: any) => TResult2 | PromiseLike\\ | undefined | null Returns: CancelablePromise \\","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#interface-cancelablepromise","text":"","title":"Interface: CancelablePromise\\"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#type-parameters","text":"Name T","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#hierarchy","text":"Promise \\ \u21b3 CancelablePromise","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#properties","text":"Promise [Symbol.toStringTag]","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#methods","text":"cancel catch finally then","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#promise","text":"\u2022 Promise : PromiseConstructor Defined in node_modules/typescript/lib/lib.es2015.promise.d.ts:150","title":"Promise"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#symboltostringtag","text":"\u2022 Readonly [Symbol.toStringTag] : string Inherited from CancelablePromise . [Symbol.toStringTag] Defined in node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts:169","title":"[Symbol.toStringTag]"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#cancel","text":"\u25b8 cancel (): void Defined in src/renderer/utils/cancelableFetch.ts:7 Returns: void","title":"cancel"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#catch","text":"\u25b8 catch \\ ( onrejected? : (reason: any) => TResult | PromiseLike\\ | undefined | null): CancelablePromise \\ Overrides void Defined in src/renderer/utils/cancelableFetch.ts:5","title":"catch"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#finally","text":"\u25b8 finally ( onfinally? : () => void | undefined | null): CancelablePromise \\ Overrides void Defined in src/renderer/utils/cancelableFetch.ts:6","title":"finally"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#then","text":"\u25b8 then \\ ( onfulfilled? : (value: T) => TResult1 | PromiseLike\\ | undefined | null, onrejected? : (reason: any) => TResult2 | PromiseLike\\ | undefined | null): CancelablePromise \\ Overrides void Defined in src/renderer/utils/cancelableFetch.ts:4","title":"then"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.wrappingfunction/","text":"@k8slens/extensions Globals / \"src/renderer/utils/cancelableFetch\" / WrappingFunction Interface: WrappingFunction # Hierarchy # WrappingFunction Callable # \u25b8 \\ ( result : Promise \\ ): CancelablePromise \\ Defined in src/renderer/utils/cancelableFetch.ts:10 Type parameters: Name T Parameters: Name Type result Promise \\ Returns: CancelablePromise \\ \u25b8 \\ ( result : T): T Defined in src/renderer/utils/cancelableFetch.ts:11 Type parameters: Name T Parameters: Name Type result T Returns: T","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.wrappingfunction/#interface-wrappingfunction","text":"","title":"Interface: WrappingFunction"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.wrappingfunction/#hierarchy","text":"WrappingFunction","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.wrappingfunction/#callable","text":"\u25b8 \\ ( result : Promise \\ ): CancelablePromise \\ Defined in src/renderer/utils/cancelableFetch.ts:10","title":"Callable"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/","text":"@k8slens/extensions Globals / \"src/renderer/utils/createStorage\" / IStorageHelperOptions Interface: IStorageHelperOptions # Hierarchy # IStorageHelperOptions Index # Properties # addKeyPrefix useSession Properties # addKeyPrefix # \u2022 Optional addKeyPrefix : boolean Defined in src/renderer/utils/createStorage.ts:4 useSession # \u2022 Optional useSession : boolean Defined in src/renderer/utils/createStorage.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/#interface-istoragehelperoptions","text":"","title":"Interface: IStorageHelperOptions"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/#hierarchy","text":"IStorageHelperOptions","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/#properties","text":"addKeyPrefix useSession","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/#addkeyprefix","text":"\u2022 Optional addKeyPrefix : boolean Defined in src/renderer/utils/createStorage.ts:4","title":"addKeyPrefix"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/#usesession","text":"\u2022 Optional useSession : boolean Defined in src/renderer/utils/createStorage.ts:5","title":"useSession"},{"location":"extensions/api/modules/_package_/","text":"@k8slens/extensions Globals / \"package\" Module: \"package\" #","title":"API Reference"},{"location":"extensions/api/modules/_package_/#module-package","text":"","title":"Module: \"package\""},{"location":"extensions/api/modules/_src_common_base_store_/","text":"@k8slens/extensions Globals / \"src/common/base-store\" Module: \"src/common/base-store\" # Index # Classes # BaseStore Interfaces # BaseStoreParams","title":"API Reference"},{"location":"extensions/api/modules/_src_common_base_store_/#module-srccommonbase-store","text":"","title":"Module: \"src/common/base-store\""},{"location":"extensions/api/modules/_src_common_base_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_base_store_/#classes","text":"BaseStore","title":"Classes"},{"location":"extensions/api/modules/_src_common_base_store_/#interfaces","text":"BaseStoreParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_cluster_ipc_/","text":"@k8slens/extensions Globals / \"src/common/cluster-ipc\" Module: \"src/common/cluster-ipc\" # Index # Object literals # clusterIpc Object literals # clusterIpc # \u25aa Const clusterIpc : object Defined in src/common/cluster-ipc.ts:7 Properties: Name Type Value activate object createIpcChannel({ channel: \"cluster:activate\", handle: (clusterId: ClusterId, force = false) => { const cluster = clusterStore.getById(clusterId); if (cluster) { return cluster.activate(force); } }, }) disconnect object createIpcChannel({ channel: \"cluster:disconnect\", handle: (clusterId: ClusterId) => { appEventBus.emit({name: \"cluster\", action: \"stop\"}); return clusterStore.getById(clusterId)?.disconnect(); }, }) kubectlApplyAll object createIpcChannel({ channel: \"cluster:kubectl-apply-all\", handle: (clusterId: ClusterId, resources: string[]) => { appEventBus.emit({name: \"cluster\", action: \"kubectl-apply-all\"}) const cluster = clusterStore.getById(clusterId); if (cluster) { const applier = new ResourceApplier(cluster) applier.kubectlApplyAll(resources) } else { throw `${clusterId} is not a valid cluster id`; } } }) refresh object createIpcChannel({ channel: \"cluster:refresh\", handle: (clusterId: ClusterId) => { const cluster = clusterStore.getById(clusterId); if (cluster) return cluster.refresh({ refreshMetadata: true }) }, }) setFrameId object createIpcChannel({ channel: \"cluster:set-frame-id\", handle: (clusterId: ClusterId, frameId?: number) => { const cluster = clusterStore.getById(clusterId); if (cluster) { if (frameId) cluster.frameId = frameId; // save cluster's webFrame.routingId to be able to send push-updates extensionLoader.broadcastExtensions(frameId) return cluster.pushState(); } }, })","title":"API Reference"},{"location":"extensions/api/modules/_src_common_cluster_ipc_/#module-srccommoncluster-ipc","text":"","title":"Module: \"src/common/cluster-ipc\""},{"location":"extensions/api/modules/_src_common_cluster_ipc_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_cluster_ipc_/#object-literals","text":"clusterIpc","title":"Object literals"},{"location":"extensions/api/modules/_src_common_cluster_ipc_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_common_cluster_ipc_/#clusteripc","text":"\u25aa Const clusterIpc : object Defined in src/common/cluster-ipc.ts:7","title":"clusterIpc"},{"location":"extensions/api/modules/_src_common_cluster_store_/","text":"@k8slens/extensions Globals / \"src/common/cluster-store\" Module: \"src/common/cluster-store\" # Index # Classes # ClusterStore Interfaces # ClusterIconUpload ClusterMetadata ClusterModel ClusterPreferences ClusterStoreModel Type aliases # ClusterId Variables # clusterStore Functions # getClusterFrameUrl getClusterIdFromHost getHostedCluster getHostedClusterId Type aliases # ClusterId # \u01ac ClusterId : string Defined in src/common/cluster-store.ts:32 Variables # clusterStore # \u2022 Const clusterStore : ClusterStore = ClusterStore.getInstance\\ () Defined in src/common/cluster-store.ts:262 Functions # getClusterFrameUrl # \u25b8 getClusterFrameUrl ( clusterId : ClusterId ): string Defined in src/common/cluster-store.ts:269 Parameters: Name Type clusterId ClusterId Returns: string getClusterIdFromHost # \u25b8 getClusterIdFromHost ( hostname : string): ClusterId Defined in src/common/cluster-store.ts:264 Parameters: Name Type hostname string Returns: ClusterId getHostedCluster # \u25b8 getHostedCluster (): Cluster Defined in src/common/cluster-store.ts:277 Returns: Cluster getHostedClusterId # \u25b8 getHostedClusterId (): string Defined in src/common/cluster-store.ts:273 Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_common_cluster_store_/#module-srccommoncluster-store","text":"","title":"Module: \"src/common/cluster-store\""},{"location":"extensions/api/modules/_src_common_cluster_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_cluster_store_/#classes","text":"ClusterStore","title":"Classes"},{"location":"extensions/api/modules/_src_common_cluster_store_/#interfaces","text":"ClusterIconUpload ClusterMetadata ClusterModel ClusterPreferences ClusterStoreModel","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_cluster_store_/#type-aliases","text":"ClusterId","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_cluster_store_/#variables","text":"clusterStore","title":"Variables"},{"location":"extensions/api/modules/_src_common_cluster_store_/#functions","text":"getClusterFrameUrl getClusterIdFromHost getHostedCluster getHostedClusterId","title":"Functions"},{"location":"extensions/api/modules/_src_common_cluster_store_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_cluster_store_/#clusterid","text":"\u01ac ClusterId : string Defined in src/common/cluster-store.ts:32","title":"ClusterId"},{"location":"extensions/api/modules/_src_common_cluster_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_cluster_store_/#clusterstore","text":"\u2022 Const clusterStore : ClusterStore = ClusterStore.getInstance\\ () Defined in src/common/cluster-store.ts:262","title":"clusterStore"},{"location":"extensions/api/modules/_src_common_cluster_store_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_cluster_store_/#getclusterframeurl","text":"\u25b8 getClusterFrameUrl ( clusterId : ClusterId ): string Defined in src/common/cluster-store.ts:269","title":"getClusterFrameUrl"},{"location":"extensions/api/modules/_src_common_cluster_store_/#getclusteridfromhost","text":"\u25b8 getClusterIdFromHost ( hostname : string): ClusterId Defined in src/common/cluster-store.ts:264","title":"getClusterIdFromHost"},{"location":"extensions/api/modules/_src_common_cluster_store_/#gethostedcluster","text":"\u25b8 getHostedCluster (): Cluster Defined in src/common/cluster-store.ts:277 Returns: Cluster","title":"getHostedCluster"},{"location":"extensions/api/modules/_src_common_cluster_store_/#gethostedclusterid","text":"\u25b8 getHostedClusterId (): string Defined in src/common/cluster-store.ts:273 Returns: string","title":"getHostedClusterId"},{"location":"extensions/api/modules/_src_common_custom_errors_/","text":"@k8slens/extensions Globals / \"src/common/custom-errors\" Module: \"src/common/custom-errors\" # Index # Classes # ExecValidationNotFoundError","title":"API Reference"},{"location":"extensions/api/modules/_src_common_custom_errors_/#module-srccommoncustom-errors","text":"","title":"Module: \"src/common/custom-errors\""},{"location":"extensions/api/modules/_src_common_custom_errors_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_custom_errors_/#classes","text":"ExecValidationNotFoundError","title":"Classes"},{"location":"extensions/api/modules/_src_common_event_bus_/","text":"@k8slens/extensions Globals / \"src/common/event-bus\" Module: \"src/common/event-bus\" # Index # Type aliases # AppEvent Variables # appEventBus Type aliases # AppEvent # \u01ac AppEvent : { action: string ; name: string ; params?: object } Defined in src/common/event-bus.ts:3 Type declaration: Name Type action string name string params? object Variables # appEventBus # \u2022 Const appEventBus : EventEmitter \\<[ AppEvent ]> = new EventEmitter\\<[AppEvent]>() Defined in src/common/event-bus.ts:9","title":"API Reference"},{"location":"extensions/api/modules/_src_common_event_bus_/#module-srccommonevent-bus","text":"","title":"Module: \"src/common/event-bus\""},{"location":"extensions/api/modules/_src_common_event_bus_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_event_bus_/#type-aliases","text":"AppEvent","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_event_bus_/#variables","text":"appEventBus","title":"Variables"},{"location":"extensions/api/modules/_src_common_event_bus_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_event_bus_/#appevent","text":"\u01ac AppEvent : { action: string ; name: string ; params?: object } Defined in src/common/event-bus.ts:3","title":"AppEvent"},{"location":"extensions/api/modules/_src_common_event_bus_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_event_bus_/#appeventbus","text":"\u2022 Const appEventBus : EventEmitter \\<[ AppEvent ]> = new EventEmitter\\<[AppEvent]>() Defined in src/common/event-bus.ts:9","title":"appEventBus"},{"location":"extensions/api/modules/_src_common_event_emitter_/","text":"@k8slens/extensions Globals / \"src/common/event-emitter\" Module: \"src/common/event-emitter\" # Index # Classes # EventEmitter Interfaces # Options Type aliases # Callback Type aliases # Callback # \u01ac Callback \\ : (...data: D) => void | boolean Defined in src/common/event-emitter.ts:8 Type parameters: Name Type D [any]","title":"API Reference"},{"location":"extensions/api/modules/_src_common_event_emitter_/#module-srccommonevent-emitter","text":"","title":"Module: \"src/common/event-emitter\""},{"location":"extensions/api/modules/_src_common_event_emitter_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_event_emitter_/#classes","text":"EventEmitter","title":"Classes"},{"location":"extensions/api/modules/_src_common_event_emitter_/#interfaces","text":"Options","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_event_emitter_/#type-aliases","text":"Callback","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_event_emitter_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_event_emitter_/#callback","text":"\u01ac Callback \\ : (...data: D) => void | boolean Defined in src/common/event-emitter.ts:8","title":"Callback"},{"location":"extensions/api/modules/_src_common_ipc_/","text":"@k8slens/extensions Globals / \"src/common/ipc\" Module: \"src/common/ipc\" # Index # Interfaces # IpcBroadcastParams IpcChannelOptions Type aliases # IpcChannel Functions # broadcastIpc createIpcChannel Type aliases # IpcChannel # \u01ac IpcChannel : string Defined in src/common/ipc.ts:8 Functions # broadcastIpc # \u25b8 broadcastIpc ( __namedParameters : { args: any = []; channel: string ; filter: (webContent: WebContents) => boolean ; frameId: number ; frameOnly: boolean ; webContentId: number }): void Defined in src/common/ipc.ts:63 Parameters: Name Type __namedParameters { args: any = []; channel: string ; filter: (webContent: WebContents) => boolean ; frameId: number ; frameOnly: boolean ; webContentId: number } Returns: void createIpcChannel # \u25b8 createIpcChannel ( __namedParameters : { autoBind: boolean = true; channel: string ; handle: (...args: any[]) => Promise \\ | any ; once: boolean ; timeout: number = 0 }): object Defined in src/common/ipc.ts:18 Parameters: Name Type __namedParameters { autoBind: boolean = true; channel: string ; handle: (...args: any[]) => Promise \\ | any ; once: boolean ; timeout: number = 0 } Returns: object Name Type channel string handleInMain () => void invokeFromRenderer \\ (...args: any[]) => Promise \\ removeHandler () => void","title":"API Reference"},{"location":"extensions/api/modules/_src_common_ipc_/#module-srccommonipc","text":"","title":"Module: \"src/common/ipc\""},{"location":"extensions/api/modules/_src_common_ipc_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_ipc_/#interfaces","text":"IpcBroadcastParams IpcChannelOptions","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_ipc_/#type-aliases","text":"IpcChannel","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_ipc_/#functions","text":"broadcastIpc createIpcChannel","title":"Functions"},{"location":"extensions/api/modules/_src_common_ipc_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_ipc_/#ipcchannel","text":"\u01ac IpcChannel : string Defined in src/common/ipc.ts:8","title":"IpcChannel"},{"location":"extensions/api/modules/_src_common_ipc_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_ipc_/#broadcastipc","text":"\u25b8 broadcastIpc ( __namedParameters : { args: any = []; channel: string ; filter: (webContent: WebContents) => boolean ; frameId: number ; frameOnly: boolean ; webContentId: number }): void Defined in src/common/ipc.ts:63","title":"broadcastIpc"},{"location":"extensions/api/modules/_src_common_ipc_/#createipcchannel","text":"\u25b8 createIpcChannel ( __namedParameters : { autoBind: boolean = true; channel: string ; handle: (...args: any[]) => Promise \\ | any ; once: boolean ; timeout: number = 0 }): object Defined in src/common/ipc.ts:18","title":"createIpcChannel"},{"location":"extensions/api/modules/_src_common_kube_helpers_/","text":"@k8slens/extensions Globals / \"src/common/kube-helpers\" Module: \"src/common/kube-helpers\" # Index # Variables # kubeConfigDefaultPath Functions # dumpConfigYaml getNodeWarningConditions loadConfig podHasIssues resolveTilde splitConfig validateConfig validateKubeConfig Variables # kubeConfigDefaultPath # \u2022 Const kubeConfigDefaultPath : string = path.join(os.homedir(), '.kube', 'config') Defined in src/common/kube-helpers.ts:10 Functions # dumpConfigYaml # \u25b8 dumpConfigYaml ( kubeConfig : Partial\\ ): string Defined in src/common/kube-helpers.ts:76 Parameters: Name Type kubeConfig Partial\\ Returns: string getNodeWarningConditions # \u25b8 getNodeWarningConditions ( node : V1Node): V1NodeCondition[] Defined in src/common/kube-helpers.ts:140 Parameters: Name Type node V1Node Returns: V1NodeCondition[] loadConfig # \u25b8 loadConfig ( pathOrContent? : string): KubeConfig Defined in src/common/kube-helpers.ts:19 Parameters: Name Type pathOrContent? string Returns: KubeConfig podHasIssues # \u25b8 podHasIssues ( pod : V1Pod): boolean Defined in src/common/kube-helpers.ts:127 Parameters: Name Type pod V1Pod Returns: boolean resolveTilde # \u25b8 resolveTilde ( filePath : string): string Defined in src/common/kube-helpers.ts:12 Parameters: Name Type filePath string Returns: string splitConfig # \u25b8 splitConfig ( kubeConfig : KubeConfig): KubeConfig[] Defined in src/common/kube-helpers.ts:59 Breaks kube config into several configs. Each context as it own KubeConfig object Parameters: Name Type kubeConfig KubeConfig Returns: KubeConfig[] validateConfig # \u25b8 validateConfig ( config : KubeConfig | string): KubeConfig Defined in src/common/kube-helpers.ts:38 KubeConfig is valid when there's at least one of each defined: - User - Cluster - Context Parameters: Name Type Description config KubeConfig | string KubeConfig to check Returns: KubeConfig validateKubeConfig # \u25b8 validateKubeConfig ( config : KubeConfig): void Defined in src/common/kube-helpers.ts:150 Validates kubeconfig supplied in the add clusters screen. At present this will just validate the User struct, specifically the command passed to the exec substructure. Parameters: Name Type config KubeConfig Returns: void","title":"API Reference"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#module-srccommonkube-helpers","text":"","title":"Module: \"src/common/kube-helpers\""},{"location":"extensions/api/modules/_src_common_kube_helpers_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#variables","text":"kubeConfigDefaultPath","title":"Variables"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#functions","text":"dumpConfigYaml getNodeWarningConditions loadConfig podHasIssues resolveTilde splitConfig validateConfig validateKubeConfig","title":"Functions"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#kubeconfigdefaultpath","text":"\u2022 Const kubeConfigDefaultPath : string = path.join(os.homedir(), '.kube', 'config') Defined in src/common/kube-helpers.ts:10","title":"kubeConfigDefaultPath"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#dumpconfigyaml","text":"\u25b8 dumpConfigYaml ( kubeConfig : Partial\\ ): string Defined in src/common/kube-helpers.ts:76","title":"dumpConfigYaml"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#getnodewarningconditions","text":"\u25b8 getNodeWarningConditions ( node : V1Node): V1NodeCondition[] Defined in src/common/kube-helpers.ts:140","title":"getNodeWarningConditions"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#loadconfig","text":"\u25b8 loadConfig ( pathOrContent? : string): KubeConfig Defined in src/common/kube-helpers.ts:19","title":"loadConfig"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#podhasissues","text":"\u25b8 podHasIssues ( pod : V1Pod): boolean Defined in src/common/kube-helpers.ts:127","title":"podHasIssues"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#resolvetilde","text":"\u25b8 resolveTilde ( filePath : string): string Defined in src/common/kube-helpers.ts:12","title":"resolveTilde"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#splitconfig","text":"\u25b8 splitConfig ( kubeConfig : KubeConfig): KubeConfig[] Defined in src/common/kube-helpers.ts:59 Breaks kube config into several configs. Each context as it own KubeConfig object","title":"splitConfig"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#validateconfig","text":"\u25b8 validateConfig ( config : KubeConfig | string): KubeConfig Defined in src/common/kube-helpers.ts:38 KubeConfig is valid when there's at least one of each defined: - User - Cluster - Context","title":"validateConfig"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#validatekubeconfig","text":"\u25b8 validateKubeConfig ( config : KubeConfig): void Defined in src/common/kube-helpers.ts:150 Validates kubeconfig supplied in the add clusters screen. At present this will just validate the User struct, specifically the command passed to the exec substructure.","title":"validateKubeConfig"},{"location":"extensions/api/modules/_src_common_prometheus_providers_/","text":"@k8slens/extensions Globals / \"src/common/prometheus-providers\" Module: \"src/common/prometheus-providers\" # Index # Variables # prometheusProviders Variables # prometheusProviders # \u2022 Const prometheusProviders : PrometheusProvider [] = PrometheusProviderRegistry.getProviders() Defined in src/common/prometheus-providers.ts:12","title":"API Reference"},{"location":"extensions/api/modules/_src_common_prometheus_providers_/#module-srccommonprometheus-providers","text":"","title":"Module: \"src/common/prometheus-providers\""},{"location":"extensions/api/modules/_src_common_prometheus_providers_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_prometheus_providers_/#variables","text":"prometheusProviders","title":"Variables"},{"location":"extensions/api/modules/_src_common_prometheus_providers_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_prometheus_providers_/#prometheusproviders","text":"\u2022 Const prometheusProviders : PrometheusProvider [] = PrometheusProviderRegistry.getProviders() Defined in src/common/prometheus-providers.ts:12","title":"prometheusProviders"},{"location":"extensions/api/modules/_src_common_rbac_/","text":"@k8slens/extensions Globals / \"src/common/rbac\" Module: \"src/common/rbac\" # Index # Interfaces # KubeApiResource Type aliases # KubeResource Variables # apiResources Functions # isAllowedResource Type aliases # KubeResource # \u01ac KubeResource : \\\"namespaces\\\" | \\\"nodes\\\" | \\\"events\\\" | \\\"resourcequotas\\\" | \\\"services\\\" | \\\"secrets\\\" | \\\"configmaps\\\" | \\\"ingresses\\\" | \\\"networkpolicies\\\" | \\\"persistentvolumes\\\" | \\\"storageclasses\\\" | \\\"pods\\\" | \\\"daemonsets\\\" | \\\"deployments\\\" | \\\"statefulsets\\\" | \\\"replicasets\\\" | \\\"jobs\\\" | \\\"cronjobs\\\" | \\\"endpoints\\\" | \\\"customresourcedefinitions\\\" | \\\"horizontalpodautoscalers\\\" | \\\"podsecuritypolicies\\\" | \\\"poddisruptionbudgets\\\" Defined in src/common/rbac.ts:3 Variables # apiResources # \u2022 Const apiResources : KubeApiResource [] = [ { resource: \"configmaps\" }, { resource: \"cronjobs\", group: \"batch\" }, { resource: \"customresourcedefinitions\", group: \"apiextensions.k8s.io\" }, { resource: \"daemonsets\", group: \"apps\" }, { resource: \"deployments\", group: \"apps\" }, { resource: \"endpoints\" }, { resource: \"events\" }, { resource: \"horizontalpodautoscalers\" }, { resource: \"ingresses\", group: \"networking.k8s.io\" }, { resource: \"jobs\", group: \"batch\" }, { resource: \"namespaces\" }, { resource: \"networkpolicies\", group: \"networking.k8s.io\" }, { resource: \"nodes\" }, { resource: \"persistentvolumes\" }, { resource: \"pods\" }, { resource: \"poddisruptionbudgets\" }, { resource: \"podsecuritypolicies\" }, { resource: \"resourcequotas\" }, { resource: \"secrets\" }, { resource: \"services\" }, { resource: \"statefulsets\", group: \"apps\" }, { resource: \"storageclasses\", group: \"storage.k8s.io\" },] Defined in src/common/rbac.ts:15 Functions # isAllowedResource # \u25b8 isAllowedResource ( resources : KubeResource | KubeResource []): boolean Defined in src/common/rbac.ts:40 Parameters: Name Type resources KubeResource | KubeResource [] Returns: boolean","title":"API Reference"},{"location":"extensions/api/modules/_src_common_rbac_/#module-srccommonrbac","text":"","title":"Module: \"src/common/rbac\""},{"location":"extensions/api/modules/_src_common_rbac_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_rbac_/#interfaces","text":"KubeApiResource","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_rbac_/#type-aliases","text":"KubeResource","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_rbac_/#variables","text":"apiResources","title":"Variables"},{"location":"extensions/api/modules/_src_common_rbac_/#functions","text":"isAllowedResource","title":"Functions"},{"location":"extensions/api/modules/_src_common_rbac_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_rbac_/#kuberesource","text":"\u01ac KubeResource : \\\"namespaces\\\" | \\\"nodes\\\" | \\\"events\\\" | \\\"resourcequotas\\\" | \\\"services\\\" | \\\"secrets\\\" | \\\"configmaps\\\" | \\\"ingresses\\\" | \\\"networkpolicies\\\" | \\\"persistentvolumes\\\" | \\\"storageclasses\\\" | \\\"pods\\\" | \\\"daemonsets\\\" | \\\"deployments\\\" | \\\"statefulsets\\\" | \\\"replicasets\\\" | \\\"jobs\\\" | \\\"cronjobs\\\" | \\\"endpoints\\\" | \\\"customresourcedefinitions\\\" | \\\"horizontalpodautoscalers\\\" | \\\"podsecuritypolicies\\\" | \\\"poddisruptionbudgets\\\" Defined in src/common/rbac.ts:3","title":"KubeResource"},{"location":"extensions/api/modules/_src_common_rbac_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_rbac_/#apiresources","text":"\u2022 Const apiResources : KubeApiResource [] = [ { resource: \"configmaps\" }, { resource: \"cronjobs\", group: \"batch\" }, { resource: \"customresourcedefinitions\", group: \"apiextensions.k8s.io\" }, { resource: \"daemonsets\", group: \"apps\" }, { resource: \"deployments\", group: \"apps\" }, { resource: \"endpoints\" }, { resource: \"events\" }, { resource: \"horizontalpodautoscalers\" }, { resource: \"ingresses\", group: \"networking.k8s.io\" }, { resource: \"jobs\", group: \"batch\" }, { resource: \"namespaces\" }, { resource: \"networkpolicies\", group: \"networking.k8s.io\" }, { resource: \"nodes\" }, { resource: \"persistentvolumes\" }, { resource: \"pods\" }, { resource: \"poddisruptionbudgets\" }, { resource: \"podsecuritypolicies\" }, { resource: \"resourcequotas\" }, { resource: \"secrets\" }, { resource: \"services\" }, { resource: \"statefulsets\", group: \"apps\" }, { resource: \"storageclasses\", group: \"storage.k8s.io\" },] Defined in src/common/rbac.ts:15","title":"apiResources"},{"location":"extensions/api/modules/_src_common_rbac_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_rbac_/#isallowedresource","text":"\u25b8 isAllowedResource ( resources : KubeResource | KubeResource []): boolean Defined in src/common/rbac.ts:40","title":"isAllowedResource"},{"location":"extensions/api/modules/_src_common_request_/","text":"@k8slens/extensions Globals / \"src/common/request\" Module: \"src/common/request\" # Index # Functions # customRequest customRequestPromise getDefaultRequestOpts Functions # customRequest # \u25b8 customRequest ( opts : request.Options): Request Defined in src/common/request.ts:19 deprecated Parameters: Name Type opts request.Options Returns: Request customRequestPromise # \u25b8 customRequestPromise ( opts : requestPromise.Options): RequestPromise\\ Defined in src/common/request.ts:26 deprecated Parameters: Name Type opts requestPromise.Options Returns: RequestPromise\\ getDefaultRequestOpts # \u25b8 getDefaultRequestOpts (): Partial\\ Defined in src/common/request.ts:8 Returns: Partial\\","title":"API Reference"},{"location":"extensions/api/modules/_src_common_request_/#module-srccommonrequest","text":"","title":"Module: \"src/common/request\""},{"location":"extensions/api/modules/_src_common_request_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_request_/#functions","text":"customRequest customRequestPromise getDefaultRequestOpts","title":"Functions"},{"location":"extensions/api/modules/_src_common_request_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_request_/#customrequest","text":"\u25b8 customRequest ( opts : request.Options): Request Defined in src/common/request.ts:19 deprecated","title":"customRequest"},{"location":"extensions/api/modules/_src_common_request_/#customrequestpromise","text":"\u25b8 customRequestPromise ( opts : requestPromise.Options): RequestPromise\\ Defined in src/common/request.ts:26 deprecated","title":"customRequestPromise"},{"location":"extensions/api/modules/_src_common_request_/#getdefaultrequestopts","text":"\u25b8 getDefaultRequestOpts (): Partial\\ Defined in src/common/request.ts:8 Returns: Partial\\","title":"getDefaultRequestOpts"},{"location":"extensions/api/modules/_src_common_search_store_/","text":"@k8slens/extensions Globals / \"src/common/search-store\" Module: \"src/common/search-store\" # Index # Classes # SearchStore Variables # searchStore Variables # searchStore # \u2022 Const searchStore : SearchStore = new SearchStore Defined in src/common/search-store.ts:126","title":"API Reference"},{"location":"extensions/api/modules/_src_common_search_store_/#module-srccommonsearch-store","text":"","title":"Module: \"src/common/search-store\""},{"location":"extensions/api/modules/_src_common_search_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_search_store_/#classes","text":"SearchStore","title":"Classes"},{"location":"extensions/api/modules/_src_common_search_store_/#variables","text":"searchStore","title":"Variables"},{"location":"extensions/api/modules/_src_common_search_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_search_store_/#searchstore","text":"\u2022 Const searchStore : SearchStore = new SearchStore Defined in src/common/search-store.ts:126","title":"searchStore"},{"location":"extensions/api/modules/_src_common_user_store_/","text":"@k8slens/extensions Globals / \"src/common/user-store\" Module: \"src/common/user-store\" # Index # Classes # UserStore Interfaces # UserPreferences UserStoreModel Variables # userStore Variables # userStore # \u2022 Const userStore : UserStore = UserStore.getInstance\\ () Defined in src/common/user-store.ts:158","title":"API Reference"},{"location":"extensions/api/modules/_src_common_user_store_/#module-srccommonuser-store","text":"","title":"Module: \"src/common/user-store\""},{"location":"extensions/api/modules/_src_common_user_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_user_store_/#classes","text":"UserStore","title":"Classes"},{"location":"extensions/api/modules/_src_common_user_store_/#interfaces","text":"UserPreferences UserStoreModel","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_user_store_/#variables","text":"userStore","title":"Variables"},{"location":"extensions/api/modules/_src_common_user_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_user_store_/#userstore","text":"\u2022 Const userStore : UserStore = UserStore.getInstance\\ () Defined in src/common/user-store.ts:158","title":"userStore"},{"location":"extensions/api/modules/_src_common_utils_app_version_/","text":"@k8slens/extensions Globals / \"src/common/utils/app-version\" Module: \"src/common/utils/app-version\" # Index # Functions # getAppVersion getBundledExtensions getBundledKubectlVersion Functions # getAppVersion # \u25b8 getAppVersion (): string Defined in src/common/utils/app-version.ts:3 Returns: string getBundledExtensions # \u25b8 getBundledExtensions (): string[] Defined in src/common/utils/app-version.ts:11 Returns: string[] getBundledKubectlVersion # \u25b8 getBundledKubectlVersion (): string Defined in src/common/utils/app-version.ts:7 Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_app_version_/#module-srccommonutilsapp-version","text":"","title":"Module: \"src/common/utils/app-version\""},{"location":"extensions/api/modules/_src_common_utils_app_version_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_app_version_/#functions","text":"getAppVersion getBundledExtensions getBundledKubectlVersion","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_app_version_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_app_version_/#getappversion","text":"\u25b8 getAppVersion (): string Defined in src/common/utils/app-version.ts:3 Returns: string","title":"getAppVersion"},{"location":"extensions/api/modules/_src_common_utils_app_version_/#getbundledextensions","text":"\u25b8 getBundledExtensions (): string[] Defined in src/common/utils/app-version.ts:11 Returns: string[]","title":"getBundledExtensions"},{"location":"extensions/api/modules/_src_common_utils_app_version_/#getbundledkubectlversion","text":"\u25b8 getBundledKubectlVersion (): string Defined in src/common/utils/app-version.ts:7 Returns: string","title":"getBundledKubectlVersion"},{"location":"extensions/api/modules/_src_common_utils_autobind_/","text":"@k8slens/extensions Globals / \"src/common/utils/autobind\" Module: \"src/common/utils/autobind\" # Index # Type aliases # Constructor Functions # autobind bindClass bindMethod Type aliases # Constructor # \u01ac Constructor \\ : {} Defined in src/common/utils/autobind.ts:3 Type parameters: Name Default T {} Functions # autobind # \u25b8 autobind (): (Anonymous function) Defined in src/common/utils/autobind.ts:5 Returns: (Anonymous function) bindClass # \u25b8 bindClass \\ ( constructor : T): void Defined in src/common/utils/autobind.ts:12 Type parameters: Name Type T Constructor Parameters: Name Type constructor T Returns: void bindMethod # \u25b8 bindMethod ( target : object, prop? : string, descriptor? : PropertyDescriptor): any Defined in src/common/utils/autobind.ts:28 Parameters: Name Type target object prop? string descriptor? PropertyDescriptor Returns: any","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#module-srccommonutilsautobind","text":"","title":"Module: \"src/common/utils/autobind\""},{"location":"extensions/api/modules/_src_common_utils_autobind_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#type-aliases","text":"Constructor","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#functions","text":"autobind bindClass bindMethod","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#constructor","text":"\u01ac Constructor \\ : {} Defined in src/common/utils/autobind.ts:3","title":"Constructor"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#autobind","text":"\u25b8 autobind (): (Anonymous function) Defined in src/common/utils/autobind.ts:5 Returns: (Anonymous function)","title":"autobind"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#bindclass","text":"\u25b8 bindClass \\ ( constructor : T): void Defined in src/common/utils/autobind.ts:12","title":"bindClass"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#bindmethod","text":"\u25b8 bindMethod ( target : object, prop? : string, descriptor? : PropertyDescriptor): any Defined in src/common/utils/autobind.ts:28","title":"bindMethod"},{"location":"extensions/api/modules/_src_common_utils_base64_/","text":"@k8slens/extensions Globals / \"src/common/utils/base64\" Module: \"src/common/utils/base64\" # Index # Object literals # base64 Object literals # base64 # \u25aa Const base64 : object Defined in src/common/utils/base64.ts:5 Properties: Name Type Value decode function (data: string) => any encode function (data: string) => any","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_base64_/#module-srccommonutilsbase64","text":"","title":"Module: \"src/common/utils/base64\""},{"location":"extensions/api/modules/_src_common_utils_base64_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_base64_/#object-literals","text":"base64","title":"Object literals"},{"location":"extensions/api/modules/_src_common_utils_base64_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_common_utils_base64_/#base64","text":"\u25aa Const base64 : object Defined in src/common/utils/base64.ts:5","title":"base64"},{"location":"extensions/api/modules/_src_common_utils_buildurl_/","text":"@k8slens/extensions Globals / \"src/common/utils/buildUrl\" Module: \"src/common/utils/buildUrl\" # Index # Interfaces # IURLParams Functions # buildURL Functions # buildURL # \u25b8 buildURL \\ ( path : string | any): (Anonymous function) Defined in src/common/utils/buildUrl.ts:8 Type parameters: Name Type Default P object {} Q object {} Parameters: Name Type path string | any Returns: (Anonymous function)","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_buildurl_/#module-srccommonutilsbuildurl","text":"","title":"Module: \"src/common/utils/buildUrl\""},{"location":"extensions/api/modules/_src_common_utils_buildurl_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_buildurl_/#interfaces","text":"IURLParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_utils_buildurl_/#functions","text":"buildURL","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_buildurl_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_buildurl_/#buildurl","text":"\u25b8 buildURL \\ ( path : string | any): (Anonymous function) Defined in src/common/utils/buildUrl.ts:8","title":"buildURL"},{"location":"extensions/api/modules/_src_common_utils_camelcase_/","text":"@k8slens/extensions Globals / \"src/common/utils/camelCase\" Module: \"src/common/utils/camelCase\" # Index # Functions # toCamelCase Functions # toCamelCase # \u25b8 toCamelCase ( obj : Record\\ ): any Defined in src/common/utils/camelCase.ts:4 Parameters: Name Type obj Record\\ Returns: any","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_camelcase_/#module-srccommonutilscamelcase","text":"","title":"Module: \"src/common/utils/camelCase\""},{"location":"extensions/api/modules/_src_common_utils_camelcase_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_camelcase_/#functions","text":"toCamelCase","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_camelcase_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_camelcase_/#tocamelcase","text":"\u25b8 toCamelCase ( obj : Record\\ ): any Defined in src/common/utils/camelCase.ts:4","title":"toCamelCase"},{"location":"extensions/api/modules/_src_common_utils_clonejson_/","text":"@k8slens/extensions Globals / \"src/common/utils/cloneJson\" Module: \"src/common/utils/cloneJson\" # Index # Functions # cloneJsonObject Functions # cloneJsonObject # \u25b8 cloneJsonObject \\ ( obj : T): T Defined in src/common/utils/cloneJson.ts:3 Type parameters: Name Default T object Parameters: Name Type obj T Returns: T","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_clonejson_/#module-srccommonutilsclonejson","text":"","title":"Module: \"src/common/utils/cloneJson\""},{"location":"extensions/api/modules/_src_common_utils_clonejson_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_clonejson_/#functions","text":"cloneJsonObject","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_clonejson_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_clonejson_/#clonejsonobject","text":"\u25b8 cloneJsonObject \\ ( obj : T): T Defined in src/common/utils/cloneJson.ts:3","title":"cloneJsonObject"},{"location":"extensions/api/modules/_src_common_utils_debouncepromise_/","text":"@k8slens/extensions Globals / \"src/common/utils/debouncePromise\" Module: \"src/common/utils/debouncePromise\" # Index # Functions # debouncePromise Functions # debouncePromise # \u25b8 debouncePromise \\ ( func : (...args: F) => T | Promise \\ , timeout? : number): function Defined in src/common/utils/debouncePromise.ts:3 Type parameters: Name Type T - F any[] Parameters: Name Type Default value func (...args: F) => T | Promise \\ - timeout number 0 Returns: function","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_debouncepromise_/#module-srccommonutilsdebouncepromise","text":"","title":"Module: \"src/common/utils/debouncePromise\""},{"location":"extensions/api/modules/_src_common_utils_debouncepromise_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_debouncepromise_/#functions","text":"debouncePromise","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_debouncepromise_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_debouncepromise_/#debouncepromise","text":"\u25b8 debouncePromise \\ ( func : (...args: F) => T | Promise \\ , timeout? : number): function Defined in src/common/utils/debouncePromise.ts:3","title":"debouncePromise"},{"location":"extensions/api/modules/_src_common_utils_defineglobal_/","text":"@k8slens/extensions Globals / \"src/common/utils/defineGlobal\" Module: \"src/common/utils/defineGlobal\" # Index # Functions # defineGlobal Functions # defineGlobal # \u25b8 defineGlobal ( propName : string, descriptor : PropertyDescriptor): void Defined in src/common/utils/defineGlobal.ts:5 Parameters: Name Type propName string descriptor PropertyDescriptor Returns: void","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_defineglobal_/#module-srccommonutilsdefineglobal","text":"","title":"Module: \"src/common/utils/defineGlobal\""},{"location":"extensions/api/modules/_src_common_utils_defineglobal_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_defineglobal_/#functions","text":"defineGlobal","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_defineglobal_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_defineglobal_/#defineglobal","text":"\u25b8 defineGlobal ( propName : string, descriptor : PropertyDescriptor): void Defined in src/common/utils/defineGlobal.ts:5","title":"defineGlobal"},{"location":"extensions/api/modules/_src_common_utils_getrandid_/","text":"@k8slens/extensions Globals / \"src/common/utils/getRandId\" Module: \"src/common/utils/getRandId\" # Index # Functions # getRandId Functions # getRandId # \u25b8 getRandId ( __namedParameters? : { prefix: string = \"\"; sep: string = \"_\"; suffix: string = \"\" }): string Defined in src/common/utils/getRandId.ts:3 Parameters: Name Type Default value __namedParameters { prefix: string = \"\"; sep: string = \"_\"; suffix: string = \"\" } {} Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_getrandid_/#module-srccommonutilsgetrandid","text":"","title":"Module: \"src/common/utils/getRandId\""},{"location":"extensions/api/modules/_src_common_utils_getrandid_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_getrandid_/#functions","text":"getRandId","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_getrandid_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_getrandid_/#getrandid","text":"\u25b8 getRandId ( __namedParameters? : { prefix: string = \"\"; sep: string = \"_\"; suffix: string = \"\" }): string Defined in src/common/utils/getRandId.ts:3","title":"getRandId"},{"location":"extensions/api/modules/_src_common_utils_index_/","text":"@k8slens/extensions Globals / \"src/common/utils/index\" Module: \"src/common/utils/index\" # Index # References # Singleton autobind base64 cloneJsonObject debouncePromise defineGlobal getAppVersion getBundledExtensions getBundledKubectlVersion getRandId openExternal saveToAppFiles splitArray toCamelCase References # Singleton # Re-exports: Singleton autobind # Re-exports: autobind base64 # Re-exports: base64 cloneJsonObject # Re-exports: cloneJsonObject debouncePromise # Re-exports: debouncePromise defineGlobal # Re-exports: defineGlobal getAppVersion # Re-exports: getAppVersion getBundledExtensions # Re-exports: getBundledExtensions getBundledKubectlVersion # Re-exports: getBundledKubectlVersion getRandId # Re-exports: getRandId openExternal # Re-exports: openExternal saveToAppFiles # Re-exports: saveToAppFiles splitArray # Re-exports: splitArray toCamelCase # Re-exports: toCamelCase","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_index_/#module-srccommonutilsindex","text":"","title":"Module: \"src/common/utils/index\""},{"location":"extensions/api/modules/_src_common_utils_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_index_/#references","text":"Singleton autobind base64 cloneJsonObject debouncePromise defineGlobal getAppVersion getBundledExtensions getBundledKubectlVersion getRandId openExternal saveToAppFiles splitArray toCamelCase","title":"References"},{"location":"extensions/api/modules/_src_common_utils_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_common_utils_index_/#singleton","text":"Re-exports: Singleton","title":"Singleton"},{"location":"extensions/api/modules/_src_common_utils_index_/#autobind","text":"Re-exports: autobind","title":"autobind"},{"location":"extensions/api/modules/_src_common_utils_index_/#base64","text":"Re-exports: base64","title":"base64"},{"location":"extensions/api/modules/_src_common_utils_index_/#clonejsonobject","text":"Re-exports: cloneJsonObject","title":"cloneJsonObject"},{"location":"extensions/api/modules/_src_common_utils_index_/#debouncepromise","text":"Re-exports: debouncePromise","title":"debouncePromise"},{"location":"extensions/api/modules/_src_common_utils_index_/#defineglobal","text":"Re-exports: defineGlobal","title":"defineGlobal"},{"location":"extensions/api/modules/_src_common_utils_index_/#getappversion","text":"Re-exports: getAppVersion","title":"getAppVersion"},{"location":"extensions/api/modules/_src_common_utils_index_/#getbundledextensions","text":"Re-exports: getBundledExtensions","title":"getBundledExtensions"},{"location":"extensions/api/modules/_src_common_utils_index_/#getbundledkubectlversion","text":"Re-exports: getBundledKubectlVersion","title":"getBundledKubectlVersion"},{"location":"extensions/api/modules/_src_common_utils_index_/#getrandid","text":"Re-exports: getRandId","title":"getRandId"},{"location":"extensions/api/modules/_src_common_utils_index_/#openexternal","text":"Re-exports: openExternal","title":"openExternal"},{"location":"extensions/api/modules/_src_common_utils_index_/#savetoappfiles","text":"Re-exports: saveToAppFiles","title":"saveToAppFiles"},{"location":"extensions/api/modules/_src_common_utils_index_/#splitarray","text":"Re-exports: splitArray","title":"splitArray"},{"location":"extensions/api/modules/_src_common_utils_index_/#tocamelcase","text":"Re-exports: toCamelCase","title":"toCamelCase"},{"location":"extensions/api/modules/_src_common_utils_openexternal_/","text":"@k8slens/extensions Globals / \"src/common/utils/openExternal\" Module: \"src/common/utils/openExternal\" # Index # Functions # openExternal Functions # openExternal # \u25b8 openExternal ( url : string): Promise \\ Defined in src/common/utils/openExternal.ts:4 Parameters: Name Type url string Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_openexternal_/#module-srccommonutilsopenexternal","text":"","title":"Module: \"src/common/utils/openExternal\""},{"location":"extensions/api/modules/_src_common_utils_openexternal_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_openexternal_/#functions","text":"openExternal","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_openexternal_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_openexternal_/#openexternal","text":"\u25b8 openExternal ( url : string): Promise \\ Defined in src/common/utils/openExternal.ts:4","title":"openExternal"},{"location":"extensions/api/modules/_src_common_utils_savetoappfiles_/","text":"@k8slens/extensions Globals / \"src/common/utils/saveToAppFiles\" Module: \"src/common/utils/saveToAppFiles\" # Index # Functions # saveToAppFiles Functions # saveToAppFiles # \u25b8 saveToAppFiles ( filePath : string, contents : any, options? : WriteFileOptions): string Defined in src/common/utils/saveToAppFiles.ts:6 Parameters: Name Type filePath string contents any options? WriteFileOptions Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_savetoappfiles_/#module-srccommonutilssavetoappfiles","text":"","title":"Module: \"src/common/utils/saveToAppFiles\""},{"location":"extensions/api/modules/_src_common_utils_savetoappfiles_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_savetoappfiles_/#functions","text":"saveToAppFiles","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_savetoappfiles_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_savetoappfiles_/#savetoappfiles","text":"\u25b8 saveToAppFiles ( filePath : string, contents : any, options? : WriteFileOptions): string Defined in src/common/utils/saveToAppFiles.ts:6","title":"saveToAppFiles"},{"location":"extensions/api/modules/_src_common_utils_singleton_/","text":"@k8slens/extensions Globals / \"src/common/utils/singleton\" Module: \"src/common/utils/singleton\" # Index # Classes # Singleton Type aliases # Constructor Type aliases # Constructor # \u01ac Constructor \\ : {} Defined in src/common/utils/singleton.ts:9 Narrowing class instances to the one. Use \"private\" or \"protected\" modifier for constructor (when overriding) to disallow \"new\" usage. example const usersStore: UsersStore = UsersStore.getInstance(); Type parameters: Name Default T {}","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_singleton_/#module-srccommonutilssingleton","text":"","title":"Module: \"src/common/utils/singleton\""},{"location":"extensions/api/modules/_src_common_utils_singleton_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_singleton_/#classes","text":"Singleton","title":"Classes"},{"location":"extensions/api/modules/_src_common_utils_singleton_/#type-aliases","text":"Constructor","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_utils_singleton_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_utils_singleton_/#constructor","text":"\u01ac Constructor \\ : {} Defined in src/common/utils/singleton.ts:9 Narrowing class instances to the one. Use \"private\" or \"protected\" modifier for constructor (when overriding) to disallow \"new\" usage. example const usersStore: UsersStore = UsersStore.getInstance();","title":"Constructor"},{"location":"extensions/api/modules/_src_common_utils_splitarray_/","text":"@k8slens/extensions Globals / \"src/common/utils/splitArray\" Module: \"src/common/utils/splitArray\" # Index # Functions # splitArray Functions # splitArray # \u25b8 splitArray \\ ( array : T[], element : T): [T[], T[], boolean] Defined in src/common/utils/splitArray.ts:13 This function splits an array into two sub arrays on the first instance of element (from the left). If the array does not contain the element. The return value is defined to be [array, [], false] . If the element is in the array then the return value is [left, right, true] where left is the elements of array from [0, index) and right is (index, length) Type parameters: Name T Parameters: Name Type Description array T[] the full array to split into two sub-arrays element T the element in the middle of the array Returns: [T[], T[], boolean] the left and right sub-arrays which when conjoined with element is the same as array , and true","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_splitarray_/#module-srccommonutilssplitarray","text":"","title":"Module: \"src/common/utils/splitArray\""},{"location":"extensions/api/modules/_src_common_utils_splitarray_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_splitarray_/#functions","text":"splitArray","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_splitarray_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_splitarray_/#splitarray","text":"\u25b8 splitArray \\ ( array : T[], element : T): [T[], T[], boolean] Defined in src/common/utils/splitArray.ts:13 This function splits an array into two sub arrays on the first instance of element (from the left). If the array does not contain the element. The return value is defined to be [array, [], false] . If the element is in the array then the return value is [left, right, true] where left is the elements of array from [0, index) and right is (index, length)","title":"splitArray"},{"location":"extensions/api/modules/_src_common_vars_/","text":"@k8slens/extensions Globals / \"src/common/vars\" Module: \"src/common/vars\" # Index # Variables # apiKubePrefix apiPrefix appName buildDir contextDir htmlTemplate isDebugging isDevelopment isLinux isMac isProduction isSnap isTestEnv isWindows issuesTrackerUrl mainDir publicPath rendererDir sassCommonVars slackUrl webpackDevServerPort Variables # apiKubePrefix # \u2022 Const apiKubePrefix : \\\"/api-kube\\\" = \"/api-kube\" Defined in src/common/vars.ts:39 apiPrefix # \u2022 Const apiPrefix : \\\"/api\\\" = \"/api\" Defined in src/common/vars.ts:38 appName # \u2022 Const appName : string = `${packageInfo.productName}${isDevelopment ? \"Dev\" : \"\"}` Defined in src/common/vars.ts:15 buildDir # \u2022 Const buildDir : string = path.join(contextDir, \"static\", publicPath) Defined in src/common/vars.ts:20 contextDir # \u2022 Const contextDir : string = process.cwd() Defined in src/common/vars.ts:19 htmlTemplate # \u2022 Const htmlTemplate : string = path.resolve(rendererDir, \"template.html\") Defined in src/common/vars.ts:23 isDebugging # \u2022 Const isDebugging : boolean = process.env.DEBUG === \"true\" Defined in src/common/vars.ts:9 isDevelopment # \u2022 Const isDevelopment : boolean = !isTestEnv && !isProduction Defined in src/common/vars.ts:13 isLinux # \u2022 Const isLinux : boolean = process.platform === \"linux\" Defined in src/common/vars.ts:8 isMac # \u2022 Const isMac : boolean = process.platform === \"darwin\" Defined in src/common/vars.ts:6 isProduction # \u2022 Const isProduction : boolean = process.env.NODE_ENV === \"production\" Defined in src/common/vars.ts:11 isSnap # \u2022 Const isSnap : boolean = !!process.env[\"SNAP\"] Defined in src/common/vars.ts:10 isTestEnv # \u2022 Const isTestEnv : boolean = !!process.env.JEST_WORKER_ID Defined in src/common/vars.ts:12 isWindows # \u2022 Const isWindows : boolean = process.platform === \"win32\" Defined in src/common/vars.ts:7 issuesTrackerUrl # \u2022 Const issuesTrackerUrl : \\\"https://github.com/lensapp/lens/issues\\\" = \"https://github.com/lensapp/lens/issues\" Defined in src/common/vars.ts:42 mainDir # \u2022 Const mainDir : string = path.join(contextDir, \"src/main\") Defined in src/common/vars.ts:21 publicPath # \u2022 Const publicPath : \\\"/build/\\\" = \"/build/\" Defined in src/common/vars.ts:16 rendererDir # \u2022 Const rendererDir : string = path.join(contextDir, \"src/renderer\") Defined in src/common/vars.ts:22 sassCommonVars # \u2022 Const sassCommonVars : string = path.resolve(rendererDir, \"components/vars.scss\") Defined in src/common/vars.ts:24 slackUrl # \u2022 Const 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 webpackDevServerPort # \u2022 Const webpackDevServerPort : 9009 = 9009 Defined in src/common/vars.ts:25","title":"API Reference"},{"location":"extensions/api/modules/_src_common_vars_/#module-srccommonvars","text":"","title":"Module: \"src/common/vars\""},{"location":"extensions/api/modules/_src_common_vars_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_vars_/#variables","text":"apiKubePrefix apiPrefix appName buildDir contextDir htmlTemplate isDebugging isDevelopment isLinux isMac isProduction isSnap isTestEnv isWindows issuesTrackerUrl mainDir publicPath rendererDir sassCommonVars slackUrl webpackDevServerPort","title":"Variables"},{"location":"extensions/api/modules/_src_common_vars_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_vars_/#apikubeprefix","text":"\u2022 Const apiKubePrefix : \\\"/api-kube\\\" = \"/api-kube\" Defined in src/common/vars.ts:39","title":"apiKubePrefix"},{"location":"extensions/api/modules/_src_common_vars_/#apiprefix","text":"\u2022 Const apiPrefix : \\\"/api\\\" = \"/api\" Defined in src/common/vars.ts:38","title":"apiPrefix"},{"location":"extensions/api/modules/_src_common_vars_/#appname","text":"\u2022 Const appName : string = `${packageInfo.productName}${isDevelopment ? \"Dev\" : \"\"}` Defined in src/common/vars.ts:15","title":"appName"},{"location":"extensions/api/modules/_src_common_vars_/#builddir","text":"\u2022 Const buildDir : string = path.join(contextDir, \"static\", publicPath) Defined in src/common/vars.ts:20","title":"buildDir"},{"location":"extensions/api/modules/_src_common_vars_/#contextdir","text":"\u2022 Const contextDir : string = process.cwd() Defined in src/common/vars.ts:19","title":"contextDir"},{"location":"extensions/api/modules/_src_common_vars_/#htmltemplate","text":"\u2022 Const htmlTemplate : string = path.resolve(rendererDir, \"template.html\") Defined in src/common/vars.ts:23","title":"htmlTemplate"},{"location":"extensions/api/modules/_src_common_vars_/#isdebugging","text":"\u2022 Const isDebugging : boolean = process.env.DEBUG === \"true\" Defined in src/common/vars.ts:9","title":"isDebugging"},{"location":"extensions/api/modules/_src_common_vars_/#isdevelopment","text":"\u2022 Const isDevelopment : boolean = !isTestEnv && !isProduction Defined in src/common/vars.ts:13","title":"isDevelopment"},{"location":"extensions/api/modules/_src_common_vars_/#islinux","text":"\u2022 Const isLinux : boolean = process.platform === \"linux\" Defined in src/common/vars.ts:8","title":"isLinux"},{"location":"extensions/api/modules/_src_common_vars_/#ismac","text":"\u2022 Const isMac : boolean = process.platform === \"darwin\" Defined in src/common/vars.ts:6","title":"isMac"},{"location":"extensions/api/modules/_src_common_vars_/#isproduction","text":"\u2022 Const isProduction : boolean = process.env.NODE_ENV === \"production\" Defined in src/common/vars.ts:11","title":"isProduction"},{"location":"extensions/api/modules/_src_common_vars_/#issnap","text":"\u2022 Const isSnap : boolean = !!process.env[\"SNAP\"] Defined in src/common/vars.ts:10","title":"isSnap"},{"location":"extensions/api/modules/_src_common_vars_/#istestenv","text":"\u2022 Const isTestEnv : boolean = !!process.env.JEST_WORKER_ID Defined in src/common/vars.ts:12","title":"isTestEnv"},{"location":"extensions/api/modules/_src_common_vars_/#iswindows","text":"\u2022 Const isWindows : boolean = process.platform === \"win32\" Defined in src/common/vars.ts:7","title":"isWindows"},{"location":"extensions/api/modules/_src_common_vars_/#issuestrackerurl","text":"\u2022 Const issuesTrackerUrl : \\\"https://github.com/lensapp/lens/issues\\\" = \"https://github.com/lensapp/lens/issues\" Defined in src/common/vars.ts:42","title":"issuesTrackerUrl"},{"location":"extensions/api/modules/_src_common_vars_/#maindir","text":"\u2022 Const mainDir : string = path.join(contextDir, \"src/main\") Defined in src/common/vars.ts:21","title":"mainDir"},{"location":"extensions/api/modules/_src_common_vars_/#publicpath","text":"\u2022 Const publicPath : \\\"/build/\\\" = \"/build/\" Defined in src/common/vars.ts:16","title":"publicPath"},{"location":"extensions/api/modules/_src_common_vars_/#rendererdir","text":"\u2022 Const rendererDir : string = path.join(contextDir, \"src/renderer\") Defined in src/common/vars.ts:22","title":"rendererDir"},{"location":"extensions/api/modules/_src_common_vars_/#sasscommonvars","text":"\u2022 Const sassCommonVars : string = path.resolve(rendererDir, \"components/vars.scss\") Defined in src/common/vars.ts:24","title":"sassCommonVars"},{"location":"extensions/api/modules/_src_common_vars_/#slackurl","text":"\u2022 Const 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":"slackUrl"},{"location":"extensions/api/modules/_src_common_vars_/#webpackdevserverport","text":"\u2022 Const webpackDevServerPort : 9009 = 9009 Defined in src/common/vars.ts:25","title":"webpackDevServerPort"},{"location":"extensions/api/modules/_src_common_workspace_store_/","text":"@k8slens/extensions Globals / \"src/common/workspace-store\" Module: \"src/common/workspace-store\" # Index # Classes # Workspace WorkspaceStore Interfaces # WorkspaceModel WorkspaceState WorkspaceStoreModel Type aliases # WorkspaceId Variables # workspaceStore Type aliases # WorkspaceId # \u01ac WorkspaceId : string Defined in src/common/workspace-store.ts:9 Variables # workspaceStore # \u2022 Const workspaceStore : WorkspaceStore = WorkspaceStore.getInstance\\ () Defined in src/common/workspace-store.ts:217","title":"API Reference"},{"location":"extensions/api/modules/_src_common_workspace_store_/#module-srccommonworkspace-store","text":"","title":"Module: \"src/common/workspace-store\""},{"location":"extensions/api/modules/_src_common_workspace_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_workspace_store_/#classes","text":"Workspace WorkspaceStore","title":"Classes"},{"location":"extensions/api/modules/_src_common_workspace_store_/#interfaces","text":"WorkspaceModel WorkspaceState WorkspaceStoreModel","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_workspace_store_/#type-aliases","text":"WorkspaceId","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_workspace_store_/#variables","text":"workspaceStore","title":"Variables"},{"location":"extensions/api/modules/_src_common_workspace_store_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_workspace_store_/#workspaceid","text":"\u01ac WorkspaceId : string Defined in src/common/workspace-store.ts:9","title":"WorkspaceId"},{"location":"extensions/api/modules/_src_common_workspace_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_workspace_store_/#workspacestore","text":"\u2022 Const workspaceStore : WorkspaceStore = WorkspaceStore.getInstance\\ () Defined in src/common/workspace-store.ts:217","title":"workspaceStore"},{"location":"extensions/api/modules/_src_extensions_cluster_feature_/","text":"@k8slens/extensions Globals / \"src/extensions/cluster-feature\" Module: \"src/extensions/cluster-feature\" # Index # Classes # ClusterFeature Interfaces # ClusterFeatureStatus","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_cluster_feature_/#module-srcextensionscluster-feature","text":"","title":"Module: \"src/extensions/cluster-feature\""},{"location":"extensions/api/modules/_src_extensions_cluster_feature_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_cluster_feature_/#classes","text":"ClusterFeature","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_cluster_feature_/#interfaces","text":"ClusterFeatureStatus","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/","text":"@k8slens/extensions Globals / \"src/extensions/core-api/app\" Module: \"src/extensions/core-api/app\" # Index # References # appName isLinux isMac isSnap isWindows issuesTrackerUrl slackUrl Variables # version References # appName # Re-exports: appName isLinux # Re-exports: isLinux isMac # Re-exports: isMac isSnap # Re-exports: isSnap isWindows # Re-exports: isWindows issuesTrackerUrl # Re-exports: issuesTrackerUrl slackUrl # Re-exports: slackUrl Variables # version # \u2022 Const version : string = getAppVersion() Defined in src/extensions/core-api/app.ts:3","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#module-srcextensionscore-apiapp","text":"","title":"Module: \"src/extensions/core-api/app\""},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#references","text":"appName isLinux isMac isSnap isWindows issuesTrackerUrl slackUrl","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#variables","text":"version","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#appname","text":"Re-exports: appName","title":"appName"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#islinux","text":"Re-exports: isLinux","title":"isLinux"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#ismac","text":"Re-exports: isMac","title":"isMac"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#issnap","text":"Re-exports: isSnap","title":"isSnap"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#iswindows","text":"Re-exports: isWindows","title":"isWindows"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#issuestrackerurl","text":"Re-exports: issuesTrackerUrl","title":"issuesTrackerUrl"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#slackurl","text":"Re-exports: slackUrl","title":"slackUrl"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#version","text":"\u2022 Const version : string = getAppVersion() Defined in src/extensions/core-api/app.ts:3","title":"version"},{"location":"extensions/api/modules/_src_extensions_core_api_cluster_feature_/","text":"@k8slens/extensions Globals / \"src/extensions/core-api/cluster-feature\" Module: \"src/extensions/core-api/cluster-feature\" # Index # References # Feature FeatureStatus References # Feature # Renames and re-exports: ClusterFeature FeatureStatus # Renames and re-exports: ClusterFeatureStatus","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_core_api_cluster_feature_/#module-srcextensionscore-apicluster-feature","text":"","title":"Module: \"src/extensions/core-api/cluster-feature\""},{"location":"extensions/api/modules/_src_extensions_core_api_cluster_feature_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_core_api_cluster_feature_/#references","text":"Feature FeatureStatus","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_cluster_feature_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_cluster_feature_/#feature","text":"Renames and re-exports: ClusterFeature","title":"Feature"},{"location":"extensions/api/modules/_src_extensions_core_api_cluster_feature_/#featurestatus","text":"Renames and re-exports: ClusterFeatureStatus","title":"FeatureStatus"},{"location":"extensions/api/modules/_src_extensions_core_api_event_bus_/","text":"@k8slens/extensions Globals / \"src/extensions/core-api/event-bus\" Module: \"src/extensions/core-api/event-bus\" # Index # References # AppEvent appEventBus References # AppEvent # Re-exports: AppEvent appEventBus # Re-exports: appEventBus","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_core_api_event_bus_/#module-srcextensionscore-apievent-bus","text":"","title":"Module: \"src/extensions/core-api/event-bus\""},{"location":"extensions/api/modules/_src_extensions_core_api_event_bus_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_core_api_event_bus_/#references","text":"AppEvent appEventBus","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_event_bus_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_event_bus_/#appevent","text":"Re-exports: AppEvent","title":"AppEvent"},{"location":"extensions/api/modules/_src_extensions_core_api_event_bus_/#appeventbus","text":"Re-exports: appEventBus","title":"appEventBus"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/","text":"@k8slens/extensions Globals / \"src/extensions/core-api/index\" Module: \"src/extensions/core-api/index\" # Index # References # LensMainExtension LensRendererExtension Variables # windowManager References # LensMainExtension # Re-exports: LensMainExtension LensRendererExtension # Re-exports: LensRendererExtension Variables # windowManager # \u2022 Let windowManager : WindowManager Defined in src/extensions/core-api/index.ts:15","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#module-srcextensionscore-apiindex","text":"","title":"Module: \"src/extensions/core-api/index\""},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#references","text":"LensMainExtension LensRendererExtension","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#variables","text":"windowManager","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#lensmainextension","text":"Re-exports: LensMainExtension","title":"LensMainExtension"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#lensrendererextension","text":"Re-exports: LensRendererExtension","title":"LensRendererExtension"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#windowmanager","text":"\u2022 Let windowManager : WindowManager Defined in src/extensions/core-api/index.ts:15","title":"windowManager"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/","text":"@k8slens/extensions Globals / \"src/extensions/core-api/stores\" Module: \"src/extensions/core-api/stores\" # Index # References # Cluster ClusterModel ExtensionStore Workspace WorkspaceModel clusterStore workspaceStore References # Cluster # Re-exports: Cluster ClusterModel # Re-exports: ClusterModel ExtensionStore # Re-exports: ExtensionStore Workspace # Re-exports: Workspace WorkspaceModel # Re-exports: WorkspaceModel clusterStore # Re-exports: clusterStore workspaceStore # Re-exports: workspaceStore","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#module-srcextensionscore-apistores","text":"","title":"Module: \"src/extensions/core-api/stores\""},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#references","text":"Cluster ClusterModel ExtensionStore Workspace WorkspaceModel clusterStore workspaceStore","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#cluster","text":"Re-exports: Cluster","title":"Cluster"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#clustermodel","text":"Re-exports: ClusterModel","title":"ClusterModel"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#extensionstore","text":"Re-exports: ExtensionStore","title":"ExtensionStore"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#workspace","text":"Re-exports: Workspace","title":"Workspace"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#workspacemodel","text":"Re-exports: WorkspaceModel","title":"WorkspaceModel"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#clusterstore","text":"Re-exports: clusterStore","title":"clusterStore"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#workspacestore","text":"Re-exports: workspaceStore","title":"workspaceStore"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/","text":"@k8slens/extensions Globals / \"src/extensions/core-api/utils\" Module: \"src/extensions/core-api/utils\" # Index # References # Singleton cssNames openExternal prevDefault stopPropagation References # Singleton # Re-exports: Singleton cssNames # Re-exports: cssNames openExternal # Re-exports: openExternal prevDefault # Re-exports: prevDefault stopPropagation # Re-exports: stopPropagation","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#module-srcextensionscore-apiutils","text":"","title":"Module: \"src/extensions/core-api/utils\""},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#references","text":"Singleton cssNames openExternal prevDefault stopPropagation","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#singleton","text":"Re-exports: Singleton","title":"Singleton"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#cssnames","text":"Re-exports: cssNames","title":"cssNames"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#openexternal","text":"Re-exports: openExternal","title":"openExternal"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#prevdefault","text":"Re-exports: prevDefault","title":"prevDefault"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#stoppropagation","text":"Re-exports: stopPropagation","title":"stopPropagation"},{"location":"extensions/api/modules/_src_extensions_extension_api_/","text":"@k8slens/extensions Globals / \"src/extensions/extension-api\" Module: \"src/extensions/extension-api\" # Index # References # App ClusterFeature Component EventBus K8sApi LensMainExtension LensRendererExtension Navigation Store Util windowManager References # App # Renames and re-exports: \"src/extensions/core-api/app\" ClusterFeature # Renames and re-exports: \"src/extensions/core-api/cluster-feature\" Component # Renames and re-exports: \"src/extensions/renderer-api/components\" EventBus # Renames and re-exports: \"src/extensions/core-api/event-bus\" K8sApi # Renames and re-exports: \"src/extensions/renderer-api/k8s-api\" LensMainExtension # Re-exports: LensMainExtension LensRendererExtension # Re-exports: LensRendererExtension Navigation # Renames and re-exports: \"src/extensions/renderer-api/navigation\" Store # Renames and re-exports: \"src/extensions/core-api/stores\" Util # Renames and re-exports: \"src/extensions/core-api/utils\" windowManager # Re-exports: windowManager","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#module-srcextensionsextension-api","text":"","title":"Module: \"src/extensions/extension-api\""},{"location":"extensions/api/modules/_src_extensions_extension_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#references","text":"App ClusterFeature Component EventBus K8sApi LensMainExtension LensRendererExtension Navigation Store Util windowManager","title":"References"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#app","text":"Renames and re-exports: \"src/extensions/core-api/app\"","title":"App"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#clusterfeature","text":"Renames and re-exports: \"src/extensions/core-api/cluster-feature\"","title":"ClusterFeature"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#component","text":"Renames and re-exports: \"src/extensions/renderer-api/components\"","title":"Component"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#eventbus","text":"Renames and re-exports: \"src/extensions/core-api/event-bus\"","title":"EventBus"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#k8sapi","text":"Renames and re-exports: \"src/extensions/renderer-api/k8s-api\"","title":"K8sApi"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#lensmainextension","text":"Re-exports: LensMainExtension","title":"LensMainExtension"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#lensrendererextension","text":"Re-exports: LensRendererExtension","title":"LensRendererExtension"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#navigation","text":"Renames and re-exports: \"src/extensions/renderer-api/navigation\"","title":"Navigation"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#store","text":"Renames and re-exports: \"src/extensions/core-api/stores\"","title":"Store"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#util","text":"Renames and re-exports: \"src/extensions/core-api/utils\"","title":"Util"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#windowmanager","text":"Re-exports: windowManager","title":"windowManager"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/","text":"@k8slens/extensions Globals / \"src/extensions/extension-loader\" Module: \"src/extensions/extension-loader\" # Index # Classes # ExtensionLoader Variables # extensionLoader Functions # extensionPackagesRoot Variables # extensionLoader # \u2022 Const extensionLoader : ExtensionLoader = new ExtensionLoader() Defined in src/extensions/extension-loader.ts:153 Functions # extensionPackagesRoot # \u25b8 extensionPackagesRoot (): string Defined in src/extensions/extension-loader.ts:14 Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#module-srcextensionsextension-loader","text":"","title":"Module: \"src/extensions/extension-loader\""},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#classes","text":"ExtensionLoader","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#variables","text":"extensionLoader","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#functions","text":"extensionPackagesRoot","title":"Functions"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#extensionloader","text":"\u2022 Const extensionLoader : ExtensionLoader = new ExtensionLoader() Defined in src/extensions/extension-loader.ts:153","title":"extensionLoader"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#extensionpackagesroot","text":"\u25b8 extensionPackagesRoot (): string Defined in src/extensions/extension-loader.ts:14 Returns: string","title":"extensionPackagesRoot"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/","text":"@k8slens/extensions Globals / \"src/extensions/extension-manager\" Module: \"src/extensions/extension-manager\" # Index # Classes # ExtensionManager Interfaces # InstalledExtension Type aliases # Dependencies PackageJson Variables # extensionManager Type aliases # Dependencies # \u01ac Dependencies : { [name:string]: string; } Defined in src/extensions/extension-manager.ts:17 PackageJson # \u01ac PackageJson : { dependencies: Dependencies } Defined in src/extensions/extension-manager.ts:21 Type declaration: Name Type dependencies Dependencies Variables # extensionManager # \u2022 Const extensionManager : ExtensionManager = new ExtensionManager() Defined in src/extensions/extension-manager.ts:172","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#module-srcextensionsextension-manager","text":"","title":"Module: \"src/extensions/extension-manager\""},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#classes","text":"ExtensionManager","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#interfaces","text":"InstalledExtension","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#type-aliases","text":"Dependencies PackageJson","title":"Type aliases"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#variables","text":"extensionManager","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#dependencies","text":"\u01ac Dependencies : { [name:string]: string; } Defined in src/extensions/extension-manager.ts:17","title":"Dependencies"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#packagejson","text":"\u01ac PackageJson : { dependencies: Dependencies } Defined in src/extensions/extension-manager.ts:21","title":"PackageJson"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#extensionmanager","text":"\u2022 Const extensionManager : ExtensionManager = new ExtensionManager() Defined in src/extensions/extension-manager.ts:172","title":"extensionManager"},{"location":"extensions/api/modules/_src_extensions_extension_store_/","text":"@k8slens/extensions Globals / \"src/extensions/extension-store\" Module: \"src/extensions/extension-store\" # Index # Classes # ExtensionStore","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_extension_store_/#module-srcextensionsextension-store","text":"","title":"Module: \"src/extensions/extension-store\""},{"location":"extensions/api/modules/_src_extensions_extension_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_extension_store_/#classes","text":"ExtensionStore","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_extensions_store_/","text":"@k8slens/extensions Globals / \"src/extensions/extensions-store\" Module: \"src/extensions/extensions-store\" # Index # Classes # ExtensionsStore Interfaces # LensExtensionState LensExtensionsStoreModel Variables # extensionsStore Variables # extensionsStore # \u2022 Const extensionsStore : ExtensionsStore = new ExtensionsStore() Defined in src/extensions/extensions-store.ts:77","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_extensions_store_/#module-srcextensionsextensions-store","text":"","title":"Module: \"src/extensions/extensions-store\""},{"location":"extensions/api/modules/_src_extensions_extensions_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_extensions_store_/#classes","text":"ExtensionsStore","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_extensions_store_/#interfaces","text":"LensExtensionState LensExtensionsStoreModel","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_extensions_store_/#variables","text":"extensionsStore","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_extensions_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_extensions_store_/#extensionsstore","text":"\u2022 Const extensionsStore : ExtensionsStore = new ExtensionsStore() Defined in src/extensions/extensions-store.ts:77","title":"extensionsStore"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/","text":"@k8slens/extensions Globals / \"src/extensions/lens-extension\" Module: \"src/extensions/lens-extension\" # Index # Classes # LensExtension Interfaces # LensExtensionManifest Type aliases # LensExtensionConstructor LensExtensionId Type aliases # LensExtensionConstructor # \u01ac LensExtensionConstructor : {} Defined in src/extensions/lens-extension.ts:6 LensExtensionId # \u01ac LensExtensionId : string Defined in src/extensions/lens-extension.ts:5","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#module-srcextensionslens-extension","text":"","title":"Module: \"src/extensions/lens-extension\""},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#classes","text":"LensExtension","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#interfaces","text":"LensExtensionManifest","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#type-aliases","text":"LensExtensionConstructor LensExtensionId","title":"Type aliases"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#lensextensionconstructor","text":"\u01ac LensExtensionConstructor : {} Defined in src/extensions/lens-extension.ts:6","title":"LensExtensionConstructor"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#lensextensionid","text":"\u01ac LensExtensionId : string Defined in src/extensions/lens-extension.ts:5","title":"LensExtensionId"},{"location":"extensions/api/modules/_src_extensions_lens_main_extension_/","text":"@k8slens/extensions Globals / \"src/extensions/lens-main-extension\" Module: \"src/extensions/lens-main-extension\" # Index # Classes # LensMainExtension","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_lens_main_extension_/#module-srcextensionslens-main-extension","text":"","title":"Module: \"src/extensions/lens-main-extension\""},{"location":"extensions/api/modules/_src_extensions_lens_main_extension_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_lens_main_extension_/#classes","text":"LensMainExtension","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_lens_renderer_extension_/","text":"@k8slens/extensions Globals / \"src/extensions/lens-renderer-extension\" Module: \"src/extensions/lens-renderer-extension\" # Index # Classes # LensRendererExtension","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_lens_renderer_extension_/#module-srcextensionslens-renderer-extension","text":"","title":"Module: \"src/extensions/lens-renderer-extension\""},{"location":"extensions/api/modules/_src_extensions_lens_renderer_extension_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_lens_renderer_extension_/#classes","text":"LensRendererExtension","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/app-preference-registry\" Module: \"src/extensions/registries/app-preference-registry\" # Index # Classes # AppPreferenceRegistry Interfaces # AppPreferenceComponents AppPreferenceRegistration Variables # appPreferenceRegistry Variables # appPreferenceRegistry # \u2022 Const appPreferenceRegistry : AppPreferenceRegistry = new AppPreferenceRegistry() Defined in src/extensions/registries/app-preference-registry.ts:17","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/#module-srcextensionsregistriesapp-preference-registry","text":"","title":"Module: \"src/extensions/registries/app-preference-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/#classes","text":"AppPreferenceRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/#interfaces","text":"AppPreferenceComponents AppPreferenceRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/#variables","text":"appPreferenceRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/#apppreferenceregistry","text":"\u2022 Const appPreferenceRegistry : AppPreferenceRegistry = new AppPreferenceRegistry() Defined in src/extensions/registries/app-preference-registry.ts:17","title":"appPreferenceRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_base_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/base-registry\" Module: \"src/extensions/registries/base-registry\" # Index # Classes # BaseRegistry","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_base_registry_/#module-srcextensionsregistriesbase-registry","text":"","title":"Module: \"src/extensions/registries/base-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_base_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_base_registry_/#classes","text":"BaseRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/cluster-feature-registry\" Module: \"src/extensions/registries/cluster-feature-registry\" # Index # Classes # ClusterFeatureRegistry Interfaces # ClusterFeatureComponents ClusterFeatureRegistration Variables # clusterFeatureRegistry Variables # clusterFeatureRegistry # \u2022 Const clusterFeatureRegistry : ClusterFeatureRegistry = new ClusterFeatureRegistry() Defined in src/extensions/registries/cluster-feature-registry.ts:16","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/#module-srcextensionsregistriescluster-feature-registry","text":"","title":"Module: \"src/extensions/registries/cluster-feature-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/#classes","text":"ClusterFeatureRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/#interfaces","text":"ClusterFeatureComponents ClusterFeatureRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/#variables","text":"clusterFeatureRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/#clusterfeatureregistry","text":"\u2022 Const clusterFeatureRegistry : ClusterFeatureRegistry = new ClusterFeatureRegistry() Defined in src/extensions/registries/cluster-feature-registry.ts:16","title":"clusterFeatureRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/index\" Module: \"src/extensions/registries/index\" # Index # References # AppPreferenceComponents AppPreferenceRegistration AppPreferenceRegistry ClusterFeatureComponents ClusterFeatureRegistration ClusterFeatureRegistry ClusterPageRegistry GlobalPageRegistry KubeObjectDetailComponents KubeObjectDetailRegistration KubeObjectDetailRegistry KubeObjectMenuComponents KubeObjectMenuRegistration KubeObjectMenuRegistry MenuRegistration MenuRegistry PageComponents PageRegistration StatusBarRegistration StatusBarRegistry appPreferenceRegistry clusterFeatureRegistry clusterPageRegistry globalPageRegistry kubeObjectDetailRegistry kubeObjectMenuRegistry menuRegistry statusBarRegistry References # AppPreferenceComponents # Re-exports: AppPreferenceComponents AppPreferenceRegistration # Re-exports: AppPreferenceRegistration AppPreferenceRegistry # Re-exports: AppPreferenceRegistry ClusterFeatureComponents # Re-exports: ClusterFeatureComponents ClusterFeatureRegistration # Re-exports: ClusterFeatureRegistration ClusterFeatureRegistry # Re-exports: ClusterFeatureRegistry ClusterPageRegistry # Re-exports: ClusterPageRegistry GlobalPageRegistry # Re-exports: GlobalPageRegistry KubeObjectDetailComponents # Re-exports: KubeObjectDetailComponents KubeObjectDetailRegistration # Re-exports: KubeObjectDetailRegistration KubeObjectDetailRegistry # Re-exports: KubeObjectDetailRegistry KubeObjectMenuComponents # Re-exports: KubeObjectMenuComponents KubeObjectMenuRegistration # Re-exports: KubeObjectMenuRegistration KubeObjectMenuRegistry # Re-exports: KubeObjectMenuRegistry MenuRegistration # Re-exports: MenuRegistration MenuRegistry # Re-exports: MenuRegistry PageComponents # Re-exports: PageComponents PageRegistration # Re-exports: PageRegistration StatusBarRegistration # Re-exports: StatusBarRegistration StatusBarRegistry # Re-exports: StatusBarRegistry appPreferenceRegistry # Re-exports: appPreferenceRegistry clusterFeatureRegistry # Re-exports: clusterFeatureRegistry clusterPageRegistry # Re-exports: clusterPageRegistry globalPageRegistry # Re-exports: globalPageRegistry kubeObjectDetailRegistry # Re-exports: kubeObjectDetailRegistry kubeObjectMenuRegistry # Re-exports: kubeObjectMenuRegistry menuRegistry # Re-exports: menuRegistry statusBarRegistry # Re-exports: statusBarRegistry","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#module-srcextensionsregistriesindex","text":"","title":"Module: \"src/extensions/registries/index\""},{"location":"extensions/api/modules/_src_extensions_registries_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#references","text":"AppPreferenceComponents AppPreferenceRegistration AppPreferenceRegistry ClusterFeatureComponents ClusterFeatureRegistration ClusterFeatureRegistry ClusterPageRegistry GlobalPageRegistry KubeObjectDetailComponents KubeObjectDetailRegistration KubeObjectDetailRegistry KubeObjectMenuComponents KubeObjectMenuRegistration KubeObjectMenuRegistry MenuRegistration MenuRegistry PageComponents PageRegistration StatusBarRegistration StatusBarRegistry appPreferenceRegistry clusterFeatureRegistry clusterPageRegistry globalPageRegistry kubeObjectDetailRegistry kubeObjectMenuRegistry menuRegistry statusBarRegistry","title":"References"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#apppreferencecomponents","text":"Re-exports: AppPreferenceComponents","title":"AppPreferenceComponents"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#apppreferenceregistration","text":"Re-exports: AppPreferenceRegistration","title":"AppPreferenceRegistration"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#apppreferenceregistry","text":"Re-exports: AppPreferenceRegistry","title":"AppPreferenceRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#clusterfeaturecomponents","text":"Re-exports: ClusterFeatureComponents","title":"ClusterFeatureComponents"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#clusterfeatureregistration","text":"Re-exports: ClusterFeatureRegistration","title":"ClusterFeatureRegistration"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#clusterfeatureregistry","text":"Re-exports: ClusterFeatureRegistry","title":"ClusterFeatureRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#clusterpageregistry","text":"Re-exports: ClusterPageRegistry","title":"ClusterPageRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#globalpageregistry","text":"Re-exports: GlobalPageRegistry","title":"GlobalPageRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectdetailcomponents","text":"Re-exports: KubeObjectDetailComponents","title":"KubeObjectDetailComponents"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectdetailregistration","text":"Re-exports: KubeObjectDetailRegistration","title":"KubeObjectDetailRegistration"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectdetailregistry","text":"Re-exports: KubeObjectDetailRegistry","title":"KubeObjectDetailRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectmenucomponents","text":"Re-exports: KubeObjectMenuComponents","title":"KubeObjectMenuComponents"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectmenuregistration","text":"Re-exports: KubeObjectMenuRegistration","title":"KubeObjectMenuRegistration"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectmenuregistry","text":"Re-exports: KubeObjectMenuRegistry","title":"KubeObjectMenuRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#menuregistration","text":"Re-exports: MenuRegistration","title":"MenuRegistration"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#menuregistry","text":"Re-exports: MenuRegistry","title":"MenuRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#pagecomponents","text":"Re-exports: PageComponents","title":"PageComponents"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#pageregistration","text":"Re-exports: PageRegistration","title":"PageRegistration"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#statusbarregistration","text":"Re-exports: StatusBarRegistration","title":"StatusBarRegistration"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#statusbarregistry","text":"Re-exports: StatusBarRegistry","title":"StatusBarRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#apppreferenceregistry_1","text":"Re-exports: appPreferenceRegistry","title":"appPreferenceRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#clusterfeatureregistry_1","text":"Re-exports: clusterFeatureRegistry","title":"clusterFeatureRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#clusterpageregistry_1","text":"Re-exports: clusterPageRegistry","title":"clusterPageRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#globalpageregistry_1","text":"Re-exports: globalPageRegistry","title":"globalPageRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectdetailregistry_1","text":"Re-exports: kubeObjectDetailRegistry","title":"kubeObjectDetailRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectmenuregistry_1","text":"Re-exports: kubeObjectMenuRegistry","title":"kubeObjectMenuRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#menuregistry_1","text":"Re-exports: menuRegistry","title":"menuRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#statusbarregistry_1","text":"Re-exports: statusBarRegistry","title":"statusBarRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-detail-registry\" Module: \"src/extensions/registries/kube-object-detail-registry\" # Index # Classes # KubeObjectDetailRegistry Interfaces # KubeObjectDetailComponents KubeObjectDetailRegistration Variables # kubeObjectDetailRegistry Variables # kubeObjectDetailRegistry # \u2022 Const kubeObjectDetailRegistry : KubeObjectDetailRegistry = new KubeObjectDetailRegistry() Defined in src/extensions/registries/kube-object-detail-registry.ts:22","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/#module-srcextensionsregistrieskube-object-detail-registry","text":"","title":"Module: \"src/extensions/registries/kube-object-detail-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/#classes","text":"KubeObjectDetailRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/#interfaces","text":"KubeObjectDetailComponents KubeObjectDetailRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/#variables","text":"kubeObjectDetailRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/#kubeobjectdetailregistry","text":"\u2022 Const kubeObjectDetailRegistry : KubeObjectDetailRegistry = new KubeObjectDetailRegistry() Defined in src/extensions/registries/kube-object-detail-registry.ts:22","title":"kubeObjectDetailRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-menu-registry\" Module: \"src/extensions/registries/kube-object-menu-registry\" # Index # Classes # KubeObjectMenuRegistry Interfaces # KubeObjectMenuComponents KubeObjectMenuRegistration Variables # kubeObjectMenuRegistry Variables # kubeObjectMenuRegistry # \u2022 Const kubeObjectMenuRegistry : KubeObjectMenuRegistry = new KubeObjectMenuRegistry() Defined in src/extensions/registries/kube-object-menu-registry.ts:22","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/#module-srcextensionsregistrieskube-object-menu-registry","text":"","title":"Module: \"src/extensions/registries/kube-object-menu-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/#classes","text":"KubeObjectMenuRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/#interfaces","text":"KubeObjectMenuComponents KubeObjectMenuRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/#variables","text":"kubeObjectMenuRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/#kubeobjectmenuregistry","text":"\u2022 Const kubeObjectMenuRegistry : KubeObjectMenuRegistry = new KubeObjectMenuRegistry() Defined in src/extensions/registries/kube-object-menu-registry.ts:22","title":"kubeObjectMenuRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/menu-registry\" Module: \"src/extensions/registries/menu-registry\" # Index # Classes # MenuRegistry Interfaces # MenuRegistration Variables # menuRegistry Variables # menuRegistry # \u2022 Const menuRegistry : MenuRegistry = new MenuRegistry() Defined in src/extensions/registries/menu-registry.ts:13","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/#module-srcextensionsregistriesmenu-registry","text":"","title":"Module: \"src/extensions/registries/menu-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/#classes","text":"MenuRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/#interfaces","text":"MenuRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/#variables","text":"menuRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/#menuregistry","text":"\u2022 Const menuRegistry : MenuRegistry = new MenuRegistry() Defined in src/extensions/registries/menu-registry.ts:13","title":"menuRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/page-registry\" Module: \"src/extensions/registries/page-registry\" # Index # Classes # ClusterPageRegistry GlobalPageRegistry Interfaces # PageComponents PageRegistration Variables # clusterPageRegistry globalPageRegistry Variables # clusterPageRegistry # \u2022 Const clusterPageRegistry : ClusterPageRegistry = new ClusterPageRegistry() Defined in src/extensions/registries/page-registry.ts:31 globalPageRegistry # \u2022 Const globalPageRegistry : GlobalPageRegistry = new GlobalPageRegistry() Defined in src/extensions/registries/page-registry.ts:30","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#module-srcextensionsregistriespage-registry","text":"","title":"Module: \"src/extensions/registries/page-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#classes","text":"ClusterPageRegistry GlobalPageRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#interfaces","text":"PageComponents PageRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#variables","text":"clusterPageRegistry globalPageRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#clusterpageregistry","text":"\u2022 Const clusterPageRegistry : ClusterPageRegistry = new ClusterPageRegistry() Defined in src/extensions/registries/page-registry.ts:31","title":"clusterPageRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#globalpageregistry","text":"\u2022 Const globalPageRegistry : GlobalPageRegistry = new GlobalPageRegistry() Defined in src/extensions/registries/page-registry.ts:30","title":"globalPageRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/status-bar-registry\" Module: \"src/extensions/registries/status-bar-registry\" # Index # Classes # StatusBarRegistry Interfaces # StatusBarRegistration Variables # statusBarRegistry Variables # statusBarRegistry # \u2022 Const statusBarRegistry : StatusBarRegistry = new StatusBarRegistry() Defined in src/extensions/registries/status-bar-registry.ts:13","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/#module-srcextensionsregistriesstatus-bar-registry","text":"","title":"Module: \"src/extensions/registries/status-bar-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/#classes","text":"StatusBarRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/#interfaces","text":"StatusBarRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/#variables","text":"statusBarRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/#statusbarregistry","text":"\u2022 Const statusBarRegistry : StatusBarRegistry = new StatusBarRegistry() Defined in src/extensions/registries/status-bar-registry.ts:13","title":"statusBarRegistry"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/","text":"@k8slens/extensions Globals / \"src/extensions/renderer-api/components\" Module: \"src/extensions/renderer-api/components\" # Index # References # Badge BadgeProps Button ButtonProps Checkbox CheckboxProps ConfirmDialog ConfirmDialogParams ConfirmDialogProps CubeSpinner CubeSpinnerProps Dialog DialogProps Drawer DrawerItem DrawerItemLabels DrawerItemLabelsProps DrawerItemProps DrawerParamToggler DrawerParamTogglerProps DrawerProps DrawerTitle DrawerTitleProps GroupSelectOption Icon IconProps Input InputProps InputValidator InputValidators KubeEventDetails KubeEventDetailsProps KubeObjectDetails KubeObjectDetailsProps KubeObjectListLayout KubeObjectListLayoutProps KubeObjectMenu KubeObjectMenuProps KubeObjectMeta KubeObjectMetaProps LineProgress LineProgressProps Menu MenuActions MenuActionsProps MenuContext MenuContextValue MenuItem MenuItemProps MenuPosition MenuProps Notification NotificationId NotificationMessage NotificationStatus Notifications NotificationsStore PageLayout PageLayoutProps Radio RadioGroup RadioGroupProps RadioProps Select SelectOption SelectProps Slider SliderProps Spinner SpinnerProps StatusBrick StatusBrickProps Stepper StepperProps SubMenu Tab TabLayout TabLayoutProps TabProps TabRoute Table TableCell TableCellElem TableCellProps TableHead TableHeadElem TableHeadProps TableOrderBy TableProps TableRow TableRowElem TableRowProps TableSortBy TableSortCallback TableSortParams Tabs TabsProps Tooltip TooltipContentFormatters TooltipDecoratorProps TooltipPosition TooltipProps WizardLayout WizardLayoutProps createPodLogsTab createTerminalTab notificationsStore terminalStore withTooltip References # Badge # Re-exports: Badge BadgeProps # Re-exports: BadgeProps Button # Re-exports: Button ButtonProps # Re-exports: ButtonProps Checkbox # Re-exports: Checkbox CheckboxProps # Re-exports: CheckboxProps ConfirmDialog # Re-exports: ConfirmDialog ConfirmDialogParams # Re-exports: ConfirmDialogParams ConfirmDialogProps # Re-exports: ConfirmDialogProps CubeSpinner # Re-exports: CubeSpinner CubeSpinnerProps # Re-exports: CubeSpinnerProps Dialog # Re-exports: Dialog DialogProps # Re-exports: DialogProps Drawer # Re-exports: Drawer DrawerItem # Re-exports: DrawerItem DrawerItemLabels # Re-exports: DrawerItemLabels DrawerItemLabelsProps # Re-exports: DrawerItemLabelsProps DrawerItemProps # Re-exports: DrawerItemProps DrawerParamToggler # Re-exports: DrawerParamToggler DrawerParamTogglerProps # Re-exports: DrawerParamTogglerProps DrawerProps # Re-exports: DrawerProps DrawerTitle # Re-exports: DrawerTitle DrawerTitleProps # Re-exports: DrawerTitleProps GroupSelectOption # Re-exports: GroupSelectOption Icon # Re-exports: Icon IconProps # Re-exports: IconProps Input # Re-exports: Input InputProps # Re-exports: InputProps InputValidator # Re-exports: InputValidator InputValidators # Re-exports: InputValidators KubeEventDetails # Re-exports: KubeEventDetails KubeEventDetailsProps # Re-exports: KubeEventDetailsProps KubeObjectDetails # Re-exports: KubeObjectDetails KubeObjectDetailsProps # Re-exports: KubeObjectDetailsProps KubeObjectListLayout # Re-exports: KubeObjectListLayout KubeObjectListLayoutProps # Re-exports: KubeObjectListLayoutProps KubeObjectMenu # Re-exports: KubeObjectMenu KubeObjectMenuProps # Re-exports: KubeObjectMenuProps KubeObjectMeta # Re-exports: KubeObjectMeta KubeObjectMetaProps # Re-exports: KubeObjectMetaProps LineProgress # Re-exports: LineProgress LineProgressProps # Re-exports: LineProgressProps Menu # Re-exports: Menu MenuActions # Re-exports: MenuActions MenuActionsProps # Re-exports: MenuActionsProps MenuContext # Re-exports: MenuContext MenuContextValue # Re-exports: MenuContextValue MenuItem # Re-exports: MenuItem MenuItemProps # Re-exports: MenuItemProps MenuPosition # Re-exports: MenuPosition MenuProps # Re-exports: MenuProps Notification # Re-exports: Notification NotificationId # Re-exports: NotificationId NotificationMessage # Re-exports: NotificationMessage NotificationStatus # Re-exports: NotificationStatus Notifications # Re-exports: Notifications NotificationsStore # Re-exports: NotificationsStore PageLayout # Re-exports: PageLayout PageLayoutProps # Re-exports: PageLayoutProps Radio # Re-exports: Radio RadioGroup # Re-exports: RadioGroup RadioGroupProps # Re-exports: RadioGroupProps RadioProps # Re-exports: RadioProps Select # Re-exports: Select SelectOption # Re-exports: SelectOption SelectProps # Re-exports: SelectProps Slider # Re-exports: Slider SliderProps # Re-exports: SliderProps Spinner # Re-exports: Spinner SpinnerProps # Re-exports: SpinnerProps StatusBrick # Re-exports: StatusBrick StatusBrickProps # Re-exports: StatusBrickProps Stepper # Re-exports: Stepper StepperProps # Re-exports: StepperProps SubMenu # Re-exports: SubMenu Tab # Re-exports: Tab TabLayout # Re-exports: TabLayout TabLayoutProps # Re-exports: TabLayoutProps TabProps # Re-exports: TabProps TabRoute # Re-exports: TabRoute Table # Re-exports: Table TableCell # Re-exports: TableCell TableCellElem # Re-exports: TableCellElem TableCellProps # Re-exports: TableCellProps TableHead # Re-exports: TableHead TableHeadElem # Re-exports: TableHeadElem TableHeadProps # Re-exports: TableHeadProps TableOrderBy # Re-exports: TableOrderBy TableProps # Re-exports: TableProps TableRow # Re-exports: TableRow TableRowElem # Re-exports: TableRowElem TableRowProps # Re-exports: TableRowProps TableSortBy # Re-exports: TableSortBy TableSortCallback # Re-exports: TableSortCallback TableSortParams # Re-exports: TableSortParams Tabs # Re-exports: Tabs TabsProps # Re-exports: TabsProps Tooltip # Re-exports: Tooltip TooltipContentFormatters # Re-exports: TooltipContentFormatters TooltipDecoratorProps # Re-exports: TooltipDecoratorProps TooltipPosition # Re-exports: TooltipPosition TooltipProps # Re-exports: TooltipProps WizardLayout # Re-exports: WizardLayout WizardLayoutProps # Re-exports: WizardLayoutProps createPodLogsTab # Re-exports: createPodLogsTab createTerminalTab # Re-exports: createTerminalTab notificationsStore # Re-exports: notificationsStore terminalStore # Re-exports: terminalStore withTooltip # Re-exports: withTooltip","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#module-srcextensionsrenderer-apicomponents","text":"","title":"Module: \"src/extensions/renderer-api/components\""},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#references","text":"Badge BadgeProps Button ButtonProps Checkbox CheckboxProps ConfirmDialog ConfirmDialogParams ConfirmDialogProps CubeSpinner CubeSpinnerProps Dialog DialogProps Drawer DrawerItem DrawerItemLabels DrawerItemLabelsProps DrawerItemProps DrawerParamToggler DrawerParamTogglerProps DrawerProps DrawerTitle DrawerTitleProps GroupSelectOption Icon IconProps Input InputProps InputValidator InputValidators KubeEventDetails KubeEventDetailsProps KubeObjectDetails KubeObjectDetailsProps KubeObjectListLayout KubeObjectListLayoutProps KubeObjectMenu KubeObjectMenuProps KubeObjectMeta KubeObjectMetaProps LineProgress LineProgressProps Menu MenuActions MenuActionsProps MenuContext MenuContextValue MenuItem MenuItemProps MenuPosition MenuProps Notification NotificationId NotificationMessage NotificationStatus Notifications NotificationsStore PageLayout PageLayoutProps Radio RadioGroup RadioGroupProps RadioProps Select SelectOption SelectProps Slider SliderProps Spinner SpinnerProps StatusBrick StatusBrickProps Stepper StepperProps SubMenu Tab TabLayout TabLayoutProps TabProps TabRoute Table TableCell TableCellElem TableCellProps TableHead TableHeadElem TableHeadProps TableOrderBy TableProps TableRow TableRowElem TableRowProps TableSortBy TableSortCallback TableSortParams Tabs TabsProps Tooltip TooltipContentFormatters TooltipDecoratorProps TooltipPosition TooltipProps WizardLayout WizardLayoutProps createPodLogsTab createTerminalTab notificationsStore terminalStore withTooltip","title":"References"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#badge","text":"Re-exports: Badge","title":"Badge"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#badgeprops","text":"Re-exports: BadgeProps","title":"BadgeProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#button","text":"Re-exports: Button","title":"Button"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#buttonprops","text":"Re-exports: ButtonProps","title":"ButtonProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#checkbox","text":"Re-exports: Checkbox","title":"Checkbox"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#checkboxprops","text":"Re-exports: CheckboxProps","title":"CheckboxProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#confirmdialog","text":"Re-exports: ConfirmDialog","title":"ConfirmDialog"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#confirmdialogparams","text":"Re-exports: ConfirmDialogParams","title":"ConfirmDialogParams"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#confirmdialogprops","text":"Re-exports: ConfirmDialogProps","title":"ConfirmDialogProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#cubespinner","text":"Re-exports: CubeSpinner","title":"CubeSpinner"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#cubespinnerprops","text":"Re-exports: CubeSpinnerProps","title":"CubeSpinnerProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#dialog","text":"Re-exports: Dialog","title":"Dialog"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#dialogprops","text":"Re-exports: DialogProps","title":"DialogProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#drawer","text":"Re-exports: Drawer","title":"Drawer"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#draweritem","text":"Re-exports: DrawerItem","title":"DrawerItem"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#draweritemlabels","text":"Re-exports: DrawerItemLabels","title":"DrawerItemLabels"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#draweritemlabelsprops","text":"Re-exports: DrawerItemLabelsProps","title":"DrawerItemLabelsProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#draweritemprops","text":"Re-exports: DrawerItemProps","title":"DrawerItemProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#drawerparamtoggler","text":"Re-exports: DrawerParamToggler","title":"DrawerParamToggler"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#drawerparamtogglerprops","text":"Re-exports: DrawerParamTogglerProps","title":"DrawerParamTogglerProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#drawerprops","text":"Re-exports: DrawerProps","title":"DrawerProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#drawertitle","text":"Re-exports: DrawerTitle","title":"DrawerTitle"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#drawertitleprops","text":"Re-exports: DrawerTitleProps","title":"DrawerTitleProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#groupselectoption","text":"Re-exports: GroupSelectOption","title":"GroupSelectOption"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#icon","text":"Re-exports: Icon","title":"Icon"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#iconprops","text":"Re-exports: IconProps","title":"IconProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#input","text":"Re-exports: Input","title":"Input"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#inputprops","text":"Re-exports: InputProps","title":"InputProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#inputvalidator","text":"Re-exports: InputValidator","title":"InputValidator"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#inputvalidators","text":"Re-exports: InputValidators","title":"InputValidators"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeeventdetails","text":"Re-exports: KubeEventDetails","title":"KubeEventDetails"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeeventdetailsprops","text":"Re-exports: KubeEventDetailsProps","title":"KubeEventDetailsProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectdetails","text":"Re-exports: KubeObjectDetails","title":"KubeObjectDetails"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectdetailsprops","text":"Re-exports: KubeObjectDetailsProps","title":"KubeObjectDetailsProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectlistlayout","text":"Re-exports: KubeObjectListLayout","title":"KubeObjectListLayout"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectlistlayoutprops","text":"Re-exports: KubeObjectListLayoutProps","title":"KubeObjectListLayoutProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectmenu","text":"Re-exports: KubeObjectMenu","title":"KubeObjectMenu"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectmenuprops","text":"Re-exports: KubeObjectMenuProps","title":"KubeObjectMenuProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectmeta","text":"Re-exports: KubeObjectMeta","title":"KubeObjectMeta"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectmetaprops","text":"Re-exports: KubeObjectMetaProps","title":"KubeObjectMetaProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#lineprogress","text":"Re-exports: LineProgress","title":"LineProgress"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#lineprogressprops","text":"Re-exports: LineProgressProps","title":"LineProgressProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menu","text":"Re-exports: Menu","title":"Menu"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menuactions","text":"Re-exports: MenuActions","title":"MenuActions"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menuactionsprops","text":"Re-exports: MenuActionsProps","title":"MenuActionsProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menucontext","text":"Re-exports: MenuContext","title":"MenuContext"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menucontextvalue","text":"Re-exports: MenuContextValue","title":"MenuContextValue"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menuitem","text":"Re-exports: MenuItem","title":"MenuItem"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menuitemprops","text":"Re-exports: MenuItemProps","title":"MenuItemProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menuposition","text":"Re-exports: MenuPosition","title":"MenuPosition"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menuprops","text":"Re-exports: MenuProps","title":"MenuProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#notification","text":"Re-exports: Notification","title":"Notification"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#notificationid","text":"Re-exports: NotificationId","title":"NotificationId"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#notificationmessage","text":"Re-exports: NotificationMessage","title":"NotificationMessage"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#notificationstatus","text":"Re-exports: NotificationStatus","title":"NotificationStatus"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#notifications","text":"Re-exports: Notifications","title":"Notifications"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#notificationsstore","text":"Re-exports: NotificationsStore","title":"NotificationsStore"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#pagelayout","text":"Re-exports: PageLayout","title":"PageLayout"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#pagelayoutprops","text":"Re-exports: PageLayoutProps","title":"PageLayoutProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#radio","text":"Re-exports: Radio","title":"Radio"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#radiogroup","text":"Re-exports: RadioGroup","title":"RadioGroup"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#radiogroupprops","text":"Re-exports: RadioGroupProps","title":"RadioGroupProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#radioprops","text":"Re-exports: RadioProps","title":"RadioProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#select","text":"Re-exports: Select","title":"Select"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#selectoption","text":"Re-exports: SelectOption","title":"SelectOption"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#selectprops","text":"Re-exports: SelectProps","title":"SelectProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#slider","text":"Re-exports: Slider","title":"Slider"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#sliderprops","text":"Re-exports: SliderProps","title":"SliderProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#spinner","text":"Re-exports: Spinner","title":"Spinner"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#spinnerprops","text":"Re-exports: SpinnerProps","title":"SpinnerProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#statusbrick","text":"Re-exports: StatusBrick","title":"StatusBrick"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#statusbrickprops","text":"Re-exports: StatusBrickProps","title":"StatusBrickProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#stepper","text":"Re-exports: Stepper","title":"Stepper"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#stepperprops","text":"Re-exports: StepperProps","title":"StepperProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#submenu","text":"Re-exports: SubMenu","title":"SubMenu"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tab","text":"Re-exports: Tab","title":"Tab"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablayout","text":"Re-exports: TabLayout","title":"TabLayout"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablayoutprops","text":"Re-exports: TabLayoutProps","title":"TabLayoutProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tabprops","text":"Re-exports: TabProps","title":"TabProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tabroute","text":"Re-exports: TabRoute","title":"TabRoute"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#table","text":"Re-exports: Table","title":"Table"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablecell","text":"Re-exports: TableCell","title":"TableCell"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablecellelem","text":"Re-exports: TableCellElem","title":"TableCellElem"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablecellprops","text":"Re-exports: TableCellProps","title":"TableCellProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablehead","text":"Re-exports: TableHead","title":"TableHead"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tableheadelem","text":"Re-exports: TableHeadElem","title":"TableHeadElem"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tableheadprops","text":"Re-exports: TableHeadProps","title":"TableHeadProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tableorderby","text":"Re-exports: TableOrderBy","title":"TableOrderBy"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tableprops","text":"Re-exports: TableProps","title":"TableProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablerow","text":"Re-exports: TableRow","title":"TableRow"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablerowelem","text":"Re-exports: TableRowElem","title":"TableRowElem"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablerowprops","text":"Re-exports: TableRowProps","title":"TableRowProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablesortby","text":"Re-exports: TableSortBy","title":"TableSortBy"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablesortcallback","text":"Re-exports: TableSortCallback","title":"TableSortCallback"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablesortparams","text":"Re-exports: TableSortParams","title":"TableSortParams"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tabs","text":"Re-exports: Tabs","title":"Tabs"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tabsprops","text":"Re-exports: TabsProps","title":"TabsProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tooltip","text":"Re-exports: Tooltip","title":"Tooltip"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tooltipcontentformatters","text":"Re-exports: TooltipContentFormatters","title":"TooltipContentFormatters"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tooltipdecoratorprops","text":"Re-exports: TooltipDecoratorProps","title":"TooltipDecoratorProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tooltipposition","text":"Re-exports: TooltipPosition","title":"TooltipPosition"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tooltipprops","text":"Re-exports: TooltipProps","title":"TooltipProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#wizardlayout","text":"Re-exports: WizardLayout","title":"WizardLayout"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#wizardlayoutprops","text":"Re-exports: WizardLayoutProps","title":"WizardLayoutProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#createpodlogstab","text":"Re-exports: createPodLogsTab","title":"createPodLogsTab"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#createterminaltab","text":"Re-exports: createTerminalTab","title":"createTerminalTab"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#notificationsstore_1","text":"Re-exports: notificationsStore","title":"notificationsStore"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#terminalstore","text":"Re-exports: terminalStore","title":"terminalStore"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#withtooltip","text":"Re-exports: withTooltip","title":"withTooltip"},{"location":"extensions/api/modules/_src_extensions_renderer_api_index_/","text":"@k8slens/extensions Globals / \"src/extensions/renderer-api/index\" Module: \"src/extensions/renderer-api/index\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_renderer_api_index_/#module-srcextensionsrenderer-apiindex","text":"","title":"Module: \"src/extensions/renderer-api/index\""},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/","text":"@k8slens/extensions Globals / \"src/extensions/renderer-api/k8s-api\" Module: \"src/extensions/renderer-api/k8s-api\" # Index # References # ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment Endpoint HorizontalPodAutoscaler IKubeApiCluster IPodContainer IPodContainerStatus ISecretRef Ingress Job KubeApi KubeEvent KubeObject KubeObjectStore Namespace NetworkPolicy Node PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget ResourceQuota Role RoleBinding Secret Service ServiceAccount StatefulSet StorageClass apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi forCluster hpaApi ingressApi isAllowedResource jobApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi resourceQuotaApi roleApi roleBindingApi secretsApi serviceAccountsApi serviceApi statefulSetApi storageClassApi References # ClusterRole # Re-exports: ClusterRole ClusterRoleBinding # Re-exports: ClusterRoleBinding ConfigMap # Re-exports: ConfigMap CronJob # Re-exports: CronJob CustomResourceDefinition # Re-exports: CustomResourceDefinition DaemonSet # Re-exports: DaemonSet Deployment # Re-exports: Deployment Endpoint # Re-exports: Endpoint HorizontalPodAutoscaler # Re-exports: HorizontalPodAutoscaler IKubeApiCluster # Re-exports: IKubeApiCluster IPodContainer # Re-exports: IPodContainer IPodContainerStatus # Re-exports: IPodContainerStatus ISecretRef # Re-exports: ISecretRef Ingress # Re-exports: Ingress Job # Re-exports: Job KubeApi # Re-exports: KubeApi KubeEvent # Re-exports: KubeEvent KubeObject # Re-exports: KubeObject KubeObjectStore # Re-exports: KubeObjectStore Namespace # Re-exports: Namespace NetworkPolicy # Re-exports: NetworkPolicy Node # Re-exports: Node PersistentVolume # Re-exports: PersistentVolume PersistentVolumeClaim # Re-exports: PersistentVolumeClaim PersistentVolumeClaimsApi # Re-exports: PersistentVolumeClaimsApi Pod # Re-exports: Pod PodDisruptionBudget # Re-exports: PodDisruptionBudget ResourceQuota # Re-exports: ResourceQuota Role # Re-exports: Role RoleBinding # Re-exports: RoleBinding Secret # Re-exports: Secret Service # Re-exports: Service ServiceAccount # Re-exports: ServiceAccount StatefulSet # Re-exports: StatefulSet StorageClass # Re-exports: StorageClass apiManager # Re-exports: apiManager clusterRoleApi # Re-exports: clusterRoleApi clusterRoleBindingApi # Re-exports: clusterRoleBindingApi configMapApi # Re-exports: configMapApi crdApi # Re-exports: crdApi cronJobApi # Re-exports: cronJobApi daemonSetApi # Re-exports: daemonSetApi deploymentApi # Re-exports: deploymentApi endpointApi # Re-exports: endpointApi eventApi # Re-exports: eventApi forCluster # Re-exports: forCluster hpaApi # Re-exports: hpaApi ingressApi # Re-exports: ingressApi isAllowedResource # Re-exports: isAllowedResource jobApi # Re-exports: jobApi namespacesApi # Re-exports: namespacesApi networkPolicyApi # Re-exports: networkPolicyApi nodesApi # Re-exports: nodesApi pdbApi # Re-exports: pdbApi persistentVolumeApi # Re-exports: persistentVolumeApi podsApi # Re-exports: podsApi resourceQuotaApi # Re-exports: resourceQuotaApi roleApi # Re-exports: roleApi roleBindingApi # Re-exports: roleBindingApi secretsApi # Re-exports: secretsApi serviceAccountsApi # Re-exports: serviceAccountsApi serviceApi # Re-exports: serviceApi statefulSetApi # Re-exports: statefulSetApi storageClassApi # Re-exports: storageClassApi","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#module-srcextensionsrenderer-apik8s-api","text":"","title":"Module: \"src/extensions/renderer-api/k8s-api\""},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#references","text":"ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment Endpoint HorizontalPodAutoscaler IKubeApiCluster IPodContainer IPodContainerStatus ISecretRef Ingress Job KubeApi KubeEvent KubeObject KubeObjectStore Namespace NetworkPolicy Node PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget ResourceQuota Role RoleBinding Secret Service ServiceAccount StatefulSet StorageClass apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi forCluster hpaApi ingressApi isAllowedResource jobApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi resourceQuotaApi roleApi roleBindingApi secretsApi serviceAccountsApi serviceApi statefulSetApi storageClassApi","title":"References"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#clusterrole","text":"Re-exports: ClusterRole","title":"ClusterRole"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#clusterrolebinding","text":"Re-exports: ClusterRoleBinding","title":"ClusterRoleBinding"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#configmap","text":"Re-exports: ConfigMap","title":"ConfigMap"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#cronjob","text":"Re-exports: CronJob","title":"CronJob"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#customresourcedefinition","text":"Re-exports: CustomResourceDefinition","title":"CustomResourceDefinition"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#daemonset","text":"Re-exports: DaemonSet","title":"DaemonSet"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#deployment","text":"Re-exports: Deployment","title":"Deployment"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#endpoint","text":"Re-exports: Endpoint","title":"Endpoint"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#horizontalpodautoscaler","text":"Re-exports: HorizontalPodAutoscaler","title":"HorizontalPodAutoscaler"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#ikubeapicluster","text":"Re-exports: IKubeApiCluster","title":"IKubeApiCluster"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#ipodcontainer","text":"Re-exports: IPodContainer","title":"IPodContainer"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#ipodcontainerstatus","text":"Re-exports: IPodContainerStatus","title":"IPodContainerStatus"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#isecretref","text":"Re-exports: ISecretRef","title":"ISecretRef"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#ingress","text":"Re-exports: Ingress","title":"Ingress"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#job","text":"Re-exports: Job","title":"Job"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#kubeapi","text":"Re-exports: KubeApi","title":"KubeApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#kubeevent","text":"Re-exports: KubeEvent","title":"KubeEvent"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#kubeobject","text":"Re-exports: KubeObject","title":"KubeObject"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#kubeobjectstore","text":"Re-exports: KubeObjectStore","title":"KubeObjectStore"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#namespace","text":"Re-exports: Namespace","title":"Namespace"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#networkpolicy","text":"Re-exports: NetworkPolicy","title":"NetworkPolicy"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#node","text":"Re-exports: Node","title":"Node"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#persistentvolume","text":"Re-exports: PersistentVolume","title":"PersistentVolume"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#persistentvolumeclaim","text":"Re-exports: PersistentVolumeClaim","title":"PersistentVolumeClaim"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#persistentvolumeclaimsapi","text":"Re-exports: PersistentVolumeClaimsApi","title":"PersistentVolumeClaimsApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#pod","text":"Re-exports: Pod","title":"Pod"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#poddisruptionbudget","text":"Re-exports: PodDisruptionBudget","title":"PodDisruptionBudget"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#resourcequota","text":"Re-exports: ResourceQuota","title":"ResourceQuota"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#role","text":"Re-exports: Role","title":"Role"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#rolebinding","text":"Re-exports: RoleBinding","title":"RoleBinding"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#secret","text":"Re-exports: Secret","title":"Secret"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#service","text":"Re-exports: Service","title":"Service"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#serviceaccount","text":"Re-exports: ServiceAccount","title":"ServiceAccount"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#statefulset","text":"Re-exports: StatefulSet","title":"StatefulSet"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#storageclass","text":"Re-exports: StorageClass","title":"StorageClass"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#apimanager","text":"Re-exports: apiManager","title":"apiManager"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#clusterroleapi","text":"Re-exports: clusterRoleApi","title":"clusterRoleApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#clusterrolebindingapi","text":"Re-exports: clusterRoleBindingApi","title":"clusterRoleBindingApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#configmapapi","text":"Re-exports: configMapApi","title":"configMapApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#crdapi","text":"Re-exports: crdApi","title":"crdApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#cronjobapi","text":"Re-exports: cronJobApi","title":"cronJobApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#daemonsetapi","text":"Re-exports: daemonSetApi","title":"daemonSetApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#deploymentapi","text":"Re-exports: deploymentApi","title":"deploymentApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#endpointapi","text":"Re-exports: endpointApi","title":"endpointApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#eventapi","text":"Re-exports: eventApi","title":"eventApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#forcluster","text":"Re-exports: forCluster","title":"forCluster"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#hpaapi","text":"Re-exports: hpaApi","title":"hpaApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#ingressapi","text":"Re-exports: ingressApi","title":"ingressApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#isallowedresource","text":"Re-exports: isAllowedResource","title":"isAllowedResource"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#jobapi","text":"Re-exports: jobApi","title":"jobApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#namespacesapi","text":"Re-exports: namespacesApi","title":"namespacesApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#networkpolicyapi","text":"Re-exports: networkPolicyApi","title":"networkPolicyApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#nodesapi","text":"Re-exports: nodesApi","title":"nodesApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#pdbapi","text":"Re-exports: pdbApi","title":"pdbApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#persistentvolumeapi","text":"Re-exports: persistentVolumeApi","title":"persistentVolumeApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#podsapi","text":"Re-exports: podsApi","title":"podsApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#resourcequotaapi","text":"Re-exports: resourceQuotaApi","title":"resourceQuotaApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#roleapi","text":"Re-exports: roleApi","title":"roleApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#rolebindingapi","text":"Re-exports: roleBindingApi","title":"roleBindingApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#secretsapi","text":"Re-exports: secretsApi","title":"secretsApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#serviceaccountsapi","text":"Re-exports: serviceAccountsApi","title":"serviceAccountsApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#serviceapi","text":"Re-exports: serviceApi","title":"serviceApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#statefulsetapi","text":"Re-exports: statefulSetApi","title":"statefulSetApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#storageclassapi","text":"Re-exports: storageClassApi","title":"storageClassApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/","text":"@k8slens/extensions Globals / \"src/extensions/renderer-api/navigation\" Module: \"src/extensions/renderer-api/navigation\" # Index # References # IURLParams RouteProps getDetailsUrl hideDetails navigate showDetails References # IURLParams # Re-exports: IURLParams RouteProps # Re-exports: RouteProps getDetailsUrl # Re-exports: getDetailsUrl hideDetails # Re-exports: hideDetails navigate # Re-exports: navigate showDetails # Re-exports: showDetails","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#module-srcextensionsrenderer-apinavigation","text":"","title":"Module: \"src/extensions/renderer-api/navigation\""},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#references","text":"IURLParams RouteProps getDetailsUrl hideDetails navigate showDetails","title":"References"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#iurlparams","text":"Re-exports: IURLParams","title":"IURLParams"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#routeprops","text":"Re-exports: RouteProps","title":"RouteProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#getdetailsurl","text":"Re-exports: getDetailsUrl","title":"getDetailsUrl"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#hidedetails","text":"Re-exports: hideDetails","title":"hideDetails"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#navigate","text":"Re-exports: navigate","title":"navigate"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#showdetails","text":"Re-exports: showDetails","title":"showDetails"},{"location":"extensions/api/modules/_src_main_app_updater_/","text":"@k8slens/extensions Globals / \"src/main/app-updater\" Module: \"src/main/app-updater\" # Index # Classes # AppUpdater","title":"API Reference"},{"location":"extensions/api/modules/_src_main_app_updater_/#module-srcmainapp-updater","text":"","title":"Module: \"src/main/app-updater\""},{"location":"extensions/api/modules/_src_main_app_updater_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_app_updater_/#classes","text":"AppUpdater","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_/","text":"@k8slens/extensions Globals / \"src/main/cluster\" Module: \"src/main/cluster\" # Index # Enumerations # ClusterMetadataKey ClusterStatus Classes # Cluster Interfaces # ClusterState Type aliases # ClusterRefreshOptions Type aliases # ClusterRefreshOptions # \u01ac ClusterRefreshOptions : { refreshMetadata?: boolean } Defined in src/main/cluster.ts:33 Type declaration: Name Type refreshMetadata? boolean","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_/#module-srcmaincluster","text":"","title":"Module: \"src/main/cluster\""},{"location":"extensions/api/modules/_src_main_cluster_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_/#enumerations","text":"ClusterMetadataKey ClusterStatus","title":"Enumerations"},{"location":"extensions/api/modules/_src_main_cluster_/#classes","text":"Cluster","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_/#interfaces","text":"ClusterState","title":"Interfaces"},{"location":"extensions/api/modules/_src_main_cluster_/#type-aliases","text":"ClusterRefreshOptions","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_cluster_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_cluster_/#clusterrefreshoptions","text":"\u01ac ClusterRefreshOptions : { refreshMetadata?: boolean } Defined in src/main/cluster.ts:33","title":"ClusterRefreshOptions"},{"location":"extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/base-cluster-detector\" Module: \"src/main/cluster-detectors/base-cluster-detector\" # Index # Classes # BaseClusterDetector Type aliases # ClusterDetectionResult Type aliases # ClusterDetectionResult # \u01ac ClusterDetectionResult : { accuracy: number ; value: string | number | boolean } Defined in src/main/cluster-detectors/base-cluster-detector.ts:4 Type declaration: Name Type accuracy number value string | number | boolean","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/#module-srcmaincluster-detectorsbase-cluster-detector","text":"","title":"Module: \"src/main/cluster-detectors/base-cluster-detector\""},{"location":"extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/#classes","text":"BaseClusterDetector","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/#type-aliases","text":"ClusterDetectionResult","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/#clusterdetectionresult","text":"\u01ac ClusterDetectionResult : { accuracy: number ; value: string | number | boolean } Defined in src/main/cluster-detectors/base-cluster-detector.ts:4","title":"ClusterDetectionResult"},{"location":"extensions/api/modules/_src_main_cluster_detectors_cluster_id_detector_/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/cluster-id-detector\" Module: \"src/main/cluster-detectors/cluster-id-detector\" # Index # Classes # ClusterIdDetector","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_detectors_cluster_id_detector_/#module-srcmaincluster-detectorscluster-id-detector","text":"","title":"Module: \"src/main/cluster-detectors/cluster-id-detector\""},{"location":"extensions/api/modules/_src_main_cluster_detectors_cluster_id_detector_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_detectors_cluster_id_detector_/#classes","text":"ClusterIdDetector","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_detectors_detector_registry_/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/detector-registry\" Module: \"src/main/cluster-detectors/detector-registry\" # Index # Classes # DetectorRegistry Variables # detectorRegistry Variables # detectorRegistry # \u2022 Const detectorRegistry : DetectorRegistry = new DetectorRegistry() Defined in src/main/cluster-detectors/detector-registry.ts:40","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_detectors_detector_registry_/#module-srcmaincluster-detectorsdetector-registry","text":"","title":"Module: \"src/main/cluster-detectors/detector-registry\""},{"location":"extensions/api/modules/_src_main_cluster_detectors_detector_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_detectors_detector_registry_/#classes","text":"DetectorRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_detectors_detector_registry_/#variables","text":"detectorRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_main_cluster_detectors_detector_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_cluster_detectors_detector_registry_/#detectorregistry","text":"\u2022 Const detectorRegistry : DetectorRegistry = new DetectorRegistry() Defined in src/main/cluster-detectors/detector-registry.ts:40","title":"detectorRegistry"},{"location":"extensions/api/modules/_src_main_cluster_detectors_distribution_detector_/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/distribution-detector\" Module: \"src/main/cluster-detectors/distribution-detector\" # Index # Classes # DistributionDetector","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_detectors_distribution_detector_/#module-srcmaincluster-detectorsdistribution-detector","text":"","title":"Module: \"src/main/cluster-detectors/distribution-detector\""},{"location":"extensions/api/modules/_src_main_cluster_detectors_distribution_detector_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_detectors_distribution_detector_/#classes","text":"DistributionDetector","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_detectors_last_seen_detector_/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/last-seen-detector\" Module: \"src/main/cluster-detectors/last-seen-detector\" # Index # Classes # LastSeenDetector","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_detectors_last_seen_detector_/#module-srcmaincluster-detectorslast-seen-detector","text":"","title":"Module: \"src/main/cluster-detectors/last-seen-detector\""},{"location":"extensions/api/modules/_src_main_cluster_detectors_last_seen_detector_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_detectors_last_seen_detector_/#classes","text":"LastSeenDetector","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_detectors_nodes_count_detector_/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/nodes-count-detector\" Module: \"src/main/cluster-detectors/nodes-count-detector\" # Index # Classes # NodesCountDetector","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_detectors_nodes_count_detector_/#module-srcmaincluster-detectorsnodes-count-detector","text":"","title":"Module: \"src/main/cluster-detectors/nodes-count-detector\""},{"location":"extensions/api/modules/_src_main_cluster_detectors_nodes_count_detector_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_detectors_nodes_count_detector_/#classes","text":"NodesCountDetector","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_detectors_version_detector_/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/version-detector\" Module: \"src/main/cluster-detectors/version-detector\" # Index # Classes # VersionDetector","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_detectors_version_detector_/#module-srcmaincluster-detectorsversion-detector","text":"","title":"Module: \"src/main/cluster-detectors/version-detector\""},{"location":"extensions/api/modules/_src_main_cluster_detectors_version_detector_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_detectors_version_detector_/#classes","text":"VersionDetector","title":"Classes"},{"location":"extensions/api/modules/_src_main_context_handler_/","text":"@k8slens/extensions Globals / \"src/main/context-handler\" Module: \"src/main/context-handler\" # Index # Classes # ContextHandler","title":"API Reference"},{"location":"extensions/api/modules/_src_main_context_handler_/#module-srcmaincontext-handler","text":"","title":"Module: \"src/main/context-handler\""},{"location":"extensions/api/modules/_src_main_context_handler_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_context_handler_/#classes","text":"ContextHandler","title":"Classes"},{"location":"extensions/api/modules/_src_main_helm_helm_chart_manager_/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-chart-manager\" Module: \"src/main/helm/helm-chart-manager\" # Index # Classes # HelmChartManager Type aliases # CachedYaml Type aliases # CachedYaml # \u01ac CachedYaml : { entries: any } Defined in src/main/helm/helm-chart-manager.ts:8 Type declaration: Name Type entries any","title":"API Reference"},{"location":"extensions/api/modules/_src_main_helm_helm_chart_manager_/#module-srcmainhelmhelm-chart-manager","text":"","title":"Module: \"src/main/helm/helm-chart-manager\""},{"location":"extensions/api/modules/_src_main_helm_helm_chart_manager_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_helm_helm_chart_manager_/#classes","text":"HelmChartManager","title":"Classes"},{"location":"extensions/api/modules/_src_main_helm_helm_chart_manager_/#type-aliases","text":"CachedYaml","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_helm_helm_chart_manager_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_helm_helm_chart_manager_/#cachedyaml","text":"\u01ac CachedYaml : { entries: any } Defined in src/main/helm/helm-chart-manager.ts:8","title":"CachedYaml"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-cli\" Module: \"src/main/helm/helm-cli\" # Index # Classes # HelmCli Variables # baseDir helmCli helmVersion Variables # baseDir # \u2022 Let baseDir : string = process.resourcesPath Defined in src/main/helm/helm-cli.ts:36 helmCli # \u2022 Const helmCli : HelmCli = new HelmCli(baseDir, helmVersion) Defined in src/main/helm/helm-cli.ts:42 helmVersion # \u2022 Const helmVersion : string = packageInfo.config.bundledHelmVersion Defined in src/main/helm/helm-cli.ts:35","title":"API Reference"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#module-srcmainhelmhelm-cli","text":"","title":"Module: \"src/main/helm/helm-cli\""},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#classes","text":"HelmCli","title":"Classes"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#variables","text":"baseDir helmCli helmVersion","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#basedir","text":"\u2022 Let baseDir : string = process.resourcesPath Defined in src/main/helm/helm-cli.ts:36","title":"baseDir"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#helmcli","text":"\u2022 Const helmCli : HelmCli = new HelmCli(baseDir, helmVersion) Defined in src/main/helm/helm-cli.ts:42","title":"helmCli"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#helmversion","text":"\u2022 Const helmVersion : string = packageInfo.config.bundledHelmVersion Defined in src/main/helm/helm-cli.ts:35","title":"helmVersion"},{"location":"extensions/api/modules/_src_main_helm_helm_release_manager_/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-release-manager\" Module: \"src/main/helm/helm-release-manager\" # Index # Classes # HelmReleaseManager Variables # releaseManager Variables # releaseManager # \u2022 Const releaseManager : HelmReleaseManager = new HelmReleaseManager() Defined in src/main/helm/helm-release-manager.ts:111","title":"API Reference"},{"location":"extensions/api/modules/_src_main_helm_helm_release_manager_/#module-srcmainhelmhelm-release-manager","text":"","title":"Module: \"src/main/helm/helm-release-manager\""},{"location":"extensions/api/modules/_src_main_helm_helm_release_manager_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_helm_helm_release_manager_/#classes","text":"HelmReleaseManager","title":"Classes"},{"location":"extensions/api/modules/_src_main_helm_helm_release_manager_/#variables","text":"releaseManager","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_release_manager_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_release_manager_/#releasemanager","text":"\u2022 Const releaseManager : HelmReleaseManager = new HelmReleaseManager() Defined in src/main/helm/helm-release-manager.ts:111","title":"releaseManager"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-repo-manager\" Module: \"src/main/helm/helm-repo-manager\" # Index # Classes # HelmRepoManager Interfaces # HelmRepo HelmRepoConfig Type aliases # HelmEnv Variables # repoManager Type aliases # HelmEnv # \u01ac HelmEnv : Record\\ & { HELM_REPOSITORY_CACHE?: string ; HELM_REPOSITORY_CONFIG?: string } Defined in src/main/helm/helm-repo-manager.ts:10 Variables # repoManager # \u2022 Const repoManager : HelmRepoManager = HelmRepoManager.getInstance\\ () Defined in src/main/helm/helm-repo-manager.ts:131","title":"API Reference"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#module-srcmainhelmhelm-repo-manager","text":"","title":"Module: \"src/main/helm/helm-repo-manager\""},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#classes","text":"HelmRepoManager","title":"Classes"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#interfaces","text":"HelmRepo HelmRepoConfig","title":"Interfaces"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#type-aliases","text":"HelmEnv","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#variables","text":"repoManager","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#helmenv","text":"\u01ac HelmEnv : Record\\ & { HELM_REPOSITORY_CACHE?: string ; HELM_REPOSITORY_CONFIG?: string } Defined in src/main/helm/helm-repo-manager.ts:10","title":"HelmEnv"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#repomanager","text":"\u2022 Const repoManager : HelmRepoManager = HelmRepoManager.getInstance\\ () Defined in src/main/helm/helm-repo-manager.ts:131","title":"repoManager"},{"location":"extensions/api/modules/_src_main_helm_helm_service_/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-service\" Module: \"src/main/helm/helm-service\" # Index # Classes # HelmService Variables # helmService Variables # helmService # \u2022 Const helmService : HelmService = new HelmService() Defined in src/main/helm/helm-service.ts:98","title":"API Reference"},{"location":"extensions/api/modules/_src_main_helm_helm_service_/#module-srcmainhelmhelm-service","text":"","title":"Module: \"src/main/helm/helm-service\""},{"location":"extensions/api/modules/_src_main_helm_helm_service_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_helm_helm_service_/#classes","text":"HelmService","title":"Classes"},{"location":"extensions/api/modules/_src_main_helm_helm_service_/#variables","text":"helmService","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_service_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_service_/#helmservice","text":"\u2022 Const helmService : HelmService = new HelmService() Defined in src/main/helm/helm-service.ts:98","title":"helmService"},{"location":"extensions/api/modules/_src_main_kube_auth_proxy_/","text":"@k8slens/extensions Globals / \"src/main/kube-auth-proxy\" Module: \"src/main/kube-auth-proxy\" # Index # Classes # KubeAuthProxy Interfaces # KubeAuthProxyLog","title":"API Reference"},{"location":"extensions/api/modules/_src_main_kube_auth_proxy_/#module-srcmainkube-auth-proxy","text":"","title":"Module: \"src/main/kube-auth-proxy\""},{"location":"extensions/api/modules/_src_main_kube_auth_proxy_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_kube_auth_proxy_/#classes","text":"KubeAuthProxy","title":"Classes"},{"location":"extensions/api/modules/_src_main_kube_auth_proxy_/#interfaces","text":"KubeAuthProxyLog","title":"Interfaces"},{"location":"extensions/api/modules/_src_main_kubeconfig_manager_/","text":"@k8slens/extensions Globals / \"src/main/kubeconfig-manager\" Module: \"src/main/kubeconfig-manager\" # Index # Classes # KubeconfigManager","title":"API Reference"},{"location":"extensions/api/modules/_src_main_kubeconfig_manager_/#module-srcmainkubeconfig-manager","text":"","title":"Module: \"src/main/kubeconfig-manager\""},{"location":"extensions/api/modules/_src_main_kubeconfig_manager_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_kubeconfig_manager_/#classes","text":"KubeconfigManager","title":"Classes"},{"location":"extensions/api/modules/_src_main_kubectl_/","text":"@k8slens/extensions Globals / \"src/main/kubectl\" Module: \"src/main/kubectl\" # Index # Classes # Kubectl Variables # bundledPath bundledVersion initScriptVersionString kubectlMap packageMirrors Functions # bundledKubectlPath Variables # bundledPath # \u2022 Let bundledPath : string Defined in src/main/kubectl.ts:36 bundledVersion # \u2022 Const bundledVersion : string = getBundledKubectlVersion() Defined in src/main/kubectl.ts:14 initScriptVersionString # \u2022 Const initScriptVersionString : \\\"# lens-initscript v3 \\\" = \"# lens-initscript v3\" Defined in src/main/kubectl.ts:37 kubectlMap # \u2022 Const kubectlMap : Map\\ = new Map([ [\"1.7\", \"1.8.15\"], [\"1.8\", \"1.9.10\"], [\"1.9\", \"1.10.13\"], [\"1.10\", \"1.11.10\"], [\"1.11\", \"1.12.10\"], [\"1.12\", \"1.13.12\"], [\"1.13\", \"1.13.12\"], [\"1.14\", \"1.14.10\"], [\"1.15\", \"1.15.11\"], [\"1.16\", \"1.16.14\"], [\"1.17\", bundledVersion], [\"1.18\", \"1.18.8\"], [\"1.19\", \"1.19.0\"]]) Defined in src/main/kubectl.ts:15 packageMirrors # \u2022 Const packageMirrors : Map\\ = new Map([ [\"default\", \"https://storage.googleapis.com/kubernetes-release/release\"], [\"china\", \"https://mirror.azure.cn/kubernetes/kubectl\"]]) Defined in src/main/kubectl.ts:31 Functions # bundledKubectlPath # \u25b8 bundledKubectlPath (): string Defined in src/main/kubectl.ts:39 Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_main_kubectl_/#module-srcmainkubectl","text":"","title":"Module: \"src/main/kubectl\""},{"location":"extensions/api/modules/_src_main_kubectl_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_kubectl_/#classes","text":"Kubectl","title":"Classes"},{"location":"extensions/api/modules/_src_main_kubectl_/#variables","text":"bundledPath bundledVersion initScriptVersionString kubectlMap packageMirrors","title":"Variables"},{"location":"extensions/api/modules/_src_main_kubectl_/#functions","text":"bundledKubectlPath","title":"Functions"},{"location":"extensions/api/modules/_src_main_kubectl_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_kubectl_/#bundledpath","text":"\u2022 Let bundledPath : string Defined in src/main/kubectl.ts:36","title":"bundledPath"},{"location":"extensions/api/modules/_src_main_kubectl_/#bundledversion","text":"\u2022 Const bundledVersion : string = getBundledKubectlVersion() Defined in src/main/kubectl.ts:14","title":"bundledVersion"},{"location":"extensions/api/modules/_src_main_kubectl_/#initscriptversionstring","text":"\u2022 Const initScriptVersionString : \\\"# lens-initscript v3 \\\" = \"# lens-initscript v3\" Defined in src/main/kubectl.ts:37","title":"initScriptVersionString"},{"location":"extensions/api/modules/_src_main_kubectl_/#kubectlmap","text":"\u2022 Const kubectlMap : Map\\ = new Map([ [\"1.7\", \"1.8.15\"], [\"1.8\", \"1.9.10\"], [\"1.9\", \"1.10.13\"], [\"1.10\", \"1.11.10\"], [\"1.11\", \"1.12.10\"], [\"1.12\", \"1.13.12\"], [\"1.13\", \"1.13.12\"], [\"1.14\", \"1.14.10\"], [\"1.15\", \"1.15.11\"], [\"1.16\", \"1.16.14\"], [\"1.17\", bundledVersion], [\"1.18\", \"1.18.8\"], [\"1.19\", \"1.19.0\"]]) Defined in src/main/kubectl.ts:15","title":"kubectlMap"},{"location":"extensions/api/modules/_src_main_kubectl_/#packagemirrors","text":"\u2022 Const packageMirrors : Map\\ = new Map([ [\"default\", \"https://storage.googleapis.com/kubernetes-release/release\"], [\"china\", \"https://mirror.azure.cn/kubernetes/kubectl\"]]) Defined in src/main/kubectl.ts:31","title":"packageMirrors"},{"location":"extensions/api/modules/_src_main_kubectl_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_main_kubectl_/#bundledkubectlpath","text":"\u25b8 bundledKubectlPath (): string Defined in src/main/kubectl.ts:39 Returns: string","title":"bundledKubectlPath"},{"location":"extensions/api/modules/_src_main_lens_api_/","text":"@k8slens/extensions Globals / \"src/main/lens-api\" Module: \"src/main/lens-api\" # Index # Classes # LensApi","title":"API Reference"},{"location":"extensions/api/modules/_src_main_lens_api_/#module-srcmainlens-api","text":"","title":"Module: \"src/main/lens-api\""},{"location":"extensions/api/modules/_src_main_lens_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_lens_api_/#classes","text":"LensApi","title":"Classes"},{"location":"extensions/api/modules/_src_main_lens_binary_/","text":"@k8slens/extensions Globals / \"src/main/lens-binary\" Module: \"src/main/lens-binary\" # Index # Classes # LensBinary Type aliases # LensBinaryOpts Type aliases # LensBinaryOpts # \u01ac LensBinaryOpts : { baseDir: string ; newBinaryName?: string ; originalBinaryName: string ; requestOpts?: request.Options ; version: string } Defined in src/main/lens-binary.ts:9 Type declaration: Name Type baseDir string newBinaryName? string originalBinaryName string requestOpts? request.Options version string","title":"API Reference"},{"location":"extensions/api/modules/_src_main_lens_binary_/#module-srcmainlens-binary","text":"","title":"Module: \"src/main/lens-binary\""},{"location":"extensions/api/modules/_src_main_lens_binary_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_lens_binary_/#classes","text":"LensBinary","title":"Classes"},{"location":"extensions/api/modules/_src_main_lens_binary_/#type-aliases","text":"LensBinaryOpts","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_lens_binary_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_lens_binary_/#lensbinaryopts","text":"\u01ac LensBinaryOpts : { baseDir: string ; newBinaryName?: string ; originalBinaryName: string ; requestOpts?: request.Options ; version: string } Defined in src/main/lens-binary.ts:9","title":"LensBinaryOpts"},{"location":"extensions/api/modules/_src_main_logger_/","text":"@k8slens/extensions Globals / \"src/main/logger\" Module: \"src/main/logger\" # Index # Variables # logLevel logger Object literals # consoleOptions fileOptions Variables # logLevel # \u2022 Const logLevel : string = process.env.LOG_LEVEL ? process.env.LOG_LEVEL : isDebugging ? \"debug\" : \"info\" Defined in src/main/logger.ts:5 logger # \u2022 Const logger : Logger = winston.createLogger({ format: winston.format.combine( winston.format.colorize(), winston.format.simple(), ), transports: [ new winston.transports.Console(consoleOptions), new winston.transports.File(fileOptions), ],}) Defined in src/main/logger.ts:22 Object literals # consoleOptions # \u25aa Const consoleOptions : object Defined in src/main/logger.ts:7 Properties: Name Type Value handleExceptions false false level string logLevel fileOptions # \u25aa Const fileOptions : object Defined in src/main/logger.ts:12 Properties: Name Type Value dirname string (app ?? remote?.app)?.getPath(\"logs\") filename string \"lens.log\" handleExceptions false false level string logLevel maxFiles number 16 maxsize number 16 * 1024 tailable true true","title":"API Reference"},{"location":"extensions/api/modules/_src_main_logger_/#module-srcmainlogger","text":"","title":"Module: \"src/main/logger\""},{"location":"extensions/api/modules/_src_main_logger_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_logger_/#variables","text":"logLevel logger","title":"Variables"},{"location":"extensions/api/modules/_src_main_logger_/#object-literals","text":"consoleOptions fileOptions","title":"Object literals"},{"location":"extensions/api/modules/_src_main_logger_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_logger_/#loglevel","text":"\u2022 Const logLevel : string = process.env.LOG_LEVEL ? process.env.LOG_LEVEL : isDebugging ? \"debug\" : \"info\" Defined in src/main/logger.ts:5","title":"logLevel"},{"location":"extensions/api/modules/_src_main_logger_/#logger","text":"\u2022 Const logger : Logger = winston.createLogger({ format: winston.format.combine( winston.format.colorize(), winston.format.simple(), ), transports: [ new winston.transports.Console(consoleOptions), new winston.transports.File(fileOptions), ],}) Defined in src/main/logger.ts:22","title":"logger"},{"location":"extensions/api/modules/_src_main_logger_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_main_logger_/#consoleoptions","text":"\u25aa Const consoleOptions : object Defined in src/main/logger.ts:7","title":"consoleOptions"},{"location":"extensions/api/modules/_src_main_logger_/#fileoptions","text":"\u25aa Const fileOptions : object Defined in src/main/logger.ts:12","title":"fileOptions"},{"location":"extensions/api/modules/_src_main_menu_/","text":"@k8slens/extensions Globals / \"src/main/menu\" Module: \"src/main/menu\" # Index # Type aliases # MenuTopId Functions # buildMenu initMenu showAbout Type aliases # MenuTopId # \u01ac MenuTopId : \\\"mac\\\" | \\\"file\\\" | \\\"edit\\\" | \\\"view\\\" | \\\"help\\\" Defined in src/main/menu.ts:13 Functions # buildMenu # \u25b8 buildMenu ( windowManager : WindowManager ): void Defined in src/main/menu.ts:37 Parameters: Name Type windowManager WindowManager Returns: void initMenu # \u25b8 initMenu ( windowManager : WindowManager ): IReactionDisposer Defined in src/main/menu.ts:15 Parameters: Name Type windowManager WindowManager Returns: IReactionDisposer showAbout # \u25b8 showAbout ( browserWindow : BrowserWindow): void Defined in src/main/menu.ts:21 Parameters: Name Type browserWindow BrowserWindow Returns: void","title":"API Reference"},{"location":"extensions/api/modules/_src_main_menu_/#module-srcmainmenu","text":"","title":"Module: \"src/main/menu\""},{"location":"extensions/api/modules/_src_main_menu_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_menu_/#type-aliases","text":"MenuTopId","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_menu_/#functions","text":"buildMenu initMenu showAbout","title":"Functions"},{"location":"extensions/api/modules/_src_main_menu_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_menu_/#menutopid","text":"\u01ac MenuTopId : \\\"mac\\\" | \\\"file\\\" | \\\"edit\\\" | \\\"view\\\" | \\\"help\\\" Defined in src/main/menu.ts:13","title":"MenuTopId"},{"location":"extensions/api/modules/_src_main_menu_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_main_menu_/#buildmenu","text":"\u25b8 buildMenu ( windowManager : WindowManager ): void Defined in src/main/menu.ts:37","title":"buildMenu"},{"location":"extensions/api/modules/_src_main_menu_/#initmenu","text":"\u25b8 initMenu ( windowManager : WindowManager ): IReactionDisposer Defined in src/main/menu.ts:15","title":"initMenu"},{"location":"extensions/api/modules/_src_main_menu_/#showabout","text":"\u25b8 showAbout ( browserWindow : BrowserWindow): void Defined in src/main/menu.ts:21","title":"showAbout"},{"location":"extensions/api/modules/_src_main_port_/","text":"@k8slens/extensions Globals / \"src/main/port\" Module: \"src/main/port\" # Index # Functions # getFreePort Functions # getFreePort # \u25b8 getFreePort (): Promise \\ Defined in src/main/port.ts:6 Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/modules/_src_main_port_/#module-srcmainport","text":"","title":"Module: \"src/main/port\""},{"location":"extensions/api/modules/_src_main_port_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_port_/#functions","text":"getFreePort","title":"Functions"},{"location":"extensions/api/modules/_src_main_port_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_main_port_/#getfreeport","text":"\u25b8 getFreePort (): Promise \\ Defined in src/main/port.ts:6 Returns: Promise \\","title":"getFreePort"},{"location":"extensions/api/modules/_src_main_prometheus_helm_/","text":"@k8slens/extensions Globals / \"src/main/prometheus/helm\" Module: \"src/main/prometheus/helm\" # Index # Classes # PrometheusHelm","title":"API Reference"},{"location":"extensions/api/modules/_src_main_prometheus_helm_/#module-srcmainprometheushelm","text":"","title":"Module: \"src/main/prometheus/helm\""},{"location":"extensions/api/modules/_src_main_prometheus_helm_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_prometheus_helm_/#classes","text":"PrometheusHelm","title":"Classes"},{"location":"extensions/api/modules/_src_main_prometheus_lens_/","text":"@k8slens/extensions Globals / \"src/main/prometheus/lens\" Module: \"src/main/prometheus/lens\" # Index # Classes # PrometheusLens","title":"API Reference"},{"location":"extensions/api/modules/_src_main_prometheus_lens_/#module-srcmainprometheuslens","text":"","title":"Module: \"src/main/prometheus/lens\""},{"location":"extensions/api/modules/_src_main_prometheus_lens_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_prometheus_lens_/#classes","text":"PrometheusLens","title":"Classes"},{"location":"extensions/api/modules/_src_main_prometheus_operator_/","text":"@k8slens/extensions Globals / \"src/main/prometheus/operator\" Module: \"src/main/prometheus/operator\" # Index # Classes # PrometheusOperator","title":"API Reference"},{"location":"extensions/api/modules/_src_main_prometheus_operator_/#module-srcmainprometheusoperator","text":"","title":"Module: \"src/main/prometheus/operator\""},{"location":"extensions/api/modules/_src_main_prometheus_operator_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_prometheus_operator_/#classes","text":"PrometheusOperator","title":"Classes"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/","text":"@k8slens/extensions Globals / \"src/main/prometheus/provider-registry\" Module: \"src/main/prometheus/provider-registry\" # Index # Classes # PrometheusProviderRegistry Interfaces # PrometheusProvider Type aliases # PrometheusClusterQuery PrometheusIngressQuery PrometheusNodeQuery PrometheusPodQuery PrometheusProviderList PrometheusPvcQuery PrometheusQuery PrometheusQueryOpts PrometheusService Type aliases # PrometheusClusterQuery # \u01ac PrometheusClusterQuery : { cpuCapacity: string ; cpuLimits: string ; cpuRequests: string ; cpuUsage: string ; memoryCapacity: string ; memoryLimits: string ; memoryRequests: string ; memoryUsage: string ; podCapacity: string ; podUsage: string } Defined in src/main/prometheus/provider-registry.ts:3 Type declaration: Name Type cpuCapacity string cpuLimits string cpuRequests string cpuUsage string memoryCapacity string memoryLimits string memoryRequests string memoryUsage string podCapacity string podUsage string PrometheusIngressQuery # \u01ac PrometheusIngressQuery : { bytesSentFailure: string ; bytesSentSuccess: string ; requestDurationSeconds: string ; responseDurationSeconds: string } Defined in src/main/prometheus/provider-registry.ts:42 Type declaration: Name Type bytesSentFailure string bytesSentSuccess string requestDurationSeconds string responseDurationSeconds string PrometheusNodeQuery # \u01ac PrometheusNodeQuery : { cpuCapacity: string ; cpuUsage: string ; fsSize: string ; fsUsage: string ; memoryCapacity: string ; memoryUsage: string } Defined in src/main/prometheus/provider-registry.ts:16 Type declaration: Name Type cpuCapacity string cpuUsage string fsSize string fsUsage string memoryCapacity string memoryUsage string PrometheusPodQuery # \u01ac PrometheusPodQuery : { cpuLimits: string ; cpuRequests: string ; cpuUsage: string ; fsUsage: string ; memoryLimits: string ; memoryRequests: string ; memoryUsage: string ; networkReceive: string ; networkTransmit: string } Defined in src/main/prometheus/provider-registry.ts:25 Type declaration: Name Type cpuLimits string cpuRequests string cpuUsage string fsUsage string memoryLimits string memoryRequests string memoryUsage string networkReceive string networkTransmit string PrometheusProviderList # \u01ac PrometheusProviderList : { [key:string]: PrometheusProvider ; } Defined in src/main/prometheus/provider-registry.ts:69 PrometheusPvcQuery # \u01ac PrometheusPvcQuery : { diskCapacity: string ; diskUsage: string } Defined in src/main/prometheus/provider-registry.ts:37 Type declaration: Name Type diskCapacity string diskUsage string PrometheusQuery # \u01ac PrometheusQuery : PrometheusNodeQuery | PrometheusClusterQuery | PrometheusPodQuery | PrometheusPvcQuery | PrometheusIngressQuery Defined in src/main/prometheus/provider-registry.ts:53 PrometheusQueryOpts # \u01ac PrometheusQueryOpts : { [key:string]: string | any; } Defined in src/main/prometheus/provider-registry.ts:49 PrometheusService # \u01ac PrometheusService : { id: string ; namespace: string ; port: number ; service: string } Defined in src/main/prometheus/provider-registry.ts:55 Type declaration: Name Type id string namespace string port number service string","title":"API Reference"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#module-srcmainprometheusprovider-registry","text":"","title":"Module: \"src/main/prometheus/provider-registry\""},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#classes","text":"PrometheusProviderRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#interfaces","text":"PrometheusProvider","title":"Interfaces"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#type-aliases","text":"PrometheusClusterQuery PrometheusIngressQuery PrometheusNodeQuery PrometheusPodQuery PrometheusProviderList PrometheusPvcQuery PrometheusQuery PrometheusQueryOpts PrometheusService","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheusclusterquery","text":"\u01ac PrometheusClusterQuery : { cpuCapacity: string ; cpuLimits: string ; cpuRequests: string ; cpuUsage: string ; memoryCapacity: string ; memoryLimits: string ; memoryRequests: string ; memoryUsage: string ; podCapacity: string ; podUsage: string } Defined in src/main/prometheus/provider-registry.ts:3","title":"PrometheusClusterQuery"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheusingressquery","text":"\u01ac PrometheusIngressQuery : { bytesSentFailure: string ; bytesSentSuccess: string ; requestDurationSeconds: string ; responseDurationSeconds: string } Defined in src/main/prometheus/provider-registry.ts:42","title":"PrometheusIngressQuery"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheusnodequery","text":"\u01ac PrometheusNodeQuery : { cpuCapacity: string ; cpuUsage: string ; fsSize: string ; fsUsage: string ; memoryCapacity: string ; memoryUsage: string } Defined in src/main/prometheus/provider-registry.ts:16","title":"PrometheusNodeQuery"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheuspodquery","text":"\u01ac PrometheusPodQuery : { cpuLimits: string ; cpuRequests: string ; cpuUsage: string ; fsUsage: string ; memoryLimits: string ; memoryRequests: string ; memoryUsage: string ; networkReceive: string ; networkTransmit: string } Defined in src/main/prometheus/provider-registry.ts:25","title":"PrometheusPodQuery"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheusproviderlist","text":"\u01ac PrometheusProviderList : { [key:string]: PrometheusProvider ; } Defined in src/main/prometheus/provider-registry.ts:69","title":"PrometheusProviderList"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheuspvcquery","text":"\u01ac PrometheusPvcQuery : { diskCapacity: string ; diskUsage: string } Defined in src/main/prometheus/provider-registry.ts:37","title":"PrometheusPvcQuery"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheusquery","text":"\u01ac PrometheusQuery : PrometheusNodeQuery | PrometheusClusterQuery | PrometheusPodQuery | PrometheusPvcQuery | PrometheusIngressQuery Defined in src/main/prometheus/provider-registry.ts:53","title":"PrometheusQuery"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheusqueryopts","text":"\u01ac PrometheusQueryOpts : { [key:string]: string | any; } Defined in src/main/prometheus/provider-registry.ts:49","title":"PrometheusQueryOpts"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheusservice","text":"\u01ac PrometheusService : { id: string ; namespace: string ; port: number ; service: string } Defined in src/main/prometheus/provider-registry.ts:55","title":"PrometheusService"},{"location":"extensions/api/modules/_src_main_prometheus_stacklight_/","text":"@k8slens/extensions Globals / \"src/main/prometheus/stacklight\" Module: \"src/main/prometheus/stacklight\" # Index # Classes # PrometheusStacklight","title":"API Reference"},{"location":"extensions/api/modules/_src_main_prometheus_stacklight_/#module-srcmainprometheusstacklight","text":"","title":"Module: \"src/main/prometheus/stacklight\""},{"location":"extensions/api/modules/_src_main_prometheus_stacklight_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_prometheus_stacklight_/#classes","text":"PrometheusStacklight","title":"Classes"},{"location":"extensions/api/modules/_src_main_promise_exec_/","text":"@k8slens/extensions Globals / \"src/main/promise-exec\" Module: \"src/main/promise-exec\" # Index # Variables # promiseExec Variables # promiseExec # \u2022 Const promiseExec : __promisify__ = util.promisify(exec) Defined in src/main/promise-exec.ts:4","title":"API Reference"},{"location":"extensions/api/modules/_src_main_promise_exec_/#module-srcmainpromise-exec","text":"","title":"Module: \"src/main/promise-exec\""},{"location":"extensions/api/modules/_src_main_promise_exec_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_promise_exec_/#variables","text":"promiseExec","title":"Variables"},{"location":"extensions/api/modules/_src_main_promise_exec_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_promise_exec_/#promiseexec","text":"\u2022 Const promiseExec : __promisify__ = util.promisify(exec) Defined in src/main/promise-exec.ts:4","title":"promiseExec"},{"location":"extensions/api/modules/_src_main_resource_applier_/","text":"@k8slens/extensions Globals / \"src/main/resource-applier\" Module: \"src/main/resource-applier\" # Index # Classes # ResourceApplier","title":"API Reference"},{"location":"extensions/api/modules/_src_main_resource_applier_/#module-srcmainresource-applier","text":"","title":"Module: \"src/main/resource-applier\""},{"location":"extensions/api/modules/_src_main_resource_applier_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_resource_applier_/#classes","text":"ResourceApplier","title":"Classes"},{"location":"extensions/api/modules/_src_main_router_/","text":"@k8slens/extensions Globals / \"src/main/router\" Module: \"src/main/router\" # Index # Classes # Router Interfaces # LensApiRequest RouteParams RouterRequestOpts","title":"API Reference"},{"location":"extensions/api/modules/_src_main_router_/#module-srcmainrouter","text":"","title":"Module: \"src/main/router\""},{"location":"extensions/api/modules/_src_main_router_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_router_/#classes","text":"Router","title":"Classes"},{"location":"extensions/api/modules/_src_main_router_/#interfaces","text":"LensApiRequest RouteParams RouterRequestOpts","title":"Interfaces"},{"location":"extensions/api/modules/_src_main_routes_helm_route_/","text":"@k8slens/extensions Globals / \"src/main/routes/helm-route\" Module: \"src/main/routes/helm-route\" # Index # Classes # HelmApiRoute Variables # helmRoute Variables # helmRoute # \u2022 Const helmRoute : HelmApiRoute = new HelmApiRoute() Defined in src/main/routes/helm-route.ts:114","title":"API Reference"},{"location":"extensions/api/modules/_src_main_routes_helm_route_/#module-srcmainrouteshelm-route","text":"","title":"Module: \"src/main/routes/helm-route\""},{"location":"extensions/api/modules/_src_main_routes_helm_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_routes_helm_route_/#classes","text":"HelmApiRoute","title":"Classes"},{"location":"extensions/api/modules/_src_main_routes_helm_route_/#variables","text":"helmRoute","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_helm_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_helm_route_/#helmroute","text":"\u2022 Const helmRoute : HelmApiRoute = new HelmApiRoute() Defined in src/main/routes/helm-route.ts:114","title":"helmRoute"},{"location":"extensions/api/modules/_src_main_routes_index_/","text":"@k8slens/extensions Globals / \"src/main/routes/index\" Module: \"src/main/routes/index\" # Index # References # IMetricsQuery helmRoute kubeconfigRoute metricsRoute portForwardRoute resourceApplierRoute watchRoute References # IMetricsQuery # Re-exports: IMetricsQuery helmRoute # Re-exports: helmRoute kubeconfigRoute # Re-exports: kubeconfigRoute metricsRoute # Re-exports: metricsRoute portForwardRoute # Re-exports: portForwardRoute resourceApplierRoute # Re-exports: resourceApplierRoute watchRoute # Re-exports: watchRoute","title":"API Reference"},{"location":"extensions/api/modules/_src_main_routes_index_/#module-srcmainroutesindex","text":"","title":"Module: \"src/main/routes/index\""},{"location":"extensions/api/modules/_src_main_routes_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_routes_index_/#references","text":"IMetricsQuery helmRoute kubeconfigRoute metricsRoute portForwardRoute resourceApplierRoute watchRoute","title":"References"},{"location":"extensions/api/modules/_src_main_routes_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_main_routes_index_/#imetricsquery","text":"Re-exports: IMetricsQuery","title":"IMetricsQuery"},{"location":"extensions/api/modules/_src_main_routes_index_/#helmroute","text":"Re-exports: helmRoute","title":"helmRoute"},{"location":"extensions/api/modules/_src_main_routes_index_/#kubeconfigroute","text":"Re-exports: kubeconfigRoute","title":"kubeconfigRoute"},{"location":"extensions/api/modules/_src_main_routes_index_/#metricsroute","text":"Re-exports: metricsRoute","title":"metricsRoute"},{"location":"extensions/api/modules/_src_main_routes_index_/#portforwardroute","text":"Re-exports: portForwardRoute","title":"portForwardRoute"},{"location":"extensions/api/modules/_src_main_routes_index_/#resourceapplierroute","text":"Re-exports: resourceApplierRoute","title":"resourceApplierRoute"},{"location":"extensions/api/modules/_src_main_routes_index_/#watchroute","text":"Re-exports: watchRoute","title":"watchRoute"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/","text":"@k8slens/extensions Globals / \"src/main/routes/kubeconfig-route\" Module: \"src/main/routes/kubeconfig-route\" # Index # Classes # KubeconfigRoute Variables # kubeconfigRoute Functions # generateKubeConfig Variables # kubeconfigRoute # \u2022 Const kubeconfigRoute : KubeconfigRoute = new KubeconfigRoute() Defined in src/main/routes/kubeconfig-route.ts:58 Functions # generateKubeConfig # \u25b8 generateKubeConfig ( username : string, secret : V1Secret, cluster : Cluster ): object Defined in src/main/routes/kubeconfig-route.ts:6 Parameters: Name Type username string secret V1Secret cluster Cluster Returns: object Name Type apiVersion string clusters { name: string = cluster.contextName; cluster: { certificate-authority-data: string = secret.data[\"ca.crt\"]; server: string = cluster.apiUrl } }[] contexts { name: string = cluster.contextName; context: { cluster: string = cluster.contextName; namespace: string = secret.metadata.namespace; user: string = username } }[] current-context string kind string users { name: string = username; user: { token: string = tokenData.toString(\"utf8\") } }[]","title":"API Reference"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#module-srcmainrouteskubeconfig-route","text":"","title":"Module: \"src/main/routes/kubeconfig-route\""},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#classes","text":"KubeconfigRoute","title":"Classes"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#variables","text":"kubeconfigRoute","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#functions","text":"generateKubeConfig","title":"Functions"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#kubeconfigroute","text":"\u2022 Const kubeconfigRoute : KubeconfigRoute = new KubeconfigRoute() Defined in src/main/routes/kubeconfig-route.ts:58","title":"kubeconfigRoute"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#generatekubeconfig","text":"\u25b8 generateKubeConfig ( username : string, secret : V1Secret, cluster : Cluster ): object Defined in src/main/routes/kubeconfig-route.ts:6","title":"generateKubeConfig"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/","text":"@k8slens/extensions Globals / \"src/main/routes/metrics-route\" Module: \"src/main/routes/metrics-route\" # Index # Classes # MetricsRoute Type aliases # IMetricsQuery Variables # metricsRoute Type aliases # IMetricsQuery # \u01ac IMetricsQuery : string | string[] | { [metricName:string]: string; } Defined in src/main/routes/metrics-route.ts:5 Variables # metricsRoute # \u2022 Const metricsRoute : MetricsRoute = new MetricsRoute() Defined in src/main/routes/metrics-route.ts:73","title":"API Reference"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#module-srcmainroutesmetrics-route","text":"","title":"Module: \"src/main/routes/metrics-route\""},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#classes","text":"MetricsRoute","title":"Classes"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#type-aliases","text":"IMetricsQuery","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#variables","text":"metricsRoute","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#imetricsquery","text":"\u01ac IMetricsQuery : string | string[] | { [metricName:string]: string; } Defined in src/main/routes/metrics-route.ts:5","title":"IMetricsQuery"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#metricsroute","text":"\u2022 Const metricsRoute : MetricsRoute = new MetricsRoute() Defined in src/main/routes/metrics-route.ts:73","title":"metricsRoute"},{"location":"extensions/api/modules/_src_main_routes_port_forward_route_/","text":"@k8slens/extensions Globals / \"src/main/routes/port-forward-route\" Module: \"src/main/routes/port-forward-route\" # Index # Classes # PortForward PortForwardRoute Variables # portForwardRoute Variables # portForwardRoute # \u2022 Const portForwardRoute : PortForwardRoute = new PortForwardRoute() Defined in src/main/routes/port-forward-route.ts:108","title":"API Reference"},{"location":"extensions/api/modules/_src_main_routes_port_forward_route_/#module-srcmainroutesport-forward-route","text":"","title":"Module: \"src/main/routes/port-forward-route\""},{"location":"extensions/api/modules/_src_main_routes_port_forward_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_routes_port_forward_route_/#classes","text":"PortForward PortForwardRoute","title":"Classes"},{"location":"extensions/api/modules/_src_main_routes_port_forward_route_/#variables","text":"portForwardRoute","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_port_forward_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_port_forward_route_/#portforwardroute","text":"\u2022 Const portForwardRoute : PortForwardRoute = new PortForwardRoute() Defined in src/main/routes/port-forward-route.ts:108","title":"portForwardRoute"},{"location":"extensions/api/modules/_src_main_routes_resource_applier_route_/","text":"@k8slens/extensions Globals / \"src/main/routes/resource-applier-route\" Module: \"src/main/routes/resource-applier-route\" # Index # Classes # ResourceApplierApiRoute Variables # resourceApplierRoute Variables # resourceApplierRoute # \u2022 Const resourceApplierRoute : ResourceApplierApiRoute = new ResourceApplierApiRoute() Defined in src/main/routes/resource-applier-route.ts:17","title":"API Reference"},{"location":"extensions/api/modules/_src_main_routes_resource_applier_route_/#module-srcmainroutesresource-applier-route","text":"","title":"Module: \"src/main/routes/resource-applier-route\""},{"location":"extensions/api/modules/_src_main_routes_resource_applier_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_routes_resource_applier_route_/#classes","text":"ResourceApplierApiRoute","title":"Classes"},{"location":"extensions/api/modules/_src_main_routes_resource_applier_route_/#variables","text":"resourceApplierRoute","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_resource_applier_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_resource_applier_route_/#resourceapplierroute","text":"\u2022 Const resourceApplierRoute : ResourceApplierApiRoute = new ResourceApplierApiRoute() Defined in src/main/routes/resource-applier-route.ts:17","title":"resourceApplierRoute"},{"location":"extensions/api/modules/_src_main_routes_watch_route_/","text":"@k8slens/extensions Globals / \"src/main/routes/watch-route\" Module: \"src/main/routes/watch-route\" # Index # Classes # ApiWatcher WatchRoute Variables # watchRoute Variables # watchRoute # \u2022 Const watchRoute : WatchRoute = new WatchRoute() Defined in src/main/routes/watch-route.ts:111","title":"API Reference"},{"location":"extensions/api/modules/_src_main_routes_watch_route_/#module-srcmainrouteswatch-route","text":"","title":"Module: \"src/main/routes/watch-route\""},{"location":"extensions/api/modules/_src_main_routes_watch_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_routes_watch_route_/#classes","text":"ApiWatcher WatchRoute","title":"Classes"},{"location":"extensions/api/modules/_src_main_routes_watch_route_/#variables","text":"watchRoute","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_watch_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_watch_route_/#watchroute","text":"\u2022 Const watchRoute : WatchRoute = new WatchRoute() Defined in src/main/routes/watch-route.ts:111","title":"watchRoute"},{"location":"extensions/api/modules/_src_main_tray_/","text":"@k8slens/extensions Globals / \"src/main/tray\" Module: \"src/main/tray\" # Index # Variables # tray Functions # buildTray createTrayMenu getTrayIcon initTray Variables # tray # \u2022 Let tray : Tray Defined in src/main/tray.ts:16 Functions # buildTray # \u25b8 buildTray ( icon : string | NativeImage, menu : Menu): Tray Defined in src/main/tray.ts:45 Parameters: Name Type icon string | NativeImage menu Menu Returns: Tray createTrayMenu # \u25b8 createTrayMenu ( windowManager : WindowManager ): Menu Defined in src/main/tray.ts:58 Parameters: Name Type windowManager WindowManager Returns: Menu getTrayIcon # \u25b8 getTrayIcon ( isDark? : boolean): string Defined in src/main/tray.ts:21 Parameters: Name Type Default value isDark boolean nativeTheme.shouldUseDarkColors Returns: string initTray # \u25b8 initTray ( windowManager : WindowManager ): (Anonymous function) Defined in src/main/tray.ts:29 Parameters: Name Type windowManager WindowManager Returns: (Anonymous function)","title":"API Reference"},{"location":"extensions/api/modules/_src_main_tray_/#module-srcmaintray","text":"","title":"Module: \"src/main/tray\""},{"location":"extensions/api/modules/_src_main_tray_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_tray_/#variables","text":"tray","title":"Variables"},{"location":"extensions/api/modules/_src_main_tray_/#functions","text":"buildTray createTrayMenu getTrayIcon initTray","title":"Functions"},{"location":"extensions/api/modules/_src_main_tray_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_tray_/#tray","text":"\u2022 Let tray : Tray Defined in src/main/tray.ts:16","title":"tray"},{"location":"extensions/api/modules/_src_main_tray_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_main_tray_/#buildtray","text":"\u25b8 buildTray ( icon : string | NativeImage, menu : Menu): Tray Defined in src/main/tray.ts:45","title":"buildTray"},{"location":"extensions/api/modules/_src_main_tray_/#createtraymenu","text":"\u25b8 createTrayMenu ( windowManager : WindowManager ): Menu Defined in src/main/tray.ts:58","title":"createTrayMenu"},{"location":"extensions/api/modules/_src_main_tray_/#gettrayicon","text":"\u25b8 getTrayIcon ( isDark? : boolean): string Defined in src/main/tray.ts:21","title":"getTrayIcon"},{"location":"extensions/api/modules/_src_main_tray_/#inittray","text":"\u25b8 initTray ( windowManager : WindowManager ): (Anonymous function) Defined in src/main/tray.ts:29","title":"initTray"},{"location":"extensions/api/modules/_src_main_window_manager_/","text":"@k8slens/extensions Globals / \"src/main/window-manager\" Module: \"src/main/window-manager\" # Index # Classes # WindowManager","title":"API Reference"},{"location":"extensions/api/modules/_src_main_window_manager_/#module-srcmainwindow-manager","text":"","title":"Module: \"src/main/window-manager\""},{"location":"extensions/api/modules/_src_main_window_manager_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_window_manager_/#classes","text":"WindowManager","title":"Classes"},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_0_0_beta_2_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/2.0.0-beta.2\" Module: \"src/migrations/cluster-store/2.0.0-beta.2\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_0_0_beta_2_/#module-srcmigrationscluster-store200-beta2","text":"","title":"Module: \"src/migrations/cluster-store/2.0.0-beta.2\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_4_1_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/2.4.1\" Module: \"src/migrations/cluster-store/2.4.1\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_4_1_/#module-srcmigrationscluster-store241","text":"","title":"Module: \"src/migrations/cluster-store/2.4.1\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_6_0_beta_2_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/2.6.0-beta.2\" Module: \"src/migrations/cluster-store/2.6.0-beta.2\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_6_0_beta_2_/#module-srcmigrationscluster-store260-beta2","text":"","title":"Module: \"src/migrations/cluster-store/2.6.0-beta.2\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_6_0_beta_3_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/2.6.0-beta.3\" Module: \"src/migrations/cluster-store/2.6.0-beta.3\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_6_0_beta_3_/#module-srcmigrationscluster-store260-beta3","text":"","title":"Module: \"src/migrations/cluster-store/2.6.0-beta.3\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_7_0_beta_0_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/2.7.0-beta.0\" Module: \"src/migrations/cluster-store/2.7.0-beta.0\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_7_0_beta_0_/#module-srcmigrationscluster-store270-beta0","text":"","title":"Module: \"src/migrations/cluster-store/2.7.0-beta.0\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_7_0_beta_1_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/2.7.0-beta.1\" Module: \"src/migrations/cluster-store/2.7.0-beta.1\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_7_0_beta_1_/#module-srcmigrationscluster-store270-beta1","text":"","title":"Module: \"src/migrations/cluster-store/2.7.0-beta.1\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_3_6_0_beta_1_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/3.6.0-beta.1\" Module: \"src/migrations/cluster-store/3.6.0-beta.1\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_3_6_0_beta_1_/#module-srcmigrationscluster-store360-beta1","text":"","title":"Module: \"src/migrations/cluster-store/3.6.0-beta.1\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_index_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/index\" Module: \"src/migrations/cluster-store/index\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_index_/#module-srcmigrationscluster-storeindex","text":"","title":"Module: \"src/migrations/cluster-store/index\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_snap_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/snap\" Module: \"src/migrations/cluster-store/snap\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_snap_/#module-srcmigrationscluster-storesnap","text":"","title":"Module: \"src/migrations/cluster-store/snap\""},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/","text":"@k8slens/extensions Globals / \"src/migrations/migration-wrapper\" Module: \"src/migrations/migration-wrapper\" # Index # Interfaces # MigrationOpts Functions # infoLog migration Functions # infoLog # \u25b8 infoLog (... args : any[]): void Defined in src/migrations/migration-wrapper.ts:9 Parameters: Name Type ...args any[] Returns: void migration # \u25b8 migration \\ ( __namedParameters : { run: run ; version: string }): object Defined in src/migrations/migration-wrapper.ts:14 Type parameters: Name Default S any Parameters: Name Type __namedParameters { run: run ; version: string } Returns: object Name Type [version] (storeConfig: Config\\ ) => void","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/#module-srcmigrationsmigration-wrapper","text":"","title":"Module: \"src/migrations/migration-wrapper\""},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/#interfaces","text":"MigrationOpts","title":"Interfaces"},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/#functions","text":"infoLog migration","title":"Functions"},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/#infolog","text":"\u25b8 infoLog (... args : any[]): void Defined in src/migrations/migration-wrapper.ts:9","title":"infoLog"},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/#migration","text":"\u25b8 migration \\ ( __namedParameters : { run: run ; version: string }): object Defined in src/migrations/migration-wrapper.ts:14","title":"migration"},{"location":"extensions/api/modules/_src_migrations_user_store_2_1_0_beta_4_/","text":"@k8slens/extensions Globals / \"src/migrations/user-store/2.1.0-beta.4\" Module: \"src/migrations/user-store/2.1.0-beta.4\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_user_store_2_1_0_beta_4_/#module-srcmigrationsuser-store210-beta4","text":"","title":"Module: \"src/migrations/user-store/2.1.0-beta.4\""},{"location":"extensions/api/modules/_src_migrations_user_store_index_/","text":"@k8slens/extensions Globals / \"src/migrations/user-store/index\" Module: \"src/migrations/user-store/index\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_user_store_index_/#module-srcmigrationsuser-storeindex","text":"","title":"Module: \"src/migrations/user-store/index\""},{"location":"extensions/api/modules/_src_renderer_api_api_manager_/","text":"@k8slens/extensions Globals / \"src/renderer/api/api-manager\" Module: \"src/renderer/api/api-manager\" # Index # Classes # ApiManager Variables # apiManager Variables # apiManager # \u2022 Const apiManager : ApiManager = new ApiManager() Defined in src/renderer/api/api-manager.ts:52","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_api_manager_/#module-srcrendererapiapi-manager","text":"","title":"Module: \"src/renderer/api/api-manager\""},{"location":"extensions/api/modules/_src_renderer_api_api_manager_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_api_manager_/#classes","text":"ApiManager","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_api_manager_/#variables","text":"apiManager","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_api_manager_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_api_manager_/#apimanager","text":"\u2022 Const apiManager : ApiManager = new ApiManager() Defined in src/renderer/api/api-manager.ts:52","title":"apiManager"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster.api\" Module: \"src/renderer/api/endpoints/cluster.api\" # Index # Enumerations # ClusterStatus Classes # Cluster ClusterApi Interfaces # IClusterMetrics Variables # clusterApi Variables # clusterApi # \u2022 Const clusterApi : ClusterApi = new ClusterApi({ objectConstructor: Cluster,}) Defined in src/renderer/api/endpoints/cluster.api.ts:97","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#module-srcrendererapiendpointsclusterapi","text":"","title":"Module: \"src/renderer/api/endpoints/cluster.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#enumerations","text":"ClusterStatus","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#classes","text":"Cluster ClusterApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#interfaces","text":"IClusterMetrics","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#variables","text":"clusterApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#clusterapi","text":"\u2022 Const clusterApi : ClusterApi = new ClusterApi({ objectConstructor: Cluster,}) Defined in src/renderer/api/endpoints/cluster.api.ts:97","title":"clusterApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster-role.api\" Module: \"src/renderer/api/endpoints/cluster-role.api\" # Index # Classes # ClusterRole Variables # clusterRoleApi Variables # clusterRoleApi # \u2022 Const clusterRoleApi : KubeApi \\< ClusterRole > = new KubeApi({ objectConstructor: ClusterRole,}) Defined in src/renderer/api/endpoints/cluster-role.api.ts:12","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/#module-srcrendererapiendpointscluster-roleapi","text":"","title":"Module: \"src/renderer/api/endpoints/cluster-role.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/#classes","text":"ClusterRole","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/#variables","text":"clusterRoleApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/#clusterroleapi","text":"\u2022 Const clusterRoleApi : KubeApi \\< ClusterRole > = new KubeApi({ objectConstructor: ClusterRole,}) Defined in src/renderer/api/endpoints/cluster-role.api.ts:12","title":"clusterRoleApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster-role-binding.api\" Module: \"src/renderer/api/endpoints/cluster-role-binding.api\" # Index # Classes # ClusterRoleBinding Variables # clusterRoleBindingApi Variables # clusterRoleBindingApi # \u2022 Const clusterRoleBindingApi : KubeApi \\< ClusterRoleBinding > = new KubeApi({ objectConstructor: ClusterRoleBinding,}) Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:10","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/#module-srcrendererapiendpointscluster-role-bindingapi","text":"","title":"Module: \"src/renderer/api/endpoints/cluster-role-binding.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/#classes","text":"ClusterRoleBinding","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/#variables","text":"clusterRoleBindingApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/#clusterrolebindingapi","text":"\u2022 Const clusterRoleBindingApi : KubeApi \\< ClusterRoleBinding > = new KubeApi({ objectConstructor: ClusterRoleBinding,}) Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:10","title":"clusterRoleBindingApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/configmap.api\" Module: \"src/renderer/api/endpoints/configmap.api\" # Index # Classes # ConfigMap Variables # configMapApi Variables # configMapApi # \u2022 Const configMapApi : KubeApi \\< ConfigMap > = new KubeApi({ objectConstructor: ConfigMap,}) Defined in src/renderer/api/endpoints/configmap.api.ts:26","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/#module-srcrendererapiendpointsconfigmapapi","text":"","title":"Module: \"src/renderer/api/endpoints/configmap.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/#classes","text":"ConfigMap","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/#variables","text":"configMapApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/#configmapapi","text":"\u2022 Const configMapApi : KubeApi \\< ConfigMap > = new KubeApi({ objectConstructor: ConfigMap,}) Defined in src/renderer/api/endpoints/configmap.api.ts:26","title":"configMapApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/crd.api\" Module: \"src/renderer/api/endpoints/crd.api\" # Index # Classes # CustomResourceDefinition Type aliases # AdditionalPrinterColumnsCommon AdditionalPrinterColumnsV1 AdditionalPrinterColumnsV1Beta Variables # crdApi Type aliases # AdditionalPrinterColumnsCommon # \u01ac AdditionalPrinterColumnsCommon : { description: string ; name: string ; priority: number ; type: \\\"integer\\\" | \\\"number\\\" | \\\"string\\\" | \\\"boolean\\\" | \\\"date\\\" } Defined in src/renderer/api/endpoints/crd.api.ts:5 Type declaration: Name Type description string name string priority number type \\\"integer\\\" | \\\"number\\\" | \\\"string\\\" | \\\"boolean\\\" | \\\"date\\\" AdditionalPrinterColumnsV1 # \u01ac AdditionalPrinterColumnsV1 : AdditionalPrinterColumnsCommon & { jsonPath: string } Defined in src/renderer/api/endpoints/crd.api.ts:12 AdditionalPrinterColumnsV1Beta # \u01ac AdditionalPrinterColumnsV1Beta : AdditionalPrinterColumnsCommon & { JSONPath: string } Defined in src/renderer/api/endpoints/crd.api.ts:16 Variables # crdApi # \u2022 Const crdApi : VersionedKubeApi \\< CustomResourceDefinition > = new VersionedKubeApi\\ ({ objectConstructor: CustomResourceDefinition}) Defined in src/renderer/api/endpoints/crd.api.ts:149","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#module-srcrendererapiendpointscrdapi","text":"","title":"Module: \"src/renderer/api/endpoints/crd.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#classes","text":"CustomResourceDefinition","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#type-aliases","text":"AdditionalPrinterColumnsCommon AdditionalPrinterColumnsV1 AdditionalPrinterColumnsV1Beta","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#variables","text":"crdApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#additionalprintercolumnscommon","text":"\u01ac AdditionalPrinterColumnsCommon : { description: string ; name: string ; priority: number ; type: \\\"integer\\\" | \\\"number\\\" | \\\"string\\\" | \\\"boolean\\\" | \\\"date\\\" } Defined in src/renderer/api/endpoints/crd.api.ts:5","title":"AdditionalPrinterColumnsCommon"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#additionalprintercolumnsv1","text":"\u01ac AdditionalPrinterColumnsV1 : AdditionalPrinterColumnsCommon & { jsonPath: string } Defined in src/renderer/api/endpoints/crd.api.ts:12","title":"AdditionalPrinterColumnsV1"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#additionalprintercolumnsv1beta","text":"\u01ac AdditionalPrinterColumnsV1Beta : AdditionalPrinterColumnsCommon & { JSONPath: string } Defined in src/renderer/api/endpoints/crd.api.ts:16","title":"AdditionalPrinterColumnsV1Beta"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#crdapi","text":"\u2022 Const crdApi : VersionedKubeApi \\< CustomResourceDefinition > = new VersionedKubeApi\\ ({ objectConstructor: CustomResourceDefinition}) Defined in src/renderer/api/endpoints/crd.api.ts:149","title":"crdApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cron-job.api\" Module: \"src/renderer/api/endpoints/cron-job.api\" # Index # Classes # CronJob Variables # cronJobApi Variables # cronJobApi # \u2022 Const cronJobApi : KubeApi \\< CronJob > = new KubeApi({ objectConstructor: CronJob,}) Defined in src/renderer/api/endpoints/cron-job.api.ts:92","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/#module-srcrendererapiendpointscron-jobapi","text":"","title":"Module: \"src/renderer/api/endpoints/cron-job.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/#classes","text":"CronJob","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/#variables","text":"cronJobApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/#cronjobapi","text":"\u2022 Const cronJobApi : KubeApi \\< CronJob > = new KubeApi({ objectConstructor: CronJob,}) Defined in src/renderer/api/endpoints/cron-job.api.ts:92","title":"cronJobApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/daemon-set.api\" Module: \"src/renderer/api/endpoints/daemon-set.api\" # Index # Classes # DaemonSet Variables # daemonSetApi Variables # daemonSetApi # \u2022 Const daemonSetApi : KubeApi \\< DaemonSet > = new KubeApi({ objectConstructor: DaemonSet,}) Defined in src/renderer/api/endpoints/daemon-set.api.ts:73","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/#module-srcrendererapiendpointsdaemon-setapi","text":"","title":"Module: \"src/renderer/api/endpoints/daemon-set.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/#classes","text":"DaemonSet","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/#variables","text":"daemonSetApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/#daemonsetapi","text":"\u2022 Const daemonSetApi : KubeApi \\< DaemonSet > = new KubeApi({ objectConstructor: DaemonSet,}) Defined in src/renderer/api/endpoints/daemon-set.api.ts:73","title":"daemonSetApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/deployment.api\" Module: \"src/renderer/api/endpoints/deployment.api\" # Index # Classes # Deployment DeploymentApi Variables # deploymentApi Variables # deploymentApi # \u2022 Const deploymentApi : DeploymentApi = new DeploymentApi({ objectConstructor: Deployment,}) Defined in src/renderer/api/endpoints/deployment.api.ts:190","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/#module-srcrendererapiendpointsdeploymentapi","text":"","title":"Module: \"src/renderer/api/endpoints/deployment.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/#classes","text":"Deployment DeploymentApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/#variables","text":"deploymentApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/#deploymentapi","text":"\u2022 Const deploymentApi : DeploymentApi = new DeploymentApi({ objectConstructor: Deployment,}) Defined in src/renderer/api/endpoints/deployment.api.ts:190","title":"deploymentApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" Module: \"src/renderer/api/endpoints/endpoint.api\" # Index # Classes # Endpoint EndpointAddress EndpointSubset Interfaces # IEndpointAddress IEndpointPort IEndpointSubset ITargetRef Variables # endpointApi Variables # endpointApi # \u2022 Const endpointApi : KubeApi \\< Endpoint > = new KubeApi({ objectConstructor: Endpoint,}) Defined in src/renderer/api/endpoints/endpoint.api.ts:122","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/#module-srcrendererapiendpointsendpointapi","text":"","title":"Module: \"src/renderer/api/endpoints/endpoint.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/#classes","text":"Endpoint EndpointAddress EndpointSubset","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/#interfaces","text":"IEndpointAddress IEndpointPort IEndpointSubset ITargetRef","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/#variables","text":"endpointApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/#endpointapi","text":"\u2022 Const endpointApi : KubeApi \\< Endpoint > = new KubeApi({ objectConstructor: Endpoint,}) Defined in src/renderer/api/endpoints/endpoint.api.ts:122","title":"endpointApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_events_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/events.api\" Module: \"src/renderer/api/endpoints/events.api\" # Index # Classes # KubeEvent Variables # eventApi Variables # eventApi # \u2022 Const eventApi : KubeApi \\< KubeEvent > = new KubeApi({ objectConstructor: KubeEvent,}) Defined in src/renderer/api/endpoints/events.api.ts:56","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_events_api_/#module-srcrendererapiendpointseventsapi","text":"","title":"Module: \"src/renderer/api/endpoints/events.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_events_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_events_api_/#classes","text":"KubeEvent","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_events_api_/#variables","text":"eventApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_events_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_events_api_/#eventapi","text":"\u2022 Const eventApi : KubeApi \\< KubeEvent > = new KubeApi({ objectConstructor: KubeEvent,}) Defined in src/renderer/api/endpoints/events.api.ts:56","title":"eventApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/hpa.api\" Module: \"src/renderer/api/endpoints/hpa.api\" # Index # Enumerations # HpaMetricType Classes # HorizontalPodAutoscaler Interfaces # IHpaMetric Type aliases # IHpaMetricData Variables # hpaApi Type aliases # IHpaMetricData # \u01ac IHpaMetricData \\ : T & { currentAverageUtilization?: number ; currentAverageValue?: string ; metricName?: string ; name?: string ; target?: { apiVersion: string ; kind: string ; name: string } ; targetAverageUtilization?: number ; targetAverageValue?: string } Defined in src/renderer/api/endpoints/hpa.api.ts:11 Type parameters: Name Default T any Variables # hpaApi # \u2022 Const hpaApi : KubeApi \\< HorizontalPodAutoscaler > = new KubeApi({ objectConstructor: HorizontalPodAutoscaler,}) Defined in src/renderer/api/endpoints/hpa.api.ts:137","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#module-srcrendererapiendpointshpaapi","text":"","title":"Module: \"src/renderer/api/endpoints/hpa.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#enumerations","text":"HpaMetricType","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#classes","text":"HorizontalPodAutoscaler","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#interfaces","text":"IHpaMetric","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#type-aliases","text":"IHpaMetricData","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#variables","text":"hpaApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#ihpametricdata","text":"\u01ac IHpaMetricData \\ : T & { currentAverageUtilization?: number ; currentAverageValue?: string ; metricName?: string ; name?: string ; target?: { apiVersion: string ; kind: string ; name: string } ; targetAverageUtilization?: number ; targetAverageValue?: string } Defined in src/renderer/api/endpoints/hpa.api.ts:11","title":"IHpaMetricData"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#hpaapi","text":"\u2022 Const hpaApi : KubeApi \\< HorizontalPodAutoscaler > = new KubeApi({ objectConstructor: HorizontalPodAutoscaler,}) Defined in src/renderer/api/endpoints/hpa.api.ts:137","title":"hpaApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/index\" Module: \"src/renderer/api/endpoints/index\" # Index # References # Cluster ClusterApi ClusterRole ClusterRoleBinding ClusterStatus ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment DeploymentApi Endpoint EndpointAddress EndpointSubset HorizontalPodAutoscaler HpaMetricType IClusterMetrics IEndpointAddress IEndpointPort IEndpointSubset IHpaMetric IHpaMetricData IIngressMetrics ILoadBalancerIngress INodeMetrics IPodContainer IPodContainerStatus IPodLogsQuery IPodMetrics IPolicyEgress IPolicyIngress IPolicyIpBlock IPolicySelector IPvcMetrics IResourceQuotaValues IRoleBindingSubject ISecretRef ISelfSubjectReviewRule IServicePort Ingress IngressApi Job KubeEvent Namespace NamespaceStatus NetworkPolicy Node NodesApi PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget PodMetrics PodSecurityPolicy PodStatus PodsApi ReplicaSet ResourceQuota Role RoleBinding Secret SecretType SelfSubjectRulesReview SelfSubjectRulesReviewApi Service ServiceAccount ServicePort StatefulSet StorageClass clusterApi clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi hpaApi ingressApi jobApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podMetricsApi podsApi pspApi pvcApi replicaSetApi resourceQuotaApi roleApi roleBindingApi secretsApi selfSubjectRulesReviewApi serviceAccountsApi serviceApi statefulSetApi storageClassApi References # Cluster # Re-exports: Cluster ClusterApi # Re-exports: ClusterApi ClusterRole # Re-exports: ClusterRole ClusterRoleBinding # Re-exports: ClusterRoleBinding ClusterStatus # Re-exports: ClusterStatus ConfigMap # Re-exports: ConfigMap CronJob # Re-exports: CronJob CustomResourceDefinition # Re-exports: CustomResourceDefinition DaemonSet # Re-exports: DaemonSet Deployment # Re-exports: Deployment DeploymentApi # Re-exports: DeploymentApi Endpoint # Re-exports: Endpoint EndpointAddress # Re-exports: EndpointAddress EndpointSubset # Re-exports: EndpointSubset HorizontalPodAutoscaler # Re-exports: HorizontalPodAutoscaler HpaMetricType # Re-exports: HpaMetricType IClusterMetrics # Re-exports: IClusterMetrics IEndpointAddress # Re-exports: IEndpointAddress IEndpointPort # Re-exports: IEndpointPort IEndpointSubset # Re-exports: IEndpointSubset IHpaMetric # Re-exports: IHpaMetric IHpaMetricData # Re-exports: IHpaMetricData IIngressMetrics # Re-exports: IIngressMetrics ILoadBalancerIngress # Re-exports: ILoadBalancerIngress INodeMetrics # Re-exports: INodeMetrics IPodContainer # Re-exports: IPodContainer IPodContainerStatus # Re-exports: IPodContainerStatus IPodLogsQuery # Re-exports: IPodLogsQuery IPodMetrics # Re-exports: IPodMetrics IPolicyEgress # Re-exports: IPolicyEgress IPolicyIngress # Re-exports: IPolicyIngress IPolicyIpBlock # Re-exports: IPolicyIpBlock IPolicySelector # Re-exports: IPolicySelector IPvcMetrics # Re-exports: IPvcMetrics IResourceQuotaValues # Re-exports: IResourceQuotaValues IRoleBindingSubject # Re-exports: IRoleBindingSubject ISecretRef # Re-exports: ISecretRef ISelfSubjectReviewRule # Re-exports: ISelfSubjectReviewRule IServicePort # Re-exports: IServicePort Ingress # Re-exports: Ingress IngressApi # Re-exports: IngressApi Job # Re-exports: Job KubeEvent # Re-exports: KubeEvent Namespace # Re-exports: Namespace NamespaceStatus # Re-exports: NamespaceStatus NetworkPolicy # Re-exports: NetworkPolicy Node # Re-exports: Node NodesApi # Re-exports: NodesApi PersistentVolume # Re-exports: PersistentVolume PersistentVolumeClaim # Re-exports: PersistentVolumeClaim PersistentVolumeClaimsApi # Re-exports: PersistentVolumeClaimsApi Pod # Re-exports: Pod PodDisruptionBudget # Re-exports: PodDisruptionBudget PodMetrics # Re-exports: PodMetrics PodSecurityPolicy # Re-exports: PodSecurityPolicy PodStatus # Re-exports: PodStatus PodsApi # Re-exports: PodsApi ReplicaSet # Re-exports: ReplicaSet ResourceQuota # Re-exports: ResourceQuota Role # Re-exports: Role RoleBinding # Re-exports: RoleBinding Secret # Re-exports: Secret SecretType # Re-exports: SecretType SelfSubjectRulesReview # Re-exports: SelfSubjectRulesReview SelfSubjectRulesReviewApi # Re-exports: SelfSubjectRulesReviewApi Service # Re-exports: Service ServiceAccount # Re-exports: ServiceAccount ServicePort # Re-exports: ServicePort StatefulSet # Re-exports: StatefulSet StorageClass # Re-exports: StorageClass clusterApi # Re-exports: clusterApi clusterRoleApi # Re-exports: clusterRoleApi clusterRoleBindingApi # Re-exports: clusterRoleBindingApi configMapApi # Re-exports: configMapApi crdApi # Re-exports: crdApi cronJobApi # Re-exports: cronJobApi daemonSetApi # Re-exports: daemonSetApi deploymentApi # Re-exports: deploymentApi endpointApi # Re-exports: endpointApi eventApi # Re-exports: eventApi hpaApi # Re-exports: hpaApi ingressApi # Re-exports: ingressApi jobApi # Re-exports: jobApi namespacesApi # Re-exports: namespacesApi networkPolicyApi # Re-exports: networkPolicyApi nodesApi # Re-exports: nodesApi pdbApi # Re-exports: pdbApi persistentVolumeApi # Re-exports: persistentVolumeApi podMetricsApi # Re-exports: podMetricsApi podsApi # Re-exports: podsApi pspApi # Re-exports: pspApi pvcApi # Re-exports: pvcApi replicaSetApi # Re-exports: replicaSetApi resourceQuotaApi # Re-exports: resourceQuotaApi roleApi # Re-exports: roleApi roleBindingApi # Re-exports: roleBindingApi secretsApi # Re-exports: secretsApi selfSubjectRulesReviewApi # Re-exports: selfSubjectRulesReviewApi serviceAccountsApi # Re-exports: serviceAccountsApi serviceApi # Re-exports: serviceApi statefulSetApi # Re-exports: statefulSetApi storageClassApi # Re-exports: storageClassApi","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#module-srcrendererapiendpointsindex","text":"","title":"Module: \"src/renderer/api/endpoints/index\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#references","text":"Cluster ClusterApi ClusterRole ClusterRoleBinding ClusterStatus ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment DeploymentApi Endpoint EndpointAddress EndpointSubset HorizontalPodAutoscaler HpaMetricType IClusterMetrics IEndpointAddress IEndpointPort IEndpointSubset IHpaMetric IHpaMetricData IIngressMetrics ILoadBalancerIngress INodeMetrics IPodContainer IPodContainerStatus IPodLogsQuery IPodMetrics IPolicyEgress IPolicyIngress IPolicyIpBlock IPolicySelector IPvcMetrics IResourceQuotaValues IRoleBindingSubject ISecretRef ISelfSubjectReviewRule IServicePort Ingress IngressApi Job KubeEvent Namespace NamespaceStatus NetworkPolicy Node NodesApi PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget PodMetrics PodSecurityPolicy PodStatus PodsApi ReplicaSet ResourceQuota Role RoleBinding Secret SecretType SelfSubjectRulesReview SelfSubjectRulesReviewApi Service ServiceAccount ServicePort StatefulSet StorageClass clusterApi clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi hpaApi ingressApi jobApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podMetricsApi podsApi pspApi pvcApi replicaSetApi resourceQuotaApi roleApi roleBindingApi secretsApi selfSubjectRulesReviewApi serviceAccountsApi serviceApi statefulSetApi storageClassApi","title":"References"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#cluster","text":"Re-exports: Cluster","title":"Cluster"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#clusterapi","text":"Re-exports: ClusterApi","title":"ClusterApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#clusterrole","text":"Re-exports: ClusterRole","title":"ClusterRole"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#clusterrolebinding","text":"Re-exports: ClusterRoleBinding","title":"ClusterRoleBinding"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#clusterstatus","text":"Re-exports: ClusterStatus","title":"ClusterStatus"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#configmap","text":"Re-exports: ConfigMap","title":"ConfigMap"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#cronjob","text":"Re-exports: CronJob","title":"CronJob"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#customresourcedefinition","text":"Re-exports: CustomResourceDefinition","title":"CustomResourceDefinition"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#daemonset","text":"Re-exports: DaemonSet","title":"DaemonSet"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#deployment","text":"Re-exports: Deployment","title":"Deployment"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#deploymentapi","text":"Re-exports: DeploymentApi","title":"DeploymentApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#endpoint","text":"Re-exports: Endpoint","title":"Endpoint"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#endpointaddress","text":"Re-exports: EndpointAddress","title":"EndpointAddress"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#endpointsubset","text":"Re-exports: EndpointSubset","title":"EndpointSubset"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#horizontalpodautoscaler","text":"Re-exports: HorizontalPodAutoscaler","title":"HorizontalPodAutoscaler"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#hpametrictype","text":"Re-exports: HpaMetricType","title":"HpaMetricType"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iclustermetrics","text":"Re-exports: IClusterMetrics","title":"IClusterMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iendpointaddress","text":"Re-exports: IEndpointAddress","title":"IEndpointAddress"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iendpointport","text":"Re-exports: IEndpointPort","title":"IEndpointPort"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iendpointsubset","text":"Re-exports: IEndpointSubset","title":"IEndpointSubset"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ihpametric","text":"Re-exports: IHpaMetric","title":"IHpaMetric"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ihpametricdata","text":"Re-exports: IHpaMetricData","title":"IHpaMetricData"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iingressmetrics","text":"Re-exports: IIngressMetrics","title":"IIngressMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iloadbalanceringress","text":"Re-exports: ILoadBalancerIngress","title":"ILoadBalancerIngress"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#inodemetrics","text":"Re-exports: INodeMetrics","title":"INodeMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipodcontainer","text":"Re-exports: IPodContainer","title":"IPodContainer"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipodcontainerstatus","text":"Re-exports: IPodContainerStatus","title":"IPodContainerStatus"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipodlogsquery","text":"Re-exports: IPodLogsQuery","title":"IPodLogsQuery"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipodmetrics","text":"Re-exports: IPodMetrics","title":"IPodMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipolicyegress","text":"Re-exports: IPolicyEgress","title":"IPolicyEgress"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipolicyingress","text":"Re-exports: IPolicyIngress","title":"IPolicyIngress"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipolicyipblock","text":"Re-exports: IPolicyIpBlock","title":"IPolicyIpBlock"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipolicyselector","text":"Re-exports: IPolicySelector","title":"IPolicySelector"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipvcmetrics","text":"Re-exports: IPvcMetrics","title":"IPvcMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iresourcequotavalues","text":"Re-exports: IResourceQuotaValues","title":"IResourceQuotaValues"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#irolebindingsubject","text":"Re-exports: IRoleBindingSubject","title":"IRoleBindingSubject"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#isecretref","text":"Re-exports: ISecretRef","title":"ISecretRef"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iselfsubjectreviewrule","text":"Re-exports: ISelfSubjectReviewRule","title":"ISelfSubjectReviewRule"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iserviceport","text":"Re-exports: IServicePort","title":"IServicePort"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ingress","text":"Re-exports: Ingress","title":"Ingress"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ingressapi","text":"Re-exports: IngressApi","title":"IngressApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#job","text":"Re-exports: Job","title":"Job"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#kubeevent","text":"Re-exports: KubeEvent","title":"KubeEvent"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#namespace","text":"Re-exports: Namespace","title":"Namespace"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#namespacestatus","text":"Re-exports: NamespaceStatus","title":"NamespaceStatus"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#networkpolicy","text":"Re-exports: NetworkPolicy","title":"NetworkPolicy"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#node","text":"Re-exports: Node","title":"Node"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#nodesapi","text":"Re-exports: NodesApi","title":"NodesApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#persistentvolume","text":"Re-exports: PersistentVolume","title":"PersistentVolume"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#persistentvolumeclaim","text":"Re-exports: PersistentVolumeClaim","title":"PersistentVolumeClaim"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#persistentvolumeclaimsapi","text":"Re-exports: PersistentVolumeClaimsApi","title":"PersistentVolumeClaimsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#pod","text":"Re-exports: Pod","title":"Pod"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#poddisruptionbudget","text":"Re-exports: PodDisruptionBudget","title":"PodDisruptionBudget"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#podmetrics","text":"Re-exports: PodMetrics","title":"PodMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#podsecuritypolicy","text":"Re-exports: PodSecurityPolicy","title":"PodSecurityPolicy"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#podstatus","text":"Re-exports: PodStatus","title":"PodStatus"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#podsapi","text":"Re-exports: PodsApi","title":"PodsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#replicaset","text":"Re-exports: ReplicaSet","title":"ReplicaSet"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#resourcequota","text":"Re-exports: ResourceQuota","title":"ResourceQuota"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#role","text":"Re-exports: Role","title":"Role"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#rolebinding","text":"Re-exports: RoleBinding","title":"RoleBinding"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#secret","text":"Re-exports: Secret","title":"Secret"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#secrettype","text":"Re-exports: SecretType","title":"SecretType"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#selfsubjectrulesreview","text":"Re-exports: SelfSubjectRulesReview","title":"SelfSubjectRulesReview"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#selfsubjectrulesreviewapi","text":"Re-exports: SelfSubjectRulesReviewApi","title":"SelfSubjectRulesReviewApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#service","text":"Re-exports: Service","title":"Service"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#serviceaccount","text":"Re-exports: ServiceAccount","title":"ServiceAccount"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#serviceport","text":"Re-exports: ServicePort","title":"ServicePort"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#statefulset","text":"Re-exports: StatefulSet","title":"StatefulSet"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#storageclass","text":"Re-exports: StorageClass","title":"StorageClass"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#clusterapi_1","text":"Re-exports: clusterApi","title":"clusterApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#clusterroleapi","text":"Re-exports: clusterRoleApi","title":"clusterRoleApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#clusterrolebindingapi","text":"Re-exports: clusterRoleBindingApi","title":"clusterRoleBindingApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#configmapapi","text":"Re-exports: configMapApi","title":"configMapApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#crdapi","text":"Re-exports: crdApi","title":"crdApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#cronjobapi","text":"Re-exports: cronJobApi","title":"cronJobApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#daemonsetapi","text":"Re-exports: daemonSetApi","title":"daemonSetApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#deploymentapi_1","text":"Re-exports: deploymentApi","title":"deploymentApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#endpointapi","text":"Re-exports: endpointApi","title":"endpointApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#eventapi","text":"Re-exports: eventApi","title":"eventApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#hpaapi","text":"Re-exports: hpaApi","title":"hpaApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ingressapi_1","text":"Re-exports: ingressApi","title":"ingressApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#jobapi","text":"Re-exports: jobApi","title":"jobApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#namespacesapi","text":"Re-exports: namespacesApi","title":"namespacesApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#networkpolicyapi","text":"Re-exports: networkPolicyApi","title":"networkPolicyApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#nodesapi_1","text":"Re-exports: nodesApi","title":"nodesApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#pdbapi","text":"Re-exports: pdbApi","title":"pdbApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#persistentvolumeapi","text":"Re-exports: persistentVolumeApi","title":"persistentVolumeApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#podmetricsapi","text":"Re-exports: podMetricsApi","title":"podMetricsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#podsapi_1","text":"Re-exports: podsApi","title":"podsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#pspapi","text":"Re-exports: pspApi","title":"pspApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#pvcapi","text":"Re-exports: pvcApi","title":"pvcApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#replicasetapi","text":"Re-exports: replicaSetApi","title":"replicaSetApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#resourcequotaapi","text":"Re-exports: resourceQuotaApi","title":"resourceQuotaApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#roleapi","text":"Re-exports: roleApi","title":"roleApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#rolebindingapi","text":"Re-exports: roleBindingApi","title":"roleBindingApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#secretsapi","text":"Re-exports: secretsApi","title":"secretsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#selfsubjectrulesreviewapi_1","text":"Re-exports: selfSubjectRulesReviewApi","title":"selfSubjectRulesReviewApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#serviceaccountsapi","text":"Re-exports: serviceAccountsApi","title":"serviceAccountsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#serviceapi","text":"Re-exports: serviceApi","title":"serviceApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#statefulsetapi","text":"Re-exports: statefulSetApi","title":"statefulSetApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#storageclassapi","text":"Re-exports: storageClassApi","title":"storageClassApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/ingress.api\" Module: \"src/renderer/api/endpoints/ingress.api\" # Index # Classes # Ingress IngressApi Interfaces # IIngressMetrics ILoadBalancerIngress Variables # ingressApi Variables # ingressApi # \u2022 Const ingressApi : IngressApi = new IngressApi({ objectConstructor: Ingress,}) Defined in src/renderer/api/endpoints/ingress.api.ts:122","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/#module-srcrendererapiendpointsingressapi","text":"","title":"Module: \"src/renderer/api/endpoints/ingress.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/#classes","text":"Ingress IngressApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/#interfaces","text":"IIngressMetrics ILoadBalancerIngress","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/#variables","text":"ingressApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/#ingressapi","text":"\u2022 Const ingressApi : IngressApi = new IngressApi({ objectConstructor: Ingress,}) Defined in src/renderer/api/endpoints/ingress.api.ts:122","title":"ingressApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_job_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/job.api\" Module: \"src/renderer/api/endpoints/job.api\" # Index # Classes # Job Variables # jobApi Variables # jobApi # \u2022 Const jobApi : KubeApi \\< Job > = new KubeApi({ objectConstructor: Job,}) Defined in src/renderer/api/endpoints/job.api.ts:106","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_job_api_/#module-srcrendererapiendpointsjobapi","text":"","title":"Module: \"src/renderer/api/endpoints/job.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_job_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_job_api_/#classes","text":"Job","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_job_api_/#variables","text":"jobApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_job_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_job_api_/#jobapi","text":"\u2022 Const jobApi : KubeApi \\< Job > = new KubeApi({ objectConstructor: Job,}) Defined in src/renderer/api/endpoints/job.api.ts:106","title":"jobApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/metrics.api\" Module: \"src/renderer/api/endpoints/metrics.api\" # Index # Interfaces # IMetrics IMetricsReqParams IMetricsResult Functions # getItemMetrics getMetricLastPoints isMetricsEmpty normalizeMetrics Object literals # metricsApi Functions # getItemMetrics # \u25b8 getItemMetrics ( metrics : { [key:string]: IMetrics ; }, itemName : string): object Defined in src/renderer/api/endpoints/metrics.api.ts:101 Parameters: Name Type metrics { [key:string]: IMetrics ; } itemName string Returns: object getMetricLastPoints # \u25b8 getMetricLastPoints ( metrics : { [key:string]: IMetrics ; }): Partial\\<{ [metric:string]: number; }> Defined in src/renderer/api/endpoints/metrics.api.ts:115 Parameters: Name Type metrics { [key:string]: IMetrics ; } Returns: Partial\\<{ [metric:string]: number; }> isMetricsEmpty # \u25b8 isMetricsEmpty ( metrics : { [key:string]: IMetrics ; }): boolean Defined in src/renderer/api/endpoints/metrics.api.ts:97 Parameters: Name Type metrics { [key:string]: IMetrics ; } Returns: boolean normalizeMetrics # \u25b8 normalizeMetrics ( metrics : IMetrics , frames? : number): IMetrics Defined in src/renderer/api/endpoints/metrics.api.ts:58 Parameters: Name Type Default value metrics IMetrics - frames number 60 Returns: IMetrics Object literals # metricsApi # \u25aa Const metricsApi : object Defined in src/renderer/api/endpoints/metrics.api.ts:36 Properties: Name Type Value getMetrics function \\ (query: T, reqParams: IMetricsReqParams ) => Promise \\","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#module-srcrendererapiendpointsmetricsapi","text":"","title":"Module: \"src/renderer/api/endpoints/metrics.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#interfaces","text":"IMetrics IMetricsReqParams IMetricsResult","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#functions","text":"getItemMetrics getMetricLastPoints isMetricsEmpty normalizeMetrics","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#object-literals","text":"metricsApi","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#getitemmetrics","text":"\u25b8 getItemMetrics ( metrics : { [key:string]: IMetrics ; }, itemName : string): object Defined in src/renderer/api/endpoints/metrics.api.ts:101","title":"getItemMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#getmetriclastpoints","text":"\u25b8 getMetricLastPoints ( metrics : { [key:string]: IMetrics ; }): Partial\\<{ [metric:string]: number; }> Defined in src/renderer/api/endpoints/metrics.api.ts:115","title":"getMetricLastPoints"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#ismetricsempty","text":"\u25b8 isMetricsEmpty ( metrics : { [key:string]: IMetrics ; }): boolean Defined in src/renderer/api/endpoints/metrics.api.ts:97","title":"isMetricsEmpty"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#normalizemetrics","text":"\u25b8 normalizeMetrics ( metrics : IMetrics , frames? : number): IMetrics Defined in src/renderer/api/endpoints/metrics.api.ts:58","title":"normalizeMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#metricsapi","text":"\u25aa Const metricsApi : object Defined in src/renderer/api/endpoints/metrics.api.ts:36","title":"metricsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/namespaces.api\" Module: \"src/renderer/api/endpoints/namespaces.api\" # Index # Enumerations # NamespaceStatus Classes # Namespace Variables # namespacesApi Variables # namespacesApi # \u2022 Const namespacesApi : KubeApi \\< Namespace > = new KubeApi({ objectConstructor: Namespace,}) Defined in src/renderer/api/endpoints/namespaces.api.ts:25","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/#module-srcrendererapiendpointsnamespacesapi","text":"","title":"Module: \"src/renderer/api/endpoints/namespaces.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/#enumerations","text":"NamespaceStatus","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/#classes","text":"Namespace","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/#variables","text":"namespacesApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/#namespacesapi","text":"\u2022 Const namespacesApi : KubeApi \\< Namespace > = new KubeApi({ objectConstructor: Namespace,}) Defined in src/renderer/api/endpoints/namespaces.api.ts:25","title":"namespacesApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/network-policy.api\" Module: \"src/renderer/api/endpoints/network-policy.api\" # Index # Classes # NetworkPolicy Interfaces # IPolicyEgress IPolicyIngress IPolicyIpBlock IPolicySelector Variables # networkPolicyApi Variables # networkPolicyApi # \u2022 Const networkPolicyApi : KubeApi \\< NetworkPolicy > = new KubeApi({ objectConstructor: NetworkPolicy,}) Defined in src/renderer/api/endpoints/network-policy.api.ts:69","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/#module-srcrendererapiendpointsnetwork-policyapi","text":"","title":"Module: \"src/renderer/api/endpoints/network-policy.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/#classes","text":"NetworkPolicy","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/#interfaces","text":"IPolicyEgress IPolicyIngress IPolicyIpBlock IPolicySelector","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/#variables","text":"networkPolicyApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/#networkpolicyapi","text":"\u2022 Const networkPolicyApi : KubeApi \\< NetworkPolicy > = new KubeApi({ objectConstructor: NetworkPolicy,}) Defined in src/renderer/api/endpoints/network-policy.api.ts:69","title":"networkPolicyApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/nodes.api\" Module: \"src/renderer/api/endpoints/nodes.api\" # Index # Classes # Node NodesApi Interfaces # INodeMetrics Variables # nodesApi Variables # nodesApi # \u2022 Const nodesApi : NodesApi = new NodesApi({ objectConstructor: Node,}) Defined in src/renderer/api/endpoints/nodes.api.ts:160","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/#module-srcrendererapiendpointsnodesapi","text":"","title":"Module: \"src/renderer/api/endpoints/nodes.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/#classes","text":"Node NodesApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/#interfaces","text":"INodeMetrics","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/#variables","text":"nodesApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/#nodesapi","text":"\u2022 Const nodesApi : NodesApi = new NodesApi({ objectConstructor: Node,}) Defined in src/renderer/api/endpoints/nodes.api.ts:160","title":"nodesApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/persistent-volume.api\" Module: \"src/renderer/api/endpoints/persistent-volume.api\" # Index # Classes # PersistentVolume Variables # persistentVolumeApi Variables # persistentVolumeApi # \u2022 Const persistentVolumeApi : KubeApi \\< PersistentVolume > = new KubeApi({ objectConstructor: PersistentVolume,}) Defined in src/renderer/api/endpoints/persistent-volume.api.ts:68","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/#module-srcrendererapiendpointspersistent-volumeapi","text":"","title":"Module: \"src/renderer/api/endpoints/persistent-volume.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/#classes","text":"PersistentVolume","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/#variables","text":"persistentVolumeApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/#persistentvolumeapi","text":"\u2022 Const persistentVolumeApi : KubeApi \\< PersistentVolume > = new KubeApi({ objectConstructor: PersistentVolume,}) Defined in src/renderer/api/endpoints/persistent-volume.api.ts:68","title":"persistentVolumeApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/persistent-volume-claims.api\" Module: \"src/renderer/api/endpoints/persistent-volume-claims.api\" # Index # Classes # PersistentVolumeClaim PersistentVolumeClaimsApi Interfaces # IPvcMetrics Variables # pvcApi Variables # pvcApi # \u2022 Const pvcApi : PersistentVolumeClaimsApi = new PersistentVolumeClaimsApi({ objectConstructor: PersistentVolumeClaim,}) Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:85","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/#module-srcrendererapiendpointspersistent-volume-claimsapi","text":"","title":"Module: \"src/renderer/api/endpoints/persistent-volume-claims.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/#classes","text":"PersistentVolumeClaim PersistentVolumeClaimsApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/#interfaces","text":"IPvcMetrics","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/#variables","text":"pvcApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/#pvcapi","text":"\u2022 Const pvcApi : PersistentVolumeClaimsApi = new PersistentVolumeClaimsApi({ objectConstructor: PersistentVolumeClaim,}) Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:85","title":"pvcApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pod-metrics.api\" Module: \"src/renderer/api/endpoints/pod-metrics.api\" # Index # Classes # PodMetrics Variables # podMetricsApi Variables # podMetricsApi # \u2022 Const podMetricsApi : KubeApi \\< PodMetrics > = new KubeApi({ objectConstructor: PodMetrics,}) Defined in src/renderer/api/endpoints/pod-metrics.api.ts:20","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/#module-srcrendererapiendpointspod-metricsapi","text":"","title":"Module: \"src/renderer/api/endpoints/pod-metrics.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/#classes","text":"PodMetrics","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/#variables","text":"podMetricsApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/#podmetricsapi","text":"\u2022 Const podMetricsApi : KubeApi \\< PodMetrics > = new KubeApi({ objectConstructor: PodMetrics,}) Defined in src/renderer/api/endpoints/pod-metrics.api.ts:20","title":"podMetricsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/poddisruptionbudget.api\" Module: \"src/renderer/api/endpoints/poddisruptionbudget.api\" # Index # Classes # PodDisruptionBudget Variables # pdbApi Variables # pdbApi # \u2022 Const pdbApi : KubeApi \\< PodDisruptionBudget > = new KubeApi({ objectConstructor: PodDisruptionBudget,}) Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:46","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/#module-srcrendererapiendpointspoddisruptionbudgetapi","text":"","title":"Module: \"src/renderer/api/endpoints/poddisruptionbudget.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/#classes","text":"PodDisruptionBudget","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/#variables","text":"pdbApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/#pdbapi","text":"\u2022 Const pdbApi : KubeApi \\< PodDisruptionBudget > = new KubeApi({ objectConstructor: PodDisruptionBudget,}) Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:46","title":"pdbApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" Module: \"src/renderer/api/endpoints/pods.api\" # Index # Enumerations # PodStatus Classes # Pod PodsApi Interfaces # IContainerProbe IPodContainer IPodContainerStatus IPodLogsQuery IPodMetrics Variables # podsApi Variables # podsApi # \u2022 Const podsApi : PodsApi = new PodsApi({ objectConstructor: Pod,}) Defined in src/renderer/api/endpoints/pods.api.ts:432","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#module-srcrendererapiendpointspodsapi","text":"","title":"Module: \"src/renderer/api/endpoints/pods.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#enumerations","text":"PodStatus","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#classes","text":"Pod PodsApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#interfaces","text":"IContainerProbe IPodContainer IPodContainerStatus IPodLogsQuery IPodMetrics","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#variables","text":"podsApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#podsapi","text":"\u2022 Const podsApi : PodsApi = new PodsApi({ objectConstructor: Pod,}) Defined in src/renderer/api/endpoints/pods.api.ts:432","title":"podsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/podsecuritypolicy.api\" Module: \"src/renderer/api/endpoints/podsecuritypolicy.api\" # Index # Classes # PodSecurityPolicy Variables # pspApi Variables # pspApi # \u2022 Const pspApi : KubeApi \\< PodSecurityPolicy > = new KubeApi({ objectConstructor: PodSecurityPolicy,}) Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:91","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/#module-srcrendererapiendpointspodsecuritypolicyapi","text":"","title":"Module: \"src/renderer/api/endpoints/podsecuritypolicy.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/#classes","text":"PodSecurityPolicy","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/#variables","text":"pspApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/#pspapi","text":"\u2022 Const pspApi : KubeApi \\< PodSecurityPolicy > = new KubeApi({ objectConstructor: PodSecurityPolicy,}) Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:91","title":"pspApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/replica-set.api\" Module: \"src/renderer/api/endpoints/replica-set.api\" # Index # Classes # ReplicaSet Variables # replicaSetApi Variables # replicaSetApi # \u2022 Const replicaSetApi : KubeApi \\< ReplicaSet > = new KubeApi({ objectConstructor: ReplicaSet,}) Defined in src/renderer/api/endpoints/replica-set.api.ts:55","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/#module-srcrendererapiendpointsreplica-setapi","text":"","title":"Module: \"src/renderer/api/endpoints/replica-set.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/#classes","text":"ReplicaSet","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/#variables","text":"replicaSetApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/#replicasetapi","text":"\u2022 Const replicaSetApi : KubeApi \\< ReplicaSet > = new KubeApi({ objectConstructor: ReplicaSet,}) Defined in src/renderer/api/endpoints/replica-set.api.ts:55","title":"replicaSetApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/resource-applier.api\" Module: \"src/renderer/api/endpoints/resource-applier.api\" # Index # Object literals # resourceApplierApi Object literals # resourceApplierApi # \u25aa Const resourceApplierApi : object Defined in src/renderer/api/endpoints/resource-applier.api.ts:7 Properties: Name Type Value annotations string[] [ \"kubectl.kubernetes.io/last-applied-configuration\" ] update function \\ (resource: object | string) => Promise \\","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/#module-srcrendererapiendpointsresource-applierapi","text":"","title":"Module: \"src/renderer/api/endpoints/resource-applier.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/#object-literals","text":"resourceApplierApi","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/#resourceapplierapi","text":"\u25aa Const resourceApplierApi : object Defined in src/renderer/api/endpoints/resource-applier.api.ts:7","title":"resourceApplierApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/resource-quota.api\" Module: \"src/renderer/api/endpoints/resource-quota.api\" # Index # Classes # ResourceQuota Interfaces # IResourceQuotaValues Variables # resourceQuotaApi Variables # resourceQuotaApi # \u2022 Const resourceQuotaApi : KubeApi \\< ResourceQuota > = new KubeApi({ objectConstructor: ResourceQuota,}) Defined in src/renderer/api/endpoints/resource-quota.api.ts:65","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/#module-srcrendererapiendpointsresource-quotaapi","text":"","title":"Module: \"src/renderer/api/endpoints/resource-quota.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/#classes","text":"ResourceQuota","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/#interfaces","text":"IResourceQuotaValues","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/#variables","text":"resourceQuotaApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/#resourcequotaapi","text":"\u2022 Const resourceQuotaApi : KubeApi \\< ResourceQuota > = new KubeApi({ objectConstructor: ResourceQuota,}) Defined in src/renderer/api/endpoints/resource-quota.api.ts:65","title":"resourceQuotaApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/role.api\" Module: \"src/renderer/api/endpoints/role.api\" # Index # Classes # Role Variables # roleApi Variables # roleApi # \u2022 Const roleApi : KubeApi \\< Role > = new KubeApi({ objectConstructor: Role,}) Defined in src/renderer/api/endpoints/role.api.ts:21","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_api_/#module-srcrendererapiendpointsroleapi","text":"","title":"Module: \"src/renderer/api/endpoints/role.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_api_/#classes","text":"Role","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_api_/#variables","text":"roleApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_api_/#roleapi","text":"\u2022 Const roleApi : KubeApi \\< Role > = new KubeApi({ objectConstructor: Role,}) Defined in src/renderer/api/endpoints/role.api.ts:21","title":"roleApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/role-binding.api\" Module: \"src/renderer/api/endpoints/role-binding.api\" # Index # Classes # RoleBinding Interfaces # IRoleBindingSubject Variables # roleBindingApi Variables # roleBindingApi # \u2022 Const roleBindingApi : KubeApi \\< RoleBinding > = new KubeApi({ objectConstructor: RoleBinding,}) Defined in src/renderer/api/endpoints/role-binding.api.ts:34","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/#module-srcrendererapiendpointsrole-bindingapi","text":"","title":"Module: \"src/renderer/api/endpoints/role-binding.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/#classes","text":"RoleBinding","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/#interfaces","text":"IRoleBindingSubject","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/#variables","text":"roleBindingApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/#rolebindingapi","text":"\u2022 Const roleBindingApi : KubeApi \\< RoleBinding > = new KubeApi({ objectConstructor: RoleBinding,}) Defined in src/renderer/api/endpoints/role-binding.api.ts:34","title":"roleBindingApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/secret.api\" Module: \"src/renderer/api/endpoints/secret.api\" # Index # Enumerations # SecretType Classes # Secret Interfaces # ISecretRef Variables # secretsApi Variables # secretsApi # \u2022 Const secretsApi : KubeApi \\< Secret > = new KubeApi({ objectConstructor: Secret,}) Defined in src/renderer/api/endpoints/secret.api.ts:48","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#module-srcrendererapiendpointssecretapi","text":"","title":"Module: \"src/renderer/api/endpoints/secret.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#enumerations","text":"SecretType","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#classes","text":"Secret","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#interfaces","text":"ISecretRef","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#variables","text":"secretsApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#secretsapi","text":"\u2022 Const secretsApi : KubeApi \\< Secret > = new KubeApi({ objectConstructor: Secret,}) Defined in src/renderer/api/endpoints/secret.api.ts:48","title":"secretsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\" Module: \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\" # Index # Classes # SelfSubjectRulesReview SelfSubjectRulesReviewApi Interfaces # ISelfSubjectReviewRule Variables # selfSubjectRulesReviewApi Variables # selfSubjectRulesReviewApi # \u2022 Const selfSubjectRulesReviewApi : SelfSubjectRulesReviewApi = new SelfSubjectRulesReviewApi({ objectConstructor: SelfSubjectRulesReview,}) Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:65","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/#module-srcrendererapiendpointsselfsubjectrulesreviewsapi","text":"","title":"Module: \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/#classes","text":"SelfSubjectRulesReview SelfSubjectRulesReviewApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/#interfaces","text":"ISelfSubjectReviewRule","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/#variables","text":"selfSubjectRulesReviewApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/#selfsubjectrulesreviewapi","text":"\u2022 Const selfSubjectRulesReviewApi : SelfSubjectRulesReviewApi = new SelfSubjectRulesReviewApi({ objectConstructor: SelfSubjectRulesReview,}) Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:65","title":"selfSubjectRulesReviewApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/service-accounts.api\" Module: \"src/renderer/api/endpoints/service-accounts.api\" # Index # Classes # ServiceAccount Variables # serviceAccountsApi Variables # serviceAccountsApi # \u2022 Const serviceAccountsApi : KubeApi \\< ServiceAccount > = new KubeApi\\ ({ objectConstructor: ServiceAccount,}) Defined in src/renderer/api/endpoints/service-accounts.api.ts:27","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/#module-srcrendererapiendpointsservice-accountsapi","text":"","title":"Module: \"src/renderer/api/endpoints/service-accounts.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/#classes","text":"ServiceAccount","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/#variables","text":"serviceAccountsApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/#serviceaccountsapi","text":"\u2022 Const serviceAccountsApi : KubeApi \\< ServiceAccount > = new KubeApi\\ ({ objectConstructor: ServiceAccount,}) Defined in src/renderer/api/endpoints/service-accounts.api.ts:27","title":"serviceAccountsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/service.api\" Module: \"src/renderer/api/endpoints/service.api\" # Index # Classes # Service ServicePort Interfaces # IServicePort Variables # serviceApi Variables # serviceApi # \u2022 Const serviceApi : KubeApi \\< Service > = new KubeApi({ objectConstructor: Service,}) Defined in src/renderer/api/endpoints/service.api.ts:97","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/#module-srcrendererapiendpointsserviceapi","text":"","title":"Module: \"src/renderer/api/endpoints/service.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/#classes","text":"Service ServicePort","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/#interfaces","text":"IServicePort","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/#variables","text":"serviceApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/#serviceapi","text":"\u2022 Const serviceApi : KubeApi \\< Service > = new KubeApi({ objectConstructor: Service,}) Defined in src/renderer/api/endpoints/service.api.ts:97","title":"serviceApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/stateful-set.api\" Module: \"src/renderer/api/endpoints/stateful-set.api\" # Index # Classes # StatefulSet Variables # statefulSetApi Variables # statefulSetApi # \u2022 Const statefulSetApi : KubeApi \\< StatefulSet > = new KubeApi({ objectConstructor: StatefulSet,}) Defined in src/renderer/api/endpoints/stateful-set.api.ts:81","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/#module-srcrendererapiendpointsstateful-setapi","text":"","title":"Module: \"src/renderer/api/endpoints/stateful-set.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/#classes","text":"StatefulSet","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/#variables","text":"statefulSetApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/#statefulsetapi","text":"\u2022 Const statefulSetApi : KubeApi \\< StatefulSet > = new KubeApi({ objectConstructor: StatefulSet,}) Defined in src/renderer/api/endpoints/stateful-set.api.ts:81","title":"statefulSetApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/storage-class.api\" Module: \"src/renderer/api/endpoints/storage-class.api\" # Index # Classes # StorageClass Variables # storageClassApi Variables # storageClassApi # \u2022 Const storageClassApi : KubeApi \\< StorageClass > = new KubeApi({ objectConstructor: StorageClass,}) Defined in src/renderer/api/endpoints/storage-class.api.ts:36","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/#module-srcrendererapiendpointsstorage-classapi","text":"","title":"Module: \"src/renderer/api/endpoints/storage-class.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/#classes","text":"StorageClass","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/#variables","text":"storageClassApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/#storageclassapi","text":"\u2022 Const storageClassApi : KubeApi \\< StorageClass > = new KubeApi({ objectConstructor: StorageClass,}) Defined in src/renderer/api/endpoints/storage-class.api.ts:36","title":"storageClassApi"},{"location":"extensions/api/modules/_src_renderer_api_index_/","text":"@k8slens/extensions Globals / \"src/renderer/api/index\" Module: \"src/renderer/api/index\" # Index # Variables # apiBase apiKube Functions # onApiError Variables # apiBase # \u2022 Const apiBase : JsonApi \\< JsonApiData , JsonApiParams \\ > = new JsonApi({ apiBase: apiPrefix, debug: isDevelopment,}) Defined in src/renderer/api/index.ts:6 apiKube # \u2022 Const apiKube : KubeJsonApi = new KubeJsonApi({ apiBase: apiKubePrefix, debug: isDevelopment,}) Defined in src/renderer/api/index.ts:10 Functions # onApiError # \u25b8 onApiError ( error : JsonApiErrorParsed , res : Response): void Defined in src/renderer/api/index.ts:16 Parameters: Name Type error JsonApiErrorParsed res Response Returns: void","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_index_/#module-srcrendererapiindex","text":"","title":"Module: \"src/renderer/api/index\""},{"location":"extensions/api/modules/_src_renderer_api_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_index_/#variables","text":"apiBase apiKube","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_index_/#functions","text":"onApiError","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_index_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_index_/#apibase","text":"\u2022 Const apiBase : JsonApi \\< JsonApiData , JsonApiParams \\ > = new JsonApi({ apiBase: apiPrefix, debug: isDevelopment,}) Defined in src/renderer/api/index.ts:6","title":"apiBase"},{"location":"extensions/api/modules/_src_renderer_api_index_/#apikube","text":"\u2022 Const apiKube : KubeJsonApi = new KubeJsonApi({ apiBase: apiKubePrefix, debug: isDevelopment,}) Defined in src/renderer/api/index.ts:10","title":"apiKube"},{"location":"extensions/api/modules/_src_renderer_api_index_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_index_/#onapierror","text":"\u25b8 onApiError ( error : JsonApiErrorParsed , res : Response): void Defined in src/renderer/api/index.ts:16","title":"onApiError"},{"location":"extensions/api/modules/_src_renderer_api_json_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" Module: \"src/renderer/api/json-api\" # Index # Classes # JsonApi JsonApiErrorParsed Interfaces # JsonApiConfig JsonApiData JsonApiError JsonApiLog JsonApiParams","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_json_api_/#module-srcrendererapijson-api","text":"","title":"Module: \"src/renderer/api/json-api\""},{"location":"extensions/api/modules/_src_renderer_api_json_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_json_api_/#classes","text":"JsonApi JsonApiErrorParsed","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_json_api_/#interfaces","text":"JsonApiConfig JsonApiData JsonApiError JsonApiLog JsonApiParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api\" Module: \"src/renderer/api/kube-api\" # Index # References # IKubeApiLinkRef IKubeApiParsed IKubeObjectRef createKubeApiURL lookupApiLink parseKubeApi Classes # KubeApi Interfaces # IKubeApiCluster IKubeApiOptions IKubeApiQueryParams Functions # forCluster References # IKubeApiLinkRef # Re-exports: IKubeApiLinkRef IKubeApiParsed # Re-exports: IKubeApiParsed IKubeObjectRef # Re-exports: IKubeObjectRef createKubeApiURL # Re-exports: createKubeApiURL lookupApiLink # Re-exports: lookupApiLink parseKubeApi # Re-exports: parseKubeApi Functions # forCluster # \u25b8 forCluster \\ ( cluster : IKubeApiCluster , kubeClass : IKubeObjectConstructor \\ ): KubeApi \\ Defined in src/renderer/api/kube-api.ts:33 Type parameters: Name Type T KubeObject Parameters: Name Type cluster IKubeApiCluster kubeClass IKubeObjectConstructor \\ Returns: KubeApi \\","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#module-srcrendererapikube-api","text":"","title":"Module: \"src/renderer/api/kube-api\""},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#references","text":"IKubeApiLinkRef IKubeApiParsed IKubeObjectRef createKubeApiURL lookupApiLink parseKubeApi","title":"References"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#classes","text":"KubeApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#interfaces","text":"IKubeApiCluster IKubeApiOptions IKubeApiQueryParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#functions","text":"forCluster","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#ikubeapilinkref","text":"Re-exports: IKubeApiLinkRef","title":"IKubeApiLinkRef"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#ikubeapiparsed","text":"Re-exports: IKubeApiParsed","title":"IKubeApiParsed"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#ikubeobjectref","text":"Re-exports: IKubeObjectRef","title":"IKubeObjectRef"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#createkubeapiurl","text":"Re-exports: createKubeApiURL","title":"createKubeApiURL"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#lookupapilink","text":"Re-exports: lookupApiLink","title":"lookupApiLink"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#parsekubeapi","text":"Re-exports: parseKubeApi","title":"parseKubeApi"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#forcluster","text":"\u25b8 forCluster \\ ( cluster : IKubeApiCluster , kubeClass : IKubeObjectConstructor \\ ): KubeApi \\ Defined in src/renderer/api/kube-api.ts:33","title":"forCluster"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api-parse\" Module: \"src/renderer/api/kube-api-parse\" # Index # Interfaces # IKubeApiLinkRef IKubeApiParsed IKubeObjectRef Functions # createKubeApiURL lookupApiLink parseKubeApi Functions # createKubeApiURL # \u25b8 createKubeApiURL ( ref : IKubeApiLinkRef ): string Defined in src/renderer/api/kube-api-parse.ts:107 Parameters: Name Type ref IKubeApiLinkRef Returns: string lookupApiLink # \u25b8 lookupApiLink ( ref : IKubeObjectRef , parentObject : KubeObject ): string Defined in src/renderer/api/kube-api-parse.ts:118 Parameters: Name Type ref IKubeObjectRef parentObject KubeObject Returns: string parseKubeApi # \u25b8 parseKubeApi ( path : string): IKubeApiParsed Defined in src/renderer/api/kube-api-parse.ts:28 Parameters: Name Type path string Returns: IKubeApiParsed","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#module-srcrendererapikube-api-parse","text":"","title":"Module: \"src/renderer/api/kube-api-parse\""},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#interfaces","text":"IKubeApiLinkRef IKubeApiParsed IKubeObjectRef","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#functions","text":"createKubeApiURL lookupApiLink parseKubeApi","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#createkubeapiurl","text":"\u25b8 createKubeApiURL ( ref : IKubeApiLinkRef ): string Defined in src/renderer/api/kube-api-parse.ts:107","title":"createKubeApiURL"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#lookupapilink","text":"\u25b8 lookupApiLink ( ref : IKubeObjectRef , parentObject : KubeObject ): string Defined in src/renderer/api/kube-api-parse.ts:118","title":"lookupApiLink"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#parsekubeapi","text":"\u25b8 parseKubeApi ( path : string): IKubeApiParsed Defined in src/renderer/api/kube-api-parse.ts:28","title":"parseKubeApi"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_versioned_/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api-versioned\" Module: \"src/renderer/api/kube-api-versioned\" # Index # Classes # VersionedKubeApi","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_versioned_/#module-srcrendererapikube-api-versioned","text":"","title":"Module: \"src/renderer/api/kube-api-versioned\""},{"location":"extensions/api/modules/_src_renderer_api_kube_api_versioned_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_versioned_/#classes","text":"VersionedKubeApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_kube_json_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-json-api\" Module: \"src/renderer/api/kube-json-api\" # Index # Classes # KubeJsonApi Interfaces # KubeJsonApiData KubeJsonApiDataList KubeJsonApiError","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_kube_json_api_/#module-srcrendererapikube-json-api","text":"","title":"Module: \"src/renderer/api/kube-json-api\""},{"location":"extensions/api/modules/_src_renderer_api_kube_json_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_kube_json_api_/#classes","text":"KubeJsonApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_kube_json_api_/#interfaces","text":"KubeJsonApiData KubeJsonApiDataList KubeJsonApiError","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-object\" Module: \"src/renderer/api/kube-object\" # Index # Classes # KubeObject Interfaces # IKubeObjectMetadata Type aliases # IKubeMetaField IKubeObjectConstructor Type aliases # IKubeMetaField # \u01ac IKubeMetaField : keyof IKubeObjectMetadata Defined in src/renderer/api/kube-object.ts:43 IKubeObjectConstructor # \u01ac IKubeObjectConstructor \\ : {} & { apiBase?: string ; kind?: string ; namespaced?: boolean } Defined in src/renderer/api/kube-object.ts:11 Type parameters: Name Type Default T KubeObject any","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#module-srcrendererapikube-object","text":"","title":"Module: \"src/renderer/api/kube-object\""},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#classes","text":"KubeObject","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#interfaces","text":"IKubeObjectMetadata","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#type-aliases","text":"IKubeMetaField IKubeObjectConstructor","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#ikubemetafield","text":"\u01ac IKubeMetaField : keyof IKubeObjectMetadata Defined in src/renderer/api/kube-object.ts:43","title":"IKubeMetaField"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#ikubeobjectconstructor","text":"\u01ac IKubeObjectConstructor \\ : {} & { apiBase?: string ; kind?: string ; namespaced?: boolean } Defined in src/renderer/api/kube-object.ts:11","title":"IKubeObjectConstructor"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_detail_registry_/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-object-detail-registry\" Module: \"src/renderer/api/kube-object-detail-registry\" # Index # References # kubeObjectDetailRegistry References # kubeObjectDetailRegistry # Re-exports: kubeObjectDetailRegistry","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_detail_registry_/#module-srcrendererapikube-object-detail-registry","text":"","title":"Module: \"src/renderer/api/kube-object-detail-registry\""},{"location":"extensions/api/modules/_src_renderer_api_kube_object_detail_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_detail_registry_/#references","text":"kubeObjectDetailRegistry","title":"References"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_detail_registry_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_detail_registry_/#kubeobjectdetailregistry","text":"Re-exports: kubeObjectDetailRegistry","title":"kubeObjectDetailRegistry"},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-watch-api\" Module: \"src/renderer/api/kube-watch-api\" # Index # Classes # KubeWatchApi Interfaces # IKubeWatchEvent IKubeWatchRouteEvent IKubeWatchRouteQuery Variables # kubeWatchApi Variables # kubeWatchApi # \u2022 Const kubeWatchApi : KubeWatchApi = new KubeWatchApi() Defined in src/renderer/api/kube-watch-api.ts:168","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/#module-srcrendererapikube-watch-api","text":"","title":"Module: \"src/renderer/api/kube-watch-api\""},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/#classes","text":"KubeWatchApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/#interfaces","text":"IKubeWatchEvent IKubeWatchRouteEvent IKubeWatchRouteQuery","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/#variables","text":"kubeWatchApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/#kubewatchapi","text":"\u2022 Const kubeWatchApi : KubeWatchApi = new KubeWatchApi() Defined in src/renderer/api/kube-watch-api.ts:168","title":"kubeWatchApi"},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/terminal-api\" Module: \"src/renderer/api/terminal-api\" # Index # Enumerations # TerminalChannels TerminalColor Classes # TerminalApi Type aliases # TerminalApiQuery Type aliases # TerminalApiQuery # \u01ac TerminalApiQuery : Record\\ & { id: string ; node?: string ; type?: string | \\\"node\\\" } Defined in src/renderer/api/terminal-api.ts:27","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/#module-srcrendererapiterminal-api","text":"","title":"Module: \"src/renderer/api/terminal-api\""},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/#enumerations","text":"TerminalChannels TerminalColor","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/#classes","text":"TerminalApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/#type-aliases","text":"TerminalApiQuery","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/#terminalapiquery","text":"\u01ac TerminalApiQuery : Record\\ & { id: string ; node?: string ; type?: string | \\\"node\\\" } Defined in src/renderer/api/terminal-api.ts:27","title":"TerminalApiQuery"},{"location":"extensions/api/modules/_src_renderer_api_websocket_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/websocket-api\" Module: \"src/renderer/api/websocket-api\" # Index # Enumerations # WebSocketApiState Classes # WebSocketApi Interfaces # IMessage IParams","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_websocket_api_/#module-srcrendererapiwebsocket-api","text":"","title":"Module: \"src/renderer/api/websocket-api\""},{"location":"extensions/api/modules/_src_renderer_api_websocket_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_websocket_api_/#enumerations","text":"WebSocketApiState","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_api_websocket_api_/#classes","text":"WebSocketApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_websocket_api_/#interfaces","text":"IMessage IParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_workload_kube_object_/","text":"@k8slens/extensions Globals / \"src/renderer/api/workload-kube-object\" Module: \"src/renderer/api/workload-kube-object\" # Index # Classes # WorkloadKubeObject Interfaces # IAffinity IMatchExpression INodeAffinity IPodAffinity IToleration","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_workload_kube_object_/#module-srcrendererapiworkload-kube-object","text":"","title":"Module: \"src/renderer/api/workload-kube-object\""},{"location":"extensions/api/modules/_src_renderer_api_workload_kube_object_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_workload_kube_object_/#classes","text":"WorkloadKubeObject","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_workload_kube_object_/#interfaces","text":"IAffinity IMatchExpression INodeAffinity IPodAffinity IToleration","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+add-cluster/add-cluster.route\" Module: \"src/renderer/components/+add-cluster/add-cluster.route\" # Index # Variables # addClusterURL Object literals # addClusterRoute Variables # addClusterURL # \u2022 Const addClusterURL : (Anonymous function) = buildURL(addClusterRoute.path) Defined in src/renderer/components/+add-cluster/add-cluster.route.ts:8 Object literals # addClusterRoute # \u25aa Const addClusterRoute : object Defined in src/renderer/components/+add-cluster/add-cluster.route.ts:4 Properties: Name Type Value path string \"/add-cluster\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#module-srcrenderercomponentsadd-clusteradd-clusterroute","text":"","title":"Module: \"src/renderer/components/+add-cluster/add-cluster.route\""},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#variables","text":"addClusterURL","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#object-literals","text":"addClusterRoute","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#addclusterurl","text":"\u2022 Const addClusterURL : (Anonymous function) = buildURL(addClusterRoute.path) Defined in src/renderer/components/+add-cluster/add-cluster.route.ts:8","title":"addClusterURL"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#addclusterroute","text":"\u25aa Const addClusterRoute : object Defined in src/renderer/components/+add-cluster/add-cluster.route.ts:4","title":"addClusterRoute"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+cluster-settings/cluster-settings.route\" Module: \"src/renderer/components/+cluster-settings/cluster-settings.route\" # Index # Interfaces # IClusterSettingsRouteParams Variables # clusterSettingsURL Object literals # clusterSettingsRoute Variables # clusterSettingsURL # \u2022 Const clusterSettingsURL : (Anonymous function) = buildURL\\ (clusterSettingsRoute.path) Defined in src/renderer/components/+cluster-settings/cluster-settings.route.ts:12 Object literals # clusterSettingsRoute # \u25aa Const clusterSettingsRoute : object Defined in src/renderer/components/+cluster-settings/cluster-settings.route.ts:8 Properties: Name Type Value path string `/cluster/:clusterId/settings`","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#module-srcrenderercomponentscluster-settingscluster-settingsroute","text":"","title":"Module: \"src/renderer/components/+cluster-settings/cluster-settings.route\""},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#interfaces","text":"IClusterSettingsRouteParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#variables","text":"clusterSettingsURL","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#object-literals","text":"clusterSettingsRoute","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#clustersettingsurl","text":"\u2022 Const clusterSettingsURL : (Anonymous function) = buildURL\\ (clusterSettingsRoute.path) Defined in src/renderer/components/+cluster-settings/cluster-settings.route.ts:12","title":"clusterSettingsURL"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#clustersettingsroute","text":"\u25aa Const clusterSettingsRoute : object Defined in src/renderer/components/+cluster-settings/cluster-settings.route.ts:8","title":"clusterSettingsRoute"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_details_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-details\" Module: \"src/renderer/components/+custom-resources/crd-details\" # Index # Classes # CRDDetails Interfaces # Props","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_details_/#module-srcrenderercomponentscustom-resourcescrd-details","text":"","title":"Module: \"src/renderer/components/+custom-resources/crd-details\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_details_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_details_/#classes","text":"CRDDetails","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_details_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_list_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-list\" Module: \"src/renderer/components/+custom-resources/crd-list\" # Index # Enumerations # sortBy Classes # CrdList","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_list_/#module-srcrenderercomponentscustom-resourcescrd-list","text":"","title":"Module: \"src/renderer/components/+custom-resources/crd-list\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_list_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_list_/#enumerations","text":"sortBy","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_list_/#classes","text":"CrdList","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resource-details\" Module: \"src/renderer/components/+custom-resources/crd-resource-details\" # Index # Classes # CrdResourceDetails Interfaces # Props Functions # CrdColumnValue Functions # CrdColumnValue # \u25b8 CrdColumnValue ( __namedParameters : { value: string | {} | any[] }): Element Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:20 Parameters: Name Type __namedParameters { value: string | {} | any[] } Returns: Element","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/#module-srcrenderercomponentscustom-resourcescrd-resource-details","text":"","title":"Module: \"src/renderer/components/+custom-resources/crd-resource-details\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/#classes","text":"CrdResourceDetails","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/#functions","text":"CrdColumnValue","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/#crdcolumnvalue","text":"\u25b8 CrdColumnValue ( __namedParameters : { value: string | {} | any[] }): Element Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:20","title":"CrdColumnValue"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resource.store\" Module: \"src/renderer/components/+custom-resources/crd-resource.store\" # Index # Classes # CRDResourceStore","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_store_/#module-srcrenderercomponentscustom-resourcescrd-resourcestore","text":"","title":"Module: \"src/renderer/components/+custom-resources/crd-resource.store\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_store_/#classes","text":"CRDResourceStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resources_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resources\" Module: \"src/renderer/components/+custom-resources/crd-resources\" # Index # Enumerations # sortBy Classes # CrdResources Interfaces # Props","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resources_/#module-srcrenderercomponentscustom-resourcescrd-resources","text":"","title":"Module: \"src/renderer/components/+custom-resources/crd-resources\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resources_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resources_/#enumerations","text":"sortBy","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resources_/#classes","text":"CrdResources","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resources_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd.route\" Module: \"src/renderer/components/+custom-resources/crd.route\" # Index # Interfaces # ICRDListQuery ICRDRouteParams Variables # crdResourcesURL crdURL Object literals # crdDefinitionsRoute crdResourcesRoute crdRoute Variables # crdResourcesURL # \u2022 Const crdResourcesURL : (Anonymous function) = buildURL\\ (crdResourcesRoute.path) Defined in src/renderer/components/+custom-resources/crd.route.ts:26 crdURL # \u2022 Const crdURL : (Anonymous function) = buildURL\\<{}, ICRDListQuery>(crdDefinitionsRoute.path) Defined in src/renderer/components/+custom-resources/crd.route.ts:25 Object literals # crdDefinitionsRoute # \u25aa Const crdDefinitionsRoute : object Defined in src/renderer/components/+custom-resources/crd.route.ts:8 Properties: Name Type Value path string crdRoute.path + \"/definitions\" crdResourcesRoute # \u25aa Const crdResourcesRoute : object Defined in src/renderer/components/+custom-resources/crd.route.ts:12 Properties: Name Type Value path string crdRoute.path + \"/:group/:name\" crdRoute # \u25aa Const crdRoute : object Defined in src/renderer/components/+custom-resources/crd.route.ts:4 Properties: Name Type Value path string \"/crd\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#module-srcrenderercomponentscustom-resourcescrdroute","text":"","title":"Module: \"src/renderer/components/+custom-resources/crd.route\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#interfaces","text":"ICRDListQuery ICRDRouteParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#variables","text":"crdResourcesURL crdURL","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#object-literals","text":"crdDefinitionsRoute crdResourcesRoute crdRoute","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#crdresourcesurl","text":"\u2022 Const crdResourcesURL : (Anonymous function) = buildURL\\ (crdResourcesRoute.path) Defined in src/renderer/components/+custom-resources/crd.route.ts:26","title":"crdResourcesURL"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#crdurl","text":"\u2022 Const crdURL : (Anonymous function) = buildURL\\<{}, ICRDListQuery>(crdDefinitionsRoute.path) Defined in src/renderer/components/+custom-resources/crd.route.ts:25","title":"crdURL"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#crddefinitionsroute","text":"\u25aa Const crdDefinitionsRoute : object Defined in src/renderer/components/+custom-resources/crd.route.ts:8","title":"crdDefinitionsRoute"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#crdresourcesroute","text":"\u25aa Const crdResourcesRoute : object Defined in src/renderer/components/+custom-resources/crd.route.ts:12","title":"crdResourcesRoute"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#crdroute","text":"\u25aa Const crdRoute : object Defined in src/renderer/components/+custom-resources/crd.route.ts:4","title":"crdRoute"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd.store\" Module: \"src/renderer/components/+custom-resources/crd.store\" # Index # Classes # CRDStore Variables # crdStore Functions # initStore Variables # crdStore # \u2022 Const crdStore : CRDStore = new CRDStore() Defined in src/renderer/components/+custom-resources/crd.store.ts:65 Functions # initStore # \u25b8 initStore ( crd : CustomResourceDefinition ): void Defined in src/renderer/components/+custom-resources/crd.store.ts:10 Parameters: Name Type crd CustomResourceDefinition Returns: void","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#module-srcrenderercomponentscustom-resourcescrdstore","text":"","title":"Module: \"src/renderer/components/+custom-resources/crd.store\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#classes","text":"CRDStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#variables","text":"crdStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#functions","text":"initStore","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#crdstore","text":"\u2022 Const crdStore : CRDStore = new CRDStore() Defined in src/renderer/components/+custom-resources/crd.store.ts:65","title":"crdStore"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#initstore","text":"\u25b8 initStore ( crd : CustomResourceDefinition ): void Defined in src/renderer/components/+custom-resources/crd.store.ts:10","title":"initStore"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/index\" Module: \"src/renderer/components/+custom-resources/index\" # Index # References # CRDDetails CrdList CrdResourceDetails CrdResources ICRDListQuery ICRDRouteParams crdDefinitionsRoute crdResourcesRoute crdResourcesURL crdRoute crdURL References # CRDDetails # Re-exports: CRDDetails CrdList # Re-exports: CrdList CrdResourceDetails # Re-exports: CrdResourceDetails CrdResources # Re-exports: CrdResources ICRDListQuery # Re-exports: ICRDListQuery ICRDRouteParams # Re-exports: ICRDRouteParams crdDefinitionsRoute # Re-exports: crdDefinitionsRoute crdResourcesRoute # Re-exports: crdResourcesRoute crdResourcesURL # Re-exports: crdResourcesURL crdRoute # Re-exports: crdRoute crdURL # Re-exports: crdURL","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#module-srcrenderercomponentscustom-resourcesindex","text":"","title":"Module: \"src/renderer/components/+custom-resources/index\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#references","text":"CRDDetails CrdList CrdResourceDetails CrdResources ICRDListQuery ICRDRouteParams crdDefinitionsRoute crdResourcesRoute crdResourcesURL crdRoute crdURL","title":"References"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crddetails","text":"Re-exports: CRDDetails","title":"CRDDetails"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crdlist","text":"Re-exports: CrdList","title":"CrdList"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crdresourcedetails","text":"Re-exports: CrdResourceDetails","title":"CrdResourceDetails"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crdresources","text":"Re-exports: CrdResources","title":"CrdResources"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#icrdlistquery","text":"Re-exports: ICRDListQuery","title":"ICRDListQuery"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#icrdrouteparams","text":"Re-exports: ICRDRouteParams","title":"ICRDRouteParams"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crddefinitionsroute","text":"Re-exports: crdDefinitionsRoute","title":"crdDefinitionsRoute"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crdresourcesroute","text":"Re-exports: crdResourcesRoute","title":"crdResourcesRoute"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crdresourcesurl","text":"Re-exports: crdResourcesURL","title":"crdResourcesURL"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crdroute","text":"Re-exports: crdRoute","title":"crdRoute"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crdurl","text":"Re-exports: crdURL","title":"crdURL"},{"location":"extensions/api/modules/_src_renderer_components__events_event_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+events/event.store\" Module: \"src/renderer/components/+events/event.store\" # Index # Classes # EventStore Variables # eventStore Variables # eventStore # \u2022 Const eventStore : EventStore = new EventStore() Defined in src/renderer/components/+events/event.store.ts:51","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__events_event_store_/#module-srcrenderercomponentseventseventstore","text":"","title":"Module: \"src/renderer/components/+events/event.store\""},{"location":"extensions/api/modules/_src_renderer_components__events_event_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__events_event_store_/#classes","text":"EventStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__events_event_store_/#variables","text":"eventStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__events_event_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__events_event_store_/#eventstore","text":"\u2022 Const eventStore : EventStore = new EventStore() Defined in src/renderer/components/+events/event.store.ts:51","title":"eventStore"},{"location":"extensions/api/modules/_src_renderer_components__events_kube_event_details_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+events/kube-event-details\" Module: \"src/renderer/components/+events/kube-event-details\" # Index # Classes # KubeEventDetails Interfaces # KubeEventDetailsProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__events_kube_event_details_/#module-srcrenderercomponentseventskube-event-details","text":"","title":"Module: \"src/renderer/components/+events/kube-event-details\""},{"location":"extensions/api/modules/_src_renderer_components__events_kube_event_details_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__events_kube_event_details_/#classes","text":"KubeEventDetails","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__events_kube_event_details_/#interfaces","text":"KubeEventDetailsProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+extensions/extensions.route\" Module: \"src/renderer/components/+extensions/extensions.route\" # Index # Variables # extensionsURL Object literals # extensionsRoute Variables # extensionsURL # \u2022 Const extensionsURL : (Anonymous function) = buildURL(extensionsRoute.path) Defined in src/renderer/components/+extensions/extensions.route.ts:8 Object literals # extensionsRoute # \u25aa Const extensionsRoute : object Defined in src/renderer/components/+extensions/extensions.route.ts:4 Properties: Name Type Value path string \"/extensions\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#module-srcrenderercomponentsextensionsextensionsroute","text":"","title":"Module: \"src/renderer/components/+extensions/extensions.route\""},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#variables","text":"extensionsURL","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#object-literals","text":"extensionsRoute","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#extensionsurl","text":"\u2022 Const extensionsURL : (Anonymous function) = buildURL(extensionsRoute.path) Defined in src/renderer/components/+extensions/extensions.route.ts:8","title":"extensionsURL"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#extensionsroute","text":"\u25aa Const extensionsRoute : object Defined in src/renderer/components/+extensions/extensions.route.ts:4","title":"extensionsRoute"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+namespaces/namespace-select\" Module: \"src/renderer/components/+namespaces/namespace-select\" # Index # Classes # NamespaceSelect NamespaceSelectFilter Interfaces # Props Object literals # defaultProps Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/+namespaces/namespace-select.tsx:22 Properties: Name Type Value showClusterOption false false showIcons true true clusterOptionLabel","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/#module-srcrenderercomponentsnamespacesnamespace-select","text":"","title":"Module: \"src/renderer/components/+namespaces/namespace-select\""},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/#classes","text":"NamespaceSelect NamespaceSelectFilter","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/+namespaces/namespace-select.tsx:22","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+namespaces/namespace.store\" Module: \"src/renderer/components/+namespaces/namespace.store\" # Index # Classes # NamespaceStore Variables # namespaceStore Variables # namespaceStore # \u2022 Const namespaceStore : NamespaceStore = new NamespaceStore() Defined in src/renderer/components/+namespaces/namespace.store.ts:97","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/#module-srcrenderercomponentsnamespacesnamespacestore","text":"","title":"Module: \"src/renderer/components/+namespaces/namespace.store\""},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/#classes","text":"NamespaceStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/#variables","text":"namespaceStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/#namespacestore","text":"\u2022 Const namespaceStore : NamespaceStore = new NamespaceStore() Defined in src/renderer/components/+namespaces/namespace.store.ts:97","title":"namespaceStore"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+preferences/preferences.route\" Module: \"src/renderer/components/+preferences/preferences.route\" # Index # Variables # preferencesURL Object literals # preferencesRoute Variables # preferencesURL # \u2022 Const preferencesURL : (Anonymous function) = buildURL(preferencesRoute.path) Defined in src/renderer/components/+preferences/preferences.route.ts:8 Object literals # preferencesRoute # \u25aa Const preferencesRoute : object Defined in src/renderer/components/+preferences/preferences.route.ts:4 Properties: Name Type Value path string \"/preferences\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#module-srcrenderercomponentspreferencespreferencesroute","text":"","title":"Module: \"src/renderer/components/+preferences/preferences.route\""},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#variables","text":"preferencesURL","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#object-literals","text":"preferencesRoute","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#preferencesurl","text":"\u2022 Const preferencesURL : (Anonymous function) = buildURL(preferencesRoute.path) Defined in src/renderer/components/+preferences/preferences.route.ts:8","title":"preferencesURL"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#preferencesroute","text":"\u25aa Const preferencesRoute : object Defined in src/renderer/components/+preferences/preferences.route.ts:4","title":"preferencesRoute"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+whats-new/whats-new.route\" Module: \"src/renderer/components/+whats-new/whats-new.route\" # Index # Variables # whatsNewURL Object literals # whatsNewRoute Variables # whatsNewURL # \u2022 Const whatsNewURL : (Anonymous function) = buildURL(whatsNewRoute.path) Defined in src/renderer/components/+whats-new/whats-new.route.ts:8 Object literals # whatsNewRoute # \u25aa Const whatsNewRoute : object Defined in src/renderer/components/+whats-new/whats-new.route.ts:4 Properties: Name Type Value path string \"/what-s-new\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#module-srcrenderercomponentswhats-newwhats-newroute","text":"","title":"Module: \"src/renderer/components/+whats-new/whats-new.route\""},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#variables","text":"whatsNewURL","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#object-literals","text":"whatsNewRoute","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#whatsnewurl","text":"\u2022 Const whatsNewURL : (Anonymous function) = buildURL(whatsNewRoute.path) Defined in src/renderer/components/+whats-new/whats-new.route.ts:8","title":"whatsNewURL"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#whatsnewroute","text":"\u25aa Const whatsNewRoute : object Defined in src/renderer/components/+whats-new/whats-new.route.ts:4","title":"whatsNewRoute"},{"location":"extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+workloads-pods/pods.store\" Module: \"src/renderer/components/+workloads-pods/pods.store\" # Index # Classes # PodsStore Variables # podsStore Variables # podsStore # \u2022 Const podsStore : PodsStore = new PodsStore() Defined in src/renderer/components/+workloads-pods/pods.store.ts:78","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/#module-srcrenderercomponentsworkloads-podspodsstore","text":"","title":"Module: \"src/renderer/components/+workloads-pods/pods.store\""},{"location":"extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/#classes","text":"PodsStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/#variables","text":"podsStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/#podsstore","text":"\u2022 Const podsStore : PodsStore = new PodsStore() Defined in src/renderer/components/+workloads-pods/pods.store.ts:78","title":"podsStore"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/","text":"@k8slens/extensions Globals / \"src/renderer/components/ace-editor/ace-editor\" Module: \"src/renderer/components/ace-editor/ace-editor\" # Index # Classes # AceEditor Interfaces # Props State Object literals # defaultProps Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/ace-editor/ace-editor.tsx:27 Properties: Name Type Value foldStyle \\\"markbegin\\\" \"markbegin\" mode string \"yaml\" onBlur any noop onFocus any noop printMargin false false showGutter true true tabSize number 2 useWorker false false value string \"\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/#module-srcrenderercomponentsace-editorace-editor","text":"","title":"Module: \"src/renderer/components/ace-editor/ace-editor\""},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/#classes","text":"AceEditor","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/#interfaces","text":"Props State","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/ace-editor/ace-editor.tsx:27","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/ace-editor/index\" Module: \"src/renderer/components/ace-editor/index\" # Index # References # AceEditor References # AceEditor # Re-exports: AceEditor","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_index_/#module-srcrenderercomponentsace-editorindex","text":"","title":"Module: \"src/renderer/components/ace-editor/index\""},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_index_/#references","text":"AceEditor","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_index_/#aceeditor","text":"Re-exports: AceEditor","title":"AceEditor"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_add_remove_buttons_/","text":"@k8slens/extensions Globals / \"src/renderer/components/add-remove-buttons/add-remove-buttons\" Module: \"src/renderer/components/add-remove-buttons/add-remove-buttons\" # Index # Classes # AddRemoveButtons Interfaces # AddRemoveButtonsProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_add_remove_buttons_/#module-srcrenderercomponentsadd-remove-buttonsadd-remove-buttons","text":"","title":"Module: \"src/renderer/components/add-remove-buttons/add-remove-buttons\""},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_add_remove_buttons_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_add_remove_buttons_/#classes","text":"AddRemoveButtons","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_add_remove_buttons_/#interfaces","text":"AddRemoveButtonsProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/add-remove-buttons/index\" Module: \"src/renderer/components/add-remove-buttons/index\" # Index # References # AddRemoveButtons AddRemoveButtonsProps References # AddRemoveButtons # Re-exports: AddRemoveButtons AddRemoveButtonsProps # Re-exports: AddRemoveButtonsProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_index_/#module-srcrenderercomponentsadd-remove-buttonsindex","text":"","title":"Module: \"src/renderer/components/add-remove-buttons/index\""},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_index_/#references","text":"AddRemoveButtons AddRemoveButtonsProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_index_/#addremovebuttons","text":"Re-exports: AddRemoveButtons","title":"AddRemoveButtons"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_index_/#addremovebuttonsprops","text":"Re-exports: AddRemoveButtonsProps","title":"AddRemoveButtonsProps"},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/","text":"@k8slens/extensions Globals / \"src/renderer/components/animate/animate\" Module: \"src/renderer/components/animate/animate\" # Index # Classes # Animate Interfaces # AnimateProps Type aliases # AnimateName Type aliases # AnimateName # \u01ac AnimateName : \\\"opacity\\\" | \\\"slide-right\\\" | \\\"opacity-scale\\\" | string Defined in src/renderer/components/animate/animate.tsx:7","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/#module-srcrenderercomponentsanimateanimate","text":"","title":"Module: \"src/renderer/components/animate/animate\""},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/#classes","text":"Animate","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/#interfaces","text":"AnimateProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/#type-aliases","text":"AnimateName","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/#animatename","text":"\u01ac AnimateName : \\\"opacity\\\" | \\\"slide-right\\\" | \\\"opacity-scale\\\" | string Defined in src/renderer/components/animate/animate.tsx:7","title":"AnimateName"},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/animate/index\" Module: \"src/renderer/components/animate/index\" # Index # References # Animate AnimateName AnimateProps References # Animate # Re-exports: Animate AnimateName # Re-exports: AnimateName AnimateProps # Re-exports: AnimateProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/#module-srcrenderercomponentsanimateindex","text":"","title":"Module: \"src/renderer/components/animate/index\""},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/#references","text":"Animate AnimateName AnimateProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/#animate","text":"Re-exports: Animate","title":"Animate"},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/#animatename","text":"Re-exports: AnimateName","title":"AnimateName"},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/#animateprops","text":"Re-exports: AnimateProps","title":"AnimateProps"},{"location":"extensions/api/modules/_src_renderer_components_badge_badge_/","text":"@k8slens/extensions Globals / \"src/renderer/components/badge/badge\" Module: \"src/renderer/components/badge/badge\" # Index # Classes # Badge Interfaces # BadgeProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_badge_badge_/#module-srcrenderercomponentsbadgebadge","text":"","title":"Module: \"src/renderer/components/badge/badge\""},{"location":"extensions/api/modules/_src_renderer_components_badge_badge_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_badge_badge_/#classes","text":"Badge","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_badge_badge_/#interfaces","text":"BadgeProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_badge_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/badge/index\" Module: \"src/renderer/components/badge/index\" # Index # References # Badge BadgeProps References # Badge # Re-exports: Badge BadgeProps # Re-exports: BadgeProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_badge_index_/#module-srcrenderercomponentsbadgeindex","text":"","title":"Module: \"src/renderer/components/badge/index\""},{"location":"extensions/api/modules/_src_renderer_components_badge_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_badge_index_/#references","text":"Badge BadgeProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_badge_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_badge_index_/#badge","text":"Re-exports: Badge","title":"Badge"},{"location":"extensions/api/modules/_src_renderer_components_badge_index_/#badgeprops","text":"Re-exports: BadgeProps","title":"BadgeProps"},{"location":"extensions/api/modules/_src_renderer_components_button_button_/","text":"@k8slens/extensions Globals / \"src/renderer/components/button/button\" Module: \"src/renderer/components/button/button\" # Index # Classes # Button Interfaces # ButtonProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_button_button_/#module-srcrenderercomponentsbuttonbutton","text":"","title":"Module: \"src/renderer/components/button/button\""},{"location":"extensions/api/modules/_src_renderer_components_button_button_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_button_button_/#classes","text":"Button","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_button_button_/#interfaces","text":"ButtonProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_button_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/button/index\" Module: \"src/renderer/components/button/index\" # Index # References # Button ButtonProps References # Button # Re-exports: Button ButtonProps # Re-exports: ButtonProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_button_index_/#module-srcrenderercomponentsbuttonindex","text":"","title":"Module: \"src/renderer/components/button/index\""},{"location":"extensions/api/modules/_src_renderer_components_button_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_button_index_/#references","text":"Button ButtonProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_button_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_button_index_/#button","text":"Re-exports: Button","title":"Button"},{"location":"extensions/api/modules/_src_renderer_components_button_index_/#buttonprops","text":"Re-exports: ButtonProps","title":"ButtonProps"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_checkbox_/","text":"@k8slens/extensions Globals / \"src/renderer/components/checkbox/checkbox\" Module: \"src/renderer/components/checkbox/checkbox\" # Index # Classes # Checkbox Interfaces # CheckboxProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_checkbox_/#module-srcrenderercomponentscheckboxcheckbox","text":"","title":"Module: \"src/renderer/components/checkbox/checkbox\""},{"location":"extensions/api/modules/_src_renderer_components_checkbox_checkbox_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_checkbox_/#classes","text":"Checkbox","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_checkbox_/#interfaces","text":"CheckboxProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/checkbox/index\" Module: \"src/renderer/components/checkbox/index\" # Index # References # Checkbox CheckboxProps References # Checkbox # Re-exports: Checkbox CheckboxProps # Re-exports: CheckboxProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_index_/#module-srcrenderercomponentscheckboxindex","text":"","title":"Module: \"src/renderer/components/checkbox/index\""},{"location":"extensions/api/modules/_src_renderer_components_checkbox_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_index_/#references","text":"Checkbox CheckboxProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_index_/#checkbox","text":"Re-exports: Checkbox","title":"Checkbox"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_index_/#checkboxprops","text":"Re-exports: CheckboxProps","title":"CheckboxProps"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/","text":"@k8slens/extensions Globals / \"src/renderer/components/cluster-manager/cluster-view.route\" Module: \"src/renderer/components/cluster-manager/cluster-view.route\" # Index # Interfaces # IClusterViewRouteParams Variables # clusterViewURL Object literals # clusterViewRoute Variables # clusterViewURL # \u2022 Const clusterViewURL : (Anonymous function) = buildURL\\ (clusterViewRoute.path) Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:13 Object literals # clusterViewRoute # \u25aa Const clusterViewRoute : object Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:8 Properties: Name Type Value exact true true path string \"/cluster/:clusterId\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#module-srcrenderercomponentscluster-managercluster-viewroute","text":"","title":"Module: \"src/renderer/components/cluster-manager/cluster-view.route\""},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#interfaces","text":"IClusterViewRouteParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#variables","text":"clusterViewURL","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#object-literals","text":"clusterViewRoute","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#clusterviewurl","text":"\u2022 Const clusterViewURL : (Anonymous function) = buildURL\\ (clusterViewRoute.path) Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:13","title":"clusterViewURL"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#clusterviewroute","text":"\u25aa Const clusterViewRoute : object Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:8","title":"clusterViewRoute"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_confirm_dialog_/","text":"@k8slens/extensions Globals / \"src/renderer/components/confirm-dialog/confirm-dialog\" Module: \"src/renderer/components/confirm-dialog/confirm-dialog\" # Index # Classes # ConfirmDialog Interfaces # ConfirmDialogParams ConfirmDialogProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_confirm_dialog_/#module-srcrenderercomponentsconfirm-dialogconfirm-dialog","text":"","title":"Module: \"src/renderer/components/confirm-dialog/confirm-dialog\""},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_confirm_dialog_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_confirm_dialog_/#classes","text":"ConfirmDialog","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_confirm_dialog_/#interfaces","text":"ConfirmDialogParams ConfirmDialogProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/confirm-dialog/index\" Module: \"src/renderer/components/confirm-dialog/index\" # Index # References # ConfirmDialog ConfirmDialogParams ConfirmDialogProps References # ConfirmDialog # Re-exports: ConfirmDialog ConfirmDialogParams # Re-exports: ConfirmDialogParams ConfirmDialogProps # Re-exports: ConfirmDialogProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/#module-srcrenderercomponentsconfirm-dialogindex","text":"","title":"Module: \"src/renderer/components/confirm-dialog/index\""},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/#references","text":"ConfirmDialog ConfirmDialogParams ConfirmDialogProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/#confirmdialog","text":"Re-exports: ConfirmDialog","title":"ConfirmDialog"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/#confirmdialogparams","text":"Re-exports: ConfirmDialogParams","title":"ConfirmDialogParams"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/#confirmdialogprops","text":"Re-exports: ConfirmDialogProps","title":"ConfirmDialogProps"},{"location":"extensions/api/modules/_src_renderer_components_dialog_dialog_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dialog/dialog\" Module: \"src/renderer/components/dialog/dialog\" # Index # Classes # Dialog Interfaces # DialogProps DialogState","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dialog_dialog_/#module-srcrenderercomponentsdialogdialog","text":"","title":"Module: \"src/renderer/components/dialog/dialog\""},{"location":"extensions/api/modules/_src_renderer_components_dialog_dialog_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dialog_dialog_/#classes","text":"Dialog","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_dialog_dialog_/#interfaces","text":"DialogProps DialogState","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_dialog_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dialog/index\" Module: \"src/renderer/components/dialog/index\" # Index # References # Dialog DialogProps References # Dialog # Re-exports: Dialog DialogProps # Re-exports: DialogProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dialog_index_/#module-srcrenderercomponentsdialogindex","text":"","title":"Module: \"src/renderer/components/dialog/index\""},{"location":"extensions/api/modules/_src_renderer_components_dialog_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dialog_index_/#references","text":"Dialog DialogProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_dialog_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_dialog_index_/#dialog","text":"Re-exports: Dialog","title":"Dialog"},{"location":"extensions/api/modules/_src_renderer_components_dialog_index_/#dialogprops","text":"Re-exports: DialogProps","title":"DialogProps"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/dock.store\" Module: \"src/renderer/components/dock/dock.store\" # Index # Enumerations # TabKind Classes # DockStore Interfaces # IDockTab Type aliases # TabId Variables # dockStore Type aliases # TabId # \u01ac TabId : string Defined in src/renderer/components/dock/dock.store.ts:6 Variables # dockStore # \u2022 Const dockStore : DockStore = new DockStore() Defined in src/renderer/components/dock/dock.store.ts:192","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#module-srcrenderercomponentsdockdockstore","text":"","title":"Module: \"src/renderer/components/dock/dock.store\""},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#enumerations","text":"TabKind","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#classes","text":"DockStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#interfaces","text":"IDockTab","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#type-aliases","text":"TabId","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#variables","text":"dockStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#tabid","text":"\u01ac TabId : string Defined in src/renderer/components/dock/dock.store.ts:6","title":"TabId"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#dockstore","text":"\u2022 Const dockStore : DockStore = new DockStore() Defined in src/renderer/components/dock/dock.store.ts:192","title":"dockStore"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_tab_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/dock-tab.store\" Module: \"src/renderer/components/dock/dock-tab.store\" # Index # Classes # DockTabStore Interfaces # Options","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_tab_store_/#module-srcrenderercomponentsdockdock-tabstore","text":"","title":"Module: \"src/renderer/components/dock/dock-tab.store\""},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_tab_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_tab_store_/#classes","text":"DockTabStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_tab_store_/#interfaces","text":"Options","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/edit-resource.store\" Module: \"src/renderer/components/dock/edit-resource.store\" # Index # Classes # EditResourceStore Interfaces # KubeEditResource Variables # editResourceStore Functions # editResourceTab isEditResourceTab Variables # editResourceStore # \u2022 Const editResourceStore : EditResourceStore = new EditResourceStore() Defined in src/renderer/components/dock/edit-resource.store.ts:65 Functions # editResourceTab # \u25b8 editResourceTab ( object : KubeObject , tabParams? : Partial\\< IDockTab >): IDockTab Defined in src/renderer/components/dock/edit-resource.store.ts:67 Parameters: Name Type Default value object KubeObject - tabParams Partial\\< IDockTab > {} Returns: IDockTab isEditResourceTab # \u25b8 isEditResourceTab ( tab : IDockTab ): boolean Defined in src/renderer/components/dock/edit-resource.store.ts:88 Parameters: Name Type tab IDockTab Returns: boolean","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#module-srcrenderercomponentsdockedit-resourcestore","text":"","title":"Module: \"src/renderer/components/dock/edit-resource.store\""},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#classes","text":"EditResourceStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#interfaces","text":"KubeEditResource","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#variables","text":"editResourceStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#functions","text":"editResourceTab isEditResourceTab","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#editresourcestore","text":"\u2022 Const editResourceStore : EditResourceStore = new EditResourceStore() Defined in src/renderer/components/dock/edit-resource.store.ts:65","title":"editResourceStore"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#editresourcetab","text":"\u25b8 editResourceTab ( object : KubeObject , tabParams? : Partial\\< IDockTab >): IDockTab Defined in src/renderer/components/dock/edit-resource.store.ts:67","title":"editResourceTab"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#iseditresourcetab","text":"\u25b8 isEditResourceTab ( tab : IDockTab ): boolean Defined in src/renderer/components/dock/edit-resource.store.ts:88","title":"isEditResourceTab"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/pod-logs.store\" Module: \"src/renderer/components/dock/pod-logs.store\" # Index # Classes # PodLogsStore Interfaces # IPodLogsData Type aliases # PodLogLine TabId Variables # logRange podLogsStore Functions # createPodLogsTab isPodLogsTab Type aliases # PodLogLine # \u01ac PodLogLine : string Defined in src/renderer/components/dock/pod-logs.store.ts:20 TabId # \u01ac TabId : string Defined in src/renderer/components/dock/pod-logs.store.ts:19 Variables # logRange # \u2022 Const logRange : 500 = 500 Defined in src/renderer/components/dock/pod-logs.store.ts:23 podLogsStore # \u2022 Const podLogsStore : PodLogsStore = new PodLogsStore() Defined in src/renderer/components/dock/pod-logs.store.ts:176 Functions # createPodLogsTab # \u25b8 createPodLogsTab ( data : IPodLogsData , tabParams? : Partial\\< IDockTab >): IDockTab Defined in src/renderer/components/dock/pod-logs.store.ts:178 Parameters: Name Type Default value data IPodLogsData - tabParams Partial\\< IDockTab > {} Returns: IDockTab isPodLogsTab # \u25b8 isPodLogsTab ( tab : IDockTab ): boolean Defined in src/renderer/components/dock/pod-logs.store.ts:197 Parameters: Name Type tab IDockTab Returns: boolean","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#module-srcrenderercomponentsdockpod-logsstore","text":"","title":"Module: \"src/renderer/components/dock/pod-logs.store\""},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#classes","text":"PodLogsStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#interfaces","text":"IPodLogsData","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#type-aliases","text":"PodLogLine TabId","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#variables","text":"logRange podLogsStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#functions","text":"createPodLogsTab isPodLogsTab","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#podlogline","text":"\u01ac PodLogLine : string Defined in src/renderer/components/dock/pod-logs.store.ts:20","title":"PodLogLine"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#tabid","text":"\u01ac TabId : string Defined in src/renderer/components/dock/pod-logs.store.ts:19","title":"TabId"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#logrange","text":"\u2022 Const logRange : 500 = 500 Defined in src/renderer/components/dock/pod-logs.store.ts:23","title":"logRange"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#podlogsstore","text":"\u2022 Const podLogsStore : PodLogsStore = new PodLogsStore() Defined in src/renderer/components/dock/pod-logs.store.ts:176","title":"podLogsStore"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#createpodlogstab","text":"\u25b8 createPodLogsTab ( data : IPodLogsData , tabParams? : Partial\\< IDockTab >): IDockTab Defined in src/renderer/components/dock/pod-logs.store.ts:178","title":"createPodLogsTab"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#ispodlogstab","text":"\u25b8 isPodLogsTab ( tab : IDockTab ): boolean Defined in src/renderer/components/dock/pod-logs.store.ts:197","title":"isPodLogsTab"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/terminal\" Module: \"src/renderer/components/dock/terminal\" # Index # Classes # Terminal","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_/#module-srcrenderercomponentsdockterminal","text":"","title":"Module: \"src/renderer/components/dock/terminal\""},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_/#classes","text":"Terminal","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/terminal.store\" Module: \"src/renderer/components/dock/terminal.store\" # Index # Classes # TerminalStore Interfaces # ITerminalTab Variables # terminalStore Functions # createTerminalTab isTerminalTab Variables # terminalStore # \u2022 Const terminalStore : TerminalStore = new TerminalStore() Defined in src/renderer/components/dock/terminal.store.ts:116 Functions # createTerminalTab # \u25b8 createTerminalTab ( tabParams? : Partial\\< ITerminalTab >): IDockTab Defined in src/renderer/components/dock/terminal.store.ts:18 Parameters: Name Type Default value tabParams Partial\\< ITerminalTab > {} Returns: IDockTab isTerminalTab # \u25b8 isTerminalTab ( tab : IDockTab ): boolean Defined in src/renderer/components/dock/terminal.store.ts:14 Parameters: Name Type tab IDockTab Returns: boolean","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#module-srcrenderercomponentsdockterminalstore","text":"","title":"Module: \"src/renderer/components/dock/terminal.store\""},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#classes","text":"TerminalStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#interfaces","text":"ITerminalTab","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#variables","text":"terminalStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#functions","text":"createTerminalTab isTerminalTab","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#terminalstore","text":"\u2022 Const terminalStore : TerminalStore = new TerminalStore() Defined in src/renderer/components/dock/terminal.store.ts:116","title":"terminalStore"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#createterminaltab","text":"\u25b8 createTerminalTab ( tabParams? : Partial\\< ITerminalTab >): IDockTab Defined in src/renderer/components/dock/terminal.store.ts:18","title":"createTerminalTab"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#isterminaltab","text":"\u25b8 isTerminalTab ( tab : IDockTab ): boolean Defined in src/renderer/components/dock/terminal.store.ts:14","title":"isTerminalTab"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer\" Module: \"src/renderer/components/drawer/drawer\" # Index # Classes # Drawer Interfaces # DrawerProps Object literals # defaultProps Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/drawer/drawer.tsx:23 Properties: Name Type Value animation string \"slide-right\" onClose any noop position \\\"right\\\" \"right\" usePortal false false","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/#module-srcrenderercomponentsdrawerdrawer","text":"","title":"Module: \"src/renderer/components/drawer/drawer\""},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/#classes","text":"Drawer","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/#interfaces","text":"DrawerProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/drawer/drawer.tsx:23","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-item\" Module: \"src/renderer/components/drawer/drawer-item\" # Index # Classes # DrawerItem Interfaces # DrawerItemProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_/#module-srcrenderercomponentsdrawerdrawer-item","text":"","title":"Module: \"src/renderer/components/drawer/drawer-item\""},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_/#classes","text":"DrawerItem","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_/#interfaces","text":"DrawerItemProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-item-labels\" Module: \"src/renderer/components/drawer/drawer-item-labels\" # Index # Interfaces # DrawerItemLabelsProps Functions # DrawerItemLabels Functions # DrawerItemLabels # \u25b8 DrawerItemLabels ( props : DrawerItemLabelsProps ): Element Defined in src/renderer/components/drawer/drawer-item-labels.tsx:9 Parameters: Name Type props DrawerItemLabelsProps Returns: Element","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/#module-srcrenderercomponentsdrawerdrawer-item-labels","text":"","title":"Module: \"src/renderer/components/drawer/drawer-item-labels\""},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/#interfaces","text":"DrawerItemLabelsProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/#functions","text":"DrawerItemLabels","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/#draweritemlabels","text":"\u25b8 DrawerItemLabels ( props : DrawerItemLabelsProps ): Element Defined in src/renderer/components/drawer/drawer-item-labels.tsx:9","title":"DrawerItemLabels"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_param_toggler_/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-param-toggler\" Module: \"src/renderer/components/drawer/drawer-param-toggler\" # Index # Classes # DrawerParamToggler Interfaces # DrawerParamTogglerProps State","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_param_toggler_/#module-srcrenderercomponentsdrawerdrawer-param-toggler","text":"","title":"Module: \"src/renderer/components/drawer/drawer-param-toggler\""},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_param_toggler_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_param_toggler_/#classes","text":"DrawerParamToggler","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_param_toggler_/#interfaces","text":"DrawerParamTogglerProps State","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_title_/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-title\" Module: \"src/renderer/components/drawer/drawer-title\" # Index # Classes # DrawerTitle Interfaces # DrawerTitleProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_title_/#module-srcrenderercomponentsdrawerdrawer-title","text":"","title":"Module: \"src/renderer/components/drawer/drawer-title\""},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_title_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_title_/#classes","text":"DrawerTitle","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_title_/#interfaces","text":"DrawerTitleProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/index\" Module: \"src/renderer/components/drawer/index\" # Index # References # Drawer DrawerItem DrawerItemLabels DrawerItemLabelsProps DrawerItemProps DrawerParamToggler DrawerParamTogglerProps DrawerProps DrawerTitle DrawerTitleProps References # Drawer # Re-exports: Drawer DrawerItem # Re-exports: DrawerItem DrawerItemLabels # Re-exports: DrawerItemLabels DrawerItemLabelsProps # Re-exports: DrawerItemLabelsProps DrawerItemProps # Re-exports: DrawerItemProps DrawerParamToggler # Re-exports: DrawerParamToggler DrawerParamTogglerProps # Re-exports: DrawerParamTogglerProps DrawerProps # Re-exports: DrawerProps DrawerTitle # Re-exports: DrawerTitle DrawerTitleProps # Re-exports: DrawerTitleProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#module-srcrenderercomponentsdrawerindex","text":"","title":"Module: \"src/renderer/components/drawer/index\""},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#references","text":"Drawer DrawerItem DrawerItemLabels DrawerItemLabelsProps DrawerItemProps DrawerParamToggler DrawerParamTogglerProps DrawerProps DrawerTitle DrawerTitleProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#drawer","text":"Re-exports: Drawer","title":"Drawer"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#draweritem","text":"Re-exports: DrawerItem","title":"DrawerItem"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#draweritemlabels","text":"Re-exports: DrawerItemLabels","title":"DrawerItemLabels"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#draweritemlabelsprops","text":"Re-exports: DrawerItemLabelsProps","title":"DrawerItemLabelsProps"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#draweritemprops","text":"Re-exports: DrawerItemProps","title":"DrawerItemProps"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#drawerparamtoggler","text":"Re-exports: DrawerParamToggler","title":"DrawerParamToggler"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#drawerparamtogglerprops","text":"Re-exports: DrawerParamTogglerProps","title":"DrawerParamTogglerProps"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#drawerprops","text":"Re-exports: DrawerProps","title":"DrawerProps"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#drawertitle","text":"Re-exports: DrawerTitle","title":"DrawerTitle"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#drawertitleprops","text":"Re-exports: DrawerTitleProps","title":"DrawerTitleProps"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_error_boundary_/","text":"@k8slens/extensions Globals / \"src/renderer/components/error-boundary/error-boundary\" Module: \"src/renderer/components/error-boundary/error-boundary\" # Index # Classes # ErrorBoundary Interfaces # Props State","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_error_boundary_/#module-srcrenderercomponentserror-boundaryerror-boundary","text":"","title":"Module: \"src/renderer/components/error-boundary/error-boundary\""},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_error_boundary_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_error_boundary_/#classes","text":"ErrorBoundary","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_error_boundary_/#interfaces","text":"Props State","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/error-boundary/index\" Module: \"src/renderer/components/error-boundary/index\" # Index # References # ErrorBoundary References # ErrorBoundary # Re-exports: ErrorBoundary","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_index_/#module-srcrenderercomponentserror-boundaryindex","text":"","title":"Module: \"src/renderer/components/error-boundary/index\""},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_index_/#references","text":"ErrorBoundary","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_index_/#errorboundary","text":"Re-exports: ErrorBoundary","title":"ErrorBoundary"},{"location":"extensions/api/modules/_src_renderer_components_icon_icon_/","text":"@k8slens/extensions Globals / \"src/renderer/components/icon/icon\" Module: \"src/renderer/components/icon/icon\" # Index # Classes # Icon Interfaces # IconProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_icon_icon_/#module-srcrenderercomponentsiconicon","text":"","title":"Module: \"src/renderer/components/icon/icon\""},{"location":"extensions/api/modules/_src_renderer_components_icon_icon_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_icon_icon_/#classes","text":"Icon","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_icon_icon_/#interfaces","text":"IconProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_icon_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/icon/index\" Module: \"src/renderer/components/icon/index\" # Index # References # Icon IconProps References # Icon # Re-exports: Icon IconProps # Re-exports: IconProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_icon_index_/#module-srcrenderercomponentsiconindex","text":"","title":"Module: \"src/renderer/components/icon/index\""},{"location":"extensions/api/modules/_src_renderer_components_icon_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_icon_index_/#references","text":"Icon IconProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_icon_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_icon_index_/#icon","text":"Re-exports: Icon","title":"Icon"},{"location":"extensions/api/modules/_src_renderer_components_icon_index_/#iconprops","text":"Re-exports: IconProps","title":"IconProps"},{"location":"extensions/api/modules/_src_renderer_components_input_file_input_/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/file-input\" Module: \"src/renderer/components/input/file-input\" # Index # Classes # FileInput Interfaces # FileInputSelection Props","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_input_file_input_/#module-srcrenderercomponentsinputfile-input","text":"","title":"Module: \"src/renderer/components/input/file-input\""},{"location":"extensions/api/modules/_src_renderer_components_input_file_input_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_input_file_input_/#classes","text":"FileInput","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_input_file_input_/#interfaces","text":"FileInputSelection Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/index\" Module: \"src/renderer/components/input/index\" # Index # References # FileInput FileInputSelection Input InputProps InputValidator InputValidators SearchInput SearchInputUrl References # FileInput # Re-exports: FileInput FileInputSelection # Re-exports: FileInputSelection Input # Re-exports: Input InputProps # Re-exports: InputProps InputValidator # Re-exports: InputValidator InputValidators # Re-exports: InputValidators SearchInput # Re-exports: SearchInput SearchInputUrl # Re-exports: SearchInputUrl","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#module-srcrenderercomponentsinputindex","text":"","title":"Module: \"src/renderer/components/input/index\""},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#references","text":"FileInput FileInputSelection Input InputProps InputValidator InputValidators SearchInput SearchInputUrl","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#fileinput","text":"Re-exports: FileInput","title":"FileInput"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#fileinputselection","text":"Re-exports: FileInputSelection","title":"FileInputSelection"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#input","text":"Re-exports: Input","title":"Input"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#inputprops","text":"Re-exports: InputProps","title":"InputProps"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#inputvalidator","text":"Re-exports: InputValidator","title":"InputValidator"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#inputvalidators","text":"Re-exports: InputValidators","title":"InputValidators"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#searchinput","text":"Re-exports: SearchInput","title":"SearchInput"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#searchinputurl","text":"Re-exports: SearchInputUrl","title":"SearchInputUrl"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/input\" Module: \"src/renderer/components/input/input\" # Index # Classes # Input Interfaces # State Type aliases # InputElement InputElementProps InputProps Variables # InputValidators conditionalValidators Object literals # defaultProps Type aliases # InputElement # \u01ac InputElement : HTMLInputElement | HTMLTextAreaElement Defined in src/renderer/components/input/input.tsx:16 InputElementProps # \u01ac InputElementProps : InputHTMLAttributes\\< InputElement > & TextareaHTMLAttributes\\< InputElement > & DOMAttributes\\< InputElement > Defined in src/renderer/components/input/input.tsx:17 InputProps # \u01ac InputProps \\ : Omit \\< InputElementProps , \\\"onChange\\\" | \\\"onSubmit\\\"> & { autoSelectOnFocus?: boolean ; className?: string ; contentRight?: string | React.ReactNode ; dirty?: boolean ; iconLeft?: string | React.ReactNode ; iconRight?: string | React.ReactNode ; maxRows?: number ; multiLine?: boolean ; showValidationLine?: boolean ; theme?: \\\"round-black\\\" ; validators?: InputValidator | InputValidator [] ; value?: T ; onChange?: (value: T, evt: ChangeEvent\\< InputElement >) => void ; onSubmit?: (value: T) => void } Defined in src/renderer/components/input/input.tsx:19 Type parameters: Name Default T string Variables # InputValidators # \u2022 InputValidators : InputValidators Defined in src/renderer/components/input/input.tsx:13 conditionalValidators # \u2022 conditionalValidators : InputValidator [] Defined in src/renderer/components/input/input.tsx:13 Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/input/input.tsx:45 Properties: Name Type Value maxRows number 10000 rows number 1 showValidationLine true true validators undefined[] []","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#module-srcrenderercomponentsinputinput","text":"","title":"Module: \"src/renderer/components/input/input\""},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#classes","text":"Input","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#interfaces","text":"State","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#type-aliases","text":"InputElement InputElementProps InputProps","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#variables","text":"InputValidators conditionalValidators","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#inputelement","text":"\u01ac InputElement : HTMLInputElement | HTMLTextAreaElement Defined in src/renderer/components/input/input.tsx:16","title":"InputElement"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#inputelementprops","text":"\u01ac InputElementProps : InputHTMLAttributes\\< InputElement > & TextareaHTMLAttributes\\< InputElement > & DOMAttributes\\< InputElement > Defined in src/renderer/components/input/input.tsx:17","title":"InputElementProps"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#inputprops","text":"\u01ac InputProps \\ : Omit \\< InputElementProps , \\\"onChange\\\" | \\\"onSubmit\\\"> & { autoSelectOnFocus?: boolean ; className?: string ; contentRight?: string | React.ReactNode ; dirty?: boolean ; iconLeft?: string | React.ReactNode ; iconRight?: string | React.ReactNode ; maxRows?: number ; multiLine?: boolean ; showValidationLine?: boolean ; theme?: \\\"round-black\\\" ; validators?: InputValidator | InputValidator [] ; value?: T ; onChange?: (value: T, evt: ChangeEvent\\< InputElement >) => void ; onSubmit?: (value: T) => void } Defined in src/renderer/components/input/input.tsx:19","title":"InputProps"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#inputvalidators","text":"\u2022 InputValidators : InputValidators Defined in src/renderer/components/input/input.tsx:13","title":"InputValidators"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#conditionalvalidators","text":"\u2022 conditionalValidators : InputValidator [] Defined in src/renderer/components/input/input.tsx:13","title":"conditionalValidators"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/input/input.tsx:45","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/input_validators\" Module: \"src/renderer/components/input/input_validators\" # Index # Interfaces # InputValidator Variables # conditionalValidators systemNameMatcher Object literals # accountId isEmail isNumber isPath isRequired isUrl maxLength minLength systemName Variables # conditionalValidators # \u2022 Const conditionalValidators : InputValidator [] = [ isRequired, isEmail, isNumber, isUrl, minLength, maxLength] Defined in src/renderer/components/input/input_validators.ts:74 systemNameMatcher # \u2022 Const systemNameMatcher : RegExp = /^ a-z0-9 ?(. a-z0-9 ?)*$/ Defined in src/renderer/components/input/input_validators.ts:63 Object literals # accountId # \u25aa Const accountId : object Defined in src/renderer/components/input/input_validators.ts:69 Properties: Name Type Value message function () => any validate function (value: string) => false | true | Promise \\ isEmail # \u25aa Const isEmail : object Defined in src/renderer/components/input/input_validators.ts:20 Properties: Name Type Value condition function (__namedParameters: { type: string }) => boolean message function () => any validate function (value: string) => boolean isNumber # \u25aa Const isNumber : object Defined in src/renderer/components/input/input_validators.ts:26 Properties: Name Type Value condition function (__namedParameters: { type: string }) => boolean message function () => any validate function (value: string, __namedParameters: { max: string | number ; min: string | number }) => boolean isPath # \u25aa Const isPath : object Defined in src/renderer/components/input/input_validators.ts:45 Properties: Name Type Value condition function (__namedParameters: { type: string }) => boolean message function () => any validate function (value: string) => boolean isRequired # \u25aa Const isRequired : object Defined in src/renderer/components/input/input_validators.ts:14 Properties: Name Type Value condition function (__namedParameters: { required: boolean }) => boolean message function () => any validate function (value: string) => boolean isUrl # \u25aa Const isUrl : object Defined in src/renderer/components/input/input_validators.ts:39 Properties: Name Type Value condition function (__namedParameters: { type: string }) => boolean message function () => any validate function (value: string) => boolean maxLength # \u25aa Const maxLength : object Defined in src/renderer/components/input/input_validators.ts:57 Properties: Name Type Value condition function (__namedParameters: { maxLength: number }) => boolean message function (value: string, __namedParameters: { maxLength: number }) => any validate function (value: string, __namedParameters: { maxLength: number }) => boolean minLength # \u25aa Const minLength : object Defined in src/renderer/components/input/input_validators.ts:51 Properties: Name Type Value condition function (__namedParameters: { minLength: number }) => boolean message function (value: string, __namedParameters: { minLength: number }) => any validate function (value: string, __namedParameters: { minLength: number }) => boolean systemName # \u25aa Const systemName : object Defined in src/renderer/components/input/input_validators.ts:64 Properties: Name Type Value message function () => any validate function (value: string) => boolean","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#module-srcrenderercomponentsinputinput_validators","text":"","title":"Module: \"src/renderer/components/input/input_validators\""},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#interfaces","text":"InputValidator","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#variables","text":"conditionalValidators systemNameMatcher","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#object-literals","text":"accountId isEmail isNumber isPath isRequired isUrl maxLength minLength systemName","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#conditionalvalidators","text":"\u2022 Const conditionalValidators : InputValidator [] = [ isRequired, isEmail, isNumber, isUrl, minLength, maxLength] Defined in src/renderer/components/input/input_validators.ts:74","title":"conditionalValidators"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#systemnamematcher","text":"\u2022 Const systemNameMatcher : RegExp = /^ a-z0-9 ?(. a-z0-9 ?)*$/ Defined in src/renderer/components/input/input_validators.ts:63","title":"systemNameMatcher"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#accountid","text":"\u25aa Const accountId : object Defined in src/renderer/components/input/input_validators.ts:69","title":"accountId"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#isemail","text":"\u25aa Const isEmail : object Defined in src/renderer/components/input/input_validators.ts:20","title":"isEmail"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#isnumber","text":"\u25aa Const isNumber : object Defined in src/renderer/components/input/input_validators.ts:26","title":"isNumber"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#ispath","text":"\u25aa Const isPath : object Defined in src/renderer/components/input/input_validators.ts:45","title":"isPath"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#isrequired","text":"\u25aa Const isRequired : object Defined in src/renderer/components/input/input_validators.ts:14","title":"isRequired"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#isurl","text":"\u25aa Const isUrl : object Defined in src/renderer/components/input/input_validators.ts:39","title":"isUrl"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#maxlength","text":"\u25aa Const maxLength : object Defined in src/renderer/components/input/input_validators.ts:57","title":"maxLength"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#minlength","text":"\u25aa Const minLength : object Defined in src/renderer/components/input/input_validators.ts:51","title":"minLength"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#systemname","text":"\u25aa Const systemName : object Defined in src/renderer/components/input/input_validators.ts:64","title":"systemName"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/search-input\" Module: \"src/renderer/components/input/search-input\" # Index # Classes # SearchInput Interfaces # Props Object literals # defaultProps Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/input/search-input.tsx:17 Properties: Name Type Value autoFocus true true closeIcon true true placeholder","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/#module-srcrenderercomponentsinputsearch-input","text":"","title":"Module: \"src/renderer/components/input/search-input\""},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/#classes","text":"SearchInput","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/input/search-input.tsx:17","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_url_/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/search-input-url\" Module: \"src/renderer/components/input/search-input-url\" # Index # Classes # SearchInputUrl Interfaces # Props","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_url_/#module-srcrenderercomponentsinputsearch-input-url","text":"","title":"Module: \"src/renderer/components/input/search-input-url\""},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_url_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_url_/#classes","text":"SearchInputUrl","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_url_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/filter-icon\" Module: \"src/renderer/components/item-object-list/filter-icon\" # Index # Interfaces # Props Functions # FilterIcon Functions # FilterIcon # \u25b8 FilterIcon ( props : Props ): Element Defined in src/renderer/components/item-object-list/filter-icon.tsx:9 Parameters: Name Type props Props Returns: Element","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/#module-srcrenderercomponentsitem-object-listfilter-icon","text":"","title":"Module: \"src/renderer/components/item-object-list/filter-icon\""},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/#functions","text":"FilterIcon","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/#filtericon","text":"\u25b8 FilterIcon ( props : Props ): Element Defined in src/renderer/components/item-object-list/filter-icon.tsx:9","title":"FilterIcon"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/item-list-layout\" Module: \"src/renderer/components/item-object-list/item-list-layout\" # Index # Classes # ItemListLayout Interfaces # IHeaderPlaceholders ItemListLayoutProps ItemListLayoutUserSettings Type aliases # ItemsFilter SearchFilter Object literals # defaultProps Type aliases # ItemsFilter # \u01ac ItemsFilter \\ : (items: T[]) => T[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:26 Type parameters: Name Type Default T ItemObject any SearchFilter # \u01ac SearchFilter \\ : (item: T) => string | number | (string | number)[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:25 Type parameters: Name Type Default T ItemObject any Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/item-object-list/item-list-layout.tsx:74 Properties: Name Type Value copyClassNameFromHeadCells true true dependentStores undefined[] [] filterItems undefined[] [] hasDetailsView true true isSearchable true true isSelectable true true onDetails any noop showHeader true true virtual true true","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#module-srcrenderercomponentsitem-object-listitem-list-layout","text":"","title":"Module: \"src/renderer/components/item-object-list/item-list-layout\""},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#classes","text":"ItemListLayout","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#interfaces","text":"IHeaderPlaceholders ItemListLayoutProps ItemListLayoutUserSettings","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#type-aliases","text":"ItemsFilter SearchFilter","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#itemsfilter","text":"\u01ac ItemsFilter \\ : (items: T[]) => T[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:26","title":"ItemsFilter"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#searchfilter","text":"\u01ac SearchFilter \\ : (item: T) => string | number | (string | number)[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:25","title":"SearchFilter"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/item-object-list/item-list-layout.tsx:74","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_list_/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters-list\" Module: \"src/renderer/components/item-object-list/page-filters-list\" # Index # Classes # PageFiltersList Interfaces # Props","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_list_/#module-srcrenderercomponentsitem-object-listpage-filters-list","text":"","title":"Module: \"src/renderer/components/item-object-list/page-filters-list\""},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_list_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_list_/#classes","text":"PageFiltersList","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_list_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_select_/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters-select\" Module: \"src/renderer/components/item-object-list/page-filters-select\" # Index # Classes # PageFiltersSelect Interfaces # Props SelectOptionFilter","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_select_/#module-srcrenderercomponentsitem-object-listpage-filters-select","text":"","title":"Module: \"src/renderer/components/item-object-list/page-filters-select\""},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_select_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_select_/#classes","text":"PageFiltersSelect","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_select_/#interfaces","text":"Props SelectOptionFilter","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters.store\" Module: \"src/renderer/components/item-object-list/page-filters.store\" # Index # Enumerations # FilterType Classes # PageFiltersStore Interfaces # Filter Variables # pageFilters Variables # pageFilters # \u2022 Const pageFilters : PageFiltersStore = new PageFiltersStore() Defined in src/renderer/components/item-object-list/page-filters.store.ts:117","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#module-srcrenderercomponentsitem-object-listpage-filtersstore","text":"","title":"Module: \"src/renderer/components/item-object-list/page-filters.store\""},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#enumerations","text":"FilterType","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#classes","text":"PageFiltersStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#interfaces","text":"Filter","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#variables","text":"pageFilters","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#pagefilters","text":"\u2022 Const pageFilters : PageFiltersStore = new PageFiltersStore() Defined in src/renderer/components/item-object-list/page-filters.store.ts:117","title":"pageFilters"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/index\" Module: \"src/renderer/components/kube-object/index\" # Index # References # KubeObjectDetails KubeObjectDetailsProps KubeObjectListLayout KubeObjectListLayoutProps KubeObjectMenu KubeObjectMenuProps KubeObjectMeta KubeObjectMetaProps References # KubeObjectDetails # Re-exports: KubeObjectDetails KubeObjectDetailsProps # Re-exports: KubeObjectDetailsProps KubeObjectListLayout # Re-exports: KubeObjectListLayout KubeObjectListLayoutProps # Re-exports: KubeObjectListLayoutProps KubeObjectMenu # Re-exports: KubeObjectMenu KubeObjectMenuProps # Re-exports: KubeObjectMenuProps KubeObjectMeta # Re-exports: KubeObjectMeta KubeObjectMetaProps # Re-exports: KubeObjectMetaProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#module-srcrenderercomponentskube-objectindex","text":"","title":"Module: \"src/renderer/components/kube-object/index\""},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#references","text":"KubeObjectDetails KubeObjectDetailsProps KubeObjectListLayout KubeObjectListLayoutProps KubeObjectMenu KubeObjectMenuProps KubeObjectMeta KubeObjectMetaProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectdetails","text":"Re-exports: KubeObjectDetails","title":"KubeObjectDetails"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectdetailsprops","text":"Re-exports: KubeObjectDetailsProps","title":"KubeObjectDetailsProps"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectlistlayout","text":"Re-exports: KubeObjectListLayout","title":"KubeObjectListLayout"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectlistlayoutprops","text":"Re-exports: KubeObjectListLayoutProps","title":"KubeObjectListLayoutProps"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectmenu","text":"Re-exports: KubeObjectMenu","title":"KubeObjectMenu"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectmenuprops","text":"Re-exports: KubeObjectMenuProps","title":"KubeObjectMenuProps"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectmeta","text":"Re-exports: KubeObjectMeta","title":"KubeObjectMeta"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectmetaprops","text":"Re-exports: KubeObjectMetaProps","title":"KubeObjectMetaProps"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_details_/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-details\" Module: \"src/renderer/components/kube-object/kube-object-details\" # Index # Classes # KubeObjectDetails Interfaces # KubeObjectDetailsProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_details_/#module-srcrenderercomponentskube-objectkube-object-details","text":"","title":"Module: \"src/renderer/components/kube-object/kube-object-details\""},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_details_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_details_/#classes","text":"KubeObjectDetails","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_details_/#interfaces","text":"KubeObjectDetailsProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_list_layout_/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-list-layout\" Module: \"src/renderer/components/kube-object/kube-object-list-layout\" # Index # Classes # KubeObjectListLayout Interfaces # KubeObjectListLayoutProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_list_layout_/#module-srcrenderercomponentskube-objectkube-object-list-layout","text":"","title":"Module: \"src/renderer/components/kube-object/kube-object-list-layout\""},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_list_layout_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_list_layout_/#classes","text":"KubeObjectListLayout","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_list_layout_/#interfaces","text":"KubeObjectListLayoutProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_menu_/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-menu\" Module: \"src/renderer/components/kube-object/kube-object-menu\" # Index # Classes # KubeObjectMenu Interfaces # KubeObjectMenuProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_menu_/#module-srcrenderercomponentskube-objectkube-object-menu","text":"","title":"Module: \"src/renderer/components/kube-object/kube-object-menu\""},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_menu_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_menu_/#classes","text":"KubeObjectMenu","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_menu_/#interfaces","text":"KubeObjectMenuProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_meta_/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-meta\" Module: \"src/renderer/components/kube-object/kube-object-meta\" # Index # Classes # KubeObjectMeta Interfaces # KubeObjectMetaProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_meta_/#module-srcrenderercomponentskube-objectkube-object-meta","text":"","title":"Module: \"src/renderer/components/kube-object/kube-object-meta\""},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_meta_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_meta_/#classes","text":"KubeObjectMeta","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_meta_/#interfaces","text":"KubeObjectMetaProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/page-layout\" Module: \"src/renderer/components/layout/page-layout\" # Index # Classes # PageLayout Interfaces # PageLayoutProps Object literals # defaultProps Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/layout/page-layout.tsx:20 Properties: Name Type Value contentGaps true true provideBackButtonNavigation true true","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/#module-srcrenderercomponentslayoutpage-layout","text":"","title":"Module: \"src/renderer/components/layout/page-layout\""},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/#classes","text":"PageLayout","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/#interfaces","text":"PageLayoutProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/layout/page-layout.tsx:20","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_layout_tab_layout_/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/tab-layout\" Module: \"src/renderer/components/layout/tab-layout\" # Index # Interfaces # TabLayoutProps TabRoute Variables # TabLayout Variables # TabLayout # \u2022 Const 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":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_layout_tab_layout_/#module-srcrenderercomponentslayouttab-layout","text":"","title":"Module: \"src/renderer/components/layout/tab-layout\""},{"location":"extensions/api/modules/_src_renderer_components_layout_tab_layout_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_layout_tab_layout_/#interfaces","text":"TabLayoutProps TabRoute","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_layout_tab_layout_/#variables","text":"TabLayout","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_layout_tab_layout_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_layout_tab_layout_/#tablayout","text":"\u2022 Const 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":"TabLayout"},{"location":"extensions/api/modules/_src_renderer_components_layout_wizard_layout_/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/wizard-layout\" Module: \"src/renderer/components/layout/wizard-layout\" # Index # Classes # WizardLayout Interfaces # WizardLayoutProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_layout_wizard_layout_/#module-srcrenderercomponentslayoutwizard-layout","text":"","title":"Module: \"src/renderer/components/layout/wizard-layout\""},{"location":"extensions/api/modules/_src_renderer_components_layout_wizard_layout_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_layout_wizard_layout_/#classes","text":"WizardLayout","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_layout_wizard_layout_/#interfaces","text":"WizardLayoutProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/line-progress/index\" Module: \"src/renderer/components/line-progress/index\" # Index # References # LineProgress LineProgressProps References # LineProgress # Re-exports: LineProgress LineProgressProps # Re-exports: LineProgressProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_index_/#module-srcrenderercomponentsline-progressindex","text":"","title":"Module: \"src/renderer/components/line-progress/index\""},{"location":"extensions/api/modules/_src_renderer_components_line_progress_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_index_/#references","text":"LineProgress LineProgressProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_index_/#lineprogress","text":"Re-exports: LineProgress","title":"LineProgress"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_index_/#lineprogressprops","text":"Re-exports: LineProgressProps","title":"LineProgressProps"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_line_progress_/","text":"@k8slens/extensions Globals / \"src/renderer/components/line-progress/line-progress\" Module: \"src/renderer/components/line-progress/line-progress\" # Index # Classes # LineProgress Interfaces # LineProgressProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_line_progress_/#module-srcrenderercomponentsline-progressline-progress","text":"","title":"Module: \"src/renderer/components/line-progress/line-progress\""},{"location":"extensions/api/modules/_src_renderer_components_line_progress_line_progress_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_line_progress_/#classes","text":"LineProgress","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_line_progress_/#interfaces","text":"LineProgressProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/index\" Module: \"src/renderer/components/menu/index\" # Index # References # Menu MenuActions MenuActionsProps MenuContext MenuContextValue MenuItem MenuItemProps MenuPosition MenuProps SubMenu References # Menu # Re-exports: Menu MenuActions # Re-exports: MenuActions MenuActionsProps # Re-exports: MenuActionsProps MenuContext # Re-exports: MenuContext MenuContextValue # Re-exports: MenuContextValue MenuItem # Re-exports: MenuItem MenuItemProps # Re-exports: MenuItemProps MenuPosition # Re-exports: MenuPosition MenuProps # Re-exports: MenuProps SubMenu # Re-exports: SubMenu","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#module-srcrenderercomponentsmenuindex","text":"","title":"Module: \"src/renderer/components/menu/index\""},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#references","text":"Menu MenuActions MenuActionsProps MenuContext MenuContextValue MenuItem MenuItemProps MenuPosition MenuProps SubMenu","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menu","text":"Re-exports: Menu","title":"Menu"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menuactions","text":"Re-exports: MenuActions","title":"MenuActions"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menuactionsprops","text":"Re-exports: MenuActionsProps","title":"MenuActionsProps"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menucontext","text":"Re-exports: MenuContext","title":"MenuContext"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menucontextvalue","text":"Re-exports: MenuContextValue","title":"MenuContextValue"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menuitem","text":"Re-exports: MenuItem","title":"MenuItem"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menuitemprops","text":"Re-exports: MenuItemProps","title":"MenuItemProps"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menuposition","text":"Re-exports: MenuPosition","title":"MenuPosition"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menuprops","text":"Re-exports: MenuProps","title":"MenuProps"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#submenu","text":"Re-exports: SubMenu","title":"SubMenu"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu\" Module: \"src/renderer/components/menu/menu\" # Index # Classes # Menu MenuItem Interfaces # MenuItemProps MenuPosition MenuProps State Type aliases # MenuContextValue Variables # MenuContext Functions # SubMenu Object literals # defaultPropsMenu defaultPropsMenuItem Type aliases # MenuContextValue # \u01ac MenuContextValue : Menu Defined in src/renderer/components/menu/menu.tsx:11 Variables # MenuContext # \u2022 Const MenuContext : Context\\< Menu > = React.createContext\\ (null) Defined in src/renderer/components/menu/menu.tsx:10 Functions # SubMenu # \u25b8 SubMenu ( props : Partial\\< MenuProps >): Element Defined in src/renderer/components/menu/menu.tsx:258 Parameters: Name Type props Partial\\< MenuProps > Returns: Element Object literals # defaultPropsMenu # \u25aa Const defaultPropsMenu : object Defined in src/renderer/components/menu/menu.tsx:40 Properties: Name Type Value autoFocus false false closeOnClickItem true true closeOnClickOutside true true closeOnScroll false false usePortal false false position object { bottom: true = true; right: true = true } defaultPropsMenuItem # \u25aa Const defaultPropsMenuItem : object Defined in src/renderer/components/menu/menu.tsx:280 Properties: Name Type Value onClick any noop","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#module-srcrenderercomponentsmenumenu","text":"","title":"Module: \"src/renderer/components/menu/menu\""},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#classes","text":"Menu MenuItem","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#interfaces","text":"MenuItemProps MenuPosition MenuProps State","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#type-aliases","text":"MenuContextValue","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#variables","text":"MenuContext","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#functions","text":"SubMenu","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#object-literals","text":"defaultPropsMenu defaultPropsMenuItem","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#menucontextvalue","text":"\u01ac MenuContextValue : Menu Defined in src/renderer/components/menu/menu.tsx:11","title":"MenuContextValue"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#menucontext","text":"\u2022 Const MenuContext : Context\\< Menu > = React.createContext\\ (null) Defined in src/renderer/components/menu/menu.tsx:10","title":"MenuContext"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#submenu","text":"\u25b8 SubMenu ( props : Partial\\< MenuProps >): Element Defined in src/renderer/components/menu/menu.tsx:258","title":"SubMenu"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#defaultpropsmenu","text":"\u25aa Const defaultPropsMenu : object Defined in src/renderer/components/menu/menu.tsx:40","title":"defaultPropsMenu"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#defaultpropsmenuitem","text":"\u25aa Const defaultPropsMenuItem : object Defined in src/renderer/components/menu/menu.tsx:280","title":"defaultPropsMenuItem"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_actions_/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu-actions\" Module: \"src/renderer/components/menu/menu-actions\" # Index # Classes # MenuActions Interfaces # MenuActionsProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_actions_/#module-srcrenderercomponentsmenumenu-actions","text":"","title":"Module: \"src/renderer/components/menu/menu-actions\""},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_actions_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_actions_/#classes","text":"MenuActions","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_actions_/#interfaces","text":"MenuActionsProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_no_items_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/no-items/index\" Module: \"src/renderer/components/no-items/index\" # Index # References # NoItems References # NoItems # Re-exports: NoItems","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_no_items_index_/#module-srcrenderercomponentsno-itemsindex","text":"","title":"Module: \"src/renderer/components/no-items/index\""},{"location":"extensions/api/modules/_src_renderer_components_no_items_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_no_items_index_/#references","text":"NoItems","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_no_items_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_no_items_index_/#noitems","text":"Re-exports: NoItems","title":"NoItems"},{"location":"extensions/api/modules/_src_renderer_components_no_items_no_items_/","text":"@k8slens/extensions Globals / \"src/renderer/components/no-items/no-items\" Module: \"src/renderer/components/no-items/no-items\" # Index # Interfaces # Props Functions # NoItems Functions # NoItems # \u25b8 NoItems ( props : Props ): Element Defined in src/renderer/components/no-items/no-items.tsx:12 Parameters: Name Type props Props Returns: Element","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_no_items_no_items_/#module-srcrenderercomponentsno-itemsno-items","text":"","title":"Module: \"src/renderer/components/no-items/no-items\""},{"location":"extensions/api/modules/_src_renderer_components_no_items_no_items_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_no_items_no_items_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_no_items_no_items_/#functions","text":"NoItems","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_no_items_no_items_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_no_items_no_items_/#noitems","text":"\u25b8 NoItems ( props : Props ): Element Defined in src/renderer/components/no-items/no-items.tsx:12","title":"NoItems"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/notifications/index\" Module: \"src/renderer/components/notifications/index\" # Index # References # Notification NotificationId NotificationMessage NotificationStatus Notifications NotificationsStore notificationsStore References # Notification # Re-exports: Notification NotificationId # Re-exports: NotificationId NotificationMessage # Re-exports: NotificationMessage NotificationStatus # Re-exports: NotificationStatus Notifications # Re-exports: Notifications NotificationsStore # Re-exports: NotificationsStore notificationsStore # Re-exports: notificationsStore","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#module-srcrenderercomponentsnotificationsindex","text":"","title":"Module: \"src/renderer/components/notifications/index\""},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#references","text":"Notification NotificationId NotificationMessage NotificationStatus Notifications NotificationsStore notificationsStore","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#notification","text":"Re-exports: Notification","title":"Notification"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#notificationid","text":"Re-exports: NotificationId","title":"NotificationId"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#notificationmessage","text":"Re-exports: NotificationMessage","title":"NotificationMessage"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#notificationstatus","text":"Re-exports: NotificationStatus","title":"NotificationStatus"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#notifications","text":"Re-exports: Notifications","title":"Notifications"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#notificationsstore","text":"Re-exports: NotificationsStore","title":"NotificationsStore"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#notificationsstore_1","text":"Re-exports: notificationsStore","title":"notificationsStore"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_/","text":"@k8slens/extensions Globals / \"src/renderer/components/notifications/notifications\" Module: \"src/renderer/components/notifications/notifications\" # Index # Classes # Notifications","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_/#module-srcrenderercomponentsnotificationsnotifications","text":"","title":"Module: \"src/renderer/components/notifications/notifications\""},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_/#classes","text":"Notifications","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/notifications/notifications.store\" Module: \"src/renderer/components/notifications/notifications.store\" # Index # Enumerations # NotificationStatus Classes # NotificationsStore Interfaces # Notification Type aliases # NotificationId NotificationMessage Variables # notificationsStore Type aliases # 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 Variables # notificationsStore # \u2022 Const notificationsStore : NotificationsStore = new NotificationsStore() Defined in src/renderer/components/notifications/notifications.store.ts:67","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#module-srcrenderercomponentsnotificationsnotificationsstore","text":"","title":"Module: \"src/renderer/components/notifications/notifications.store\""},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#enumerations","text":"NotificationStatus","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#classes","text":"NotificationsStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#interfaces","text":"Notification","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#type-aliases","text":"NotificationId NotificationMessage","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#variables","text":"notificationsStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#notificationid","text":"\u01ac NotificationId : string | number Defined in src/renderer/components/notifications/notifications.store.ts:8","title":"NotificationId"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#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/_src_renderer_components_notifications_notifications_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#notificationsstore","text":"\u2022 Const notificationsStore : NotificationsStore = new NotificationsStore() Defined in src/renderer/components/notifications/notifications.store.ts:67","title":"notificationsStore"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/radio/index\" Module: \"src/renderer/components/radio/index\" # Index # References # Radio RadioGroup RadioGroupProps RadioProps References # Radio # Re-exports: Radio RadioGroup # Re-exports: RadioGroup RadioGroupProps # Re-exports: RadioGroupProps RadioProps # Re-exports: RadioProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#module-srcrenderercomponentsradioindex","text":"","title":"Module: \"src/renderer/components/radio/index\""},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#references","text":"Radio RadioGroup RadioGroupProps RadioProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#radio","text":"Re-exports: Radio","title":"Radio"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#radiogroup","text":"Re-exports: RadioGroup","title":"RadioGroup"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#radiogroupprops","text":"Re-exports: RadioGroupProps","title":"RadioGroupProps"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#radioprops","text":"Re-exports: RadioProps","title":"RadioProps"},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/","text":"@k8slens/extensions Globals / \"src/renderer/components/radio/radio\" Module: \"src/renderer/components/radio/radio\" # Index # Classes # Radio RadioGroup Interfaces # RadioGroupProps Type aliases # RadioProps Type aliases # RadioProps # \u01ac RadioProps : HTMLProps\\ & { checked?: boolean ; disabled?: boolean ; label?: React.ReactNode | any ; name?: string ; value?: any ; onChange?: (value: ChangeEvent\\ ) => void } Defined in src/renderer/components/radio/radio.tsx:38","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/#module-srcrenderercomponentsradioradio","text":"","title":"Module: \"src/renderer/components/radio/radio\""},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/#classes","text":"Radio RadioGroup","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/#interfaces","text":"RadioGroupProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/#type-aliases","text":"RadioProps","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/#radioprops","text":"\u01ac RadioProps : HTMLProps\\ & { checked?: boolean ; disabled?: boolean ; label?: React.ReactNode | any ; name?: string ; value?: any ; onChange?: (value: ChangeEvent\\ ) => void } Defined in src/renderer/components/radio/radio.tsx:38","title":"RadioProps"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/select/index\" Module: \"src/renderer/components/select/index\" # Index # References # GroupSelectOption Select SelectOption SelectProps References # GroupSelectOption # Re-exports: GroupSelectOption Select # Re-exports: Select SelectOption # Re-exports: SelectOption SelectProps # Re-exports: SelectProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#module-srcrenderercomponentsselectindex","text":"","title":"Module: \"src/renderer/components/select/index\""},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#references","text":"GroupSelectOption Select SelectOption SelectProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#groupselectoption","text":"Re-exports: GroupSelectOption","title":"GroupSelectOption"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#select","text":"Re-exports: Select","title":"Select"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#selectoption","text":"Re-exports: SelectOption","title":"SelectOption"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#selectprops","text":"Re-exports: SelectProps","title":"SelectProps"},{"location":"extensions/api/modules/_src_renderer_components_select_select_/","text":"@k8slens/extensions Globals / \"src/renderer/components/select/select\" Module: \"src/renderer/components/select/select\" # Index # Classes # Select Interfaces # GroupSelectOption SelectOption SelectProps Variables # Menu Variables # Menu # \u2022 Menu : ComponentType\\< MenuProps \\ > Defined in src/renderer/components/select/select.tsx:13","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_select_select_/#module-srcrenderercomponentsselectselect","text":"","title":"Module: \"src/renderer/components/select/select\""},{"location":"extensions/api/modules/_src_renderer_components_select_select_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_select_select_/#classes","text":"Select","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_select_select_/#interfaces","text":"GroupSelectOption SelectOption SelectProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_select_select_/#variables","text":"Menu","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_select_select_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_select_select_/#menu","text":"\u2022 Menu : ComponentType\\< MenuProps \\ > Defined in src/renderer/components/select/select.tsx:13","title":"Menu"},{"location":"extensions/api/modules/_src_renderer_components_slider_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/slider/index\" Module: \"src/renderer/components/slider/index\" # Index # References # Slider SliderProps References # Slider # Re-exports: Slider SliderProps # Re-exports: SliderProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_slider_index_/#module-srcrenderercomponentssliderindex","text":"","title":"Module: \"src/renderer/components/slider/index\""},{"location":"extensions/api/modules/_src_renderer_components_slider_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_slider_index_/#references","text":"Slider SliderProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_slider_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_slider_index_/#slider","text":"Re-exports: Slider","title":"Slider"},{"location":"extensions/api/modules/_src_renderer_components_slider_index_/#sliderprops","text":"Re-exports: SliderProps","title":"SliderProps"},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/","text":"@k8slens/extensions Globals / \"src/renderer/components/slider/slider\" Module: \"src/renderer/components/slider/slider\" # Index # Classes # Slider Interfaces # SliderProps Object literals # defaultProps Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/slider/slider.tsx:14 Properties: Name Type Value max number 100 min number 0 step number 1","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/#module-srcrenderercomponentssliderslider","text":"","title":"Module: \"src/renderer/components/slider/slider\""},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/#classes","text":"Slider","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/#interfaces","text":"SliderProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/slider/slider.tsx:14","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_spinner_cube_spinner_/","text":"@k8slens/extensions Globals / \"src/renderer/components/spinner/cube-spinner\" Module: \"src/renderer/components/spinner/cube-spinner\" # Index # Classes # CubeSpinner Interfaces # CubeSpinnerProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_spinner_cube_spinner_/#module-srcrenderercomponentsspinnercube-spinner","text":"","title":"Module: \"src/renderer/components/spinner/cube-spinner\""},{"location":"extensions/api/modules/_src_renderer_components_spinner_cube_spinner_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_spinner_cube_spinner_/#classes","text":"CubeSpinner","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_spinner_cube_spinner_/#interfaces","text":"CubeSpinnerProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/spinner/index\" Module: \"src/renderer/components/spinner/index\" # Index # References # CubeSpinner CubeSpinnerProps Spinner SpinnerProps References # CubeSpinner # Re-exports: CubeSpinner CubeSpinnerProps # Re-exports: CubeSpinnerProps Spinner # Re-exports: Spinner SpinnerProps # Re-exports: SpinnerProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#module-srcrenderercomponentsspinnerindex","text":"","title":"Module: \"src/renderer/components/spinner/index\""},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#references","text":"CubeSpinner CubeSpinnerProps Spinner SpinnerProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#cubespinner","text":"Re-exports: CubeSpinner","title":"CubeSpinner"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#cubespinnerprops","text":"Re-exports: CubeSpinnerProps","title":"CubeSpinnerProps"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#spinner","text":"Re-exports: Spinner","title":"Spinner"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#spinnerprops","text":"Re-exports: SpinnerProps","title":"SpinnerProps"},{"location":"extensions/api/modules/_src_renderer_components_spinner_spinner_/","text":"@k8slens/extensions Globals / \"src/renderer/components/spinner/spinner\" Module: \"src/renderer/components/spinner/spinner\" # Index # Classes # Spinner Interfaces # SpinnerProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_spinner_spinner_/#module-srcrenderercomponentsspinnerspinner","text":"","title":"Module: \"src/renderer/components/spinner/spinner\""},{"location":"extensions/api/modules/_src_renderer_components_spinner_spinner_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_spinner_spinner_/#classes","text":"Spinner","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_spinner_spinner_/#interfaces","text":"SpinnerProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/status-brick/index\" Module: \"src/renderer/components/status-brick/index\" # Index # References # StatusBrick StatusBrickProps References # StatusBrick # Re-exports: StatusBrick StatusBrickProps # Re-exports: StatusBrickProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_index_/#module-srcrenderercomponentsstatus-brickindex","text":"","title":"Module: \"src/renderer/components/status-brick/index\""},{"location":"extensions/api/modules/_src_renderer_components_status_brick_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_index_/#references","text":"StatusBrick StatusBrickProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_index_/#statusbrick","text":"Re-exports: StatusBrick","title":"StatusBrick"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_index_/#statusbrickprops","text":"Re-exports: StatusBrickProps","title":"StatusBrickProps"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_status_brick_/","text":"@k8slens/extensions Globals / \"src/renderer/components/status-brick/status-brick\" Module: \"src/renderer/components/status-brick/status-brick\" # Index # Classes # StatusBrick Interfaces # StatusBrickProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_status_brick_/#module-srcrenderercomponentsstatus-brickstatus-brick","text":"","title":"Module: \"src/renderer/components/status-brick/status-brick\""},{"location":"extensions/api/modules/_src_renderer_components_status_brick_status_brick_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_status_brick_/#classes","text":"StatusBrick","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_status_brick_/#interfaces","text":"StatusBrickProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_stepper_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/stepper/index\" Module: \"src/renderer/components/stepper/index\" # Index # References # Stepper StepperProps References # Stepper # Re-exports: Stepper StepperProps # Re-exports: StepperProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_stepper_index_/#module-srcrenderercomponentsstepperindex","text":"","title":"Module: \"src/renderer/components/stepper/index\""},{"location":"extensions/api/modules/_src_renderer_components_stepper_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_stepper_index_/#references","text":"Stepper StepperProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_stepper_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_stepper_index_/#stepper","text":"Re-exports: Stepper","title":"Stepper"},{"location":"extensions/api/modules/_src_renderer_components_stepper_index_/#stepperprops","text":"Re-exports: StepperProps","title":"StepperProps"},{"location":"extensions/api/modules/_src_renderer_components_stepper_stepper_/","text":"@k8slens/extensions Globals / \"src/renderer/components/stepper/stepper\" Module: \"src/renderer/components/stepper/stepper\" # Index # Classes # Stepper Interfaces # Step StepperProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_stepper_stepper_/#module-srcrenderercomponentsstepperstepper","text":"","title":"Module: \"src/renderer/components/stepper/stepper\""},{"location":"extensions/api/modules/_src_renderer_components_stepper_stepper_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_stepper_stepper_/#classes","text":"Stepper","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_stepper_stepper_/#interfaces","text":"Step StepperProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/index\" Module: \"src/renderer/components/table/index\" # Index # References # Table TableCell TableCellElem TableCellProps TableHead TableHeadElem TableHeadProps TableOrderBy TableProps TableRow TableRowElem TableRowProps TableSortBy TableSortCallback TableSortParams References # Table # Re-exports: Table TableCell # Re-exports: TableCell TableCellElem # Re-exports: TableCellElem TableCellProps # Re-exports: TableCellProps TableHead # Re-exports: TableHead TableHeadElem # Re-exports: TableHeadElem TableHeadProps # Re-exports: TableHeadProps TableOrderBy # Re-exports: TableOrderBy TableProps # Re-exports: TableProps TableRow # Re-exports: TableRow TableRowElem # Re-exports: TableRowElem TableRowProps # Re-exports: TableRowProps TableSortBy # Re-exports: TableSortBy TableSortCallback # Re-exports: TableSortCallback TableSortParams # Re-exports: TableSortParams","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#module-srcrenderercomponentstableindex","text":"","title":"Module: \"src/renderer/components/table/index\""},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#references","text":"Table TableCell TableCellElem TableCellProps TableHead TableHeadElem TableHeadProps TableOrderBy TableProps TableRow TableRowElem TableRowProps TableSortBy TableSortCallback TableSortParams","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#table","text":"Re-exports: Table","title":"Table"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablecell","text":"Re-exports: TableCell","title":"TableCell"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablecellelem","text":"Re-exports: TableCellElem","title":"TableCellElem"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablecellprops","text":"Re-exports: TableCellProps","title":"TableCellProps"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablehead","text":"Re-exports: TableHead","title":"TableHead"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tableheadelem","text":"Re-exports: TableHeadElem","title":"TableHeadElem"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tableheadprops","text":"Re-exports: TableHeadProps","title":"TableHeadProps"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tableorderby","text":"Re-exports: TableOrderBy","title":"TableOrderBy"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tableprops","text":"Re-exports: TableProps","title":"TableProps"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablerow","text":"Re-exports: TableRow","title":"TableRow"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablerowelem","text":"Re-exports: TableRowElem","title":"TableRowElem"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablerowprops","text":"Re-exports: TableRowProps","title":"TableRowProps"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablesortby","text":"Re-exports: TableSortBy","title":"TableSortBy"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablesortcallback","text":"Re-exports: TableSortCallback","title":"TableSortCallback"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablesortparams","text":"Re-exports: TableSortParams","title":"TableSortParams"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table\" Module: \"src/renderer/components/table/table\" # Index # Classes # Table Interfaces # TableProps Type aliases # TableOrderBy TableSortBy TableSortCallback TableSortParams Type aliases # TableOrderBy # \u01ac TableOrderBy : \\\"asc\\\" | \\\"desc\\\" | string Defined in src/renderer/components/table/table.tsx:18 TableSortBy # \u01ac TableSortBy : string Defined in src/renderer/components/table/table.tsx:17 TableSortCallback # \u01ac TableSortCallback \\ : (data: D) => string | number | (string | number)[] Defined in src/renderer/components/table/table.tsx:20 Type parameters: Name Default D any TableSortParams # \u01ac TableSortParams : { orderBy: TableOrderBy ; sortBy: TableSortBy } Defined in src/renderer/components/table/table.tsx:19 Type declaration: Name Type orderBy TableOrderBy sortBy TableSortBy","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#module-srcrenderercomponentstabletable","text":"","title":"Module: \"src/renderer/components/table/table\""},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#classes","text":"Table","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#interfaces","text":"TableProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#type-aliases","text":"TableOrderBy TableSortBy TableSortCallback TableSortParams","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#tableorderby","text":"\u01ac TableOrderBy : \\\"asc\\\" | \\\"desc\\\" | string Defined in src/renderer/components/table/table.tsx:18","title":"TableOrderBy"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#tablesortby","text":"\u01ac TableSortBy : string Defined in src/renderer/components/table/table.tsx:17","title":"TableSortBy"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#tablesortcallback","text":"\u01ac TableSortCallback \\ : (data: D) => string | number | (string | number)[] Defined in src/renderer/components/table/table.tsx:20","title":"TableSortCallback"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#tablesortparams","text":"\u01ac TableSortParams : { orderBy: TableOrderBy ; sortBy: TableSortBy } Defined in src/renderer/components/table/table.tsx:19","title":"TableSortParams"},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-cell\" Module: \"src/renderer/components/table/table-cell\" # Index # Classes # TableCell Interfaces # TableCellProps Type aliases # TableCellElem Type aliases # TableCellElem # \u01ac TableCellElem : ReactElement\\< TableCellProps > Defined in src/renderer/components/table/table-cell.tsx:9","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/#module-srcrenderercomponentstabletable-cell","text":"","title":"Module: \"src/renderer/components/table/table-cell\""},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/#classes","text":"TableCell","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/#interfaces","text":"TableCellProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/#type-aliases","text":"TableCellElem","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/#tablecellelem","text":"\u01ac TableCellElem : ReactElement\\< TableCellProps > Defined in src/renderer/components/table/table-cell.tsx:9","title":"TableCellElem"},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-head\" Module: \"src/renderer/components/table/table-head\" # Index # Classes # TableHead Interfaces # TableHeadProps Type aliases # TableHeadElem Type aliases # TableHeadElem # \u01ac TableHeadElem : ReactElement\\< TableHeadProps > Defined in src/renderer/components/table/table-head.tsx:6","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/#module-srcrenderercomponentstabletable-head","text":"","title":"Module: \"src/renderer/components/table/table-head\""},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/#classes","text":"TableHead","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/#interfaces","text":"TableHeadProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/#type-aliases","text":"TableHeadElem","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/#tableheadelem","text":"\u01ac TableHeadElem : ReactElement\\< TableHeadProps > Defined in src/renderer/components/table/table-head.tsx:6","title":"TableHeadElem"},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-row\" Module: \"src/renderer/components/table/table-row\" # Index # Classes # TableRow Interfaces # TableRowProps Type aliases # TableRowElem Type aliases # TableRowElem # \u01ac TableRowElem : ReactElement\\< TableRowProps > Defined in src/renderer/components/table/table-row.tsx:7","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/#module-srcrenderercomponentstabletable-row","text":"","title":"Module: \"src/renderer/components/table/table-row\""},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/#classes","text":"TableRow","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/#interfaces","text":"TableRowProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/#type-aliases","text":"TableRowElem","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/#tablerowelem","text":"\u01ac TableRowElem : ReactElement\\< TableRowProps > Defined in src/renderer/components/table/table-row.tsx:7","title":"TableRowElem"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/tabs/index\" Module: \"src/renderer/components/tabs/index\" # Index # References # Tab TabProps Tabs TabsProps References # Tab # Re-exports: Tab TabProps # Re-exports: TabProps Tabs # Re-exports: Tabs TabsProps # Re-exports: TabsProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#module-srcrenderercomponentstabsindex","text":"","title":"Module: \"src/renderer/components/tabs/index\""},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#references","text":"Tab TabProps Tabs TabsProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#tab","text":"Re-exports: Tab","title":"Tab"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#tabprops","text":"Re-exports: TabProps","title":"TabProps"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#tabs","text":"Re-exports: Tabs","title":"Tabs"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#tabsprops","text":"Re-exports: TabsProps","title":"TabsProps"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/","text":"@k8slens/extensions Globals / \"src/renderer/components/tabs/tabs\" Module: \"src/renderer/components/tabs/tabs\" # Index # Classes # Tab Tabs Interfaces # TabProps TabsContextValue TabsProps Type aliases # Omit Variables # TabsContext Type aliases # Omit # \u01ac Omit \\ : Pick\\ > Defined in src/renderer/components/tabs/tabs.tsx:15 Type parameters: Name Type T - K keyof T Variables # TabsContext # \u2022 Const TabsContext : Context\\< TabsContextValue \\ > = React.createContext\\ ({}) Defined in src/renderer/components/tabs/tabs.tsx:6","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#module-srcrenderercomponentstabstabs","text":"","title":"Module: \"src/renderer/components/tabs/tabs\""},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#classes","text":"Tab Tabs","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#interfaces","text":"TabProps TabsContextValue TabsProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#type-aliases","text":"Omit","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#variables","text":"TabsContext","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#omit","text":"\u01ac Omit \\ : Pick\\ > Defined in src/renderer/components/tabs/tabs.tsx:15","title":"Omit"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#tabscontext","text":"\u2022 Const TabsContext : Context\\< TabsContextValue \\ > = React.createContext\\ ({}) Defined in src/renderer/components/tabs/tabs.tsx:6","title":"TabsContext"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/index\" Module: \"src/renderer/components/tooltip/index\" # Index # References # Tooltip TooltipContentFormatters TooltipDecoratorProps TooltipPosition TooltipProps withTooltip References # Tooltip # Re-exports: Tooltip TooltipContentFormatters # Re-exports: TooltipContentFormatters TooltipDecoratorProps # Re-exports: TooltipDecoratorProps TooltipPosition # Re-exports: TooltipPosition TooltipProps # Re-exports: TooltipProps withTooltip # Re-exports: withTooltip","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#module-srcrenderercomponentstooltipindex","text":"","title":"Module: \"src/renderer/components/tooltip/index\""},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#references","text":"Tooltip TooltipContentFormatters TooltipDecoratorProps TooltipPosition TooltipProps withTooltip","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#tooltip","text":"Re-exports: Tooltip","title":"Tooltip"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#tooltipcontentformatters","text":"Re-exports: TooltipContentFormatters","title":"TooltipContentFormatters"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#tooltipdecoratorprops","text":"Re-exports: TooltipDecoratorProps","title":"TooltipDecoratorProps"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#tooltipposition","text":"Re-exports: TooltipPosition","title":"TooltipPosition"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#tooltipprops","text":"Re-exports: TooltipProps","title":"TooltipProps"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#withtooltip","text":"Re-exports: withTooltip","title":"withTooltip"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/tooltip\" Module: \"src/renderer/components/tooltip/tooltip\" # Index # Enumerations # TooltipPosition Classes # Tooltip Interfaces # TooltipContentFormatters TooltipProps Object literals # defaultProps Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/tooltip/tooltip.tsx:41 Properties: Name Type Value offset number 10 usePortal true true","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#module-srcrenderercomponentstooltiptooltip","text":"","title":"Module: \"src/renderer/components/tooltip/tooltip\""},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#enumerations","text":"TooltipPosition","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#classes","text":"Tooltip","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#interfaces","text":"TooltipContentFormatters TooltipProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/tooltip/tooltip.tsx:41","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/withTooltip\" Module: \"src/renderer/components/tooltip/withTooltip\" # Index # Interfaces # TooltipDecoratorProps Functions # withTooltip Functions # withTooltip # \u25b8 withTooltip \\ ( Target : T): T Defined in src/renderer/components/tooltip/withTooltip.tsx:18 Type parameters: Name Type T React.ComponentType\\ Parameters: Name Type Target T Returns: T","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/#module-srcrenderercomponentstooltipwithtooltip","text":"","title":"Module: \"src/renderer/components/tooltip/withTooltip\""},{"location":"extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/#interfaces","text":"TooltipDecoratorProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/#functions","text":"withTooltip","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/#withtooltip","text":"\u25b8 withTooltip \\ ( Target : T): T Defined in src/renderer/components/tooltip/withTooltip.tsx:18","title":"withTooltip"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/virtual-list/index\" Module: \"src/renderer/components/virtual-list/index\" # Index # References # VirtualList References # VirtualList # Re-exports: VirtualList","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_index_/#module-srcrenderercomponentsvirtual-listindex","text":"","title":"Module: \"src/renderer/components/virtual-list/index\""},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_index_/#references","text":"VirtualList","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_index_/#virtuallist","text":"Re-exports: VirtualList","title":"VirtualList"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/","text":"@k8slens/extensions Globals / \"src/renderer/components/virtual-list/virtual-list\" Module: \"src/renderer/components/virtual-list/virtual-list\" # Index # Classes # VirtualList Interfaces # Props RowData RowProps State Variables # Row Object literals # defaultProps Variables # Row # \u2022 Const Row : (Anonymous function) = observer((props: RowProps) => { const { index, style, data } = props; const { items, getRow } = data; const item = items[index]; const uid = typeof item == \"string\" ? index : items[index].getId(); const row = getRow(uid); if (!row) return null; return React.cloneElement(row, { style: Object.assign({}, row.props.style, style) });}) Defined in src/renderer/components/virtual-list/virtual-list.tsx:126 Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/virtual-list/virtual-list.tsx:34 Properties: Name Type Value initialOffset number 1 onScroll any noop readyOffset number 10 width string \"100%\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#module-srcrenderercomponentsvirtual-listvirtual-list","text":"","title":"Module: \"src/renderer/components/virtual-list/virtual-list\""},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#classes","text":"VirtualList","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#interfaces","text":"Props RowData RowProps State","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#variables","text":"Row","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#row","text":"\u2022 Const Row : (Anonymous function) = observer((props: RowProps) => { const { index, style, data } = props; const { items, getRow } = data; const item = items[index]; const uid = typeof item == \"string\" ? index : items[index].getId(); const row = getRow(uid); if (!row) return null; return React.cloneElement(row, { style: Object.assign({}, row.props.style, style) });}) Defined in src/renderer/components/virtual-list/virtual-list.tsx:126","title":"Row"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/virtual-list/virtual-list.tsx:34","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_i18n_/","text":"@k8slens/extensions Globals / \"src/renderer/i18n\" Module: \"src/renderer/i18n\" # Index # Classes # LocalizationStore Interfaces # ILanguage Variables # _i18n i18nStore plurals Variables # _i18n # \u2022 Const _i18n : I18n = setupI18n({ missing: (message, id) => { // console.warn('Missing localization:', message, id); return id; }}) Defined in src/renderer/i18n.ts:15 i18nStore # \u2022 Const i18nStore : LocalizationStore = new LocalizationStore() Defined in src/renderer/i18n.ts:57 plurals # \u2022 Const plurals : Record\\ = require('make-plural/plurals') Defined in src/renderer/i18n.ts:7","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_i18n_/#module-srcrendereri18n","text":"","title":"Module: \"src/renderer/i18n\""},{"location":"extensions/api/modules/_src_renderer_i18n_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_i18n_/#classes","text":"LocalizationStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_i18n_/#interfaces","text":"ILanguage","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_i18n_/#variables","text":"_i18n i18nStore plurals","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_i18n_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_i18n_/#_i18n","text":"\u2022 Const _i18n : I18n = setupI18n({ missing: (message, id) => { // console.warn('Missing localization:', message, id); return id; }}) Defined in src/renderer/i18n.ts:15","title":"_i18n"},{"location":"extensions/api/modules/_src_renderer_i18n_/#i18nstore","text":"\u2022 Const i18nStore : LocalizationStore = new LocalizationStore() Defined in src/renderer/i18n.ts:57","title":"i18nStore"},{"location":"extensions/api/modules/_src_renderer_i18n_/#plurals","text":"\u2022 Const plurals : Record\\ = require('make-plural/plurals') Defined in src/renderer/i18n.ts:7","title":"plurals"},{"location":"extensions/api/modules/_src_renderer_item_store_/","text":"@k8slens/extensions Globals / \"src/renderer/item.store\" Module: \"src/renderer/item.store\" # Index # Classes # ItemStore Interfaces # ItemObject","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_item_store_/#module-srcrendereritemstore","text":"","title":"Module: \"src/renderer/item.store\""},{"location":"extensions/api/modules/_src_renderer_item_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_item_store_/#classes","text":"ItemStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_item_store_/#interfaces","text":"ItemObject","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_kube_object_store_/","text":"@k8slens/extensions Globals / \"src/renderer/kube-object.store\" Module: \"src/renderer/kube-object.store\" # Index # Classes # KubeObjectStore","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_kube_object_store_/#module-srcrendererkube-objectstore","text":"","title":"Module: \"src/renderer/kube-object.store\""},{"location":"extensions/api/modules/_src_renderer_kube_object_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_kube_object_store_/#classes","text":"KubeObjectStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_navigation_/","text":"@k8slens/extensions Globals / \"src/renderer/navigation\" Module: \"src/renderer/navigation\" # Index # Interfaces # IQueryParams Variables # history navigation Functions # getDetails getDetailsUrl getMatchedClusterId getQueryString getSearch getSelectedDetails hideDetails navigate setQueryParams setSearch showDetails Variables # history # \u2022 Const history : History\\<{}> = typeof window !== \"undefined\" ? createBrowserHistory() : createMemoryHistory() Defined in src/renderer/navigation.ts:11 navigation # \u2022 Const navigation : IObservableHistory\\<{}> = createObservableHistory(history) Defined in src/renderer/navigation.ts:12 Functions # getDetails # \u25b8 getDetails (): string Defined in src/renderer/navigation.ts:47 Returns: string getDetailsUrl # \u25b8 getDetailsUrl ( details : string): string Defined in src/renderer/navigation.ts:55 Parameters: Name Type details string Returns: string getMatchedClusterId # \u25b8 getMatchedClusterId (): string Defined in src/renderer/navigation.ts:84 Returns: string getQueryString # \u25b8 getQueryString ( params? : Partial\\< IQueryParams >, merge? : boolean): string Defined in src/renderer/navigation.ts:32 Parameters: Name Type Default value params? Partial\\< IQueryParams > - merge boolean true Returns: string getSearch # \u25b8 getSearch (): string Defined in src/renderer/navigation.ts:80 Returns: string getSelectedDetails # \u25b8 getSelectedDetails (): string Defined in src/renderer/navigation.ts:51 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 setQueryParams # \u25b8 setQueryParams \\ ( params? : T & IQueryParams , __namedParameters? : { merge: boolean = true; replace: boolean = false }): void Defined in src/renderer/navigation.ts:42 Type parameters: Name T Parameters: Name Type Default value params? T & IQueryParams - __namedParameters { merge: boolean = true; replace: boolean = false } {} Returns: void setSearch # \u25b8 setSearch ( text : string): void Defined in src/renderer/navigation.ts:74 Parameters: Name Type text string Returns: void showDetails # \u25b8 showDetails ( path : string, resetSelected? : boolean): void Defined in src/renderer/navigation.ts:63 Parameters: Name Type Default value path string - resetSelected boolean true Returns: void","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_navigation_/#module-srcrenderernavigation","text":"","title":"Module: \"src/renderer/navigation\""},{"location":"extensions/api/modules/_src_renderer_navigation_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_navigation_/#interfaces","text":"IQueryParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_navigation_/#variables","text":"history navigation","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_navigation_/#functions","text":"getDetails getDetailsUrl getMatchedClusterId getQueryString getSearch getSelectedDetails hideDetails navigate setQueryParams setSearch showDetails","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_navigation_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_navigation_/#history","text":"\u2022 Const history : History\\<{}> = typeof window !== \"undefined\" ? createBrowserHistory() : createMemoryHistory() Defined in src/renderer/navigation.ts:11","title":"history"},{"location":"extensions/api/modules/_src_renderer_navigation_/#navigation","text":"\u2022 Const navigation : IObservableHistory\\<{}> = createObservableHistory(history) Defined in src/renderer/navigation.ts:12","title":"navigation"},{"location":"extensions/api/modules/_src_renderer_navigation_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_navigation_/#getdetails","text":"\u25b8 getDetails (): string Defined in src/renderer/navigation.ts:47 Returns: string","title":"getDetails"},{"location":"extensions/api/modules/_src_renderer_navigation_/#getdetailsurl","text":"\u25b8 getDetailsUrl ( details : string): string Defined in src/renderer/navigation.ts:55","title":"getDetailsUrl"},{"location":"extensions/api/modules/_src_renderer_navigation_/#getmatchedclusterid","text":"\u25b8 getMatchedClusterId (): string Defined in src/renderer/navigation.ts:84 Returns: string","title":"getMatchedClusterId"},{"location":"extensions/api/modules/_src_renderer_navigation_/#getquerystring","text":"\u25b8 getQueryString ( params? : Partial\\< IQueryParams >, merge? : boolean): string Defined in src/renderer/navigation.ts:32","title":"getQueryString"},{"location":"extensions/api/modules/_src_renderer_navigation_/#getsearch","text":"\u25b8 getSearch (): string Defined in src/renderer/navigation.ts:80 Returns: string","title":"getSearch"},{"location":"extensions/api/modules/_src_renderer_navigation_/#getselecteddetails","text":"\u25b8 getSelectedDetails (): string Defined in src/renderer/navigation.ts:51 Returns: string","title":"getSelectedDetails"},{"location":"extensions/api/modules/_src_renderer_navigation_/#hidedetails","text":"\u25b8 hideDetails (): void Defined in src/renderer/navigation.ts:70 Returns: void","title":"hideDetails"},{"location":"extensions/api/modules/_src_renderer_navigation_/#navigate","text":"\u25b8 navigate ( location : LocationDescriptor): void Defined in src/renderer/navigation.ts:14","title":"navigate"},{"location":"extensions/api/modules/_src_renderer_navigation_/#setqueryparams","text":"\u25b8 setQueryParams \\ ( params? : T & IQueryParams , __namedParameters? : { merge: boolean = true; replace: boolean = false }): void Defined in src/renderer/navigation.ts:42","title":"setQueryParams"},{"location":"extensions/api/modules/_src_renderer_navigation_/#setsearch","text":"\u25b8 setSearch ( text : string): void Defined in src/renderer/navigation.ts:74","title":"setSearch"},{"location":"extensions/api/modules/_src_renderer_navigation_/#showdetails","text":"\u25b8 showDetails ( path : string, resetSelected? : boolean): void Defined in src/renderer/navigation.ts:63","title":"showDetails"},{"location":"extensions/api/modules/_src_renderer_theme_store_/","text":"@k8slens/extensions Globals / \"src/renderer/theme.store\" Module: \"src/renderer/theme.store\" # Index # Enumerations # ThemeType Classes # ThemeStore Interfaces # Theme Type aliases # ThemeId Variables # themeStore Type aliases # ThemeId # \u01ac ThemeId : string Defined in src/renderer/theme.store.ts:6 Variables # themeStore # \u2022 Const themeStore : ThemeStore = new ThemeStore() Defined in src/renderer/theme.store.ts:102","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#module-srcrendererthemestore","text":"","title":"Module: \"src/renderer/theme.store\""},{"location":"extensions/api/modules/_src_renderer_theme_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#enumerations","text":"ThemeType","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#classes","text":"ThemeStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#interfaces","text":"Theme","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#type-aliases","text":"ThemeId","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#variables","text":"themeStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#themeid","text":"\u01ac ThemeId : string Defined in src/renderer/theme.store.ts:6","title":"ThemeId"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#themestore","text":"\u2022 Const themeStore : ThemeStore = new ThemeStore() Defined in src/renderer/theme.store.ts:102","title":"themeStore"},{"location":"extensions/api/modules/_src_renderer_utils_cancelablefetch_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/cancelableFetch\" Module: \"src/renderer/utils/cancelableFetch\" # Index # Interfaces # CancelablePromise WrappingFunction Functions # cancelableFetch Functions # cancelableFetch # \u25b8 cancelableFetch ( reqInfo : RequestInfo, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/utils/cancelableFetch.ts:15 Parameters: Name Type Default value reqInfo RequestInfo - reqInit RequestInit {} Returns: CancelablePromise \\","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_cancelablefetch_/#module-srcrendererutilscancelablefetch","text":"","title":"Module: \"src/renderer/utils/cancelableFetch\""},{"location":"extensions/api/modules/_src_renderer_utils_cancelablefetch_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_cancelablefetch_/#interfaces","text":"CancelablePromise WrappingFunction","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_utils_cancelablefetch_/#functions","text":"cancelableFetch","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_cancelablefetch_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_cancelablefetch_/#cancelablefetch","text":"\u25b8 cancelableFetch ( reqInfo : RequestInfo, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/utils/cancelableFetch.ts:15","title":"cancelableFetch"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/convertCpu\" Module: \"src/renderer/utils/convertCpu\" # Index # Variables # million shortBillion thousand Functions # cpuUnitsToNumber Variables # million # \u2022 Const million : number = thousand * thousand Defined in src/renderer/utils/convertCpu.ts:4 shortBillion # \u2022 Const shortBillion : number = thousand * million Defined in src/renderer/utils/convertCpu.ts:5 thousand # \u2022 Const thousand : 1000 = 1000 Defined in src/renderer/utils/convertCpu.ts:3 Functions # cpuUnitsToNumber # \u25b8 cpuUnitsToNumber ( cpu : string): number Defined in src/renderer/utils/convertCpu.ts:7 Parameters: Name Type cpu string Returns: number","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#module-srcrendererutilsconvertcpu","text":"","title":"Module: \"src/renderer/utils/convertCpu\""},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#variables","text":"million shortBillion thousand","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#functions","text":"cpuUnitsToNumber","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#million","text":"\u2022 Const million : number = thousand * thousand Defined in src/renderer/utils/convertCpu.ts:4","title":"million"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#shortbillion","text":"\u2022 Const shortBillion : number = thousand * million Defined in src/renderer/utils/convertCpu.ts:5","title":"shortBillion"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#thousand","text":"\u2022 Const thousand : 1000 = 1000 Defined in src/renderer/utils/convertCpu.ts:3","title":"thousand"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#cpuunitstonumber","text":"\u25b8 cpuUnitsToNumber ( cpu : string): number Defined in src/renderer/utils/convertCpu.ts:7","title":"cpuUnitsToNumber"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/convertMemory\" Module: \"src/renderer/utils/convertMemory\" # Index # Variables # base suffixes Functions # bytesToUnits unitsToBytes Variables # base # \u2022 Const base : 1024 = 1024 Defined in src/renderer/utils/convertMemory.ts:3 suffixes # \u2022 Const suffixes : string[] = ['K', 'M', 'G', 'T', 'P', 'E'] Defined in src/renderer/utils/convertMemory.ts:4 Functions # bytesToUnits # \u25b8 bytesToUnits ( bytes : number, precision? : number): string Defined in src/renderer/utils/convertMemory.ts:18 Parameters: Name Type Default value bytes number - precision number 1 Returns: string unitsToBytes # \u25b8 unitsToBytes ( value : string): number Defined in src/renderer/utils/convertMemory.ts:6 Parameters: Name Type value string Returns: number","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#module-srcrendererutilsconvertmemory","text":"","title":"Module: \"src/renderer/utils/convertMemory\""},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#variables","text":"base suffixes","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#functions","text":"bytesToUnits unitsToBytes","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#base","text":"\u2022 Const base : 1024 = 1024 Defined in src/renderer/utils/convertMemory.ts:3","title":"base"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#suffixes","text":"\u2022 Const suffixes : string[] = ['K', 'M', 'G', 'T', 'P', 'E'] Defined in src/renderer/utils/convertMemory.ts:4","title":"suffixes"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#bytestounits","text":"\u25b8 bytesToUnits ( bytes : number, precision? : number): string Defined in src/renderer/utils/convertMemory.ts:18","title":"bytesToUnits"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#unitstobytes","text":"\u25b8 unitsToBytes ( value : string): number Defined in src/renderer/utils/convertMemory.ts:6","title":"unitsToBytes"},{"location":"extensions/api/modules/_src_renderer_utils_copytoclipboard_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/copyToClipboard\" Module: \"src/renderer/utils/copyToClipboard\" # Index # Functions # copyToClipboard isSelectable Functions # copyToClipboard # \u25b8 copyToClipboard ( elem : HTMLElement, resetSelection? : boolean): boolean Defined in src/renderer/utils/copyToClipboard.ts:3 Parameters: Name Type Default value elem HTMLElement - resetSelection boolean true Returns: boolean isSelectable # \u25b8 isSelectable ( elem : HTMLElement): elem is HTMLInputElement Defined in src/renderer/utils/copyToClipboard.ts:19 Parameters: Name Type elem HTMLElement Returns: elem is HTMLInputElement","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_copytoclipboard_/#module-srcrendererutilscopytoclipboard","text":"","title":"Module: \"src/renderer/utils/copyToClipboard\""},{"location":"extensions/api/modules/_src_renderer_utils_copytoclipboard_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_copytoclipboard_/#functions","text":"copyToClipboard isSelectable","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_copytoclipboard_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_copytoclipboard_/#copytoclipboard","text":"\u25b8 copyToClipboard ( elem : HTMLElement, resetSelection? : boolean): boolean Defined in src/renderer/utils/copyToClipboard.ts:3","title":"copyToClipboard"},{"location":"extensions/api/modules/_src_renderer_utils_copytoclipboard_/#isselectable","text":"\u25b8 isSelectable ( elem : HTMLElement): elem is HTMLInputElement Defined in src/renderer/utils/copyToClipboard.ts:19","title":"isSelectable"},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/createStorage\" Module: \"src/renderer/utils/createStorage\" # Index # Classes # StorageHelper Interfaces # IStorageHelperOptions Functions # createStorage Functions # createStorage # \u25b8 createStorage \\ ( key : string, defaultValue? : T, options? : IStorageHelperOptions ): StorageHelper \\ Defined in src/renderer/utils/createStorage.ts:8 Type parameters: Name T Parameters: Name Type key string defaultValue? T options? IStorageHelperOptions Returns: StorageHelper \\","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/#module-srcrendererutilscreatestorage","text":"","title":"Module: \"src/renderer/utils/createStorage\""},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/#classes","text":"StorageHelper","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/#interfaces","text":"IStorageHelperOptions","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/#functions","text":"createStorage","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/#createstorage","text":"\u25b8 createStorage \\ ( key : string, defaultValue? : T, options? : IStorageHelperOptions ): StorageHelper \\ Defined in src/renderer/utils/createStorage.ts:8","title":"createStorage"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/cssNames\" Module: \"src/renderer/utils/cssNames\" # Index # Type aliases # IClassName IClassNameMap Functions # cssNames Type aliases # IClassName # \u01ac IClassName : string | string[] | IClassNameMap Defined in src/renderer/utils/cssNames.ts:3 IClassNameMap # \u01ac IClassNameMap : { [className:string]: boolean | any; } Defined in src/renderer/utils/cssNames.ts:4 Functions # cssNames # \u25b8 cssNames (... args : IClassName []): string Defined in src/renderer/utils/cssNames.ts:8 Parameters: Name Type ...args IClassName [] Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#module-srcrendererutilscssnames","text":"","title":"Module: \"src/renderer/utils/cssNames\""},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#type-aliases","text":"IClassName IClassNameMap","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#functions","text":"cssNames","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#iclassname","text":"\u01ac IClassName : string | string[] | IClassNameMap Defined in src/renderer/utils/cssNames.ts:3","title":"IClassName"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#iclassnamemap","text":"\u01ac IClassNameMap : { [className:string]: boolean | any; } Defined in src/renderer/utils/cssNames.ts:4","title":"IClassNameMap"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#cssnames","text":"\u25b8 cssNames (... args : IClassName []): string Defined in src/renderer/utils/cssNames.ts:8","title":"cssNames"},{"location":"extensions/api/modules/_src_renderer_utils_cssvar_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/cssVar\" Module: \"src/renderer/utils/cssVar\" # Index # Functions # cssVar Functions # cssVar # \u25b8 cssVar ( elem : HTMLElement): object Defined in src/renderer/utils/cssVar.ts:3 Parameters: Name Type elem HTMLElement Returns: object Name Type get (name: string) => { toString: () => string ; valueOf: () => number } set (name: string, value: number | string) => void","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_cssvar_/#module-srcrendererutilscssvar","text":"","title":"Module: \"src/renderer/utils/cssVar\""},{"location":"extensions/api/modules/_src_renderer_utils_cssvar_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_cssvar_/#functions","text":"cssVar","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_cssvar_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_cssvar_/#cssvar","text":"\u25b8 cssVar ( elem : HTMLElement): object Defined in src/renderer/utils/cssVar.ts:3","title":"cssVar"},{"location":"extensions/api/modules/_src_renderer_utils_downloadfile_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/downloadFile\" Module: \"src/renderer/utils/downloadFile\" # Index # Functions # downloadFile Functions # downloadFile # \u25b8 downloadFile ( filename : string, contents : any, type : string): void Defined in src/renderer/utils/downloadFile.ts:1 Parameters: Name Type filename string contents any type string Returns: void","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_downloadfile_/#module-srcrendererutilsdownloadfile","text":"","title":"Module: \"src/renderer/utils/downloadFile\""},{"location":"extensions/api/modules/_src_renderer_utils_downloadfile_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_downloadfile_/#functions","text":"downloadFile","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_downloadfile_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_downloadfile_/#downloadfile","text":"\u25b8 downloadFile ( filename : string, contents : any, type : string): void Defined in src/renderer/utils/downloadFile.ts:1","title":"downloadFile"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/formatDuration\" Module: \"src/renderer/utils/formatDuration\" # Index # Variables # suffixes Functions # formatDuration Variables # suffixes # \u2022 Const suffixes : string[] = [\"w\", \"d\", \"h\", \"m\", \"s\"] Defined in src/renderer/utils/formatDuration.ts:3 Functions # formatDuration # \u25b8 formatDuration ( timeValue : number, compact : boolean): string Defined in src/renderer/utils/formatDuration.ts:10 This function formats durations in a more human readable form. Parameters: Name Type Description timeValue number the duration in milliseconds to format compact boolean when true, only the largest non-zero time frame will be returned Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#module-srcrendererutilsformatduration","text":"","title":"Module: \"src/renderer/utils/formatDuration\""},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#variables","text":"suffixes","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#functions","text":"formatDuration","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#suffixes","text":"\u2022 Const suffixes : string[] = [\"w\", \"d\", \"h\", \"m\", \"s\"] Defined in src/renderer/utils/formatDuration.ts:3","title":"suffixes"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#formatduration","text":"\u25b8 formatDuration ( timeValue : number, compact : boolean): string Defined in src/renderer/utils/formatDuration.ts:10 This function formats durations in a more human readable form.","title":"formatDuration"},{"location":"extensions/api/modules/_src_renderer_utils_index_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/index\" Module: \"src/renderer/utils/index\" # Index # References # EventEmitter IClassName IClassNameMap IStorageHelperOptions Singleton StorageHelper autobind base64 bytesToUnits cloneJsonObject copyToClipboard cpuUnitsToNumber createStorage cssNames cssVar debouncePromise defineGlobal downloadFile formatDuration getAppVersion getBundledExtensions getBundledKubectlVersion getRandId interval isReactNode metricUnitsToNumber openExternal prevDefault saveToAppFiles splitArray stopPropagation toCamelCase unitsToBytes Variables # isElectron noop References # EventEmitter # Re-exports: EventEmitter IClassName # Re-exports: IClassName IClassNameMap # Re-exports: IClassNameMap IStorageHelperOptions # Re-exports: IStorageHelperOptions Singleton # Re-exports: Singleton StorageHelper # Re-exports: StorageHelper autobind # Re-exports: autobind base64 # Re-exports: base64 bytesToUnits # Re-exports: bytesToUnits cloneJsonObject # Re-exports: cloneJsonObject copyToClipboard # Re-exports: copyToClipboard cpuUnitsToNumber # Re-exports: cpuUnitsToNumber createStorage # Re-exports: createStorage cssNames # Re-exports: cssNames cssVar # Re-exports: cssVar debouncePromise # Re-exports: debouncePromise defineGlobal # Re-exports: defineGlobal downloadFile # Re-exports: downloadFile formatDuration # Re-exports: formatDuration getAppVersion # Re-exports: getAppVersion getBundledExtensions # Re-exports: getBundledExtensions getBundledKubectlVersion # Re-exports: getBundledKubectlVersion getRandId # Re-exports: getRandId interval # Re-exports: interval isReactNode # Re-exports: isReactNode metricUnitsToNumber # Re-exports: metricUnitsToNumber openExternal # Re-exports: openExternal prevDefault # Re-exports: prevDefault saveToAppFiles # Re-exports: saveToAppFiles splitArray # Re-exports: splitArray stopPropagation # Re-exports: stopPropagation toCamelCase # Re-exports: toCamelCase unitsToBytes # Re-exports: unitsToBytes Variables # isElectron # \u2022 Const isElectron : boolean = !!navigator.userAgent.match(/Electron/) Defined in src/renderer/utils/index.ts:4 noop # \u2022 Const noop : any = Function() Defined in src/renderer/utils/index.ts:3","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#module-srcrendererutilsindex","text":"","title":"Module: \"src/renderer/utils/index\""},{"location":"extensions/api/modules/_src_renderer_utils_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#references","text":"EventEmitter IClassName IClassNameMap IStorageHelperOptions Singleton StorageHelper autobind base64 bytesToUnits cloneJsonObject copyToClipboard cpuUnitsToNumber createStorage cssNames cssVar debouncePromise defineGlobal downloadFile formatDuration getAppVersion getBundledExtensions getBundledKubectlVersion getRandId interval isReactNode metricUnitsToNumber openExternal prevDefault saveToAppFiles splitArray stopPropagation toCamelCase unitsToBytes","title":"References"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#variables","text":"isElectron noop","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#eventemitter","text":"Re-exports: EventEmitter","title":"EventEmitter"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#iclassname","text":"Re-exports: IClassName","title":"IClassName"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#iclassnamemap","text":"Re-exports: IClassNameMap","title":"IClassNameMap"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#istoragehelperoptions","text":"Re-exports: IStorageHelperOptions","title":"IStorageHelperOptions"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#singleton","text":"Re-exports: Singleton","title":"Singleton"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#storagehelper","text":"Re-exports: StorageHelper","title":"StorageHelper"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#autobind","text":"Re-exports: autobind","title":"autobind"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#base64","text":"Re-exports: base64","title":"base64"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#bytestounits","text":"Re-exports: bytesToUnits","title":"bytesToUnits"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#clonejsonobject","text":"Re-exports: cloneJsonObject","title":"cloneJsonObject"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#copytoclipboard","text":"Re-exports: copyToClipboard","title":"copyToClipboard"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#cpuunitstonumber","text":"Re-exports: cpuUnitsToNumber","title":"cpuUnitsToNumber"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#createstorage","text":"Re-exports: createStorage","title":"createStorage"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#cssnames","text":"Re-exports: cssNames","title":"cssNames"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#cssvar","text":"Re-exports: cssVar","title":"cssVar"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#debouncepromise","text":"Re-exports: debouncePromise","title":"debouncePromise"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#defineglobal","text":"Re-exports: defineGlobal","title":"defineGlobal"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#downloadfile","text":"Re-exports: downloadFile","title":"downloadFile"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#formatduration","text":"Re-exports: formatDuration","title":"formatDuration"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#getappversion","text":"Re-exports: getAppVersion","title":"getAppVersion"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#getbundledextensions","text":"Re-exports: getBundledExtensions","title":"getBundledExtensions"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#getbundledkubectlversion","text":"Re-exports: getBundledKubectlVersion","title":"getBundledKubectlVersion"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#getrandid","text":"Re-exports: getRandId","title":"getRandId"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#interval","text":"Re-exports: interval","title":"interval"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#isreactnode","text":"Re-exports: isReactNode","title":"isReactNode"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#metricunitstonumber","text":"Re-exports: metricUnitsToNumber","title":"metricUnitsToNumber"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#openexternal","text":"Re-exports: openExternal","title":"openExternal"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#prevdefault","text":"Re-exports: prevDefault","title":"prevDefault"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#savetoappfiles","text":"Re-exports: saveToAppFiles","title":"saveToAppFiles"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#splitarray","text":"Re-exports: splitArray","title":"splitArray"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#stoppropagation","text":"Re-exports: stopPropagation","title":"stopPropagation"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#tocamelcase","text":"Re-exports: toCamelCase","title":"toCamelCase"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#unitstobytes","text":"Re-exports: unitsToBytes","title":"unitsToBytes"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#iselectron","text":"\u2022 Const isElectron : boolean = !!navigator.userAgent.match(/Electron/) Defined in src/renderer/utils/index.ts:4","title":"isElectron"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#noop","text":"\u2022 Const noop : any = Function() Defined in src/renderer/utils/index.ts:3","title":"noop"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/interval\" Module: \"src/renderer/utils/interval\" # Index # Type aliases # IntervalCallback Functions # interval Type aliases # IntervalCallback # \u01ac IntervalCallback : (count: number) => void Defined in src/renderer/utils/interval.ts:3 Functions # interval # \u25b8 interval ( timeSec? : number, callback : IntervalCallback , autoRun? : boolean): object Defined in src/renderer/utils/interval.ts:5 Parameters: Name Type Default value timeSec number 1 callback IntervalCallback - autoRun boolean false Returns: object Name Type restart (runImmediately: boolean) => void start (runImmediately: boolean) => void stop () => void isRunning","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#module-srcrendererutilsinterval","text":"","title":"Module: \"src/renderer/utils/interval\""},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#type-aliases","text":"IntervalCallback","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#functions","text":"interval","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#intervalcallback","text":"\u01ac IntervalCallback : (count: number) => void Defined in src/renderer/utils/interval.ts:3","title":"IntervalCallback"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#interval","text":"\u25b8 interval ( timeSec? : number, callback : IntervalCallback , autoRun? : boolean): object Defined in src/renderer/utils/interval.ts:5","title":"interval"},{"location":"extensions/api/modules/_src_renderer_utils_isreactnode_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/isReactNode\" Module: \"src/renderer/utils/isReactNode\" # Index # Functions # isReactNode Functions # isReactNode # \u25b8 isReactNode ( node : ReactNode): node is ReactNode Defined in src/renderer/utils/isReactNode.ts:4 Parameters: Name Type node ReactNode Returns: node is ReactNode","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_isreactnode_/#module-srcrendererutilsisreactnode","text":"","title":"Module: \"src/renderer/utils/isReactNode\""},{"location":"extensions/api/modules/_src_renderer_utils_isreactnode_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_isreactnode_/#functions","text":"isReactNode","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_isreactnode_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_isreactnode_/#isreactnode","text":"\u25b8 isReactNode ( node : ReactNode): node is ReactNode Defined in src/renderer/utils/isReactNode.ts:4","title":"isReactNode"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/metricUnitsToNumber\" Module: \"src/renderer/utils/metricUnitsToNumber\" # Index # Variables # base suffixes Functions # metricUnitsToNumber Variables # base # \u2022 Const base : 1000 = 1000 Defined in src/renderer/utils/metricUnitsToNumber.ts:1 suffixes # \u2022 Const suffixes : string[] = [\"k\", \"m\", \"g\", \"t\", \"q\"] Defined in src/renderer/utils/metricUnitsToNumber.ts:2 Functions # metricUnitsToNumber # \u25b8 metricUnitsToNumber ( value : string): number Defined in src/renderer/utils/metricUnitsToNumber.ts:4 Parameters: Name Type value string Returns: number","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#module-srcrendererutilsmetricunitstonumber","text":"","title":"Module: \"src/renderer/utils/metricUnitsToNumber\""},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#variables","text":"base suffixes","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#functions","text":"metricUnitsToNumber","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#base","text":"\u2022 Const base : 1000 = 1000 Defined in src/renderer/utils/metricUnitsToNumber.ts:1","title":"base"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#suffixes","text":"\u2022 Const suffixes : string[] = [\"k\", \"m\", \"g\", \"t\", \"q\"] Defined in src/renderer/utils/metricUnitsToNumber.ts:2","title":"suffixes"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#metricunitstonumber","text":"\u25b8 metricUnitsToNumber ( value : string): number Defined in src/renderer/utils/metricUnitsToNumber.ts:4","title":"metricUnitsToNumber"},{"location":"extensions/api/modules/_src_renderer_utils_prevdefault_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/prevDefault\" Module: \"src/renderer/utils/prevDefault\" # Index # Functions # prevDefault stopPropagation Functions # prevDefault # \u25b8 prevDefault \\ ( callback : (evt: E) => any): (Anonymous function) Defined in src/renderer/utils/prevDefault.ts:15 Type parameters: Name Type E SyntheticEvent | Event Parameters: Name Type callback (evt: E) => any 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":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_prevdefault_/#module-srcrendererutilsprevdefault","text":"","title":"Module: \"src/renderer/utils/prevDefault\""},{"location":"extensions/api/modules/_src_renderer_utils_prevdefault_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_prevdefault_/#functions","text":"prevDefault stopPropagation","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_prevdefault_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_prevdefault_/#prevdefault","text":"\u25b8 prevDefault \\ ( callback : (evt: E) => any): (Anonymous function) Defined in src/renderer/utils/prevDefault.ts:15","title":"prevDefault"},{"location":"extensions/api/modules/_src_renderer_utils_prevdefault_/#stoppropagation","text":"\u25b8 stopPropagation ( evt : Event | SyntheticEvent): void Defined in src/renderer/utils/prevDefault.ts:23","title":"stopPropagation"},{"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 Globals @k8slens/extensions # Index # Modules # \"package\" \"src/common/base-store\" \"src/common/cluster-ipc\" \"src/common/cluster-store\" \"src/common/custom-errors\" \"src/common/event-bus\" \"src/common/event-emitter\" \"src/common/ipc\" \"src/common/kube-helpers\" \"src/common/prometheus-providers\" \"src/common/rbac\" \"src/common/request\" \"src/common/search-store\" \"src/common/user-store\" \"src/common/utils/app-version\" \"src/common/utils/autobind\" \"src/common/utils/base64\" \"src/common/utils/buildUrl\" \"src/common/utils/camelCase\" \"src/common/utils/cloneJson\" \"src/common/utils/debouncePromise\" \"src/common/utils/defineGlobal\" \"src/common/utils/getRandId\" \"src/common/utils/index\" \"src/common/utils/openExternal\" \"src/common/utils/saveToAppFiles\" \"src/common/utils/singleton\" \"src/common/utils/splitArray\" \"src/common/vars\" \"src/common/workspace-store\" \"src/extensions/cluster-feature\" \"src/extensions/core-api/app\" \"src/extensions/core-api/cluster-feature\" \"src/extensions/core-api/event-bus\" \"src/extensions/core-api/index\" \"src/extensions/core-api/stores\" \"src/extensions/core-api/utils\" \"src/extensions/extension-api\" \"src/extensions/extension-loader\" \"src/extensions/extension-manager\" \"src/extensions/extension-store\" \"src/extensions/extensions-store\" \"src/extensions/lens-extension\" \"src/extensions/lens-main-extension\" \"src/extensions/lens-renderer-extension\" \"src/extensions/registries/app-preference-registry\" \"src/extensions/registries/base-registry\" \"src/extensions/registries/cluster-feature-registry\" \"src/extensions/registries/index\" \"src/extensions/registries/kube-object-detail-registry\" \"src/extensions/registries/kube-object-menu-registry\" \"src/extensions/registries/menu-registry\" \"src/extensions/registries/page-registry\" \"src/extensions/registries/status-bar-registry\" \"src/extensions/renderer-api/components\" \"src/extensions/renderer-api/index\" \"src/extensions/renderer-api/k8s-api\" \"src/extensions/renderer-api/navigation\" \"src/main/app-updater\" \"src/main/cluster\" \"src/main/cluster-detectors/base-cluster-detector\" \"src/main/cluster-detectors/cluster-id-detector\" \"src/main/cluster-detectors/detector-registry\" \"src/main/cluster-detectors/distribution-detector\" \"src/main/cluster-detectors/last-seen-detector\" \"src/main/cluster-detectors/nodes-count-detector\" \"src/main/cluster-detectors/version-detector\" \"src/main/context-handler\" \"src/main/helm/helm-chart-manager\" \"src/main/helm/helm-cli\" \"src/main/helm/helm-release-manager\" \"src/main/helm/helm-repo-manager\" \"src/main/helm/helm-service\" \"src/main/kube-auth-proxy\" \"src/main/kubeconfig-manager\" \"src/main/kubectl\" \"src/main/lens-api\" \"src/main/lens-binary\" \"src/main/logger\" \"src/main/menu\" \"src/main/port\" \"src/main/prometheus/helm\" \"src/main/prometheus/lens\" \"src/main/prometheus/operator\" \"src/main/prometheus/provider-registry\" \"src/main/prometheus/stacklight\" \"src/main/promise-exec\" \"src/main/resource-applier\" \"src/main/router\" \"src/main/routes/helm-route\" \"src/main/routes/index\" \"src/main/routes/kubeconfig-route\" \"src/main/routes/metrics-route\" \"src/main/routes/port-forward-route\" \"src/main/routes/resource-applier-route\" \"src/main/routes/watch-route\" \"src/main/tray\" \"src/main/window-manager\" \"src/migrations/cluster-store/2.0.0-beta.2\" \"src/migrations/cluster-store/2.4.1\" \"src/migrations/cluster-store/2.6.0-beta.2\" \"src/migrations/cluster-store/2.6.0-beta.3\" \"src/migrations/cluster-store/2.7.0-beta.0\" \"src/migrations/cluster-store/2.7.0-beta.1\" \"src/migrations/cluster-store/3.6.0-beta.1\" \"src/migrations/cluster-store/index\" \"src/migrations/cluster-store/snap\" \"src/migrations/migration-wrapper\" \"src/migrations/user-store/2.1.0-beta.4\" \"src/migrations/user-store/index\" \"src/renderer/api/api-manager\" \"src/renderer/api/endpoints/cluster-role-binding.api\" \"src/renderer/api/endpoints/cluster-role.api\" \"src/renderer/api/endpoints/cluster.api\" \"src/renderer/api/endpoints/configmap.api\" \"src/renderer/api/endpoints/crd.api\" \"src/renderer/api/endpoints/cron-job.api\" \"src/renderer/api/endpoints/daemon-set.api\" \"src/renderer/api/endpoints/deployment.api\" \"src/renderer/api/endpoints/endpoint.api\" \"src/renderer/api/endpoints/events.api\" \"src/renderer/api/endpoints/hpa.api\" \"src/renderer/api/endpoints/index\" \"src/renderer/api/endpoints/ingress.api\" \"src/renderer/api/endpoints/job.api\" \"src/renderer/api/endpoints/metrics.api\" \"src/renderer/api/endpoints/namespaces.api\" \"src/renderer/api/endpoints/network-policy.api\" \"src/renderer/api/endpoints/nodes.api\" \"src/renderer/api/endpoints/persistent-volume-claims.api\" \"src/renderer/api/endpoints/persistent-volume.api\" \"src/renderer/api/endpoints/pod-metrics.api\" \"src/renderer/api/endpoints/poddisruptionbudget.api\" \"src/renderer/api/endpoints/pods.api\" \"src/renderer/api/endpoints/podsecuritypolicy.api\" \"src/renderer/api/endpoints/replica-set.api\" \"src/renderer/api/endpoints/resource-applier.api\" \"src/renderer/api/endpoints/resource-quota.api\" \"src/renderer/api/endpoints/role-binding.api\" \"src/renderer/api/endpoints/role.api\" \"src/renderer/api/endpoints/secret.api\" \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\" \"src/renderer/api/endpoints/service-accounts.api\" \"src/renderer/api/endpoints/service.api\" \"src/renderer/api/endpoints/stateful-set.api\" \"src/renderer/api/endpoints/storage-class.api\" \"src/renderer/api/index\" \"src/renderer/api/json-api\" \"src/renderer/api/kube-api\" \"src/renderer/api/kube-api-parse\" \"src/renderer/api/kube-api-versioned\" \"src/renderer/api/kube-json-api\" \"src/renderer/api/kube-object\" \"src/renderer/api/kube-object-detail-registry\" \"src/renderer/api/kube-watch-api\" \"src/renderer/api/terminal-api\" \"src/renderer/api/websocket-api\" \"src/renderer/api/workload-kube-object\" \"src/renderer/components/+add-cluster/add-cluster.route\" \"src/renderer/components/+cluster-settings/cluster-settings.route\" \"src/renderer/components/+custom-resources/crd-details\" \"src/renderer/components/+custom-resources/crd-list\" \"src/renderer/components/+custom-resources/crd-resource-details\" \"src/renderer/components/+custom-resources/crd-resource.store\" \"src/renderer/components/+custom-resources/crd-resources\" \"src/renderer/components/+custom-resources/crd.route\" \"src/renderer/components/+custom-resources/crd.store\" \"src/renderer/components/+custom-resources/index\" \"src/renderer/components/+events/event.store\" \"src/renderer/components/+events/kube-event-details\" \"src/renderer/components/+extensions/extensions.route\" \"src/renderer/components/+namespaces/namespace-select\" \"src/renderer/components/+namespaces/namespace.store\" \"src/renderer/components/+preferences/preferences.route\" \"src/renderer/components/+whats-new/whats-new.route\" \"src/renderer/components/+workloads-pods/pods.store\" \"src/renderer/components/ace-editor/ace-editor\" \"src/renderer/components/ace-editor/index\" \"src/renderer/components/add-remove-buttons/add-remove-buttons\" \"src/renderer/components/add-remove-buttons/index\" \"src/renderer/components/animate/animate\" \"src/renderer/components/animate/index\" \"src/renderer/components/badge/badge\" \"src/renderer/components/badge/index\" \"src/renderer/components/button/button\" \"src/renderer/components/button/index\" \"src/renderer/components/checkbox/checkbox\" \"src/renderer/components/checkbox/index\" \"src/renderer/components/cluster-manager/cluster-view.route\" \"src/renderer/components/confirm-dialog/confirm-dialog\" \"src/renderer/components/confirm-dialog/index\" \"src/renderer/components/dialog/dialog\" \"src/renderer/components/dialog/index\" \"src/renderer/components/dock/dock-tab.store\" \"src/renderer/components/dock/dock.store\" \"src/renderer/components/dock/edit-resource.store\" \"src/renderer/components/dock/pod-logs.store\" \"src/renderer/components/dock/terminal\" \"src/renderer/components/dock/terminal.store\" \"src/renderer/components/drawer/drawer\" \"src/renderer/components/drawer/drawer-item\" \"src/renderer/components/drawer/drawer-item-labels\" \"src/renderer/components/drawer/drawer-param-toggler\" \"src/renderer/components/drawer/drawer-title\" \"src/renderer/components/drawer/index\" \"src/renderer/components/error-boundary/error-boundary\" \"src/renderer/components/error-boundary/index\" \"src/renderer/components/icon/icon\" \"src/renderer/components/icon/index\" \"src/renderer/components/input/file-input\" \"src/renderer/components/input/index\" \"src/renderer/components/input/input\" \"src/renderer/components/input/input_validators\" \"src/renderer/components/input/search-input\" \"src/renderer/components/input/search-input-url\" \"src/renderer/components/item-object-list/filter-icon\" \"src/renderer/components/item-object-list/item-list-layout\" \"src/renderer/components/item-object-list/page-filters-list\" \"src/renderer/components/item-object-list/page-filters-select\" \"src/renderer/components/item-object-list/page-filters.store\" \"src/renderer/components/kube-object/index\" \"src/renderer/components/kube-object/kube-object-details\" \"src/renderer/components/kube-object/kube-object-list-layout\" \"src/renderer/components/kube-object/kube-object-menu\" \"src/renderer/components/kube-object/kube-object-meta\" \"src/renderer/components/layout/page-layout\" \"src/renderer/components/layout/tab-layout\" \"src/renderer/components/layout/wizard-layout\" \"src/renderer/components/line-progress/index\" \"src/renderer/components/line-progress/line-progress\" \"src/renderer/components/menu/index\" \"src/renderer/components/menu/menu\" \"src/renderer/components/menu/menu-actions\" \"src/renderer/components/no-items/index\" \"src/renderer/components/no-items/no-items\" \"src/renderer/components/notifications/index\" \"src/renderer/components/notifications/notifications\" \"src/renderer/components/notifications/notifications.store\" \"src/renderer/components/radio/index\" \"src/renderer/components/radio/radio\" \"src/renderer/components/select/index\" \"src/renderer/components/select/select\" \"src/renderer/components/slider/index\" \"src/renderer/components/slider/slider\" \"src/renderer/components/spinner/cube-spinner\" \"src/renderer/components/spinner/index\" \"src/renderer/components/spinner/spinner\" \"src/renderer/components/status-brick/index\" \"src/renderer/components/status-brick/status-brick\" \"src/renderer/components/stepper/index\" \"src/renderer/components/stepper/stepper\" \"src/renderer/components/table/index\" \"src/renderer/components/table/table\" \"src/renderer/components/table/table-cell\" \"src/renderer/components/table/table-head\" \"src/renderer/components/table/table-row\" \"src/renderer/components/tabs/index\" \"src/renderer/components/tabs/tabs\" \"src/renderer/components/tooltip/index\" \"src/renderer/components/tooltip/tooltip\" \"src/renderer/components/tooltip/withTooltip\" \"src/renderer/components/virtual-list/index\" \"src/renderer/components/virtual-list/virtual-list\" \"src/renderer/i18n\" \"src/renderer/item.store\" \"src/renderer/kube-object.store\" \"src/renderer/navigation\" \"src/renderer/theme.store\" \"src/renderer/utils/cancelableFetch\" \"src/renderer/utils/convertCpu\" \"src/renderer/utils/convertMemory\" \"src/renderer/utils/copyToClipboard\" \"src/renderer/utils/createStorage\" \"src/renderer/utils/cssNames\" \"src/renderer/utils/cssVar\" \"src/renderer/utils/downloadFile\" \"src/renderer/utils/formatDuration\" \"src/renderer/utils/index\" \"src/renderer/utils/interval\" \"src/renderer/utils/isReactNode\" \"src/renderer/utils/metricUnitsToNumber\" \"src/renderer/utils/prevDefault\"","title":"Index"},{"location":"extensions/api/#k8slensextensions","text":"","title":"@k8slens/extensions"},{"location":"extensions/api/#index","text":"","title":"Index"},{"location":"extensions/api/#modules","text":"\"package\" \"src/common/base-store\" \"src/common/cluster-ipc\" \"src/common/cluster-store\" \"src/common/custom-errors\" \"src/common/event-bus\" \"src/common/event-emitter\" \"src/common/ipc\" \"src/common/kube-helpers\" \"src/common/prometheus-providers\" \"src/common/rbac\" \"src/common/request\" \"src/common/search-store\" \"src/common/user-store\" \"src/common/utils/app-version\" \"src/common/utils/autobind\" \"src/common/utils/base64\" \"src/common/utils/buildUrl\" \"src/common/utils/camelCase\" \"src/common/utils/cloneJson\" \"src/common/utils/debouncePromise\" \"src/common/utils/defineGlobal\" \"src/common/utils/getRandId\" \"src/common/utils/index\" \"src/common/utils/openExternal\" \"src/common/utils/saveToAppFiles\" \"src/common/utils/singleton\" \"src/common/utils/splitArray\" \"src/common/vars\" \"src/common/workspace-store\" \"src/extensions/cluster-feature\" \"src/extensions/core-api/app\" \"src/extensions/core-api/cluster-feature\" \"src/extensions/core-api/event-bus\" \"src/extensions/core-api/index\" \"src/extensions/core-api/stores\" \"src/extensions/core-api/utils\" \"src/extensions/extension-api\" \"src/extensions/extension-loader\" \"src/extensions/extension-manager\" \"src/extensions/extension-store\" \"src/extensions/extensions-store\" \"src/extensions/lens-extension\" \"src/extensions/lens-main-extension\" \"src/extensions/lens-renderer-extension\" \"src/extensions/registries/app-preference-registry\" \"src/extensions/registries/base-registry\" \"src/extensions/registries/cluster-feature-registry\" \"src/extensions/registries/index\" \"src/extensions/registries/kube-object-detail-registry\" \"src/extensions/registries/kube-object-menu-registry\" \"src/extensions/registries/menu-registry\" \"src/extensions/registries/page-registry\" \"src/extensions/registries/status-bar-registry\" \"src/extensions/renderer-api/components\" \"src/extensions/renderer-api/index\" \"src/extensions/renderer-api/k8s-api\" \"src/extensions/renderer-api/navigation\" \"src/main/app-updater\" \"src/main/cluster\" \"src/main/cluster-detectors/base-cluster-detector\" \"src/main/cluster-detectors/cluster-id-detector\" \"src/main/cluster-detectors/detector-registry\" \"src/main/cluster-detectors/distribution-detector\" \"src/main/cluster-detectors/last-seen-detector\" \"src/main/cluster-detectors/nodes-count-detector\" \"src/main/cluster-detectors/version-detector\" \"src/main/context-handler\" \"src/main/helm/helm-chart-manager\" \"src/main/helm/helm-cli\" \"src/main/helm/helm-release-manager\" \"src/main/helm/helm-repo-manager\" \"src/main/helm/helm-service\" \"src/main/kube-auth-proxy\" \"src/main/kubeconfig-manager\" \"src/main/kubectl\" \"src/main/lens-api\" \"src/main/lens-binary\" \"src/main/logger\" \"src/main/menu\" \"src/main/port\" \"src/main/prometheus/helm\" \"src/main/prometheus/lens\" \"src/main/prometheus/operator\" \"src/main/prometheus/provider-registry\" \"src/main/prometheus/stacklight\" \"src/main/promise-exec\" \"src/main/resource-applier\" \"src/main/router\" \"src/main/routes/helm-route\" \"src/main/routes/index\" \"src/main/routes/kubeconfig-route\" \"src/main/routes/metrics-route\" \"src/main/routes/port-forward-route\" \"src/main/routes/resource-applier-route\" \"src/main/routes/watch-route\" \"src/main/tray\" \"src/main/window-manager\" \"src/migrations/cluster-store/2.0.0-beta.2\" \"src/migrations/cluster-store/2.4.1\" \"src/migrations/cluster-store/2.6.0-beta.2\" \"src/migrations/cluster-store/2.6.0-beta.3\" \"src/migrations/cluster-store/2.7.0-beta.0\" \"src/migrations/cluster-store/2.7.0-beta.1\" \"src/migrations/cluster-store/3.6.0-beta.1\" \"src/migrations/cluster-store/index\" \"src/migrations/cluster-store/snap\" \"src/migrations/migration-wrapper\" \"src/migrations/user-store/2.1.0-beta.4\" \"src/migrations/user-store/index\" \"src/renderer/api/api-manager\" \"src/renderer/api/endpoints/cluster-role-binding.api\" \"src/renderer/api/endpoints/cluster-role.api\" \"src/renderer/api/endpoints/cluster.api\" \"src/renderer/api/endpoints/configmap.api\" \"src/renderer/api/endpoints/crd.api\" \"src/renderer/api/endpoints/cron-job.api\" \"src/renderer/api/endpoints/daemon-set.api\" \"src/renderer/api/endpoints/deployment.api\" \"src/renderer/api/endpoints/endpoint.api\" \"src/renderer/api/endpoints/events.api\" \"src/renderer/api/endpoints/hpa.api\" \"src/renderer/api/endpoints/index\" \"src/renderer/api/endpoints/ingress.api\" \"src/renderer/api/endpoints/job.api\" \"src/renderer/api/endpoints/metrics.api\" \"src/renderer/api/endpoints/namespaces.api\" \"src/renderer/api/endpoints/network-policy.api\" \"src/renderer/api/endpoints/nodes.api\" \"src/renderer/api/endpoints/persistent-volume-claims.api\" \"src/renderer/api/endpoints/persistent-volume.api\" \"src/renderer/api/endpoints/pod-metrics.api\" \"src/renderer/api/endpoints/poddisruptionbudget.api\" \"src/renderer/api/endpoints/pods.api\" \"src/renderer/api/endpoints/podsecuritypolicy.api\" \"src/renderer/api/endpoints/replica-set.api\" \"src/renderer/api/endpoints/resource-applier.api\" \"src/renderer/api/endpoints/resource-quota.api\" \"src/renderer/api/endpoints/role-binding.api\" \"src/renderer/api/endpoints/role.api\" \"src/renderer/api/endpoints/secret.api\" \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\" \"src/renderer/api/endpoints/service-accounts.api\" \"src/renderer/api/endpoints/service.api\" \"src/renderer/api/endpoints/stateful-set.api\" \"src/renderer/api/endpoints/storage-class.api\" \"src/renderer/api/index\" \"src/renderer/api/json-api\" \"src/renderer/api/kube-api\" \"src/renderer/api/kube-api-parse\" \"src/renderer/api/kube-api-versioned\" \"src/renderer/api/kube-json-api\" \"src/renderer/api/kube-object\" \"src/renderer/api/kube-object-detail-registry\" \"src/renderer/api/kube-watch-api\" \"src/renderer/api/terminal-api\" \"src/renderer/api/websocket-api\" \"src/renderer/api/workload-kube-object\" \"src/renderer/components/+add-cluster/add-cluster.route\" \"src/renderer/components/+cluster-settings/cluster-settings.route\" \"src/renderer/components/+custom-resources/crd-details\" \"src/renderer/components/+custom-resources/crd-list\" \"src/renderer/components/+custom-resources/crd-resource-details\" \"src/renderer/components/+custom-resources/crd-resource.store\" \"src/renderer/components/+custom-resources/crd-resources\" \"src/renderer/components/+custom-resources/crd.route\" \"src/renderer/components/+custom-resources/crd.store\" \"src/renderer/components/+custom-resources/index\" \"src/renderer/components/+events/event.store\" \"src/renderer/components/+events/kube-event-details\" \"src/renderer/components/+extensions/extensions.route\" \"src/renderer/components/+namespaces/namespace-select\" \"src/renderer/components/+namespaces/namespace.store\" \"src/renderer/components/+preferences/preferences.route\" \"src/renderer/components/+whats-new/whats-new.route\" \"src/renderer/components/+workloads-pods/pods.store\" \"src/renderer/components/ace-editor/ace-editor\" \"src/renderer/components/ace-editor/index\" \"src/renderer/components/add-remove-buttons/add-remove-buttons\" \"src/renderer/components/add-remove-buttons/index\" \"src/renderer/components/animate/animate\" \"src/renderer/components/animate/index\" \"src/renderer/components/badge/badge\" \"src/renderer/components/badge/index\" \"src/renderer/components/button/button\" \"src/renderer/components/button/index\" \"src/renderer/components/checkbox/checkbox\" \"src/renderer/components/checkbox/index\" \"src/renderer/components/cluster-manager/cluster-view.route\" \"src/renderer/components/confirm-dialog/confirm-dialog\" \"src/renderer/components/confirm-dialog/index\" \"src/renderer/components/dialog/dialog\" \"src/renderer/components/dialog/index\" \"src/renderer/components/dock/dock-tab.store\" \"src/renderer/components/dock/dock.store\" \"src/renderer/components/dock/edit-resource.store\" \"src/renderer/components/dock/pod-logs.store\" \"src/renderer/components/dock/terminal\" \"src/renderer/components/dock/terminal.store\" \"src/renderer/components/drawer/drawer\" \"src/renderer/components/drawer/drawer-item\" \"src/renderer/components/drawer/drawer-item-labels\" \"src/renderer/components/drawer/drawer-param-toggler\" \"src/renderer/components/drawer/drawer-title\" \"src/renderer/components/drawer/index\" \"src/renderer/components/error-boundary/error-boundary\" \"src/renderer/components/error-boundary/index\" \"src/renderer/components/icon/icon\" \"src/renderer/components/icon/index\" \"src/renderer/components/input/file-input\" \"src/renderer/components/input/index\" \"src/renderer/components/input/input\" \"src/renderer/components/input/input_validators\" \"src/renderer/components/input/search-input\" \"src/renderer/components/input/search-input-url\" \"src/renderer/components/item-object-list/filter-icon\" \"src/renderer/components/item-object-list/item-list-layout\" \"src/renderer/components/item-object-list/page-filters-list\" \"src/renderer/components/item-object-list/page-filters-select\" \"src/renderer/components/item-object-list/page-filters.store\" \"src/renderer/components/kube-object/index\" \"src/renderer/components/kube-object/kube-object-details\" \"src/renderer/components/kube-object/kube-object-list-layout\" \"src/renderer/components/kube-object/kube-object-menu\" \"src/renderer/components/kube-object/kube-object-meta\" \"src/renderer/components/layout/page-layout\" \"src/renderer/components/layout/tab-layout\" \"src/renderer/components/layout/wizard-layout\" \"src/renderer/components/line-progress/index\" \"src/renderer/components/line-progress/line-progress\" \"src/renderer/components/menu/index\" \"src/renderer/components/menu/menu\" \"src/renderer/components/menu/menu-actions\" \"src/renderer/components/no-items/index\" \"src/renderer/components/no-items/no-items\" \"src/renderer/components/notifications/index\" \"src/renderer/components/notifications/notifications\" \"src/renderer/components/notifications/notifications.store\" \"src/renderer/components/radio/index\" \"src/renderer/components/radio/radio\" \"src/renderer/components/select/index\" \"src/renderer/components/select/select\" \"src/renderer/components/slider/index\" \"src/renderer/components/slider/slider\" \"src/renderer/components/spinner/cube-spinner\" \"src/renderer/components/spinner/index\" \"src/renderer/components/spinner/spinner\" \"src/renderer/components/status-brick/index\" \"src/renderer/components/status-brick/status-brick\" \"src/renderer/components/stepper/index\" \"src/renderer/components/stepper/stepper\" \"src/renderer/components/table/index\" \"src/renderer/components/table/table\" \"src/renderer/components/table/table-cell\" \"src/renderer/components/table/table-head\" \"src/renderer/components/table/table-row\" \"src/renderer/components/tabs/index\" \"src/renderer/components/tabs/tabs\" \"src/renderer/components/tooltip/index\" \"src/renderer/components/tooltip/tooltip\" \"src/renderer/components/tooltip/withTooltip\" \"src/renderer/components/virtual-list/index\" \"src/renderer/components/virtual-list/virtual-list\" \"src/renderer/i18n\" \"src/renderer/item.store\" \"src/renderer/kube-object.store\" \"src/renderer/navigation\" \"src/renderer/theme.store\" \"src/renderer/utils/cancelableFetch\" \"src/renderer/utils/convertCpu\" \"src/renderer/utils/convertMemory\" \"src/renderer/utils/copyToClipboard\" \"src/renderer/utils/createStorage\" \"src/renderer/utils/cssNames\" \"src/renderer/utils/cssVar\" \"src/renderer/utils/downloadFile\" \"src/renderer/utils/formatDuration\" \"src/renderer/utils/index\" \"src/renderer/utils/interval\" \"src/renderer/utils/isReactNode\" \"src/renderer/utils/metricUnitsToNumber\" \"src/renderer/utils/prevDefault\"","title":"Modules"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/","text":"@k8slens/extensions Globals / \"src/common/base-store\" / BaseStore Class: BaseStore\\ # Type parameters # Name Default T any Hierarchy # Singleton \u21b3 BaseStore \u21b3\u21b3 WorkspaceStore \u21b3\u21b3 ClusterStore \u21b3\u21b3 UserStore \u21b3\u21b3 ExtensionsStore \u21b3\u21b3 ExtensionStore Index # Constructors # constructor Properties # data isLoaded params storeConfig syncDisposers whenLoaded Accessors # name path syncChannel Methods # applyWithoutSync cwd disableSync enableSync fromStore getSubFrames init load onModelChange onSync onSyncFromMain saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance Constructors # constructor # + Protected new BaseStore ( params : BaseStoreParams ): BaseStore Defined in src/common/base-store.ts:24 Parameters: Name Type params BaseStoreParams Returns: BaseStore Properties # data # \u2022 data : T = {} as T Defined in src/common/base-store.ts:24 isLoaded # \u2022 isLoaded : boolean = false Defined in src/common/base-store.ts:23 params # \u2022 Protected params : BaseStoreParams Defined in src/common/base-store.ts:26 storeConfig # \u2022 Protected storeConfig : Config\\ Defined in src/common/base-store.ts:19 syncDisposers # \u2022 Protected syncDisposers : Function[] = [] Defined in src/common/base-store.ts:20 whenLoaded # \u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Defined in src/common/base-store.ts:22 Accessors # name # \u2022 get name (): string Defined in src/common/base-store.ts:36 Returns: string path # \u2022 get path (): string Defined in src/common/base-store.ts:40 Returns: string syncChannel # \u2022 get syncChannel (): string Defined in src/common/base-store.ts:44 Returns: string Methods # applyWithoutSync # \u25b8 Protected applyWithoutSync ( callback : () => void): void Defined in src/common/base-store.ts:120 Parameters: Name Type callback () => void Returns: void cwd # \u25b8 Protected cwd (): string Defined in src/common/base-store.ts:71 Returns: string disableSync # \u25b8 disableSync (): void Defined in src/common/base-store.ts:115 Returns: void enableSync # \u25b8 enableSync (): void Defined in src/common/base-store.ts:83 Returns: void fromStore # \u25b8 Protected fromStore ( data : T): void Defined in src/common/base-store.ts:176 Parameters: Name Type data T Returns: void getSubFrames # \u25b8 Protected getSubFrames (): Promise \\ Defined in src/common/base-store.ts:164 Returns: Promise \\ init # \u25b8 Protected init (): Promise \\ Defined in src/common/base-store.ts:48 Returns: Promise \\ load # \u25b8 load (): Promise \\ Defined in src/common/base-store.ts:58 Returns: Promise \\ onModelChange # \u25b8 Protected onModelChange ( model : T): Promise \\ Defined in src/common/base-store.ts:135 Parameters: Name Type model T Returns: Promise \\ onSync # \u25b8 Protected onSync ( model : T): void Defined in src/common/base-store.ts:128 Parameters: Name Type model T Returns: void onSyncFromMain # \u25b8 Protected onSyncFromMain ( model : T): void Defined in src/common/base-store.ts:105 Parameters: Name Type model T Returns: void saveToFile # \u25b8 Protected saveToFile ( model : T): Promise \\ Defined in src/common/base-store.ts:75 Parameters: Name Type model T Returns: Promise \\ syncToWebViews # \u25b8 Protected syncToWebViews ( model : T): Promise \\ Defined in src/common/base-store.ts:146 Parameters: Name Type model T Returns: Promise \\ toJSON # \u25b8 toJSON (): T Defined in src/common/base-store.ts:182 Returns: T unregisterIpcListener # \u25b8 unregisterIpcListener (): void Defined in src/common/base-store.ts:111 Returns: void getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#class-basestore","text":"","title":"Class: BaseStore\\"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#hierarchy","text":"Singleton \u21b3 BaseStore \u21b3\u21b3 WorkspaceStore \u21b3\u21b3 ClusterStore \u21b3\u21b3 UserStore \u21b3\u21b3 ExtensionsStore \u21b3\u21b3 ExtensionStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#properties","text":"data isLoaded params storeConfig syncDisposers whenLoaded","title":"Properties"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#accessors","text":"name path syncChannel","title":"Accessors"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#methods","text":"applyWithoutSync cwd disableSync enableSync fromStore getSubFrames init load onModelChange onSync onSyncFromMain saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#constructor","text":"+ Protected new BaseStore ( params : BaseStoreParams ): BaseStore Defined in src/common/base-store.ts:24","title":"constructor"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#data","text":"\u2022 data : T = {} as T Defined in src/common/base-store.ts:24","title":"data"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#isloaded","text":"\u2022 isLoaded : boolean = false Defined in src/common/base-store.ts:23","title":"isLoaded"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#params","text":"\u2022 Protected params : BaseStoreParams Defined in src/common/base-store.ts:26","title":"params"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#storeconfig","text":"\u2022 Protected storeConfig : Config\\ Defined in src/common/base-store.ts:19","title":"storeConfig"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#syncdisposers","text":"\u2022 Protected syncDisposers : Function[] = [] Defined in src/common/base-store.ts:20","title":"syncDisposers"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#whenloaded","text":"\u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Defined in src/common/base-store.ts:22","title":"whenLoaded"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#name","text":"\u2022 get name (): string Defined in src/common/base-store.ts:36 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#path","text":"\u2022 get path (): string Defined in src/common/base-store.ts:40 Returns: string","title":"path"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#syncchannel","text":"\u2022 get syncChannel (): string Defined in src/common/base-store.ts:44 Returns: string","title":"syncChannel"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#applywithoutsync","text":"\u25b8 Protected applyWithoutSync ( callback : () => void): void Defined in src/common/base-store.ts:120","title":"applyWithoutSync"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#cwd","text":"\u25b8 Protected cwd (): string Defined in src/common/base-store.ts:71 Returns: string","title":"cwd"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#disablesync","text":"\u25b8 disableSync (): void Defined in src/common/base-store.ts:115 Returns: void","title":"disableSync"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#enablesync","text":"\u25b8 enableSync (): void Defined in src/common/base-store.ts:83 Returns: void","title":"enableSync"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#fromstore","text":"\u25b8 Protected fromStore ( data : T): void Defined in src/common/base-store.ts:176","title":"fromStore"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#getsubframes","text":"\u25b8 Protected getSubFrames (): Promise \\ Defined in src/common/base-store.ts:164 Returns: Promise \\","title":"getSubFrames"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#init","text":"\u25b8 Protected init (): Promise \\ Defined in src/common/base-store.ts:48 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#load","text":"\u25b8 load (): Promise \\ Defined in src/common/base-store.ts:58 Returns: Promise \\","title":"load"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#onmodelchange","text":"\u25b8 Protected onModelChange ( model : T): Promise \\ Defined in src/common/base-store.ts:135","title":"onModelChange"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#onsync","text":"\u25b8 Protected onSync ( model : T): void Defined in src/common/base-store.ts:128","title":"onSync"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#onsyncfrommain","text":"\u25b8 Protected onSyncFromMain ( model : T): void Defined in src/common/base-store.ts:105","title":"onSyncFromMain"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#savetofile","text":"\u25b8 Protected saveToFile ( model : T): Promise \\ Defined in src/common/base-store.ts:75","title":"saveToFile"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#synctowebviews","text":"\u25b8 Protected syncToWebViews ( model : T): Promise \\ Defined in src/common/base-store.ts:146","title":"syncToWebViews"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#tojson","text":"\u25b8 toJSON (): T Defined in src/common/base-store.ts:182 Returns: T","title":"toJSON"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void Defined in src/common/base-store.ts:111 Returns: void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_common_base_store_.basestore/#resetinstance","text":"\u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/","text":"@k8slens/extensions Globals / \"src/common/cluster-store\" / ClusterStore Class: ClusterStore # Hierarchy # BaseStore \\< ClusterStoreModel > \u21b3 ClusterStore Index # Properties # activeCluster clusters data isLoaded params removedClusters storeConfig syncDisposers whenLoaded Accessors # active activeClusterId clustersList enabledClustersList name path syncChannel Methods # addCluster addClusters applyWithoutSync cwd disableSync enableSync fromStore getById getByWorkspaceId getSubFrames hasClusters init isActive load onModelChange onSync onSyncFromMain pushState pushStateToViewsPeriodically registerIpcListener removeById removeByWorkspaceId removeCluster saveToFile setActive swapIconOrders syncToWebViews toJSON unregisterIpcListener embedCustomKubeConfig getCustomKubeConfigPath getInstance resetInstance Properties # activeCluster # \u2022 activeCluster : ClusterId Defined in src/common/cluster-store.ts:77 clusters # \u2022 clusters : ObservableMap\\ Cluster > = observable.map\\ () Defined in src/common/cluster-store.ts:79 data # \u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24 isLoaded # \u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23 params # \u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26 removedClusters # \u2022 removedClusters : ObservableMap\\ Cluster > = observable.map\\ () Defined in src/common/cluster-store.ts:78 storeConfig # \u2022 Protected storeConfig : Config\\< ClusterStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19 syncDisposers # \u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20 whenLoaded # \u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22 Accessors # active # \u2022 get active (): Cluster | null Defined in src/common/cluster-store.ts:131 Returns: Cluster | null activeClusterId # \u2022 get activeClusterId (): string Defined in src/common/cluster-store.ts:119 Returns: string clustersList # \u2022 get clustersList (): Cluster [] Defined in src/common/cluster-store.ts:123 Returns: Cluster [] enabledClustersList # \u2022 get enabledClustersList (): Cluster [] Defined in src/common/cluster-store.ts:127 Returns: Cluster [] name # \u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string path # \u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string syncChannel # \u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string Methods # addCluster # \u25b8 addCluster ( model : ClusterModel | Cluster ): Cluster Defined in src/common/cluster-store.ts:183 Parameters: Name Type model ClusterModel | Cluster Returns: Cluster addClusters # \u25b8 addClusters (... models : ClusterModel []): Cluster [] Defined in src/common/cluster-store.ts:173 Parameters: Name Type ...models ClusterModel [] Returns: Cluster [] applyWithoutSync # \u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120 Parameters: Name Type callback () => void Returns: void cwd # \u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string disableSync # \u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void enableSync # \u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void fromStore # \u25b8 Protected fromStore ( __namedParameters? : { activeCluster: string ; clusters: ClusterModel [] = [] }): void Overrides BaseStore . fromStore Defined in src/common/cluster-store.ts:221 Parameters: Name Type Default value __namedParameters { activeCluster: string ; clusters: ClusterModel [] = [] } {} Returns: void getById # \u25b8 getById ( id : ClusterId ): Cluster Defined in src/common/cluster-store.ts:162 Parameters: Name Type id ClusterId Returns: Cluster getByWorkspaceId # \u25b8 getByWorkspaceId ( workspaceId : string): Cluster [] Defined in src/common/cluster-store.ts:166 Parameters: Name Type workspaceId string Returns: Cluster [] getSubFrames # \u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\ hasClusters # \u25b8 hasClusters (): boolean Defined in src/common/cluster-store.ts:158 Returns: boolean init # \u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\ isActive # \u25b8 isActive ( id : ClusterId ): boolean Defined in src/common/cluster-store.ts:135 Parameters: Name Type id ClusterId Returns: boolean load # \u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\ onModelChange # \u25b8 Protected onModelChange ( model : ClusterStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135 Parameters: Name Type model ClusterStoreModel Returns: Promise \\ onSync # \u25b8 Protected onSync ( model : ClusterStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128 Parameters: Name Type model ClusterStoreModel Returns: void onSyncFromMain # \u25b8 Protected onSyncFromMain ( model : ClusterStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105 Parameters: Name Type model ClusterStoreModel Returns: void pushState # \u25b8 pushState (): void Defined in src/common/cluster-store.ts:113 Returns: void pushStateToViewsPeriodically # \u25b8 Protected pushStateToViewsPeriodically (): void Defined in src/common/cluster-store.ts:91 Returns: void registerIpcListener # \u25b8 registerIpcListener (): void Defined in src/common/cluster-store.ts:100 Returns: void removeById # \u25b8 removeById ( clusterId : ClusterId ): Promise \\ Defined in src/common/cluster-store.ts:198 Parameters: Name Type clusterId ClusterId Returns: Promise \\ removeByWorkspaceId # \u25b8 removeByWorkspaceId ( workspaceId : string): void Defined in src/common/cluster-store.ts:214 Parameters: Name Type workspaceId string Returns: void removeCluster # \u25b8 removeCluster ( model : ClusterModel ): Promise \\ Defined in src/common/cluster-store.ts:193 Parameters: Name Type model ClusterModel Returns: Promise \\ saveToFile # \u25b8 Protected saveToFile ( model : ClusterStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75 Parameters: Name Type model ClusterStoreModel Returns: Promise \\ setActive # \u25b8 setActive ( id : ClusterId ): void Defined in src/common/cluster-store.ts:140 Parameters: Name Type id ClusterId Returns: void swapIconOrders # \u25b8 swapIconOrders ( workspace : WorkspaceId , from : number, to : number): void Defined in src/common/cluster-store.ts:145 Parameters: Name Type workspace WorkspaceId from number to number Returns: void syncToWebViews # \u25b8 Protected syncToWebViews ( model : ClusterStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146 Parameters: Name Type model ClusterStoreModel Returns: Promise \\ toJSON # \u25b8 toJSON (): ClusterStoreModel Overrides BaseStore . toJSON Defined in src/common/cluster-store.ts:252 Returns: ClusterStoreModel unregisterIpcListener # \u25b8 unregisterIpcListener (): void Overrides BaseStore . unregisterIpcListener Defined in src/common/cluster-store.ts:108 Returns: void embedCustomKubeConfig # \u25b8 Static embedCustomKubeConfig ( clusterId : ClusterId , kubeConfig : KubeConfig | string): string Defined in src/common/cluster-store.ts:70 Parameters: Name Type clusterId ClusterId kubeConfig KubeConfig | string Returns: string getCustomKubeConfigPath # \u25b8 Static getCustomKubeConfigPath ( clusterId : ClusterId ): string Defined in src/common/cluster-store.ts:66 Parameters: Name Type clusterId ClusterId Returns: string getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#class-clusterstore","text":"","title":"Class: ClusterStore"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#hierarchy","text":"BaseStore \\< ClusterStoreModel > \u21b3 ClusterStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#properties","text":"activeCluster clusters data isLoaded params removedClusters storeConfig syncDisposers whenLoaded","title":"Properties"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#accessors","text":"active activeClusterId clustersList enabledClustersList name path syncChannel","title":"Accessors"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#methods","text":"addCluster addClusters applyWithoutSync cwd disableSync enableSync fromStore getById getByWorkspaceId getSubFrames hasClusters init isActive load onModelChange onSync onSyncFromMain pushState pushStateToViewsPeriodically registerIpcListener removeById removeByWorkspaceId removeCluster saveToFile setActive swapIconOrders syncToWebViews toJSON unregisterIpcListener embedCustomKubeConfig getCustomKubeConfigPath getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#activecluster","text":"\u2022 activeCluster : ClusterId Defined in src/common/cluster-store.ts:77","title":"activeCluster"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#clusters","text":"\u2022 clusters : ObservableMap\\ Cluster > = observable.map\\ () Defined in src/common/cluster-store.ts:79","title":"clusters"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#data","text":"\u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24","title":"data"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23","title":"isLoaded"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#params","text":"\u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26","title":"params"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#removedclusters","text":"\u2022 removedClusters : ObservableMap\\ Cluster > = observable.map\\ () Defined in src/common/cluster-store.ts:78","title":"removedClusters"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#storeconfig","text":"\u2022 Protected storeConfig : Config\\< ClusterStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19","title":"storeConfig"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#syncdisposers","text":"\u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20","title":"syncDisposers"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#whenloaded","text":"\u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22","title":"whenLoaded"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#active","text":"\u2022 get active (): Cluster | null Defined in src/common/cluster-store.ts:131 Returns: Cluster | null","title":"active"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#activeclusterid","text":"\u2022 get activeClusterId (): string Defined in src/common/cluster-store.ts:119 Returns: string","title":"activeClusterId"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#clusterslist","text":"\u2022 get clustersList (): Cluster [] Defined in src/common/cluster-store.ts:123 Returns: Cluster []","title":"clustersList"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#enabledclusterslist","text":"\u2022 get enabledClustersList (): Cluster [] Defined in src/common/cluster-store.ts:127 Returns: Cluster []","title":"enabledClustersList"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#name","text":"\u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#path","text":"\u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string","title":"path"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#syncchannel","text":"\u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string","title":"syncChannel"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#addcluster","text":"\u25b8 addCluster ( model : ClusterModel | Cluster ): Cluster Defined in src/common/cluster-store.ts:183","title":"addCluster"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#addclusters","text":"\u25b8 addClusters (... models : ClusterModel []): Cluster [] Defined in src/common/cluster-store.ts:173","title":"addClusters"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#applywithoutsync","text":"\u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120","title":"applyWithoutSync"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#cwd","text":"\u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string","title":"cwd"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#disablesync","text":"\u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void","title":"disableSync"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#enablesync","text":"\u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void","title":"enableSync"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#fromstore","text":"\u25b8 Protected fromStore ( __namedParameters? : { activeCluster: string ; clusters: ClusterModel [] = [] }): void Overrides BaseStore . fromStore Defined in src/common/cluster-store.ts:221","title":"fromStore"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#getbyid","text":"\u25b8 getById ( id : ClusterId ): Cluster Defined in src/common/cluster-store.ts:162","title":"getById"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#getbyworkspaceid","text":"\u25b8 getByWorkspaceId ( workspaceId : string): Cluster [] Defined in src/common/cluster-store.ts:166","title":"getByWorkspaceId"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#getsubframes","text":"\u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\","title":"getSubFrames"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#hasclusters","text":"\u25b8 hasClusters (): boolean Defined in src/common/cluster-store.ts:158 Returns: boolean","title":"hasClusters"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#init","text":"\u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#isactive","text":"\u25b8 isActive ( id : ClusterId ): boolean Defined in src/common/cluster-store.ts:135","title":"isActive"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#load","text":"\u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\","title":"load"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#onmodelchange","text":"\u25b8 Protected onModelChange ( model : ClusterStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135","title":"onModelChange"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#onsync","text":"\u25b8 Protected onSync ( model : ClusterStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128","title":"onSync"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#onsyncfrommain","text":"\u25b8 Protected onSyncFromMain ( model : ClusterStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105","title":"onSyncFromMain"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#pushstate","text":"\u25b8 pushState (): void Defined in src/common/cluster-store.ts:113 Returns: void","title":"pushState"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#pushstatetoviewsperiodically","text":"\u25b8 Protected pushStateToViewsPeriodically (): void Defined in src/common/cluster-store.ts:91 Returns: void","title":"pushStateToViewsPeriodically"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#registeripclistener","text":"\u25b8 registerIpcListener (): void Defined in src/common/cluster-store.ts:100 Returns: void","title":"registerIpcListener"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#removebyid","text":"\u25b8 removeById ( clusterId : ClusterId ): Promise \\ Defined in src/common/cluster-store.ts:198","title":"removeById"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#removebyworkspaceid","text":"\u25b8 removeByWorkspaceId ( workspaceId : string): void Defined in src/common/cluster-store.ts:214","title":"removeByWorkspaceId"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#removecluster","text":"\u25b8 removeCluster ( model : ClusterModel ): Promise \\ Defined in src/common/cluster-store.ts:193","title":"removeCluster"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#savetofile","text":"\u25b8 Protected saveToFile ( model : ClusterStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75","title":"saveToFile"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#setactive","text":"\u25b8 setActive ( id : ClusterId ): void Defined in src/common/cluster-store.ts:140","title":"setActive"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#swapiconorders","text":"\u25b8 swapIconOrders ( workspace : WorkspaceId , from : number, to : number): void Defined in src/common/cluster-store.ts:145","title":"swapIconOrders"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#synctowebviews","text":"\u25b8 Protected syncToWebViews ( model : ClusterStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146","title":"syncToWebViews"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#tojson","text":"\u25b8 toJSON (): ClusterStoreModel Overrides BaseStore . toJSON Defined in src/common/cluster-store.ts:252 Returns: ClusterStoreModel","title":"toJSON"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void Overrides BaseStore . unregisterIpcListener Defined in src/common/cluster-store.ts:108 Returns: void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#embedcustomkubeconfig","text":"\u25b8 Static embedCustomKubeConfig ( clusterId : ClusterId , kubeConfig : KubeConfig | string): string Defined in src/common/cluster-store.ts:70","title":"embedCustomKubeConfig"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#getcustomkubeconfigpath","text":"\u25b8 Static getCustomKubeConfigPath ( clusterId : ClusterId ): string Defined in src/common/cluster-store.ts:66","title":"getCustomKubeConfigPath"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_common_cluster_store_.clusterstore/#resetinstance","text":"\u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/","text":"@k8slens/extensions Globals / \"src/common/custom-errors\" / ExecValidationNotFoundError Class: ExecValidationNotFoundError # Hierarchy # Error \u21b3 ExecValidationNotFoundError Index # Constructors # constructor Properties # message name stack Error Constructors # constructor # + new ExecValidationNotFoundError ( execPath : string, isAbsolute : boolean): ExecValidationNotFoundError Defined in src/common/custom-errors.ts:1 Parameters: Name Type execPath string isAbsolute boolean Returns: ExecValidationNotFoundError Properties # message # \u2022 message : string Inherited from ExecValidationNotFoundError . message Defined in node_modules/typescript/lib/lib.es5.d.ts:974 name # \u2022 name : string Inherited from ExecValidationNotFoundError . name Defined in node_modules/typescript/lib/lib.es5.d.ts:973 stack # \u2022 Optional stack : string Inherited from ExecValidationNotFoundError . stack Overrides ExecValidationNotFoundError . stack Defined in node_modules/typescript/lib/lib.es5.d.ts:975 Error # \u25aa Static Error : ErrorConstructor Defined in node_modules/typescript/lib/lib.es5.d.ts:984","title":"API Reference"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#class-execvalidationnotfounderror","text":"","title":"Class: ExecValidationNotFoundError"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#hierarchy","text":"Error \u21b3 ExecValidationNotFoundError","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#properties","text":"message name stack Error","title":"Properties"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#constructor","text":"+ new ExecValidationNotFoundError ( execPath : string, isAbsolute : boolean): ExecValidationNotFoundError Defined in src/common/custom-errors.ts:1","title":"constructor"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#message","text":"\u2022 message : string Inherited from ExecValidationNotFoundError . message Defined in node_modules/typescript/lib/lib.es5.d.ts:974","title":"message"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#name","text":"\u2022 name : string Inherited from ExecValidationNotFoundError . name Defined in node_modules/typescript/lib/lib.es5.d.ts:973","title":"name"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#stack","text":"\u2022 Optional stack : string Inherited from ExecValidationNotFoundError . stack Overrides ExecValidationNotFoundError . stack Defined in node_modules/typescript/lib/lib.es5.d.ts:975","title":"stack"},{"location":"extensions/api/classes/_src_common_custom_errors_.execvalidationnotfounderror/#error","text":"\u25aa Static Error : ErrorConstructor Defined in node_modules/typescript/lib/lib.es5.d.ts:984","title":"Error"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/","text":"@k8slens/extensions Globals / \"src/common/event-emitter\" / EventEmitter Class: EventEmitter\\ # Type parameters # Name Type D [any] Hierarchy # EventEmitter Index # Properties # listeners Methods # addListener emit removeAllListeners removeListener Properties # listeners # \u2022 Protected listeners : Map\\< Callback \\ , Options > = new Map\\ , Options>() Defined in src/common/event-emitter.ts:11 Methods # addListener # \u25b8 addListener ( callback : Callback \\ , options? : Options ): void Defined in src/common/event-emitter.ts:13 Parameters: Name Type Default value callback Callback \\ - options Options {} Returns: void emit # \u25b8 emit (... data : D): void Defined in src/common/event-emitter.ts:32 Parameters: Name Type ...data D Returns: void removeAllListeners # \u25b8 removeAllListeners (): void Defined in src/common/event-emitter.ts:28 Returns: void removeListener # \u25b8 removeListener ( callback : Callback \\ ): void Defined in src/common/event-emitter.ts:24 Parameters: Name Type callback Callback \\ Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#class-eventemitter","text":"","title":"Class: EventEmitter\\"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#type-parameters","text":"Name Type D [any]","title":"Type parameters"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#hierarchy","text":"EventEmitter","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#properties","text":"listeners","title":"Properties"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#methods","text":"addListener emit removeAllListeners removeListener","title":"Methods"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#listeners","text":"\u2022 Protected listeners : Map\\< Callback \\ , Options > = new Map\\ , Options>() Defined in src/common/event-emitter.ts:11","title":"listeners"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#addlistener","text":"\u25b8 addListener ( callback : Callback \\ , options? : Options ): void Defined in src/common/event-emitter.ts:13","title":"addListener"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#emit","text":"\u25b8 emit (... data : D): void Defined in src/common/event-emitter.ts:32","title":"emit"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#removealllisteners","text":"\u25b8 removeAllListeners (): void Defined in src/common/event-emitter.ts:28 Returns: void","title":"removeAllListeners"},{"location":"extensions/api/classes/_src_common_event_emitter_.eventemitter/#removelistener","text":"\u25b8 removeListener ( callback : Callback \\ ): void Defined in src/common/event-emitter.ts:24","title":"removeListener"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/","text":"@k8slens/extensions Globals / \"src/common/search-store\" / SearchStore Class: SearchStore # Hierarchy # SearchStore Index # Properties # activeOverlayIndex occurrences searchQuery Accessors # activeFind activeOverlayLine totalFinds Methods # escapeRegex findOccurences getNextOverlay getPrevOverlay isActiveOverlay onSearch reset setNextOverlayActive setPrevOverlayActive Properties # activeOverlayIndex # \u2022 activeOverlayIndex : number = -1 Defined in src/common/search-store.ts:7 occurrences # \u2022 occurrences : number[] = [] Defined in src/common/search-store.ts:6 searchQuery # \u2022 searchQuery : string = \"\" Defined in src/common/search-store.ts:5 Accessors # activeFind # \u2022 get activeFind (): number Defined in src/common/search-store.ts:91 Returns: number activeOverlayLine # \u2022 get activeOverlayLine (): number Defined in src/common/search-store.ts:87 Gets line index of where active overlay is located Returns: number A line index within the text/logs array totalFinds # \u2022 get totalFinds (): number Defined in src/common/search-store.ts:95 Returns: number Methods # escapeRegex # \u25b8 escapeRegex ( value : string): string Defined in src/common/search-store.ts:114 An utility methods escaping user string to safely pass it into new Regex(variable) Parameters: Name Type Description value string Unescaped string Returns: string findOccurences # \u25b8 findOccurences ( text : string[], query : string): number[] Defined in src/common/search-store.ts:36 Does searching within text array, create a list of search keyword occurences. Each keyword \"occurency\" is saved as index of the the line where keyword founded Parameters: Name Type Description text string[] An array of any textual data (logs, for example) query string Search query from input Returns: number[] Array of line indexes [0, 0, 14, 17, 17, 17, 20...] getNextOverlay # \u25b8 getNextOverlay ( loopOver? : boolean): number Defined in src/common/search-store.ts:52 Getting next overlay index within the occurences array Parameters: Name Type Default value Description loopOver boolean false Allows to jump from last element to first Returns: number next overlay index getPrevOverlay # \u25b8 getPrevOverlay ( loopOver? : boolean): number Defined in src/common/search-store.ts:65 Getting previous overlay index within the occurences array of occurences Parameters: Name Type Default value Description loopOver boolean false Allows to jump from first element to last one Returns: number prev overlay index isActiveOverlay # \u25b8 isActiveOverlay ( line : number, occurence : number): boolean Defined in src/common/search-store.ts:105 Checks if overlay is active (to highlight it with orange background usually) Parameters: Name Type Description line number Index of the line where overlay is located occurence number Number of the overlay within one line Returns: boolean onSearch # \u25b8 onSearch ( text : string[], query? : string): void Defined in src/common/search-store.ts:15 Sets default activeOverlayIndex Parameters: Name Type Default value Description text string[] - An array of any textual data (logs, for example) query string this.searchQuery Search query from input Returns: void reset # \u25b8 reset (): void Defined in src/common/search-store.ts:119 Returns: void setNextOverlayActive # \u25b8 setNextOverlayActive (): void Defined in src/common/search-store.ts:74 Returns: void setPrevOverlayActive # \u25b8 setPrevOverlayActive (): void Defined in src/common/search-store.ts:79 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#class-searchstore","text":"","title":"Class: SearchStore"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#hierarchy","text":"SearchStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#properties","text":"activeOverlayIndex occurrences searchQuery","title":"Properties"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#accessors","text":"activeFind activeOverlayLine totalFinds","title":"Accessors"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#methods","text":"escapeRegex findOccurences getNextOverlay getPrevOverlay isActiveOverlay onSearch reset setNextOverlayActive setPrevOverlayActive","title":"Methods"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#activeoverlayindex","text":"\u2022 activeOverlayIndex : number = -1 Defined in src/common/search-store.ts:7","title":"activeOverlayIndex"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#occurrences","text":"\u2022 occurrences : number[] = [] Defined in src/common/search-store.ts:6","title":"occurrences"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#searchquery","text":"\u2022 searchQuery : string = \"\" Defined in src/common/search-store.ts:5","title":"searchQuery"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#activefind","text":"\u2022 get activeFind (): number Defined in src/common/search-store.ts:91 Returns: number","title":"activeFind"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#activeoverlayline","text":"\u2022 get activeOverlayLine (): number Defined in src/common/search-store.ts:87 Gets line index of where active overlay is located Returns: number A line index within the text/logs array","title":"activeOverlayLine"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#totalfinds","text":"\u2022 get totalFinds (): number Defined in src/common/search-store.ts:95 Returns: number","title":"totalFinds"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#escaperegex","text":"\u25b8 escapeRegex ( value : string): string Defined in src/common/search-store.ts:114 An utility methods escaping user string to safely pass it into new Regex(variable)","title":"escapeRegex"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#findoccurences","text":"\u25b8 findOccurences ( text : string[], query : string): number[] Defined in src/common/search-store.ts:36 Does searching within text array, create a list of search keyword occurences. Each keyword \"occurency\" is saved as index of the the line where keyword founded","title":"findOccurences"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#getnextoverlay","text":"\u25b8 getNextOverlay ( loopOver? : boolean): number Defined in src/common/search-store.ts:52 Getting next overlay index within the occurences array","title":"getNextOverlay"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#getprevoverlay","text":"\u25b8 getPrevOverlay ( loopOver? : boolean): number Defined in src/common/search-store.ts:65 Getting previous overlay index within the occurences array of occurences","title":"getPrevOverlay"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#isactiveoverlay","text":"\u25b8 isActiveOverlay ( line : number, occurence : number): boolean Defined in src/common/search-store.ts:105 Checks if overlay is active (to highlight it with orange background usually)","title":"isActiveOverlay"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#onsearch","text":"\u25b8 onSearch ( text : string[], query? : string): void Defined in src/common/search-store.ts:15 Sets default activeOverlayIndex","title":"onSearch"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#reset","text":"\u25b8 reset (): void Defined in src/common/search-store.ts:119 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#setnextoverlayactive","text":"\u25b8 setNextOverlayActive (): void Defined in src/common/search-store.ts:74 Returns: void","title":"setNextOverlayActive"},{"location":"extensions/api/classes/_src_common_search_store_.searchstore/#setprevoverlayactive","text":"\u25b8 setPrevOverlayActive (): void Defined in src/common/search-store.ts:79 Returns: void","title":"setPrevOverlayActive"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/","text":"@k8slens/extensions Globals / \"src/common/user-store\" / UserStore Class: UserStore # Hierarchy # BaseStore \\< UserStoreModel > \u21b3 UserStore Index # Properties # data isLoaded kubeConfigPath lastSeenAppVersion newContexts params seenContexts storeConfig syncDisposers whenLoaded defaultTheme Accessors # isNewVersion name path syncChannel Methods # applyWithoutSync cwd disableSync enableSync fromStore getDefaultKubectlPath getSubFrames handleOnLoad init load markNewContextsAsSeen onModelChange onSync onSyncFromMain refreshNewContexts resetKubeConfigPath resetTheme saveLastSeenAppVersion saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance Object literals # preferences Properties # data # \u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24 isLoaded # \u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23 kubeConfigPath # \u2022 kubeConfigPath : string = kubeConfigDefaultPath Defined in src/common/user-store.ts:46 lastSeenAppVersion # \u2022 lastSeenAppVersion : string = \"0.0.0\" Defined in src/common/user-store.ts:45 newContexts # \u2022 newContexts : ObservableSet\\ = observable.set\\ () Defined in src/common/user-store.ts:48 params # \u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26 seenContexts # \u2022 seenContexts : ObservableSet\\ = observable.set\\ () Defined in src/common/user-store.ts:47 storeConfig # \u2022 Protected storeConfig : Config\\< UserStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19 syncDisposers # \u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20 whenLoaded # \u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22 defaultTheme # \u25aa Static Readonly defaultTheme : ThemeId = \"lens-dark\" Defined in src/common/user-store.ts:34 Accessors # isNewVersion # \u2022 get isNewVersion (): boolean Defined in src/common/user-store.ts:81 Returns: boolean name # \u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string path # \u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string syncChannel # \u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string Methods # applyWithoutSync # \u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120 Parameters: Name Type callback () => void Returns: void cwd # \u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string disableSync # \u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void enableSync # \u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void fromStore # \u25b8 Protected fromStore ( data? : Partial\\< UserStoreModel >): Promise \\ Overrides BaseStore . fromStore Defined in src/common/user-store.ts:134 Parameters: Name Type Default value data Partial\\< UserStoreModel > {} Returns: Promise \\ getDefaultKubectlPath # \u25b8 getDefaultKubectlPath (): string Defined in src/common/user-store.ts:129 Getting default directory to download kubectl binaries Returns: string string getSubFrames # \u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\ handleOnLoad # \u25b8 Protected handleOnLoad (): Promise \\ Defined in src/common/user-store.ts:59 Returns: Promise \\ init # \u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\ load # \u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\ markNewContextsAsSeen # \u25b8 markNewContextsAsSeen (): void Defined in src/common/user-store.ts:119 Returns: void onModelChange # \u25b8 Protected onModelChange ( model : UserStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135 Parameters: Name Type model UserStoreModel Returns: Promise \\ onSync # \u25b8 Protected onSync ( model : UserStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128 Parameters: Name Type model UserStoreModel Returns: void onSyncFromMain # \u25b8 Protected onSyncFromMain ( model : UserStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105 Parameters: Name Type model UserStoreModel Returns: void refreshNewContexts # \u25b8 Protected refreshNewContexts (): Promise \\ Defined in src/common/user-store.ts:102 Returns: Promise \\ resetKubeConfigPath # \u25b8 resetKubeConfigPath (): void Defined in src/common/user-store.ts:86 Returns: void resetTheme # \u25b8 resetTheme (): Promise \\ Defined in src/common/user-store.ts:91 Returns: Promise \\ saveLastSeenAppVersion # \u25b8 saveLastSeenAppVersion (): void Defined in src/common/user-store.ts:97 Returns: void saveToFile # \u25b8 Protected saveToFile ( model : UserStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75 Parameters: Name Type model UserStoreModel Returns: Promise \\ syncToWebViews # \u25b8 Protected syncToWebViews ( model : UserStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146 Parameters: Name Type model UserStoreModel Returns: Promise \\ toJSON # \u25b8 toJSON (): UserStoreModel Overrides BaseStore . toJSON Defined in src/common/user-store.ts:146 Returns: UserStoreModel unregisterIpcListener # \u25b8 unregisterIpcListener (): void Inherited from BaseStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void Object literals # preferences # \u25aa preferences : object Defined in src/common/user-store.ts:50 Properties: Name Type Value allowTelemetry true true allowUntrustedCAs false false colorTheme string UserStore.defaultTheme downloadKubectlBinaries true true downloadMirror string \"default\" openAtLogin true true","title":"API Reference"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#class-userstore","text":"","title":"Class: UserStore"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#hierarchy","text":"BaseStore \\< UserStoreModel > \u21b3 UserStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#properties","text":"data isLoaded kubeConfigPath lastSeenAppVersion newContexts params seenContexts storeConfig syncDisposers whenLoaded defaultTheme","title":"Properties"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#accessors","text":"isNewVersion name path syncChannel","title":"Accessors"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#methods","text":"applyWithoutSync cwd disableSync enableSync fromStore getDefaultKubectlPath getSubFrames handleOnLoad init load markNewContextsAsSeen onModelChange onSync onSyncFromMain refreshNewContexts resetKubeConfigPath resetTheme saveLastSeenAppVersion saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#object-literals","text":"preferences","title":"Object literals"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#data","text":"\u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24","title":"data"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23","title":"isLoaded"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#kubeconfigpath","text":"\u2022 kubeConfigPath : string = kubeConfigDefaultPath Defined in src/common/user-store.ts:46","title":"kubeConfigPath"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#lastseenappversion","text":"\u2022 lastSeenAppVersion : string = \"0.0.0\" Defined in src/common/user-store.ts:45","title":"lastSeenAppVersion"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#newcontexts","text":"\u2022 newContexts : ObservableSet\\ = observable.set\\ () Defined in src/common/user-store.ts:48","title":"newContexts"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#params","text":"\u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26","title":"params"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#seencontexts","text":"\u2022 seenContexts : ObservableSet\\ = observable.set\\ () Defined in src/common/user-store.ts:47","title":"seenContexts"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#storeconfig","text":"\u2022 Protected storeConfig : Config\\< UserStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19","title":"storeConfig"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#syncdisposers","text":"\u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20","title":"syncDisposers"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#whenloaded","text":"\u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22","title":"whenLoaded"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#defaulttheme","text":"\u25aa Static Readonly defaultTheme : ThemeId = \"lens-dark\" Defined in src/common/user-store.ts:34","title":"defaultTheme"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#isnewversion","text":"\u2022 get isNewVersion (): boolean Defined in src/common/user-store.ts:81 Returns: boolean","title":"isNewVersion"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#name","text":"\u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#path","text":"\u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string","title":"path"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#syncchannel","text":"\u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string","title":"syncChannel"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#applywithoutsync","text":"\u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120","title":"applyWithoutSync"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#cwd","text":"\u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string","title":"cwd"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#disablesync","text":"\u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void","title":"disableSync"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#enablesync","text":"\u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void","title":"enableSync"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#fromstore","text":"\u25b8 Protected fromStore ( data? : Partial\\< UserStoreModel >): Promise \\ Overrides BaseStore . fromStore Defined in src/common/user-store.ts:134","title":"fromStore"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#getdefaultkubectlpath","text":"\u25b8 getDefaultKubectlPath (): string Defined in src/common/user-store.ts:129 Getting default directory to download kubectl binaries Returns: string string","title":"getDefaultKubectlPath"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#getsubframes","text":"\u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\","title":"getSubFrames"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#handleonload","text":"\u25b8 Protected handleOnLoad (): Promise \\ Defined in src/common/user-store.ts:59 Returns: Promise \\","title":"handleOnLoad"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#init","text":"\u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#load","text":"\u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\","title":"load"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#marknewcontextsasseen","text":"\u25b8 markNewContextsAsSeen (): void Defined in src/common/user-store.ts:119 Returns: void","title":"markNewContextsAsSeen"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#onmodelchange","text":"\u25b8 Protected onModelChange ( model : UserStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135","title":"onModelChange"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#onsync","text":"\u25b8 Protected onSync ( model : UserStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128","title":"onSync"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#onsyncfrommain","text":"\u25b8 Protected onSyncFromMain ( model : UserStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105","title":"onSyncFromMain"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#refreshnewcontexts","text":"\u25b8 Protected refreshNewContexts (): Promise \\ Defined in src/common/user-store.ts:102 Returns: Promise \\","title":"refreshNewContexts"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#resetkubeconfigpath","text":"\u25b8 resetKubeConfigPath (): void Defined in src/common/user-store.ts:86 Returns: void","title":"resetKubeConfigPath"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#resettheme","text":"\u25b8 resetTheme (): Promise \\ Defined in src/common/user-store.ts:91 Returns: Promise \\","title":"resetTheme"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#savelastseenappversion","text":"\u25b8 saveLastSeenAppVersion (): void Defined in src/common/user-store.ts:97 Returns: void","title":"saveLastSeenAppVersion"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#savetofile","text":"\u25b8 Protected saveToFile ( model : UserStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75","title":"saveToFile"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#synctowebviews","text":"\u25b8 Protected syncToWebViews ( model : UserStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146","title":"syncToWebViews"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#tojson","text":"\u25b8 toJSON (): UserStoreModel Overrides BaseStore . toJSON Defined in src/common/user-store.ts:146 Returns: UserStoreModel","title":"toJSON"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void Inherited from BaseStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#resetinstance","text":"\u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_common_user_store_.userstore/#preferences","text":"\u25aa preferences : object Defined in src/common/user-store.ts:50","title":"preferences"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/","text":"@k8slens/extensions Globals / \"src/common/utils/singleton\" / Singleton Class: Singleton # Hierarchy # Singleton \u21b3 BaseStore \u21b3 HelmRepoManager Index # Methods # getInstance resetInstance Methods # getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Defined in src/common/utils/singleton.ts:22 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/#class-singleton","text":"","title":"Class: Singleton"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/#hierarchy","text":"Singleton \u21b3 BaseStore \u21b3 HelmRepoManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/#methods","text":"getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_common_utils_singleton_.singleton/#resetinstance","text":"\u25b8 Static resetInstance (): void Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/","text":"@k8slens/extensions Globals / \"src/common/workspace-store\" / Workspace 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 # description # \u2022 Optional description : string Implementation of WorkspaceModel . description Defined in src/common/workspace-store.ts:30 enabled # \u2022 enabled : boolean Implementation of WorkspaceState . enabled 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 ownerRef # \u2022 Optional 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 value 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":"API Reference"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#class-workspace","text":"","title":"Class: Workspace"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#hierarchy","text":"Workspace","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#implements","text":"WorkspaceModel WorkspaceState","title":"Implements"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#properties","text":"description enabled id name ownerRef","title":"Properties"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#accessors","text":"isManaged","title":"Accessors"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#methods","text":"getState pushState setState toJSON","title":"Methods"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#constructor","text":"+ new Workspace ( data : WorkspaceModel ): Workspace Defined in src/common/workspace-store.ts:32","title":"constructor"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#description","text":"\u2022 Optional description : string Implementation of WorkspaceModel . description Defined in src/common/workspace-store.ts:30","title":"description"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#enabled","text":"\u2022 enabled : boolean Implementation of WorkspaceState . enabled Defined in src/common/workspace-store.ts:32","title":"enabled"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#id","text":"\u2022 id : WorkspaceId Implementation of WorkspaceModel . id Defined in src/common/workspace-store.ts:28","title":"id"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#name","text":"\u2022 name : string Implementation of WorkspaceModel . name Defined in src/common/workspace-store.ts:29","title":"name"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#ownerref","text":"\u2022 Optional ownerRef : string Implementation of WorkspaceModel . ownerRef Defined in src/common/workspace-store.ts:31","title":"ownerRef"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#ismanaged","text":"\u2022 get isManaged (): boolean Defined in src/common/workspace-store.ts:44 Returns: boolean","title":"isManaged"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#getstate","text":"\u25b8 getState (): WorkspaceState Defined in src/common/workspace-store.ts:48 Returns: WorkspaceState","title":"getState"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#pushstate","text":"\u25b8 pushState ( state? : WorkspaceState ): void Defined in src/common/workspace-store.ts:54","title":"pushState"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#setstate","text":"\u25b8 setState ( state : WorkspaceState ): void Defined in src/common/workspace-store.ts:63","title":"setState"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspace/#tojson","text":"\u25b8 toJSON (): WorkspaceModel Defined in src/common/workspace-store.ts:67 Returns: WorkspaceModel","title":"toJSON"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/","text":"@k8slens/extensions Globals / \"src/common/workspace-store\" / WorkspaceStore Class: WorkspaceStore # Hierarchy # BaseStore \\< WorkspaceStoreModel > \u21b3 WorkspaceStore Index # Properties # currentWorkspaceId data isLoaded params storeConfig syncDisposers whenLoaded workspaces defaultId Accessors # currentWorkspace enabledWorkspacesList name path syncChannel workspacesList Methods # addWorkspace applyWithoutSync cwd disableSync enableSync fromStore getById getByName getSubFrames init isDefault load onModelChange onSync onSyncFromMain pushState registerIpcListener removeWorkspace removeWorkspaceById saveToFile setActive syncToWebViews toJSON unregisterIpcListener getInstance resetInstance Properties # currentWorkspaceId # \u2022 currentWorkspaceId : string = WorkspaceStore.defaultId Defined in src/common/workspace-store.ts:104 data # \u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24 isLoaded # \u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23 params # \u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26 storeConfig # \u2022 Protected storeConfig : Config\\< WorkspaceStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19 syncDisposers # \u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20 whenLoaded # \u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22 workspaces # \u2022 workspaces : ObservableMap\\ Workspace > = observable.map\\ ({ [WorkspaceStore.defaultId]: new Workspace({ id: WorkspaceStore.defaultId, name: \"default\" }) }) Defined in src/common/workspace-store.ts:106 defaultId # \u25aa Static Readonly defaultId : WorkspaceId = \"default\" Defined in src/common/workspace-store.ts:78 Accessors # currentWorkspace # \u2022 get currentWorkspace (): Workspace Defined in src/common/workspace-store.ts:113 Returns: Workspace enabledWorkspacesList # \u2022 get enabledWorkspacesList (): Workspace [] Defined in src/common/workspace-store.ts:121 Returns: Workspace [] name # \u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string path # \u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string syncChannel # \u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string workspacesList # \u2022 get workspacesList (): Workspace [] Defined in src/common/workspace-store.ts:117 Returns: Workspace [] Methods # addWorkspace # \u25b8 addWorkspace ( workspace : Workspace ): Workspace Defined in src/common/workspace-store.ts:154 Parameters: Name Type workspace Workspace Returns: Workspace applyWithoutSync # \u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120 Parameters: Name Type callback () => void Returns: void cwd # \u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string disableSync # \u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void enableSync # \u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void fromStore # \u25b8 Protected fromStore ( __namedParameters : { currentWorkspace: string ; workspaces: WorkspaceModel [] = [] }): void Overrides BaseStore . fromStore Defined in src/common/workspace-store.ts:191 Parameters: Name Type __namedParameters { currentWorkspace: string ; workspaces: WorkspaceModel [] = [] } Returns: void getById # \u25b8 getById ( id : WorkspaceId ): Workspace Defined in src/common/workspace-store.ts:135 Parameters: Name Type id WorkspaceId Returns: Workspace getByName # \u25b8 getByName ( name : string): Workspace Defined in src/common/workspace-store.ts:139 Parameters: Name Type name string Returns: Workspace getSubFrames # \u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\ init # \u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\ isDefault # \u25b8 isDefault ( id : WorkspaceId ): boolean Defined in src/common/workspace-store.ts:131 Parameters: Name Type id WorkspaceId Returns: boolean load # \u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\ onModelChange # \u25b8 Protected onModelChange ( model : WorkspaceStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135 Parameters: Name Type model WorkspaceStoreModel Returns: Promise \\ onSync # \u25b8 Protected onSync ( model : WorkspaceStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128 Parameters: Name Type model WorkspaceStoreModel Returns: void onSyncFromMain # \u25b8 Protected onSyncFromMain ( model : WorkspaceStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105 Parameters: Name Type model WorkspaceStoreModel Returns: void pushState # \u25b8 pushState (): void Defined in src/common/workspace-store.ts:125 Returns: void registerIpcListener # \u25b8 registerIpcListener (): void Defined in src/common/workspace-store.ts:92 Returns: void removeWorkspace # \u25b8 removeWorkspace ( workspace : Workspace ): void Defined in src/common/workspace-store.ts:171 Parameters: Name Type workspace Workspace Returns: void removeWorkspaceById # \u25b8 removeWorkspaceById ( id : WorkspaceId ): void Defined in src/common/workspace-store.ts:176 Parameters: Name Type id WorkspaceId Returns: void saveToFile # \u25b8 Protected saveToFile ( model : WorkspaceStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75 Parameters: Name Type model WorkspaceStoreModel Returns: Promise \\ setActive # \u25b8 setActive ( id? : string, reset? : boolean): void Defined in src/common/workspace-store.ts:144 Parameters: Name Type Default value id string WorkspaceStore.defaultId reset boolean true Returns: void syncToWebViews # \u25b8 Protected syncToWebViews ( model : WorkspaceStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146 Parameters: Name Type model WorkspaceStoreModel Returns: Promise \\ toJSON # \u25b8 toJSON (): WorkspaceStoreModel Overrides BaseStore . toJSON Defined in src/common/workspace-store.ts:207 Returns: WorkspaceStoreModel unregisterIpcListener # \u25b8 unregisterIpcListener (): void Overrides BaseStore . unregisterIpcListener Defined in src/common/workspace-store.ts:99 Returns: void getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#class-workspacestore","text":"","title":"Class: WorkspaceStore"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#hierarchy","text":"BaseStore \\< WorkspaceStoreModel > \u21b3 WorkspaceStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#properties","text":"currentWorkspaceId data isLoaded params storeConfig syncDisposers whenLoaded workspaces defaultId","title":"Properties"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#accessors","text":"currentWorkspace enabledWorkspacesList name path syncChannel workspacesList","title":"Accessors"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#methods","text":"addWorkspace applyWithoutSync cwd disableSync enableSync fromStore getById getByName getSubFrames init isDefault load onModelChange onSync onSyncFromMain pushState registerIpcListener removeWorkspace removeWorkspaceById saveToFile setActive syncToWebViews toJSON unregisterIpcListener getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#currentworkspaceid","text":"\u2022 currentWorkspaceId : string = WorkspaceStore.defaultId Defined in src/common/workspace-store.ts:104","title":"currentWorkspaceId"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#data","text":"\u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24","title":"data"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23","title":"isLoaded"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#params","text":"\u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26","title":"params"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#storeconfig","text":"\u2022 Protected storeConfig : Config\\< WorkspaceStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19","title":"storeConfig"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#syncdisposers","text":"\u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20","title":"syncDisposers"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#whenloaded","text":"\u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22","title":"whenLoaded"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#workspaces","text":"\u2022 workspaces : ObservableMap\\ Workspace > = observable.map\\ ({ [WorkspaceStore.defaultId]: new Workspace({ id: WorkspaceStore.defaultId, name: \"default\" }) }) Defined in src/common/workspace-store.ts:106","title":"workspaces"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#defaultid","text":"\u25aa Static Readonly defaultId : WorkspaceId = \"default\" Defined in src/common/workspace-store.ts:78","title":"defaultId"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#currentworkspace","text":"\u2022 get currentWorkspace (): Workspace Defined in src/common/workspace-store.ts:113 Returns: Workspace","title":"currentWorkspace"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#enabledworkspaceslist","text":"\u2022 get enabledWorkspacesList (): Workspace [] Defined in src/common/workspace-store.ts:121 Returns: Workspace []","title":"enabledWorkspacesList"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#name","text":"\u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#path","text":"\u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string","title":"path"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#syncchannel","text":"\u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string","title":"syncChannel"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#workspaceslist","text":"\u2022 get workspacesList (): Workspace [] Defined in src/common/workspace-store.ts:117 Returns: Workspace []","title":"workspacesList"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#addworkspace","text":"\u25b8 addWorkspace ( workspace : Workspace ): Workspace Defined in src/common/workspace-store.ts:154","title":"addWorkspace"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#applywithoutsync","text":"\u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120","title":"applyWithoutSync"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#cwd","text":"\u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string","title":"cwd"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#disablesync","text":"\u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void","title":"disableSync"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#enablesync","text":"\u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void","title":"enableSync"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#fromstore","text":"\u25b8 Protected fromStore ( __namedParameters : { currentWorkspace: string ; workspaces: WorkspaceModel [] = [] }): void Overrides BaseStore . fromStore Defined in src/common/workspace-store.ts:191","title":"fromStore"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#getbyid","text":"\u25b8 getById ( id : WorkspaceId ): Workspace Defined in src/common/workspace-store.ts:135","title":"getById"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#getbyname","text":"\u25b8 getByName ( name : string): Workspace Defined in src/common/workspace-store.ts:139","title":"getByName"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#getsubframes","text":"\u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\","title":"getSubFrames"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#init","text":"\u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#isdefault","text":"\u25b8 isDefault ( id : WorkspaceId ): boolean Defined in src/common/workspace-store.ts:131","title":"isDefault"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#load","text":"\u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\","title":"load"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#onmodelchange","text":"\u25b8 Protected onModelChange ( model : WorkspaceStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135","title":"onModelChange"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#onsync","text":"\u25b8 Protected onSync ( model : WorkspaceStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128","title":"onSync"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#onsyncfrommain","text":"\u25b8 Protected onSyncFromMain ( model : WorkspaceStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105","title":"onSyncFromMain"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#pushstate","text":"\u25b8 pushState (): void Defined in src/common/workspace-store.ts:125 Returns: void","title":"pushState"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#registeripclistener","text":"\u25b8 registerIpcListener (): void Defined in src/common/workspace-store.ts:92 Returns: void","title":"registerIpcListener"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#removeworkspace","text":"\u25b8 removeWorkspace ( workspace : Workspace ): void Defined in src/common/workspace-store.ts:171","title":"removeWorkspace"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#removeworkspacebyid","text":"\u25b8 removeWorkspaceById ( id : WorkspaceId ): void Defined in src/common/workspace-store.ts:176","title":"removeWorkspaceById"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#savetofile","text":"\u25b8 Protected saveToFile ( model : WorkspaceStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75","title":"saveToFile"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#setactive","text":"\u25b8 setActive ( id? : string, reset? : boolean): void Defined in src/common/workspace-store.ts:144","title":"setActive"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#synctowebviews","text":"\u25b8 Protected syncToWebViews ( model : WorkspaceStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146","title":"syncToWebViews"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#tojson","text":"\u25b8 toJSON (): WorkspaceStoreModel Overrides BaseStore . toJSON Defined in src/common/workspace-store.ts:207 Returns: WorkspaceStoreModel","title":"toJSON"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void Overrides BaseStore . unregisterIpcListener Defined in src/common/workspace-store.ts:99 Returns: void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_common_workspace_store_.workspacestore/#resetinstance","text":"\u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/","text":"@k8slens/extensions Globals / \"src/extensions/cluster-feature\" / ClusterFeature 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 # applyResources # \u25b8 Protected applyResources ( cluster : Cluster , resources : string[]): Promise \\ Defined in src/extensions/cluster-feature.ts:38 Parameters: Name Type cluster Cluster resources string[] Returns: Promise \\ install # \u25b8 Abstract install ( cluster : Cluster ): Promise \\ Defined in src/extensions/cluster-feature.ts:30 Parameters: Name Type cluster Cluster Returns: Promise \\ renderTemplates # \u25b8 Protected renderTemplates ( folderPath : string): string[] Defined in src/extensions/cluster-feature.ts:46 Parameters: Name Type folderPath string Returns: string[] uninstall # \u25b8 Abstract uninstall ( cluster : Cluster ): Promise \\ Defined in src/extensions/cluster-feature.ts:34 Parameters: Name Type cluster Cluster Returns: Promise \\ updateStatus # \u25b8 Abstract updateStatus ( cluster : Cluster ): Promise \\< ClusterFeatureStatus > Defined in src/extensions/cluster-feature.ts:36 Parameters: Name Type cluster Cluster Returns: Promise \\< ClusterFeatureStatus > upgrade # \u25b8 Abstract upgrade ( cluster : Cluster ): Promise \\ Defined in src/extensions/cluster-feature.ts:32 Parameters: Name Type cluster Cluster Returns: Promise \\ Object literals # status # \u25aa status : object Defined in src/extensions/cluster-feature.ts:23 Properties: Name Type Value canUpgrade false false currentVersion null null installed false false latestVersion null null","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#class-clusterfeature","text":"","title":"Class: ClusterFeature"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#hierarchy","text":"ClusterFeature","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#properties","text":"config latestVersion name","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#methods","text":"applyResources install renderTemplates uninstall updateStatus upgrade","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#object-literals","text":"status","title":"Object literals"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#config","text":"\u2022 config : any Defined in src/extensions/cluster-feature.ts:21","title":"config"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#latestversion","text":"\u2022 latestVersion : string Defined in src/extensions/cluster-feature.ts:20","title":"latestVersion"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#name","text":"\u2022 name : string Defined in src/extensions/cluster-feature.ts:19","title":"name"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#applyresources","text":"\u25b8 Protected applyResources ( cluster : Cluster , resources : string[]): Promise \\ Defined in src/extensions/cluster-feature.ts:38","title":"applyResources"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#install","text":"\u25b8 Abstract install ( cluster : Cluster ): Promise \\ Defined in src/extensions/cluster-feature.ts:30","title":"install"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#rendertemplates","text":"\u25b8 Protected renderTemplates ( folderPath : string): string[] Defined in src/extensions/cluster-feature.ts:46","title":"renderTemplates"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#uninstall","text":"\u25b8 Abstract uninstall ( cluster : Cluster ): Promise \\ Defined in src/extensions/cluster-feature.ts:34","title":"uninstall"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#updatestatus","text":"\u25b8 Abstract updateStatus ( cluster : Cluster ): Promise \\< ClusterFeatureStatus > Defined in src/extensions/cluster-feature.ts:36","title":"updateStatus"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#upgrade","text":"\u25b8 Abstract upgrade ( cluster : Cluster ): Promise \\ Defined in src/extensions/cluster-feature.ts:32","title":"upgrade"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_extensions_cluster_feature_.clusterfeature/#status","text":"\u25aa status : object Defined in src/extensions/cluster-feature.ts:23","title":"status"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/","text":"@k8slens/extensions Globals / \"src/extensions/extension-loader\" / ExtensionLoader Class: ExtensionLoader # Hierarchy # ExtensionLoader Index # Constructors # constructor Properties # extensions instances isLoaded whenLoaded Accessors # userExtensions Methods # autoInitExtensions broadcastExtensions getExtension init loadOnClusterManagerRenderer loadOnClusterRenderer loadOnMain requireExtension toJSON Constructors # constructor # + new ExtensionLoader (): ExtensionLoader Defined in src/extensions/extension-loader.ts:23 Returns: ExtensionLoader Properties # extensions # \u2022 Protected extensions : ObservableMap\\ InstalledExtension > = observable.map\\ () Defined in src/extensions/extension-loader.ts:19 instances # \u2022 Protected instances : ObservableMap\\ LensExtension > = observable.map\\ () Defined in src/extensions/extension-loader.ts:20 isLoaded # \u2022 isLoaded : boolean = false Defined in src/extensions/extension-loader.ts:22 whenLoaded # \u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Defined in src/extensions/extension-loader.ts:23 Accessors # userExtensions # \u2022 get userExtensions (): Map\\< LensExtensionId , InstalledExtension > Defined in src/extensions/extension-loader.ts:39 Returns: Map\\< LensExtensionId , InstalledExtension > Methods # autoInitExtensions # \u25b8 Protected autoInitExtensions ( register : (ext: LensExtension ) => Function[]): IReactionDisposer Defined in src/extensions/extension-loader.ts:83 Parameters: Name Type register (ext: LensExtension ) => Function[] Returns: IReactionDisposer broadcastExtensions # \u25b8 broadcastExtensions ( frameId? : number): Promise \\ Defined in src/extensions/extension-loader.ts:140 Parameters: Name Type frameId? number Returns: Promise \\ getExtension # \u25b8 getExtension ( extId : LensExtensionId ): InstalledExtension Defined in src/extensions/extension-loader.ts:129 Parameters: Name Type extId LensExtensionId Returns: InstalledExtension init # \u25b8 init ( extensions : Map\\< LensExtensionId , InstalledExtension >): Promise \\ Defined in src/extensions/extension-loader.ts:50 Parameters: Name Type extensions Map\\< LensExtensionId , InstalledExtension > Returns: Promise \\ loadOnClusterManagerRenderer # \u25b8 loadOnClusterManagerRenderer (): void Defined in src/extensions/extension-loader.ts:64 Returns: void loadOnClusterRenderer # \u25b8 loadOnClusterRenderer (): void Defined in src/extensions/extension-loader.ts:74 Returns: void loadOnMain # \u25b8 loadOnMain (): void Defined in src/extensions/extension-loader.ts:57 Returns: void requireExtension # \u25b8 Protected requireExtension ( extension : InstalledExtension ): any Defined in src/extensions/extension-loader.ts:112 Parameters: Name Type extension InstalledExtension Returns: any toJSON # \u25b8 toJSON (): Map\\< LensExtensionId , InstalledExtension > Defined in src/extensions/extension-loader.ts:133 Returns: Map\\< LensExtensionId , InstalledExtension >","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#class-extensionloader","text":"","title":"Class: ExtensionLoader"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#hierarchy","text":"ExtensionLoader","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#properties","text":"extensions instances isLoaded whenLoaded","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#accessors","text":"userExtensions","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#methods","text":"autoInitExtensions broadcastExtensions getExtension init loadOnClusterManagerRenderer loadOnClusterRenderer loadOnMain requireExtension toJSON","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#constructor","text":"+ new ExtensionLoader (): ExtensionLoader Defined in src/extensions/extension-loader.ts:23 Returns: ExtensionLoader","title":"constructor"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#extensions","text":"\u2022 Protected extensions : ObservableMap\\ InstalledExtension > = observable.map\\ () Defined in src/extensions/extension-loader.ts:19","title":"extensions"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#instances","text":"\u2022 Protected instances : ObservableMap\\ LensExtension > = observable.map\\ () Defined in src/extensions/extension-loader.ts:20","title":"instances"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#isloaded","text":"\u2022 isLoaded : boolean = false Defined in src/extensions/extension-loader.ts:22","title":"isLoaded"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#whenloaded","text":"\u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Defined in src/extensions/extension-loader.ts:23","title":"whenLoaded"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#userextensions","text":"\u2022 get userExtensions (): Map\\< LensExtensionId , InstalledExtension > Defined in src/extensions/extension-loader.ts:39 Returns: Map\\< LensExtensionId , InstalledExtension >","title":"userExtensions"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#autoinitextensions","text":"\u25b8 Protected autoInitExtensions ( register : (ext: LensExtension ) => Function[]): IReactionDisposer Defined in src/extensions/extension-loader.ts:83","title":"autoInitExtensions"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#broadcastextensions","text":"\u25b8 broadcastExtensions ( frameId? : number): Promise \\ Defined in src/extensions/extension-loader.ts:140","title":"broadcastExtensions"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#getextension","text":"\u25b8 getExtension ( extId : LensExtensionId ): InstalledExtension Defined in src/extensions/extension-loader.ts:129","title":"getExtension"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#init","text":"\u25b8 init ( extensions : Map\\< LensExtensionId , InstalledExtension >): Promise \\ Defined in src/extensions/extension-loader.ts:50","title":"init"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#loadonclustermanagerrenderer","text":"\u25b8 loadOnClusterManagerRenderer (): void Defined in src/extensions/extension-loader.ts:64 Returns: void","title":"loadOnClusterManagerRenderer"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#loadonclusterrenderer","text":"\u25b8 loadOnClusterRenderer (): void Defined in src/extensions/extension-loader.ts:74 Returns: void","title":"loadOnClusterRenderer"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#loadonmain","text":"\u25b8 loadOnMain (): void Defined in src/extensions/extension-loader.ts:57 Returns: void","title":"loadOnMain"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#requireextension","text":"\u25b8 Protected requireExtension ( extension : InstalledExtension ): any Defined in src/extensions/extension-loader.ts:112","title":"requireExtension"},{"location":"extensions/api/classes/_src_extensions_extension_loader_.extensionloader/#tojson","text":"\u25b8 toJSON (): Map\\< LensExtensionId , InstalledExtension > Defined in src/extensions/extension-loader.ts:133 Returns: Map\\< LensExtensionId , InstalledExtension >","title":"toJSON"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/","text":"@k8slens/extensions Globals / \"src/extensions/extension-manager\" / ExtensionManager Class: ExtensionManager # Hierarchy # ExtensionManager Index # Properties # bundledFolderPath Accessors # extensionPackagesRoot inTreeFolderPath inTreeTargetPath localFolderPath nodeModulesPath npmPath packageJsonPath Methods # getByManifest installPackages load loadBundledExtensions loadExtensions loadFromFolder Object literals # packagesJson Properties # bundledFolderPath # \u2022 Protected bundledFolderPath : string Defined in src/extensions/extension-manager.ts:27 Accessors # extensionPackagesRoot # \u2022 get extensionPackagesRoot (): string Defined in src/extensions/extension-manager.ts:33 Returns: string inTreeFolderPath # \u2022 get inTreeFolderPath (): string Defined in src/extensions/extension-manager.ts:41 Returns: string inTreeTargetPath # \u2022 get inTreeTargetPath (): string Defined in src/extensions/extension-manager.ts:37 Returns: string localFolderPath # \u2022 get localFolderPath (): string Defined in src/extensions/extension-manager.ts:49 Returns: string nodeModulesPath # \u2022 get nodeModulesPath (): string Defined in src/extensions/extension-manager.ts:45 Returns: string npmPath # \u2022 get npmPath (): any Defined in src/extensions/extension-manager.ts:53 Returns: any packageJsonPath # \u2022 get packageJsonPath (): string Defined in src/extensions/extension-manager.ts:57 Returns: string Methods # getByManifest # \u25b8 Protected getByManifest ( manifestPath : string, __namedParameters? : { isBundled: boolean = false }): Promise \\< InstalledExtension > Defined in src/extensions/extension-manager.ts:81 Parameters: Name Type Default value manifestPath string - __namedParameters { isBundled: boolean = false } {} Returns: Promise \\< InstalledExtension > installPackages # \u25b8 Protected installPackages (): Promise \\ Defined in src/extensions/extension-manager.ts:100 Returns: Promise \\ load # \u25b8 load (): Promise \\> Defined in src/extensions/extension-manager.ts:61 Returns: Promise \\> loadBundledExtensions # \u25b8 loadBundledExtensions (): Promise \\< InstalledExtension []> Defined in src/extensions/extension-manager.ts:124 Returns: Promise \\< InstalledExtension []> loadExtensions # \u25b8 loadExtensions (): Promise \\ InstalledExtension >> Defined in src/extensions/extension-manager.ts:115 Returns: Promise \\ InstalledExtension >> loadFromFolder # \u25b8 loadFromFolder ( folderPath : string): Promise \\< InstalledExtension []> Defined in src/extensions/extension-manager.ts:144 Parameters: Name Type folderPath string Returns: Promise \\< InstalledExtension []> Object literals # packagesJson # \u25aa Protected packagesJson : object Defined in src/extensions/extension-manager.ts:29 Properties: Name Type Value dependencies object {}","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#class-extensionmanager","text":"","title":"Class: ExtensionManager"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#hierarchy","text":"ExtensionManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#properties","text":"bundledFolderPath","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#accessors","text":"extensionPackagesRoot inTreeFolderPath inTreeTargetPath localFolderPath nodeModulesPath npmPath packageJsonPath","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#methods","text":"getByManifest installPackages load loadBundledExtensions loadExtensions loadFromFolder","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#object-literals","text":"packagesJson","title":"Object literals"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#bundledfolderpath","text":"\u2022 Protected bundledFolderPath : string Defined in src/extensions/extension-manager.ts:27","title":"bundledFolderPath"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#extensionpackagesroot","text":"\u2022 get extensionPackagesRoot (): string Defined in src/extensions/extension-manager.ts:33 Returns: string","title":"extensionPackagesRoot"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#intreefolderpath","text":"\u2022 get inTreeFolderPath (): string Defined in src/extensions/extension-manager.ts:41 Returns: string","title":"inTreeFolderPath"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#intreetargetpath","text":"\u2022 get inTreeTargetPath (): string Defined in src/extensions/extension-manager.ts:37 Returns: string","title":"inTreeTargetPath"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#localfolderpath","text":"\u2022 get localFolderPath (): string Defined in src/extensions/extension-manager.ts:49 Returns: string","title":"localFolderPath"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#nodemodulespath","text":"\u2022 get nodeModulesPath (): string Defined in src/extensions/extension-manager.ts:45 Returns: string","title":"nodeModulesPath"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#npmpath","text":"\u2022 get npmPath (): any Defined in src/extensions/extension-manager.ts:53 Returns: any","title":"npmPath"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#packagejsonpath","text":"\u2022 get packageJsonPath (): string Defined in src/extensions/extension-manager.ts:57 Returns: string","title":"packageJsonPath"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#getbymanifest","text":"\u25b8 Protected getByManifest ( manifestPath : string, __namedParameters? : { isBundled: boolean = false }): Promise \\< InstalledExtension > Defined in src/extensions/extension-manager.ts:81","title":"getByManifest"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#installpackages","text":"\u25b8 Protected installPackages (): Promise \\ Defined in src/extensions/extension-manager.ts:100 Returns: Promise \\","title":"installPackages"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#load","text":"\u25b8 load (): Promise \\> Defined in src/extensions/extension-manager.ts:61 Returns: Promise \\>","title":"load"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#loadbundledextensions","text":"\u25b8 loadBundledExtensions (): Promise \\< InstalledExtension []> Defined in src/extensions/extension-manager.ts:124 Returns: Promise \\< InstalledExtension []>","title":"loadBundledExtensions"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#loadextensions","text":"\u25b8 loadExtensions (): Promise \\ InstalledExtension >> Defined in src/extensions/extension-manager.ts:115 Returns: Promise \\ InstalledExtension >>","title":"loadExtensions"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#loadfromfolder","text":"\u25b8 loadFromFolder ( folderPath : string): Promise \\< InstalledExtension []> Defined in src/extensions/extension-manager.ts:144","title":"loadFromFolder"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_extensions_extension_manager_.extensionmanager/#packagesjson","text":"\u25aa Protected packagesJson : object Defined in src/extensions/extension-manager.ts:29","title":"packagesJson"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/","text":"@k8slens/extensions Globals / \"src/extensions/extension-store\" / ExtensionStore Class: ExtensionStore\\ # Type parameters # Name Default T any Hierarchy # BaseStore \\ \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 # constructor # + Protected new ExtensionStore ( params : BaseStoreParams ): ExtensionStore Inherited from BaseStore . 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 BaseStore . data Defined in src/common/base-store.ts:24 extension # \u2022 Protected extension : LensExtension Defined in src/extensions/extension-store.ts:6 isLoaded # \u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23 params # \u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26 storeConfig # \u2022 Protected storeConfig : Config\\ Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19 syncDisposers # \u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20 whenLoaded # \u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22 Accessors # name # \u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string path # \u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string syncChannel # \u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string Methods # applyWithoutSync # \u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120 Parameters: Name Type callback () => void Returns: void cwd # \u25b8 Protected cwd (): string Overrides BaseStore . cwd Defined in src/extensions/extension-store.ts:18 Returns: string disableSync # \u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void enableSync # \u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void fromStore # \u25b8 Protected fromStore ( data : T): void Inherited from BaseStore . fromStore Defined in src/common/base-store.ts:176 Parameters: Name Type data T Returns: void getSubFrames # \u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\ init # \u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\ load # \u25b8 load (): Promise \\ Overrides BaseStore . load Defined in src/extensions/extension-store.ts:13 Returns: Promise \\ loadExtension # \u25b8 loadExtension ( extension : LensExtension ): Promise \\ Defined in src/extensions/extension-store.ts:8 Parameters: Name Type extension LensExtension Returns: Promise \\ onModelChange # \u25b8 Protected onModelChange ( model : T): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135 Parameters: Name Type model T Returns: Promise \\ onSync # \u25b8 Protected onSync ( model : T): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128 Parameters: Name Type model T Returns: void onSyncFromMain # \u25b8 Protected onSyncFromMain ( model : T): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105 Parameters: Name Type model T Returns: void saveToFile # \u25b8 Protected saveToFile ( model : T): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75 Parameters: Name Type model T Returns: Promise \\ syncToWebViews # \u25b8 Protected syncToWebViews ( model : T): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146 Parameters: Name Type model T Returns: Promise \\ toJSON # \u25b8 toJSON (): T Inherited from BaseStore . toJSON Defined in src/common/base-store.ts:182 Returns: T unregisterIpcListener # \u25b8 unregisterIpcListener (): void Inherited from BaseStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#class-extensionstore","text":"","title":"Class: ExtensionStore\\"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#hierarchy","text":"BaseStore \\ \u21b3 ExtensionStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#properties","text":"data extension isLoaded params storeConfig syncDisposers whenLoaded","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#accessors","text":"name path syncChannel","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extension_store_.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/_src_extensions_extension_store_.extensionstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#constructor","text":"+ Protected new ExtensionStore ( params : BaseStoreParams ): ExtensionStore Inherited from BaseStore . constructor Defined in src/common/base-store.ts:24","title":"constructor"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#data","text":"\u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24","title":"data"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#extension","text":"\u2022 Protected extension : LensExtension Defined in src/extensions/extension-store.ts:6","title":"extension"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23","title":"isLoaded"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#params","text":"\u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26","title":"params"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#storeconfig","text":"\u2022 Protected storeConfig : Config\\ Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19","title":"storeConfig"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#syncdisposers","text":"\u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20","title":"syncDisposers"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#whenloaded","text":"\u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22","title":"whenLoaded"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#name","text":"\u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#path","text":"\u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string","title":"path"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#syncchannel","text":"\u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string","title":"syncChannel"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#applywithoutsync","text":"\u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120","title":"applyWithoutSync"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#cwd","text":"\u25b8 Protected cwd (): string Overrides BaseStore . cwd Defined in src/extensions/extension-store.ts:18 Returns: string","title":"cwd"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#disablesync","text":"\u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void","title":"disableSync"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#enablesync","text":"\u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void","title":"enableSync"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#fromstore","text":"\u25b8 Protected fromStore ( data : T): void Inherited from BaseStore . fromStore Defined in src/common/base-store.ts:176","title":"fromStore"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#getsubframes","text":"\u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\","title":"getSubFrames"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#init","text":"\u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#load","text":"\u25b8 load (): Promise \\ Overrides BaseStore . load Defined in src/extensions/extension-store.ts:13 Returns: Promise \\","title":"load"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#loadextension","text":"\u25b8 loadExtension ( extension : LensExtension ): Promise \\ Defined in src/extensions/extension-store.ts:8","title":"loadExtension"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#onmodelchange","text":"\u25b8 Protected onModelChange ( model : T): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135","title":"onModelChange"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#onsync","text":"\u25b8 Protected onSync ( model : T): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128","title":"onSync"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#onsyncfrommain","text":"\u25b8 Protected onSyncFromMain ( model : T): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105","title":"onSyncFromMain"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#savetofile","text":"\u25b8 Protected saveToFile ( model : T): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75","title":"saveToFile"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#synctowebviews","text":"\u25b8 Protected syncToWebViews ( model : T): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146","title":"syncToWebViews"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#tojson","text":"\u25b8 toJSON (): T Inherited from BaseStore . toJSON Defined in src/common/base-store.ts:182 Returns: T","title":"toJSON"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void Inherited from BaseStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_extensions_extension_store_.extensionstore/#resetinstance","text":"\u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/","text":"@k8slens/extensions Globals / \"src/extensions/extensions-store\" / ExtensionsStore Class: ExtensionsStore # Hierarchy # BaseStore \\< LensExtensionsStoreModel > \u21b3 ExtensionsStore Index # Constructors # constructor Properties # data isLoaded params state storeConfig syncDisposers whenLoaded Accessors # name path syncChannel Methods # applyWithoutSync cwd disableSync enableSync fromStore getState getSubFrames init isEnabled load manageState onModelChange onSync onSyncFromMain saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance Constructors # constructor # + new ExtensionsStore (): ExtensionsStore Overrides BaseStore . constructor Defined in src/extensions/extensions-store.ts:14 Returns: ExtensionsStore Properties # data # \u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24 isLoaded # \u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23 params # \u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26 state # \u2022 Protected state : ObservableMap\\ LensExtensionState > = observable.map\\ () Defined in src/extensions/extensions-store.ts:21 storeConfig # \u2022 Protected storeConfig : Config\\< LensExtensionsStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19 syncDisposers # \u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20 whenLoaded # \u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22 Accessors # name # \u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string path # \u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string syncChannel # \u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string Methods # applyWithoutSync # \u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120 Parameters: Name Type callback () => void Returns: void cwd # \u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string disableSync # \u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void enableSync # \u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void fromStore # \u25b8 Protected fromStore ( __namedParameters : { extensions: Record\\ LensExtensionState > }): void Overrides BaseStore . fromStore Defined in src/extensions/extensions-store.ts:64 Parameters: Name Type __namedParameters { extensions: Record\\ LensExtensionState > } Returns: void getState # \u25b8 Protected getState ( extensionLoader : ExtensionLoader ): Record\\ LensExtensionState > Defined in src/extensions/extensions-store.ts:23 Parameters: Name Type extensionLoader ExtensionLoader Returns: Record\\ LensExtensionState > getSubFrames # \u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\ init # \u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\ isEnabled # \u25b8 isEnabled ( extId : LensExtensionId ): boolean Defined in src/extensions/extensions-store.ts:58 Parameters: Name Type extId LensExtensionId Returns: boolean load # \u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\ manageState # \u25b8 manageState ( extensionLoader : ExtensionLoader ): Promise \\ Defined in src/extensions/extensions-store.ts:33 Parameters: Name Type extensionLoader ExtensionLoader Returns: Promise \\ onModelChange # \u25b8 Protected onModelChange ( model : LensExtensionsStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135 Parameters: Name Type model LensExtensionsStoreModel Returns: Promise \\ onSync # \u25b8 Protected onSync ( model : LensExtensionsStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128 Parameters: Name Type model LensExtensionsStoreModel Returns: void onSyncFromMain # \u25b8 Protected onSyncFromMain ( model : LensExtensionsStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105 Parameters: Name Type model LensExtensionsStoreModel Returns: void saveToFile # \u25b8 Protected saveToFile ( model : LensExtensionsStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75 Parameters: Name Type model LensExtensionsStoreModel Returns: Promise \\ syncToWebViews # \u25b8 Protected syncToWebViews ( model : LensExtensionsStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146 Parameters: Name Type model LensExtensionsStoreModel Returns: Promise \\ toJSON # \u25b8 toJSON (): LensExtensionsStoreModel Overrides BaseStore . toJSON Defined in src/extensions/extensions-store.ts:68 Returns: LensExtensionsStoreModel unregisterIpcListener # \u25b8 unregisterIpcListener (): void Inherited from BaseStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#class-extensionsstore","text":"","title":"Class: ExtensionsStore"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#hierarchy","text":"BaseStore \\< LensExtensionsStoreModel > \u21b3 ExtensionsStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#properties","text":"data isLoaded params state storeConfig syncDisposers whenLoaded","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#accessors","text":"name path syncChannel","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#methods","text":"applyWithoutSync cwd disableSync enableSync fromStore getState getSubFrames init isEnabled load manageState onModelChange onSync onSyncFromMain saveToFile syncToWebViews toJSON unregisterIpcListener getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#constructor","text":"+ new ExtensionsStore (): ExtensionsStore Overrides BaseStore . constructor Defined in src/extensions/extensions-store.ts:14 Returns: ExtensionsStore","title":"constructor"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#data","text":"\u2022 data : T = {} as T Inherited from BaseStore . data Defined in src/common/base-store.ts:24","title":"data"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from BaseStore . isLoaded Defined in src/common/base-store.ts:23","title":"isLoaded"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#params","text":"\u2022 Protected params : BaseStoreParams Inherited from BaseStore . params Defined in src/common/base-store.ts:26","title":"params"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#state","text":"\u2022 Protected state : ObservableMap\\ LensExtensionState > = observable.map\\ () Defined in src/extensions/extensions-store.ts:21","title":"state"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#storeconfig","text":"\u2022 Protected storeConfig : Config\\< LensExtensionsStoreModel > Inherited from BaseStore . storeConfig Defined in src/common/base-store.ts:19","title":"storeConfig"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#syncdisposers","text":"\u2022 Protected syncDisposers : Function[] = [] Inherited from BaseStore . syncDisposers Defined in src/common/base-store.ts:20","title":"syncDisposers"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#whenloaded","text":"\u2022 whenLoaded : Promise \\ & { cancel: () => void } = when(() => this.isLoaded) Inherited from BaseStore . whenLoaded Defined in src/common/base-store.ts:22","title":"whenLoaded"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#name","text":"\u2022 get name (): string Inherited from BaseStore . name Defined in src/common/base-store.ts:36 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#path","text":"\u2022 get path (): string Inherited from BaseStore . path Defined in src/common/base-store.ts:40 Returns: string","title":"path"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#syncchannel","text":"\u2022 get syncChannel (): string Inherited from BaseStore . syncChannel Defined in src/common/base-store.ts:44 Returns: string","title":"syncChannel"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#applywithoutsync","text":"\u25b8 Protected applyWithoutSync ( callback : () => void): void Inherited from BaseStore . applyWithoutSync Defined in src/common/base-store.ts:120","title":"applyWithoutSync"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#cwd","text":"\u25b8 Protected cwd (): string Inherited from BaseStore . cwd Defined in src/common/base-store.ts:71 Returns: string","title":"cwd"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#disablesync","text":"\u25b8 disableSync (): void Inherited from BaseStore . disableSync Defined in src/common/base-store.ts:115 Returns: void","title":"disableSync"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#enablesync","text":"\u25b8 enableSync (): void Inherited from BaseStore . enableSync Defined in src/common/base-store.ts:83 Returns: void","title":"enableSync"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#fromstore","text":"\u25b8 Protected fromStore ( __namedParameters : { extensions: Record\\ LensExtensionState > }): void Overrides BaseStore . fromStore Defined in src/extensions/extensions-store.ts:64","title":"fromStore"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#getstate","text":"\u25b8 Protected getState ( extensionLoader : ExtensionLoader ): Record\\ LensExtensionState > Defined in src/extensions/extensions-store.ts:23","title":"getState"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#getsubframes","text":"\u25b8 Protected getSubFrames (): Promise \\ Inherited from BaseStore . getSubFrames Defined in src/common/base-store.ts:164 Returns: Promise \\","title":"getSubFrames"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#init","text":"\u25b8 Protected init (): Promise \\ Inherited from BaseStore . init Defined in src/common/base-store.ts:48 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#isenabled","text":"\u25b8 isEnabled ( extId : LensExtensionId ): boolean Defined in src/extensions/extensions-store.ts:58","title":"isEnabled"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#load","text":"\u25b8 load (): Promise \\ Inherited from BaseStore . load Defined in src/common/base-store.ts:58 Returns: Promise \\","title":"load"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#managestate","text":"\u25b8 manageState ( extensionLoader : ExtensionLoader ): Promise \\ Defined in src/extensions/extensions-store.ts:33","title":"manageState"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#onmodelchange","text":"\u25b8 Protected onModelChange ( model : LensExtensionsStoreModel ): Promise \\ Inherited from BaseStore . onModelChange Defined in src/common/base-store.ts:135","title":"onModelChange"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#onsync","text":"\u25b8 Protected onSync ( model : LensExtensionsStoreModel ): void Inherited from BaseStore . onSync Defined in src/common/base-store.ts:128","title":"onSync"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#onsyncfrommain","text":"\u25b8 Protected onSyncFromMain ( model : LensExtensionsStoreModel ): void Inherited from BaseStore . onSyncFromMain Defined in src/common/base-store.ts:105","title":"onSyncFromMain"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#savetofile","text":"\u25b8 Protected saveToFile ( model : LensExtensionsStoreModel ): Promise \\ Inherited from BaseStore . saveToFile Defined in src/common/base-store.ts:75","title":"saveToFile"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#synctowebviews","text":"\u25b8 Protected syncToWebViews ( model : LensExtensionsStoreModel ): Promise \\ Inherited from BaseStore . syncToWebViews Defined in src/common/base-store.ts:146","title":"syncToWebViews"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#tojson","text":"\u25b8 toJSON (): LensExtensionsStoreModel Overrides BaseStore . toJSON Defined in src/extensions/extensions-store.ts:68 Returns: LensExtensionsStoreModel","title":"toJSON"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void Inherited from BaseStore . unregisterIpcListener Defined in src/common/base-store.ts:111 Returns: void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_extensions_extensions_store_.extensionsstore/#resetinstance","text":"\u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/","text":"@k8slens/extensions Globals / \"src/extensions/lens-extension\" / LensExtension Class: LensExtension # Hierarchy # LensExtension \u21b3 LensRendererExtension \u21b3 LensMainExtension Index # Constructors # constructor Properties # isBundled manifest manifestPath Accessors # description id name version Methods # disable enable onActivate onDeactivate toggle whenEnabled Constructors # constructor # + new LensExtension ( __namedParameters : { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensExtension Defined in src/extensions/lens-extension.ts:21 Parameters: Name Type __namedParameters { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string } Returns: LensExtension Properties # isBundled # \u2022 Readonly isBundled : boolean Defined in src/extensions/lens-extension.ts:19 manifest # \u2022 Readonly manifest : LensExtensionManifest Defined in src/extensions/lens-extension.ts:17 manifestPath # \u2022 Readonly manifestPath : string Defined in src/extensions/lens-extension.ts:18 Accessors # description # \u2022 get description (): string Defined in src/extensions/lens-extension.ts:41 Returns: string id # \u2022 get id (): LensExtensionId Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId name # \u2022 get name (): string Defined in src/extensions/lens-extension.ts:33 Returns: string version # \u2022 get version (): string Defined in src/extensions/lens-extension.ts:37 Returns: string Methods # disable # \u25b8 disable (): Promise \\ Defined in src/extensions/lens-extension.ts:54 Returns: Promise \\ enable # \u25b8 enable (): Promise \\ Defined in src/extensions/lens-extension.ts:46 Returns: Promise \\ onActivate # \u25b8 Protected onActivate (): void Defined in src/extensions/lens-extension.ts:90 Returns: void onDeactivate # \u25b8 Protected onDeactivate (): void Defined in src/extensions/lens-extension.ts:94 Returns: void toggle # \u25b8 toggle ( enable? : boolean): void Defined in src/extensions/lens-extension.ts:61 Parameters: Name Type enable? boolean Returns: void whenEnabled # \u25b8 whenEnabled ( handlers : () => Function[]): Promise \\<(Anonymous function)> Defined in src/extensions/lens-extension.ts:69 Parameters: Name Type handlers () => Function[] Returns: Promise \\<(Anonymous function)>","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#class-lensextension","text":"","title":"Class: LensExtension"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#hierarchy","text":"LensExtension \u21b3 LensRendererExtension \u21b3 LensMainExtension","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#properties","text":"isBundled manifest manifestPath","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#accessors","text":"description id name version","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#methods","text":"disable enable onActivate onDeactivate toggle whenEnabled","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#constructor","text":"+ new LensExtension ( __namedParameters : { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensExtension Defined in src/extensions/lens-extension.ts:21","title":"constructor"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#isbundled","text":"\u2022 Readonly isBundled : boolean Defined in src/extensions/lens-extension.ts:19","title":"isBundled"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#manifest","text":"\u2022 Readonly manifest : LensExtensionManifest Defined in src/extensions/lens-extension.ts:17","title":"manifest"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#manifestpath","text":"\u2022 Readonly manifestPath : string Defined in src/extensions/lens-extension.ts:18","title":"manifestPath"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#description","text":"\u2022 get description (): string Defined in src/extensions/lens-extension.ts:41 Returns: string","title":"description"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#id","text":"\u2022 get id (): LensExtensionId Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId","title":"id"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#name","text":"\u2022 get name (): string Defined in src/extensions/lens-extension.ts:33 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#version","text":"\u2022 get version (): string Defined in src/extensions/lens-extension.ts:37 Returns: string","title":"version"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#disable","text":"\u25b8 disable (): Promise \\ Defined in src/extensions/lens-extension.ts:54 Returns: Promise \\","title":"disable"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#enable","text":"\u25b8 enable (): Promise \\ Defined in src/extensions/lens-extension.ts:46 Returns: Promise \\","title":"enable"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#onactivate","text":"\u25b8 Protected onActivate (): void Defined in src/extensions/lens-extension.ts:90 Returns: void","title":"onActivate"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#ondeactivate","text":"\u25b8 Protected onDeactivate (): void Defined in src/extensions/lens-extension.ts:94 Returns: void","title":"onDeactivate"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#toggle","text":"\u25b8 toggle ( enable? : boolean): void Defined in src/extensions/lens-extension.ts:61","title":"toggle"},{"location":"extensions/api/classes/_src_extensions_lens_extension_.lensextension/#whenenabled","text":"\u25b8 whenEnabled ( handlers : () => Function[]): Promise \\<(Anonymous function)> Defined in src/extensions/lens-extension.ts:69","title":"whenEnabled"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/","text":"@k8slens/extensions Globals / \"src/extensions/lens-main-extension\" / LensMainExtension 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 : { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensMainExtension Inherited from LensRendererExtension . constructor Defined in src/extensions/lens-extension.ts:21 Parameters: Name Type __namedParameters { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string } Returns: LensMainExtension Properties # appMenus # \u2022 appMenus : MenuRegistration [] = [] Defined in src/extensions/lens-main-extension.ts:6 isBundled # \u2022 Readonly isBundled : boolean Inherited from LensRendererExtension . isBundled Defined in src/extensions/lens-extension.ts:19 manifest # \u2022 Readonly manifest : LensExtensionManifest Inherited from LensRendererExtension . manifest Defined in src/extensions/lens-extension.ts:17 manifestPath # \u2022 Readonly manifestPath : string Inherited from LensRendererExtension . manifestPath Defined in src/extensions/lens-extension.ts:18 Accessors # description # \u2022 get description (): string Inherited from LensRendererExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string id # \u2022 get id (): LensExtensionId Inherited from LensRendererExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId name # \u2022 get name (): string Inherited from LensRendererExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string version # \u2022 get version (): string Inherited from LensRendererExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string Methods # disable # \u25b8 disable (): Promise \\ Inherited from LensRendererExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise \\ enable # \u25b8 enable (): Promise \\ Inherited from LensRendererExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise \\ onActivate # \u25b8 Protected onActivate (): void Inherited from LensRendererExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void onDeactivate # \u25b8 Protected onDeactivate (): void Inherited from LensRendererExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void toggle # \u25b8 toggle ( enable? : boolean): void Inherited from LensRendererExtension . toggle Defined in src/extensions/lens-extension.ts:61 Parameters: Name Type enable? boolean Returns: void whenEnabled # \u25b8 whenEnabled ( handlers : () => Function[]): Promise \\<(Anonymous function)> Inherited from LensRendererExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69 Parameters: Name Type handlers () => Function[] Returns: Promise \\<(Anonymous function)>","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#class-lensmainextension","text":"","title":"Class: LensMainExtension"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#hierarchy","text":"LensExtension \u21b3 LensMainExtension","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#properties","text":"appMenus isBundled manifest manifestPath","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#accessors","text":"description id name version","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#methods","text":"disable enable onActivate onDeactivate toggle whenEnabled","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#constructor","text":"+ new LensMainExtension ( __namedParameters : { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensMainExtension Inherited from LensRendererExtension . constructor Defined in src/extensions/lens-extension.ts:21","title":"constructor"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#appmenus","text":"\u2022 appMenus : MenuRegistration [] = [] Defined in src/extensions/lens-main-extension.ts:6","title":"appMenus"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#isbundled","text":"\u2022 Readonly isBundled : boolean Inherited from LensRendererExtension . isBundled Defined in src/extensions/lens-extension.ts:19","title":"isBundled"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#manifest","text":"\u2022 Readonly manifest : LensExtensionManifest Inherited from LensRendererExtension . manifest Defined in src/extensions/lens-extension.ts:17","title":"manifest"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#manifestpath","text":"\u2022 Readonly manifestPath : string Inherited from LensRendererExtension . manifestPath Defined in src/extensions/lens-extension.ts:18","title":"manifestPath"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#description","text":"\u2022 get description (): string Inherited from LensRendererExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string","title":"description"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#id","text":"\u2022 get id (): LensExtensionId Inherited from LensRendererExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId","title":"id"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#name","text":"\u2022 get name (): string Inherited from LensRendererExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#version","text":"\u2022 get version (): string Inherited from LensRendererExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string","title":"version"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#disable","text":"\u25b8 disable (): Promise \\ Inherited from LensRendererExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise \\","title":"disable"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#enable","text":"\u25b8 enable (): Promise \\ Inherited from LensRendererExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise \\","title":"enable"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#onactivate","text":"\u25b8 Protected onActivate (): void Inherited from LensRendererExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void","title":"onActivate"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#ondeactivate","text":"\u25b8 Protected onDeactivate (): void Inherited from LensRendererExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void","title":"onDeactivate"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#toggle","text":"\u25b8 toggle ( enable? : boolean): void Inherited from LensRendererExtension . toggle Defined in src/extensions/lens-extension.ts:61","title":"toggle"},{"location":"extensions/api/classes/_src_extensions_lens_main_extension_.lensmainextension/#whenenabled","text":"\u25b8 whenEnabled ( handlers : () => Function[]): Promise \\<(Anonymous function)> Inherited from LensRendererExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69","title":"whenEnabled"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/","text":"@k8slens/extensions Globals / \"src/extensions/lens-renderer-extension\" / LensRendererExtension Class: LensRendererExtension # Hierarchy # LensExtension \u21b3 LensRendererExtension Index # Constructors # constructor Properties # appPreferences clusterFeatures clusterPages globalPages isBundled kubeObjectDetailItems kubeObjectMenuItems manifest manifestPath statusBarItems Accessors # description id name version Methods # disable enable onActivate onDeactivate toggle whenEnabled Constructors # constructor # + new LensRendererExtension ( __namedParameters : { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensRendererExtension Inherited from LensRendererExtension . constructor Defined in src/extensions/lens-extension.ts:21 Parameters: Name Type __namedParameters { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string } Returns: LensRendererExtension Properties # appPreferences # \u2022 appPreferences : AppPreferenceRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:12 clusterFeatures # \u2022 clusterFeatures : ClusterFeatureRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:13 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 Readonly isBundled : boolean Inherited from LensRendererExtension . isBundled Defined in src/extensions/lens-extension.ts:19 kubeObjectDetailItems # \u2022 kubeObjectDetailItems : KubeObjectDetailRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:15 kubeObjectMenuItems # \u2022 kubeObjectMenuItems : KubeObjectMenuRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:16 manifest # \u2022 Readonly manifest : LensExtensionManifest Inherited from LensRendererExtension . manifest Defined in src/extensions/lens-extension.ts:17 manifestPath # \u2022 Readonly manifestPath : string Inherited from LensRendererExtension . manifestPath Defined in src/extensions/lens-extension.ts:18 statusBarItems # \u2022 statusBarItems : StatusBarRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:14 Accessors # description # \u2022 get description (): string Inherited from LensRendererExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string id # \u2022 get id (): LensExtensionId Inherited from LensRendererExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId name # \u2022 get name (): string Inherited from LensRendererExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string version # \u2022 get version (): string Inherited from LensRendererExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string Methods # disable # \u25b8 disable (): Promise \\ Inherited from LensRendererExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise \\ enable # \u25b8 enable (): Promise \\ Inherited from LensRendererExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise \\ onActivate # \u25b8 Protected onActivate (): void Inherited from LensRendererExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void onDeactivate # \u25b8 Protected onDeactivate (): void Inherited from LensRendererExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void toggle # \u25b8 toggle ( enable? : boolean): void Inherited from LensRendererExtension . toggle Defined in src/extensions/lens-extension.ts:61 Parameters: Name Type enable? boolean Returns: void whenEnabled # \u25b8 whenEnabled ( handlers : () => Function[]): Promise \\<(Anonymous function)> Inherited from LensRendererExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69 Parameters: Name Type handlers () => Function[] Returns: Promise \\<(Anonymous function)>","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#class-lensrendererextension","text":"","title":"Class: LensRendererExtension"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#hierarchy","text":"LensExtension \u21b3 LensRendererExtension","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#properties","text":"appPreferences clusterFeatures clusterPages globalPages isBundled kubeObjectDetailItems kubeObjectMenuItems manifest manifestPath statusBarItems","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#accessors","text":"description id name version","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#methods","text":"disable enable onActivate onDeactivate toggle whenEnabled","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#constructor","text":"+ new LensRendererExtension ( __namedParameters : { isBundled: boolean ; manifest: LensExtensionManifest ; manifestPath: string }): LensRendererExtension Inherited from LensRendererExtension . constructor Defined in src/extensions/lens-extension.ts:21","title":"constructor"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#apppreferences","text":"\u2022 appPreferences : AppPreferenceRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:12","title":"appPreferences"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#clusterfeatures","text":"\u2022 clusterFeatures : ClusterFeatureRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:13","title":"clusterFeatures"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#clusterpages","text":"\u2022 clusterPages : PageRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:11","title":"clusterPages"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#globalpages","text":"\u2022 globalPages : PageRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:10","title":"globalPages"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#isbundled","text":"\u2022 Readonly isBundled : boolean Inherited from LensRendererExtension . isBundled Defined in src/extensions/lens-extension.ts:19","title":"isBundled"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#kubeobjectdetailitems","text":"\u2022 kubeObjectDetailItems : KubeObjectDetailRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:15","title":"kubeObjectDetailItems"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#kubeobjectmenuitems","text":"\u2022 kubeObjectMenuItems : KubeObjectMenuRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:16","title":"kubeObjectMenuItems"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#manifest","text":"\u2022 Readonly manifest : LensExtensionManifest Inherited from LensRendererExtension . manifest Defined in src/extensions/lens-extension.ts:17","title":"manifest"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#manifestpath","text":"\u2022 Readonly manifestPath : string Inherited from LensRendererExtension . manifestPath Defined in src/extensions/lens-extension.ts:18","title":"manifestPath"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#statusbaritems","text":"\u2022 statusBarItems : StatusBarRegistration [] = [] Defined in src/extensions/lens-renderer-extension.ts:14","title":"statusBarItems"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#description","text":"\u2022 get description (): string Inherited from LensRendererExtension . description Defined in src/extensions/lens-extension.ts:41 Returns: string","title":"description"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#id","text":"\u2022 get id (): LensExtensionId Inherited from LensRendererExtension . id Defined in src/extensions/lens-extension.ts:29 Returns: LensExtensionId","title":"id"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#name","text":"\u2022 get name (): string Inherited from LensRendererExtension . name Defined in src/extensions/lens-extension.ts:33 Returns: string","title":"name"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#version","text":"\u2022 get version (): string Inherited from LensRendererExtension . version Defined in src/extensions/lens-extension.ts:37 Returns: string","title":"version"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#disable","text":"\u25b8 disable (): Promise \\ Inherited from LensRendererExtension . disable Defined in src/extensions/lens-extension.ts:54 Returns: Promise \\","title":"disable"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#enable","text":"\u25b8 enable (): Promise \\ Inherited from LensRendererExtension . enable Defined in src/extensions/lens-extension.ts:46 Returns: Promise \\","title":"enable"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#onactivate","text":"\u25b8 Protected onActivate (): void Inherited from LensRendererExtension . onActivate Defined in src/extensions/lens-extension.ts:90 Returns: void","title":"onActivate"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#ondeactivate","text":"\u25b8 Protected onDeactivate (): void Inherited from LensRendererExtension . onDeactivate Defined in src/extensions/lens-extension.ts:94 Returns: void","title":"onDeactivate"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#toggle","text":"\u25b8 toggle ( enable? : boolean): void Inherited from LensRendererExtension . toggle Defined in src/extensions/lens-extension.ts:61","title":"toggle"},{"location":"extensions/api/classes/_src_extensions_lens_renderer_extension_.lensrendererextension/#whenenabled","text":"\u25b8 whenEnabled ( handlers : () => Function[]): Promise \\<(Anonymous function)> Inherited from LensRendererExtension . whenEnabled Defined in src/extensions/lens-extension.ts:69","title":"whenEnabled"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/app-preference-registry\" / AppPreferenceRegistry Class: AppPreferenceRegistry # Hierarchy # BaseRegistry \\< AppPreferenceRegistration > \u21b3 AppPreferenceRegistry Index # Properties # items Methods # add getItems remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : AppPreferenceRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items AppPreferenceRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): AppPreferenceRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: AppPreferenceRegistration [] remove # \u25b8 remove (... items : AppPreferenceRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items AppPreferenceRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#class-apppreferenceregistry","text":"","title":"Class: AppPreferenceRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#hierarchy","text":"BaseRegistry \\< AppPreferenceRegistration > \u21b3 AppPreferenceRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#methods","text":"add getItems remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#add","text":"\u25b8 add (... items : AppPreferenceRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#getitems","text":"\u25b8 getItems (): AppPreferenceRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: AppPreferenceRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_app_preference_registry_.apppreferenceregistry/#remove","text":"\u25b8 remove (... items : AppPreferenceRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/base-registry\" / BaseRegistry Class: BaseRegistry\\ # Type parameters # Name Default T any Hierarchy # BaseRegistry \u21b3 MenuRegistry \u21b3 GlobalPageRegistry \u21b3 ClusterPageRegistry \u21b3 AppPreferenceRegistry \u21b3 StatusBarRegistry \u21b3 KubeObjectDetailRegistry \u21b3 KubeObjectMenuRegistry \u21b3 ClusterFeatureRegistry Index # Properties # items Methods # add getItems remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : T[]): (Anonymous function) Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items T[] Returns: (Anonymous function) getItems # \u25b8 getItems (): T[] Defined in src/extensions/registries/base-registry.ts:7 Returns: T[] remove # \u25b8 remove (... items : T[]): void Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items T[] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#class-baseregistry","text":"","title":"Class: BaseRegistry\\"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#hierarchy","text":"BaseRegistry \u21b3 MenuRegistry \u21b3 GlobalPageRegistry \u21b3 ClusterPageRegistry \u21b3 AppPreferenceRegistry \u21b3 StatusBarRegistry \u21b3 KubeObjectDetailRegistry \u21b3 KubeObjectMenuRegistry \u21b3 ClusterFeatureRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#methods","text":"add getItems remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#add","text":"\u25b8 add (... items : T[]): (Anonymous function) Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#getitems","text":"\u25b8 getItems (): T[] Defined in src/extensions/registries/base-registry.ts:7 Returns: T[]","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_base_registry_.baseregistry/#remove","text":"\u25b8 remove (... items : T[]): void Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/cluster-feature-registry\" / ClusterFeatureRegistry Class: ClusterFeatureRegistry # Hierarchy # BaseRegistry \\< ClusterFeatureRegistration > \u21b3 ClusterFeatureRegistry Index # Properties # items Methods # add getItems remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : ClusterFeatureRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items ClusterFeatureRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): ClusterFeatureRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: ClusterFeatureRegistration [] remove # \u25b8 remove (... items : ClusterFeatureRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items ClusterFeatureRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#class-clusterfeatureregistry","text":"","title":"Class: ClusterFeatureRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#hierarchy","text":"BaseRegistry \\< ClusterFeatureRegistration > \u21b3 ClusterFeatureRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#methods","text":"add getItems remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#add","text":"\u25b8 add (... items : ClusterFeatureRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#getitems","text":"\u25b8 getItems (): ClusterFeatureRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: ClusterFeatureRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistry/#remove","text":"\u25b8 remove (... items : ClusterFeatureRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-detail-registry\" / KubeObjectDetailRegistry Class: KubeObjectDetailRegistry # Hierarchy # BaseRegistry \\< KubeObjectDetailRegistration > \u21b3 KubeObjectDetailRegistry Index # Properties # items Methods # add getItems getItemsForKind remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : KubeObjectDetailRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items KubeObjectDetailRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): KubeObjectDetailRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: KubeObjectDetailRegistration [] getItemsForKind # \u25b8 getItemsForKind ( kind : string, apiVersion : string): KubeObjectDetailRegistration [] Defined in src/extensions/registries/kube-object-detail-registry.ts:15 Parameters: Name Type kind string apiVersion string Returns: KubeObjectDetailRegistration [] remove # \u25b8 remove (... items : KubeObjectDetailRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items KubeObjectDetailRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#class-kubeobjectdetailregistry","text":"","title":"Class: KubeObjectDetailRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#hierarchy","text":"BaseRegistry \\< KubeObjectDetailRegistration > \u21b3 KubeObjectDetailRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#methods","text":"add getItems getItemsForKind remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#add","text":"\u25b8 add (... items : KubeObjectDetailRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#getitems","text":"\u25b8 getItems (): KubeObjectDetailRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: KubeObjectDetailRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#getitemsforkind","text":"\u25b8 getItemsForKind ( kind : string, apiVersion : string): KubeObjectDetailRegistration [] Defined in src/extensions/registries/kube-object-detail-registry.ts:15","title":"getItemsForKind"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistry/#remove","text":"\u25b8 remove (... items : KubeObjectDetailRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-menu-registry\" / KubeObjectMenuRegistry Class: KubeObjectMenuRegistry # Hierarchy # BaseRegistry \\< KubeObjectMenuRegistration > \u21b3 KubeObjectMenuRegistry Index # Properties # items Methods # add getItems getItemsForKind remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : KubeObjectMenuRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items KubeObjectMenuRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): KubeObjectMenuRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: KubeObjectMenuRegistration [] getItemsForKind # \u25b8 getItemsForKind ( kind : string, apiVersion : string): KubeObjectMenuRegistration [] Defined in src/extensions/registries/kube-object-menu-registry.ts:15 Parameters: Name Type kind string apiVersion string Returns: KubeObjectMenuRegistration [] remove # \u25b8 remove (... items : KubeObjectMenuRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items KubeObjectMenuRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#class-kubeobjectmenuregistry","text":"","title":"Class: KubeObjectMenuRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#hierarchy","text":"BaseRegistry \\< KubeObjectMenuRegistration > \u21b3 KubeObjectMenuRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#methods","text":"add getItems getItemsForKind remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#add","text":"\u25b8 add (... items : KubeObjectMenuRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#getitems","text":"\u25b8 getItems (): KubeObjectMenuRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: KubeObjectMenuRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#getitemsforkind","text":"\u25b8 getItemsForKind ( kind : string, apiVersion : string): KubeObjectMenuRegistration [] Defined in src/extensions/registries/kube-object-menu-registry.ts:15","title":"getItemsForKind"},{"location":"extensions/api/classes/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistry/#remove","text":"\u25b8 remove (... items : KubeObjectMenuRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/menu-registry\" / MenuRegistry Class: MenuRegistry # Hierarchy # BaseRegistry \\< MenuRegistration > \u21b3 MenuRegistry Index # Properties # items Methods # add getItems remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : MenuRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items MenuRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): MenuRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: MenuRegistration [] remove # \u25b8 remove (... items : MenuRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items MenuRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#class-menuregistry","text":"","title":"Class: MenuRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#hierarchy","text":"BaseRegistry \\< MenuRegistration > \u21b3 MenuRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#methods","text":"add getItems remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#add","text":"\u25b8 add (... items : MenuRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#getitems","text":"\u25b8 getItems (): MenuRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: MenuRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_menu_registry_.menuregistry/#remove","text":"\u25b8 remove (... items : MenuRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/page-registry\" / ClusterPageRegistry Class: ClusterPageRegistry # Hierarchy # BaseRegistry \\< PageRegistration > \u21b3 ClusterPageRegistry Index # Properties # items Methods # add getItems remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : PageRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items PageRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): PageRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: PageRegistration [] remove # \u25b8 remove (... items : PageRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items PageRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#class-clusterpageregistry","text":"","title":"Class: ClusterPageRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#hierarchy","text":"BaseRegistry \\< PageRegistration > \u21b3 ClusterPageRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#methods","text":"add getItems remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#add","text":"\u25b8 add (... items : PageRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#getitems","text":"\u25b8 getItems (): PageRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: PageRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.clusterpageregistry/#remove","text":"\u25b8 remove (... items : PageRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/page-registry\" / GlobalPageRegistry Class: GlobalPageRegistry # Hierarchy # BaseRegistry \\< PageRegistration > \u21b3 GlobalPageRegistry Index # Properties # items Methods # add getItems remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : PageRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items PageRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): PageRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: PageRegistration [] remove # \u25b8 remove (... items : PageRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items PageRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#class-globalpageregistry","text":"","title":"Class: GlobalPageRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#hierarchy","text":"BaseRegistry \\< PageRegistration > \u21b3 GlobalPageRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#methods","text":"add getItems remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#add","text":"\u25b8 add (... items : PageRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#getitems","text":"\u25b8 getItems (): PageRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: PageRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_page_registry_.globalpageregistry/#remove","text":"\u25b8 remove (... items : PageRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/","text":"@k8slens/extensions Globals / \"src/extensions/registries/status-bar-registry\" / StatusBarRegistry Class: StatusBarRegistry # Hierarchy # BaseRegistry \\< StatusBarRegistration > \u21b3 StatusBarRegistry Index # Properties # items Methods # add getItems remove Properties # items # \u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5 Methods # add # \u25b8 add (... items : StatusBarRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12 Parameters: Name Type ...items StatusBarRegistration [] Returns: (Anonymous function) getItems # \u25b8 getItems (): StatusBarRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: StatusBarRegistration [] remove # \u25b8 remove (... items : StatusBarRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18 Parameters: Name Type ...items StatusBarRegistration [] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#class-statusbarregistry","text":"","title":"Class: StatusBarRegistry"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#hierarchy","text":"BaseRegistry \\< StatusBarRegistration > \u21b3 StatusBarRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#properties","text":"items","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#methods","text":"add getItems remove","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#items","text":"\u2022 Protected items : IObservableArray\\ = observable\\ ([], { deep: false }) Inherited from BaseRegistry . items Defined in src/extensions/registries/base-registry.ts:5","title":"items"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#add","text":"\u25b8 add (... items : StatusBarRegistration []): (Anonymous function) Inherited from BaseRegistry . add Defined in src/extensions/registries/base-registry.ts:12","title":"add"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#getitems","text":"\u25b8 getItems (): StatusBarRegistration [] Inherited from BaseRegistry . getItems Defined in src/extensions/registries/base-registry.ts:7 Returns: StatusBarRegistration []","title":"getItems"},{"location":"extensions/api/classes/_src_extensions_registries_status_bar_registry_.statusbarregistry/#remove","text":"\u25b8 remove (... items : StatusBarRegistration []): void Inherited from BaseRegistry . remove Defined in src/extensions/registries/base-registry.ts:18","title":"remove"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/","text":"@k8slens/extensions Globals / \"src/main/app-updater\" / AppUpdater Class: AppUpdater # Hierarchy # AppUpdater Index # Constructors # constructor Properties # updateInterval defaultUpdateIntervalMs Methods # start checkForUpdates Constructors # constructor # + new AppUpdater ( updateInterval? : number): AppUpdater Defined in src/main/app-updater.ts:9 Parameters: Name Type Default value updateInterval number AppUpdater.defaultUpdateIntervalMs Returns: AppUpdater Properties # updateInterval # \u2022 Protected updateInterval : number Defined in src/main/app-updater.ts:11 defaultUpdateIntervalMs # \u25aa Static Readonly defaultUpdateIntervalMs : number = 1000 * 60 * 60 * 24 Defined in src/main/app-updater.ts:5 Methods # start # \u25b8 start (): Promise \\ Defined in src/main/app-updater.ts:15 Returns: Promise \\ checkForUpdates # \u25b8 Static checkForUpdates (): Promise \\ Defined in src/main/app-updater.ts:7 Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#class-appupdater","text":"","title":"Class: AppUpdater"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#hierarchy","text":"AppUpdater","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#properties","text":"updateInterval defaultUpdateIntervalMs","title":"Properties"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#methods","text":"start checkForUpdates","title":"Methods"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#constructor","text":"+ new AppUpdater ( updateInterval? : number): AppUpdater Defined in src/main/app-updater.ts:9","title":"constructor"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#updateinterval","text":"\u2022 Protected updateInterval : number Defined in src/main/app-updater.ts:11","title":"updateInterval"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#defaultupdateintervalms","text":"\u25aa Static Readonly defaultUpdateIntervalMs : number = 1000 * 60 * 60 * 24 Defined in src/main/app-updater.ts:5","title":"defaultUpdateIntervalMs"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#start","text":"\u25b8 start (): Promise \\ Defined in src/main/app-updater.ts:15 Returns: Promise \\","title":"start"},{"location":"extensions/api/classes/_src_main_app_updater_.appupdater/#checkforupdates","text":"\u25b8 Static checkForUpdates (): Promise \\ Defined in src/main/app-updater.ts:7 Returns: Promise \\","title":"checkForUpdates"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/","text":"@k8slens/extensions Globals / \"src/main/cluster\" / Cluster 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 Implementation of ClusterState . accessible Defined in src/main/cluster.ts:72 accessibleNamespaces # \u2022 accessibleNamespaces : string[] = [] Implementation of ClusterModel . accessibleNamespaces Defined in src/main/cluster.ts:83 activated # \u2022 Protected activated : boolean = false Defined in src/main/cluster.ts:59 allowedNamespaces # \u2022 allowedNamespaces : string[] = [] Implementation of ClusterState . allowedNamespaces Defined in src/main/cluster.ts:81 allowedResources # \u2022 allowedResources : string[] = [] Implementation of ClusterState . allowedResources Defined in src/main/cluster.ts:82 apiUrl # \u2022 apiUrl : string Implementation of ClusterState . apiUrl 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 Implementation of ClusterState . disconnected Defined in src/main/cluster.ts:75 enabled # \u2022 enabled : boolean = false Defined in src/main/cluster.ts:70 eventCount # \u2022 eventCount : number = 0 Implementation of ClusterState . eventCount Defined in src/main/cluster.ts:78 eventDisposers # \u2022 Protected eventDisposers : Function[] = [] Defined in src/main/cluster.ts:58 failureReason # \u2022 failureReason : string Implementation of ClusterState . failureReason 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 Implementation of ClusterState . initialized Defined in src/main/cluster.ts:64 isAdmin # \u2022 isAdmin : boolean = false Implementation of ClusterState . isAdmin 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 kubeconfigManager # \u2022 Protected 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 Implementation of ClusterState . online 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 Implementation of ClusterState . ready Defined in src/main/cluster.ts:73 reconnecting # \u2022 reconnecting : boolean = false Defined in src/main/cluster.ts:74 whenInitialized # \u2022 whenInitialized : Promise \\ & { cancel: () => void } = when(() => this.initialized) Defined in src/main/cluster.ts:61 whenReady # \u2022 whenReady : Promise \\ & { cancel: () => void } = 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 \\ Defined in src/main/cluster.ts:153 Parameters: Name Type Default value force boolean false Returns: Promise \\ bindEvents # \u25b8 Protected bindEvents (): void Defined in src/main/cluster.ts:130 Returns: void canI # \u25b8 canI ( resourceAttributes : V1ResourceAttributes): Promise \\ Defined in src/main/cluster.ts:309 Parameters: Name Type resourceAttributes V1ResourceAttributes Returns: Promise \\ disconnect # \u25b8 disconnect (): void Defined in src/main/cluster.ts:186 Returns: void getAllowedNamespaces # \u25b8 Protected getAllowedNamespaces (): Promise \\ Defined in src/main/cluster.ts:429 Returns: Promise \\ getAllowedResources # \u25b8 Protected getAllowedResources (): Promise \\< KubeResource []> Defined in src/main/cluster.ts:454 Returns: Promise \\< KubeResource []> getConnectionStatus # \u25b8 Protected getConnectionStatus (): Promise \\< ClusterStatus > Defined in src/main/cluster.ts:279 Returns: Promise \\< ClusterStatus > getEventCount # \u25b8 Protected getEventCount (): Promise \\ Defined in src/main/cluster.ts:332 Returns: Promise \\ getKubeconfig # \u25b8 Protected getKubeconfig (): KubeConfig Defined in src/main/cluster.ts:243 Returns: KubeConfig getMeta # \u25b8 getMeta (): object Defined in src/main/cluster.ts:417 Returns: object Name Type accessible boolean disconnected boolean id string initialized boolean name string online boolean ready boolean getMetrics # \u25b8 getMetrics ( prometheusPath : string, queryParams : IMetricsReqParams & { query: string }): Promise \\ Defined in src/main/cluster.ts:268 Parameters: Name Type prometheusPath string queryParams IMetricsReqParams & { query: string } Returns: Promise \\ 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 \\ Defined in src/main/cluster.ts:111 Parameters: Name Type port number Returns: Promise \\ isClusterAdmin # \u25b8 isClusterAdmin (): Promise \\ Defined in src/main/cluster.ts:324 Returns: Promise \\ k8sRequest # \u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Defined in src/main/cluster.ts:255 Type parameters: Name Default T any Parameters: Name Type Default value path string - options RequestPromiseOptions {} Returns: Promise \\ pushState # \u25b8 pushState ( state? : ClusterState ): void Defined in src/main/cluster.ts:407 Parameters: Name Type Default value state ClusterState this.getState() Returns: void reconnect # \u25b8 reconnect (): Promise \\ Defined in src/main/cluster.ts:178 Returns: Promise \\ refresh # \u25b8 refresh ( opts? : ClusterRefreshOptions ): Promise \\ Defined in src/main/cluster.ts:199 Parameters: Name Type Default value opts ClusterRefreshOptions {} Returns: Promise \\ refreshAllowedResources # \u25b8 refreshAllowedResources (): Promise \\ Defined in src/main/cluster.ts:233 Returns: Promise \\ refreshConnectionStatus # \u25b8 refreshConnectionStatus (): Promise \\ Defined in src/main/cluster.ts:226 Returns: Promise \\ refreshEvents # \u25b8 refreshEvents (): Promise \\ Defined in src/main/cluster.ts:239 Returns: Promise \\ refreshMetadata # \u25b8 refreshMetadata (): Promise \\ Defined in src/main/cluster.ts:218 Returns: Promise \\ 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 unbindEvents # \u25b8 Protected 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":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#class-cluster","text":"","title":"Class: Cluster"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#hierarchy","text":"Cluster","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#implements","text":"ClusterModel ClusterState","title":"Implements"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_.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/_src_main_cluster_.cluster/#accessors","text":"available isManaged version","title":"Accessors"},{"location":"extensions/api/classes/_src_main_cluster_.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/_src_main_cluster_.cluster/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#constructor","text":"+ new Cluster ( model : ClusterModel ): Cluster Defined in src/main/cluster.ts:91","title":"constructor"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#accessible","text":"\u2022 accessible : boolean = false Implementation of ClusterState . accessible Defined in src/main/cluster.ts:72","title":"accessible"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#accessiblenamespaces","text":"\u2022 accessibleNamespaces : string[] = [] Implementation of ClusterModel . accessibleNamespaces Defined in src/main/cluster.ts:83","title":"accessibleNamespaces"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#activated","text":"\u2022 Protected activated : boolean = false Defined in src/main/cluster.ts:59","title":"activated"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#allowednamespaces","text":"\u2022 allowedNamespaces : string[] = [] Implementation of ClusterState . allowedNamespaces Defined in src/main/cluster.ts:81","title":"allowedNamespaces"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#allowedresources","text":"\u2022 allowedResources : string[] = [] Implementation of ClusterState . allowedResources Defined in src/main/cluster.ts:82","title":"allowedResources"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#apiurl","text":"\u2022 apiUrl : string Implementation of ClusterState . apiUrl Defined in src/main/cluster.ts:68","title":"apiUrl"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#contexthandler","text":"\u2022 contextHandler : ContextHandler Defined in src/main/cluster.ts:55","title":"contextHandler"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#contextname","text":"\u2022 contextName : string Implementation of ClusterModel . contextName Defined in src/main/cluster.ts:65","title":"contextName"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#disconnected","text":"\u2022 disconnected : boolean = true Implementation of ClusterState . disconnected Defined in src/main/cluster.ts:75","title":"disconnected"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#enabled","text":"\u2022 enabled : boolean = false Defined in src/main/cluster.ts:70","title":"enabled"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#eventcount","text":"\u2022 eventCount : number = 0 Implementation of ClusterState . eventCount Defined in src/main/cluster.ts:78","title":"eventCount"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#eventdisposers","text":"\u2022 Protected eventDisposers : Function[] = [] Defined in src/main/cluster.ts:58","title":"eventDisposers"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#failurereason","text":"\u2022 failureReason : string Implementation of ClusterState . failureReason Defined in src/main/cluster.ts:76","title":"failureReason"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#frameid","text":"\u2022 frameId : number Defined in src/main/cluster.ts:53","title":"frameId"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#id","text":"\u2022 id : ClusterId Implementation of ClusterModel . id Defined in src/main/cluster.ts:52","title":"id"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#initialized","text":"\u2022 initialized : boolean = false Implementation of ClusterState . initialized Defined in src/main/cluster.ts:64","title":"initialized"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#isadmin","text":"\u2022 isAdmin : boolean = false Implementation of ClusterState . isAdmin Defined in src/main/cluster.ts:77","title":"isAdmin"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#kubeconfigpath","text":"\u2022 kubeConfigPath : string Implementation of ClusterModel . kubeConfigPath Defined in src/main/cluster.ts:67","title":"kubeConfigPath"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#kubectl","text":"\u2022 kubeCtl : Kubectl Defined in src/main/cluster.ts:54","title":"kubeCtl"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#kubeproxyurl","text":"\u2022 kubeProxyUrl : string Defined in src/main/cluster.ts:69","title":"kubeProxyUrl"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#kubeconfigmanager","text":"\u2022 Protected kubeconfigManager : KubeconfigManager Defined in src/main/cluster.ts:57","title":"kubeconfigManager"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#metadata","text":"\u2022 metadata : ClusterMetadata Implementation of ClusterModel . metadata Defined in src/main/cluster.ts:80","title":"metadata"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#online","text":"\u2022 online : boolean = false Implementation of ClusterState . online Defined in src/main/cluster.ts:71","title":"online"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#ownerref","text":"\u2022 ownerRef : string Implementation of ClusterModel . ownerRef Defined in src/main/cluster.ts:56","title":"ownerRef"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#preferences","text":"\u2022 preferences : ClusterPreferences Implementation of ClusterModel . preferences Defined in src/main/cluster.ts:79","title":"preferences"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#ready","text":"\u2022 ready : boolean = false Implementation of ClusterState . ready Defined in src/main/cluster.ts:73","title":"ready"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#reconnecting","text":"\u2022 reconnecting : boolean = false Defined in src/main/cluster.ts:74","title":"reconnecting"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#wheninitialized","text":"\u2022 whenInitialized : Promise \\ & { cancel: () => void } = when(() => this.initialized) Defined in src/main/cluster.ts:61","title":"whenInitialized"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#whenready","text":"\u2022 whenReady : Promise \\ & { cancel: () => void } = when(() => this.ready) Defined in src/main/cluster.ts:62","title":"whenReady"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#workspace","text":"\u2022 workspace : WorkspaceId Implementation of ClusterModel . workspace Defined in src/main/cluster.ts:66","title":"workspace"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#available","text":"\u2022 get available (): boolean Defined in src/main/cluster.ts:85 Returns: boolean","title":"available"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#ismanaged","text":"\u2022 get isManaged (): boolean Defined in src/main/cluster.ts:101 Returns: boolean","title":"isManaged"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#version","text":"\u2022 get version (): string Defined in src/main/cluster.ts:89 Returns: string","title":"version"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#activate","text":"\u25b8 activate ( force? : boolean): Promise \\ Defined in src/main/cluster.ts:153","title":"activate"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#bindevents","text":"\u25b8 Protected bindEvents (): void Defined in src/main/cluster.ts:130 Returns: void","title":"bindEvents"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#cani","text":"\u25b8 canI ( resourceAttributes : V1ResourceAttributes): Promise \\ Defined in src/main/cluster.ts:309","title":"canI"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#disconnect","text":"\u25b8 disconnect (): void Defined in src/main/cluster.ts:186 Returns: void","title":"disconnect"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getallowednamespaces","text":"\u25b8 Protected getAllowedNamespaces (): Promise \\ Defined in src/main/cluster.ts:429 Returns: Promise \\","title":"getAllowedNamespaces"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getallowedresources","text":"\u25b8 Protected getAllowedResources (): Promise \\< KubeResource []> Defined in src/main/cluster.ts:454 Returns: Promise \\< KubeResource []>","title":"getAllowedResources"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getconnectionstatus","text":"\u25b8 Protected getConnectionStatus (): Promise \\< ClusterStatus > Defined in src/main/cluster.ts:279 Returns: Promise \\< ClusterStatus >","title":"getConnectionStatus"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#geteventcount","text":"\u25b8 Protected getEventCount (): Promise \\ Defined in src/main/cluster.ts:332 Returns: Promise \\","title":"getEventCount"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getkubeconfig","text":"\u25b8 Protected getKubeconfig (): KubeConfig Defined in src/main/cluster.ts:243 Returns: KubeConfig","title":"getKubeconfig"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getmeta","text":"\u25b8 getMeta (): object Defined in src/main/cluster.ts:417 Returns: object Name Type accessible boolean disconnected boolean id string initialized boolean name string online boolean ready boolean","title":"getMeta"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getmetrics","text":"\u25b8 getMetrics ( prometheusPath : string, queryParams : IMetricsReqParams & { query: string }): Promise \\ Defined in src/main/cluster.ts:268","title":"getMetrics"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getproxykubeconfig","text":"\u25b8 getProxyKubeconfig (): KubeConfig Defined in src/main/cluster.ts:247 Returns: KubeConfig","title":"getProxyKubeconfig"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getproxykubeconfigpath","text":"\u25b8 getProxyKubeconfigPath (): string Defined in src/main/cluster.ts:251 Returns: string","title":"getProxyKubeconfigPath"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#getstate","text":"\u25b8 getState (): ClusterState Defined in src/main/cluster.ts:383 Returns: ClusterState","title":"getState"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#init","text":"\u25b8 init ( port : number): Promise \\ Defined in src/main/cluster.ts:111","title":"init"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#isclusteradmin","text":"\u25b8 isClusterAdmin (): Promise \\ Defined in src/main/cluster.ts:324 Returns: Promise \\","title":"isClusterAdmin"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#k8srequest","text":"\u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Defined in src/main/cluster.ts:255","title":"k8sRequest"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#pushstate","text":"\u25b8 pushState ( state? : ClusterState ): void Defined in src/main/cluster.ts:407","title":"pushState"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#reconnect","text":"\u25b8 reconnect (): Promise \\ Defined in src/main/cluster.ts:178 Returns: Promise \\","title":"reconnect"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#refresh","text":"\u25b8 refresh ( opts? : ClusterRefreshOptions ): Promise \\ Defined in src/main/cluster.ts:199","title":"refresh"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#refreshallowedresources","text":"\u25b8 refreshAllowedResources (): Promise \\ Defined in src/main/cluster.ts:233 Returns: Promise \\","title":"refreshAllowedResources"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#refreshconnectionstatus","text":"\u25b8 refreshConnectionStatus (): Promise \\ Defined in src/main/cluster.ts:226 Returns: Promise \\","title":"refreshConnectionStatus"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#refreshevents","text":"\u25b8 refreshEvents (): Promise \\ Defined in src/main/cluster.ts:239 Returns: Promise \\","title":"refreshEvents"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#refreshmetadata","text":"\u25b8 refreshMetadata (): Promise \\ Defined in src/main/cluster.ts:218 Returns: Promise \\","title":"refreshMetadata"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#setstate","text":"\u25b8 setState ( state : ClusterState ): void Defined in src/main/cluster.ts:403","title":"setState"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#tojson","text":"\u25b8 toJSON (): ClusterModel Defined in src/main/cluster.ts:366 Returns: ClusterModel","title":"toJSON"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#unbindevents","text":"\u25b8 Protected unbindEvents (): void Defined in src/main/cluster.ts:146 Returns: void","title":"unbindEvents"},{"location":"extensions/api/classes/_src_main_cluster_.cluster/#updatemodel","text":"\u25b8 updateModel ( model : ClusterModel ): void Defined in src/main/cluster.ts:106","title":"updateModel"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/base-cluster-detector\" / BaseClusterDetector Class: BaseClusterDetector # Hierarchy # BaseClusterDetector \u21b3 VersionDetector \u21b3 ClusterIdDetector \u21b3 DistributionDetector \u21b3 LastSeenDetector \u21b3 NodesCountDetector Index # Constructors # constructor Properties # cluster key Methods # detect k8sRequest Constructors # constructor # + new BaseClusterDetector ( cluster : Cluster ): BaseClusterDetector Defined in src/main/cluster-detectors/base-cluster-detector.ts:11 Parameters: Name Type cluster Cluster Returns: BaseClusterDetector Properties # cluster # \u2022 cluster : Cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10 key # \u2022 key : string Defined in src/main/cluster-detectors/base-cluster-detector.ts:11 Methods # detect # \u25b8 detect (): Promise \\< ClusterDetectionResult > Defined in src/main/cluster-detectors/base-cluster-detector.ts:17 Returns: Promise \\< ClusterDetectionResult > k8sRequest # \u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Defined in src/main/cluster-detectors/base-cluster-detector.ts:21 Type parameters: Name Default T any Parameters: Name Type Default value path string - options RequestPromiseOptions {} Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#class-baseclusterdetector","text":"","title":"Class: BaseClusterDetector"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#hierarchy","text":"BaseClusterDetector \u21b3 VersionDetector \u21b3 ClusterIdDetector \u21b3 DistributionDetector \u21b3 LastSeenDetector \u21b3 NodesCountDetector","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#properties","text":"cluster key","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#methods","text":"detect k8sRequest","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#constructor","text":"+ new BaseClusterDetector ( cluster : Cluster ): BaseClusterDetector Defined in src/main/cluster-detectors/base-cluster-detector.ts:11","title":"constructor"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#cluster","text":"\u2022 cluster : Cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10","title":"cluster"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#key","text":"\u2022 key : string Defined in src/main/cluster-detectors/base-cluster-detector.ts:11","title":"key"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#detect","text":"\u25b8 detect (): Promise \\< ClusterDetectionResult > Defined in src/main/cluster-detectors/base-cluster-detector.ts:17 Returns: Promise \\< ClusterDetectionResult >","title":"detect"},{"location":"extensions/api/classes/_src_main_cluster_detectors_base_cluster_detector_.baseclusterdetector/#k8srequest","text":"\u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Defined in src/main/cluster-detectors/base-cluster-detector.ts:21","title":"k8sRequest"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/cluster-id-detector\" / ClusterIdDetector Class: ClusterIdDetector # Hierarchy # BaseClusterDetector \u21b3 ClusterIdDetector Index # Constructors # constructor Properties # cluster key Methods # detect getDefaultNamespaceId k8sRequest Constructors # constructor # + new ClusterIdDetector ( cluster : Cluster ): ClusterIdDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11 Parameters: Name Type cluster Cluster Returns: ClusterIdDetector Properties # cluster # \u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10 key # \u2022 key : ClusterMetadataKey = ClusterMetadataKey.CLUSTER_ID Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/cluster-id-detector.ts:6 Methods # detect # \u25b8 detect (): Promise \\<{ accuracy: number = 100; value: string = value }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/cluster-id-detector.ts:8 Returns: Promise \\<{ accuracy: number = 100; value: string = value }> getDefaultNamespaceId # \u25b8 Protected getDefaultNamespaceId (): Promise \\ Defined in src/main/cluster-detectors/cluster-id-detector.ts:19 Returns: Promise \\ k8sRequest # \u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21 Type parameters: Name Default T any Parameters: Name Type Default value path string - options RequestPromiseOptions {} Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#class-clusteriddetector","text":"","title":"Class: ClusterIdDetector"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#hierarchy","text":"BaseClusterDetector \u21b3 ClusterIdDetector","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#properties","text":"cluster key","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#methods","text":"detect getDefaultNamespaceId k8sRequest","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#constructor","text":"+ new ClusterIdDetector ( cluster : Cluster ): ClusterIdDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11","title":"constructor"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#cluster","text":"\u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10","title":"cluster"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#key","text":"\u2022 key : ClusterMetadataKey = ClusterMetadataKey.CLUSTER_ID Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/cluster-id-detector.ts:6","title":"key"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#detect","text":"\u25b8 detect (): Promise \\<{ accuracy: number = 100; value: string = value }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/cluster-id-detector.ts:8 Returns: Promise \\<{ accuracy: number = 100; value: string = value }>","title":"detect"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#getdefaultnamespaceid","text":"\u25b8 Protected getDefaultNamespaceId (): Promise \\ Defined in src/main/cluster-detectors/cluster-id-detector.ts:19 Returns: Promise \\","title":"getDefaultNamespaceId"},{"location":"extensions/api/classes/_src_main_cluster_detectors_cluster_id_detector_.clusteriddetector/#k8srequest","text":"\u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21","title":"k8sRequest"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/detector-registry\" / DetectorRegistry Class: DetectorRegistry # Hierarchy # DetectorRegistry Index # Properties # registry Methods # add detectForCluster Properties # registry # \u2022 registry : IObservableArray\\< BaseClusterDetector > = observable.array\\ ([], { deep: false }) Defined in src/main/cluster-detectors/detector-registry.ts:12 Methods # add # \u25b8 add ( detectorClass : typeof BaseClusterDetector): void Defined in src/main/cluster-detectors/detector-registry.ts:14 Parameters: Name Type detectorClass typeof BaseClusterDetector Returns: void detectForCluster # \u25b8 detectForCluster ( cluster : Cluster ): Promise \\< ClusterMetadata > Defined in src/main/cluster-detectors/detector-registry.ts:18 Parameters: Name Type cluster Cluster Returns: Promise \\< ClusterMetadata >","title":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#class-detectorregistry","text":"","title":"Class: DetectorRegistry"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#hierarchy","text":"DetectorRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#properties","text":"registry","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#methods","text":"add detectForCluster","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#registry","text":"\u2022 registry : IObservableArray\\< BaseClusterDetector > = observable.array\\ ([], { deep: false }) Defined in src/main/cluster-detectors/detector-registry.ts:12","title":"registry"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#add","text":"\u25b8 add ( detectorClass : typeof BaseClusterDetector): void Defined in src/main/cluster-detectors/detector-registry.ts:14","title":"add"},{"location":"extensions/api/classes/_src_main_cluster_detectors_detector_registry_.detectorregistry/#detectforcluster","text":"\u25b8 detectForCluster ( cluster : Cluster ): Promise \\< ClusterMetadata > Defined in src/main/cluster-detectors/detector-registry.ts:18","title":"detectForCluster"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/distribution-detector\" / DistributionDetector Class: DistributionDetector # Hierarchy # BaseClusterDetector \u21b3 DistributionDetector Index # Constructors # constructor Properties # cluster key version Methods # detect getKubernetesVersion isAKS isCustom isDigitalOcean isEKS isGKE isIKS isMinikube isRancher k8sRequest Constructors # constructor # + new DistributionDetector ( cluster : Cluster ): DistributionDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11 Parameters: Name Type cluster Cluster Returns: DistributionDetector Properties # cluster # \u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10 key # \u2022 key : ClusterMetadataKey = ClusterMetadataKey.DISTRIBUTION Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/distribution-detector.ts:5 version # \u2022 version : string Defined in src/main/cluster-detectors/distribution-detector.ts:6 Methods # detect # \u25b8 detect (): Promise \\<{ accuracy: number = 80; value: string = \"rancher\" }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/distribution-detector.ts:8 Returns: Promise \\<{ accuracy: number = 80; value: string = \"rancher\" }> getKubernetesVersion # \u25b8 getKubernetesVersion (): Promise \\ Defined in src/main/cluster-detectors/distribution-detector.ts:37 Returns: Promise \\ isAKS # \u25b8 Protected isAKS (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:56 Returns: boolean isCustom # \u25b8 Protected isCustom (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:68 Returns: boolean isDigitalOcean # \u25b8 Protected isDigitalOcean (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:60 Returns: boolean isEKS # \u25b8 Protected isEKS (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:48 Returns: boolean isGKE # \u25b8 Protected isGKE (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:44 Returns: boolean isIKS # \u25b8 Protected isIKS (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:52 Returns: boolean isMinikube # \u25b8 Protected isMinikube (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:64 Returns: boolean isRancher # \u25b8 Protected isRancher (): Promise \\ Defined in src/main/cluster-detectors/distribution-detector.ts:72 Returns: Promise \\ k8sRequest # \u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21 Type parameters: Name Default T any Parameters: Name Type Default value path string - options RequestPromiseOptions {} Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#class-distributiondetector","text":"","title":"Class: DistributionDetector"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#hierarchy","text":"BaseClusterDetector \u21b3 DistributionDetector","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#properties","text":"cluster key version","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#methods","text":"detect getKubernetesVersion isAKS isCustom isDigitalOcean isEKS isGKE isIKS isMinikube isRancher k8sRequest","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#constructor","text":"+ new DistributionDetector ( cluster : Cluster ): DistributionDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11","title":"constructor"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#cluster","text":"\u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10","title":"cluster"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#key","text":"\u2022 key : ClusterMetadataKey = ClusterMetadataKey.DISTRIBUTION Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/distribution-detector.ts:5","title":"key"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#version","text":"\u2022 version : string Defined in src/main/cluster-detectors/distribution-detector.ts:6","title":"version"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#detect","text":"\u25b8 detect (): Promise \\<{ accuracy: number = 80; value: string = \"rancher\" }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/distribution-detector.ts:8 Returns: Promise \\<{ accuracy: number = 80; value: string = \"rancher\" }>","title":"detect"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#getkubernetesversion","text":"\u25b8 getKubernetesVersion (): Promise \\ Defined in src/main/cluster-detectors/distribution-detector.ts:37 Returns: Promise \\","title":"getKubernetesVersion"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#isaks","text":"\u25b8 Protected isAKS (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:56 Returns: boolean","title":"isAKS"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#iscustom","text":"\u25b8 Protected isCustom (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:68 Returns: boolean","title":"isCustom"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#isdigitalocean","text":"\u25b8 Protected isDigitalOcean (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:60 Returns: boolean","title":"isDigitalOcean"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#iseks","text":"\u25b8 Protected isEKS (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:48 Returns: boolean","title":"isEKS"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#isgke","text":"\u25b8 Protected isGKE (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:44 Returns: boolean","title":"isGKE"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#isiks","text":"\u25b8 Protected isIKS (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:52 Returns: boolean","title":"isIKS"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#isminikube","text":"\u25b8 Protected isMinikube (): boolean Defined in src/main/cluster-detectors/distribution-detector.ts:64 Returns: boolean","title":"isMinikube"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#israncher","text":"\u25b8 Protected isRancher (): Promise \\ Defined in src/main/cluster-detectors/distribution-detector.ts:72 Returns: Promise \\","title":"isRancher"},{"location":"extensions/api/classes/_src_main_cluster_detectors_distribution_detector_.distributiondetector/#k8srequest","text":"\u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21","title":"k8sRequest"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/last-seen-detector\" / LastSeenDetector Class: LastSeenDetector # Hierarchy # BaseClusterDetector \u21b3 LastSeenDetector Index # Constructors # constructor Properties # cluster key Methods # detect k8sRequest Constructors # constructor # + new LastSeenDetector ( cluster : Cluster ): LastSeenDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11 Parameters: Name Type cluster Cluster Returns: LastSeenDetector Properties # cluster # \u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10 key # \u2022 key : ClusterMetadataKey = ClusterMetadataKey.LAST_SEEN Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/last-seen-detector.ts:5 Methods # detect # \u25b8 detect (): Promise \\<{ accuracy: number = 100; value: string = new Date().toJSON() }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/last-seen-detector.ts:7 Returns: Promise \\<{ accuracy: number = 100; value: string = new Date().toJSON() }> k8sRequest # \u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21 Type parameters: Name Default T any Parameters: Name Type Default value path string - options RequestPromiseOptions {} Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#class-lastseendetector","text":"","title":"Class: LastSeenDetector"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#hierarchy","text":"BaseClusterDetector \u21b3 LastSeenDetector","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#properties","text":"cluster key","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#methods","text":"detect k8sRequest","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#constructor","text":"+ new LastSeenDetector ( cluster : Cluster ): LastSeenDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11","title":"constructor"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#cluster","text":"\u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10","title":"cluster"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#key","text":"\u2022 key : ClusterMetadataKey = ClusterMetadataKey.LAST_SEEN Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/last-seen-detector.ts:5","title":"key"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#detect","text":"\u25b8 detect (): Promise \\<{ accuracy: number = 100; value: string = new Date().toJSON() }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/last-seen-detector.ts:7 Returns: Promise \\<{ accuracy: number = 100; value: string = new Date().toJSON() }>","title":"detect"},{"location":"extensions/api/classes/_src_main_cluster_detectors_last_seen_detector_.lastseendetector/#k8srequest","text":"\u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21","title":"k8sRequest"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/nodes-count-detector\" / NodesCountDetector Class: NodesCountDetector # Hierarchy # BaseClusterDetector \u21b3 NodesCountDetector Index # Constructors # constructor Properties # cluster key Methods # detect getNodeCount k8sRequest Constructors # constructor # + new NodesCountDetector ( cluster : Cluster ): NodesCountDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11 Parameters: Name Type cluster Cluster Returns: NodesCountDetector Properties # cluster # \u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10 key # \u2022 key : ClusterMetadataKey = ClusterMetadataKey.NODES_COUNT Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/nodes-count-detector.ts:5 Methods # detect # \u25b8 detect (): Promise \\<{ accuracy: number = 100; value: number = nodeCount }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/nodes-count-detector.ts:7 Returns: Promise \\<{ accuracy: number = 100; value: number = nodeCount }> getNodeCount # \u25b8 Protected getNodeCount (): Promise \\ Defined in src/main/cluster-detectors/nodes-count-detector.ts:13 Returns: Promise \\ k8sRequest # \u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21 Type parameters: Name Default T any Parameters: Name Type Default value path string - options RequestPromiseOptions {} Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#class-nodescountdetector","text":"","title":"Class: NodesCountDetector"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#hierarchy","text":"BaseClusterDetector \u21b3 NodesCountDetector","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#properties","text":"cluster key","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#methods","text":"detect getNodeCount k8sRequest","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#constructor","text":"+ new NodesCountDetector ( cluster : Cluster ): NodesCountDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11","title":"constructor"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#cluster","text":"\u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10","title":"cluster"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#key","text":"\u2022 key : ClusterMetadataKey = ClusterMetadataKey.NODES_COUNT Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/nodes-count-detector.ts:5","title":"key"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#detect","text":"\u25b8 detect (): Promise \\<{ accuracy: number = 100; value: number = nodeCount }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/nodes-count-detector.ts:7 Returns: Promise \\<{ accuracy: number = 100; value: number = nodeCount }>","title":"detect"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#getnodecount","text":"\u25b8 Protected getNodeCount (): Promise \\ Defined in src/main/cluster-detectors/nodes-count-detector.ts:13 Returns: Promise \\","title":"getNodeCount"},{"location":"extensions/api/classes/_src_main_cluster_detectors_nodes_count_detector_.nodescountdetector/#k8srequest","text":"\u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21","title":"k8sRequest"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/version-detector\" / VersionDetector Class: VersionDetector # Hierarchy # BaseClusterDetector \u21b3 VersionDetector Index # Constructors # constructor Properties # cluster key value Methods # detect getKubernetesVersion k8sRequest Constructors # constructor # + new VersionDetector ( cluster : Cluster ): VersionDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11 Parameters: Name Type cluster Cluster Returns: VersionDetector Properties # cluster # \u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10 key # \u2022 key : ClusterMetadataKey = ClusterMetadataKey.VERSION Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/version-detector.ts:5 value # \u2022 value : string Defined in src/main/cluster-detectors/version-detector.ts:6 Methods # detect # \u25b8 detect (): Promise \\<{ accuracy: number = 100; value: any = version }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/version-detector.ts:8 Returns: Promise \\<{ accuracy: number = 100; value: any = version }> getKubernetesVersion # \u25b8 getKubernetesVersion (): Promise \\ Defined in src/main/cluster-detectors/version-detector.ts:13 Returns: Promise \\ k8sRequest # \u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21 Type parameters: Name Default T any Parameters: Name Type Default value path string - options RequestPromiseOptions {} Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#class-versiondetector","text":"","title":"Class: VersionDetector"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#hierarchy","text":"BaseClusterDetector \u21b3 VersionDetector","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#properties","text":"cluster key value","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#methods","text":"detect getKubernetesVersion k8sRequest","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#constructor","text":"+ new VersionDetector ( cluster : Cluster ): VersionDetector Inherited from BaseClusterDetector . constructor Defined in src/main/cluster-detectors/base-cluster-detector.ts:11","title":"constructor"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#cluster","text":"\u2022 cluster : Cluster Inherited from BaseClusterDetector . cluster Defined in src/main/cluster-detectors/base-cluster-detector.ts:10","title":"cluster"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#key","text":"\u2022 key : ClusterMetadataKey = ClusterMetadataKey.VERSION Overrides BaseClusterDetector . key Defined in src/main/cluster-detectors/version-detector.ts:5","title":"key"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#value","text":"\u2022 value : string Defined in src/main/cluster-detectors/version-detector.ts:6","title":"value"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#detect","text":"\u25b8 detect (): Promise \\<{ accuracy: number = 100; value: any = version }> Overrides BaseClusterDetector . detect Defined in src/main/cluster-detectors/version-detector.ts:8 Returns: Promise \\<{ accuracy: number = 100; value: any = version }>","title":"detect"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#getkubernetesversion","text":"\u25b8 getKubernetesVersion (): Promise \\ Defined in src/main/cluster-detectors/version-detector.ts:13 Returns: Promise \\","title":"getKubernetesVersion"},{"location":"extensions/api/classes/_src_main_cluster_detectors_version_detector_.versiondetector/#k8srequest","text":"\u25b8 Protected k8sRequest \\ ( path : string, options? : RequestPromiseOptions): Promise \\ Inherited from BaseClusterDetector . k8sRequest Defined in src/main/cluster-detectors/base-cluster-detector.ts:21","title":"k8sRequest"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/","text":"@k8slens/extensions Globals / \"src/main/context-handler\" / ContextHandler Class: ContextHandler # Hierarchy # ContextHandler Index # Constructors # constructor Properties # apiTarget cluster clusterUrl kubeAuthProxy prometheusPath prometheusProvider proxyPort Accessors # proxyLastError Methods # ensurePort ensureServer getApiTarget getPrometheusPath getPrometheusProvider getPrometheusService newApiTarget resolveAuthProxyUrl resolvePrometheusPath setupPrometheus stopServer Constructors # constructor # + new ContextHandler ( cluster : Cluster ): ContextHandler Defined in src/main/context-handler.ts:18 Parameters: Name Type cluster Cluster Returns: ContextHandler Properties # apiTarget # \u2022 Protected apiTarget : httpProxy.ServerOptions Defined in src/main/context-handler.ts:16 cluster # \u2022 Protected cluster : Cluster Defined in src/main/context-handler.ts:20 clusterUrl # \u2022 clusterUrl : UrlWithStringQuery Defined in src/main/context-handler.ts:14 kubeAuthProxy # \u2022 Protected kubeAuthProxy : KubeAuthProxy Defined in src/main/context-handler.ts:15 prometheusPath # \u2022 Protected prometheusPath : string Defined in src/main/context-handler.ts:18 prometheusProvider # \u2022 Protected prometheusProvider : string Defined in src/main/context-handler.ts:17 proxyPort # \u2022 proxyPort : number Defined in src/main/context-handler.ts:13 Accessors # proxyLastError # \u2022 get proxyLastError (): string Defined in src/main/context-handler.ts:127 Returns: string Methods # ensurePort # \u25b8 ensurePort (): Promise \\ Defined in src/main/context-handler.ts:101 Returns: Promise \\ ensureServer # \u25b8 ensureServer (): Promise \\ Defined in src/main/context-handler.ts:108 Returns: Promise \\ getApiTarget # \u25b8 getApiTarget ( isWatchRequest? : boolean): Promise \\ Defined in src/main/context-handler.ts:77 Parameters: Name Type Default value isWatchRequest boolean false Returns: Promise \\ getPrometheusPath # \u25b8 getPrometheusPath (): Promise \\ Defined in src/main/context-handler.ts:64 Returns: Promise \\ getPrometheusProvider # \u25b8 getPrometheusProvider (): Promise \\< PrometheusProvider > Defined in src/main/context-handler.ts:39 Returns: Promise \\< PrometheusProvider > getPrometheusService # \u25b8 getPrometheusService (): Promise \\< PrometheusService > Defined in src/main/context-handler.ts:48 Returns: Promise \\< PrometheusService > newApiTarget # \u25b8 Protected newApiTarget ( timeout : number): Promise \\ Defined in src/main/context-handler.ts:89 Parameters: Name Type timeout number Returns: Promise \\ resolveAuthProxyUrl # \u25b8 resolveAuthProxyUrl (): Promise \\ Defined in src/main/context-handler.ts:71 Returns: Promise \\ resolvePrometheusPath # \u25b8 Protected resolvePrometheusPath (): Promise \\ Defined in src/main/context-handler.ts:34 Returns: Promise \\ setupPrometheus # \u25b8 Protected setupPrometheus ( preferences? : ClusterPreferences ): void Defined in src/main/context-handler.ts:25 Parameters: Name Type Default value preferences ClusterPreferences {} Returns: void stopServer # \u25b8 stopServer (): void Defined in src/main/context-handler.ts:120 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#class-contexthandler","text":"","title":"Class: ContextHandler"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#hierarchy","text":"ContextHandler","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#properties","text":"apiTarget cluster clusterUrl kubeAuthProxy prometheusPath prometheusProvider proxyPort","title":"Properties"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#accessors","text":"proxyLastError","title":"Accessors"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#methods","text":"ensurePort ensureServer getApiTarget getPrometheusPath getPrometheusProvider getPrometheusService newApiTarget resolveAuthProxyUrl resolvePrometheusPath setupPrometheus stopServer","title":"Methods"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#constructor","text":"+ new ContextHandler ( cluster : Cluster ): ContextHandler Defined in src/main/context-handler.ts:18","title":"constructor"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#apitarget","text":"\u2022 Protected apiTarget : httpProxy.ServerOptions Defined in src/main/context-handler.ts:16","title":"apiTarget"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#cluster","text":"\u2022 Protected cluster : Cluster Defined in src/main/context-handler.ts:20","title":"cluster"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#clusterurl","text":"\u2022 clusterUrl : UrlWithStringQuery Defined in src/main/context-handler.ts:14","title":"clusterUrl"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#kubeauthproxy","text":"\u2022 Protected kubeAuthProxy : KubeAuthProxy Defined in src/main/context-handler.ts:15","title":"kubeAuthProxy"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#prometheuspath","text":"\u2022 Protected prometheusPath : string Defined in src/main/context-handler.ts:18","title":"prometheusPath"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#prometheusprovider","text":"\u2022 Protected prometheusProvider : string Defined in src/main/context-handler.ts:17","title":"prometheusProvider"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#proxyport","text":"\u2022 proxyPort : number Defined in src/main/context-handler.ts:13","title":"proxyPort"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#proxylasterror","text":"\u2022 get proxyLastError (): string Defined in src/main/context-handler.ts:127 Returns: string","title":"proxyLastError"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#ensureport","text":"\u25b8 ensurePort (): Promise \\ Defined in src/main/context-handler.ts:101 Returns: Promise \\","title":"ensurePort"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#ensureserver","text":"\u25b8 ensureServer (): Promise \\ Defined in src/main/context-handler.ts:108 Returns: Promise \\","title":"ensureServer"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#getapitarget","text":"\u25b8 getApiTarget ( isWatchRequest? : boolean): Promise \\ Defined in src/main/context-handler.ts:77","title":"getApiTarget"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#getprometheuspath","text":"\u25b8 getPrometheusPath (): Promise \\ Defined in src/main/context-handler.ts:64 Returns: Promise \\","title":"getPrometheusPath"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#getprometheusprovider","text":"\u25b8 getPrometheusProvider (): Promise \\< PrometheusProvider > Defined in src/main/context-handler.ts:39 Returns: Promise \\< PrometheusProvider >","title":"getPrometheusProvider"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#getprometheusservice","text":"\u25b8 getPrometheusService (): Promise \\< PrometheusService > Defined in src/main/context-handler.ts:48 Returns: Promise \\< PrometheusService >","title":"getPrometheusService"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#newapitarget","text":"\u25b8 Protected newApiTarget ( timeout : number): Promise \\ Defined in src/main/context-handler.ts:89","title":"newApiTarget"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#resolveauthproxyurl","text":"\u25b8 resolveAuthProxyUrl (): Promise \\ Defined in src/main/context-handler.ts:71 Returns: Promise \\","title":"resolveAuthProxyUrl"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#resolveprometheuspath","text":"\u25b8 Protected resolvePrometheusPath (): Promise \\ Defined in src/main/context-handler.ts:34 Returns: Promise \\","title":"resolvePrometheusPath"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#setupprometheus","text":"\u25b8 Protected setupPrometheus ( preferences? : ClusterPreferences ): void Defined in src/main/context-handler.ts:25","title":"setupPrometheus"},{"location":"extensions/api/classes/_src_main_context_handler_.contexthandler/#stopserver","text":"\u25b8 stopServer (): void Defined in src/main/context-handler.ts:120 Returns: void","title":"stopServer"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-chart-manager\" / HelmChartManager Class: HelmChartManager # Hierarchy # HelmChartManager Index # Constructors # constructor Properties # cache repo Methods # cachedYaml chart charts getReadme getValues Constructors # constructor # + new HelmChartManager ( repo : HelmRepo ): HelmChartManager Defined in src/main/helm/helm-chart-manager.ts:14 Parameters: Name Type repo HelmRepo Returns: HelmChartManager Properties # cache # \u2022 Protected cache : any Defined in src/main/helm/helm-chart-manager.ts:13 repo # \u2022 Protected repo : HelmRepo Defined in src/main/helm/helm-chart-manager.ts:14 Methods # cachedYaml # \u25b8 Protected cachedYaml (): Promise \\< CachedYaml > Defined in src/main/helm/helm-chart-manager.ts:60 Returns: Promise \\< CachedYaml > chart # \u25b8 chart ( name : string): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:21 Parameters: Name Type name string Returns: Promise \\ charts # \u25b8 charts (): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:26 Returns: Promise \\ getReadme # \u25b8 getReadme ( name : string, version? : string): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:36 Parameters: Name Type Default value name string - version string \"\" Returns: Promise \\ getValues # \u25b8 getValues ( name : string, version? : string): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:47 Parameters: Name Type Default value name string - version string \"\" Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#class-helmchartmanager","text":"","title":"Class: HelmChartManager"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#hierarchy","text":"HelmChartManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#properties","text":"cache repo","title":"Properties"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#methods","text":"cachedYaml chart charts getReadme getValues","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#constructor","text":"+ new HelmChartManager ( repo : HelmRepo ): HelmChartManager Defined in src/main/helm/helm-chart-manager.ts:14","title":"constructor"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#cache","text":"\u2022 Protected cache : any Defined in src/main/helm/helm-chart-manager.ts:13","title":"cache"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#repo","text":"\u2022 Protected repo : HelmRepo Defined in src/main/helm/helm-chart-manager.ts:14","title":"repo"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#cachedyaml","text":"\u25b8 Protected cachedYaml (): Promise \\< CachedYaml > Defined in src/main/helm/helm-chart-manager.ts:60 Returns: Promise \\< CachedYaml >","title":"cachedYaml"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#chart","text":"\u25b8 chart ( name : string): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:21","title":"chart"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#charts","text":"\u25b8 charts (): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:26 Returns: Promise \\","title":"charts"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#getreadme","text":"\u25b8 getReadme ( name : string, version? : string): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:36","title":"getReadme"},{"location":"extensions/api/classes/_src_main_helm_helm_chart_manager_.helmchartmanager/#getvalues","text":"\u25b8 getValues ( name : string, version? : string): Promise \\ Defined in src/main/helm/helm-chart-manager.ts:47","title":"getValues"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-cli\" / HelmCli Class: HelmCli # Hierarchy # LensBinary \u21b3 HelmCli Index # Constructors # constructor Properties # arch binaryName binaryVersion directory dirname logger originalBinaryName path platformName requestOpts tarPath url Methods # binDir binaryDir binaryPath checkBinary downloadBinary ensureBinary getBinaryDir getBinaryPath getOriginalBinaryPath getTarName getUrl renameBinary setLogger untarBinary Constructors # constructor # + new HelmCli ( baseDir : string, version : string): HelmCli Overrides LensBinary . constructor Defined in src/main/helm/helm-cli.ts:6 Parameters: Name Type baseDir string version string Returns: HelmCli Properties # arch # \u2022 Protected arch : string Inherited from LensBinary . arch Defined in src/main/lens-binary.ts:27 binaryName # \u2022 Protected binaryName : string Inherited from LensBinary . binaryName Defined in src/main/lens-binary.ts:25 binaryVersion # \u2022 binaryVersion : string Inherited from LensBinary . binaryVersion Defined in src/main/lens-binary.ts:19 directory # \u2022 Protected directory : string Inherited from LensBinary . directory Defined in src/main/lens-binary.ts:20 dirname # \u2022 Protected dirname : string Inherited from LensBinary . dirname Defined in src/main/lens-binary.ts:24 logger # \u2022 Protected logger : Console | Logger Inherited from LensBinary . logger Defined in src/main/lens-binary.ts:30 originalBinaryName # \u2022 Protected originalBinaryName : string Inherited from LensBinary . originalBinaryName Defined in src/main/lens-binary.ts:28 path # \u2022 Protected path : string Inherited from LensBinary . path Defined in src/main/lens-binary.ts:22 platformName # \u2022 Protected platformName : string Inherited from LensBinary . platformName Defined in src/main/lens-binary.ts:26 requestOpts # \u2022 Protected requestOpts : request.Options Inherited from LensBinary . requestOpts Defined in src/main/lens-binary.ts:29 tarPath # \u2022 Protected tarPath : string Inherited from LensBinary . tarPath Defined in src/main/lens-binary.ts:23 url # \u2022 Protected url : string Inherited from LensBinary . url Defined in src/main/lens-binary.ts:21 Methods # binDir # \u25b8 binDir (): Promise \\ Inherited from LensBinary . binDir Defined in src/main/lens-binary.ts:96 Returns: Promise \\ binaryDir # \u25b8 Protected binaryDir (): void Inherited from LensBinary . binaryDir Defined in src/main/lens-binary.ts:67 Returns: void binaryPath # \u25b8 binaryPath (): Promise \\ Inherited from LensBinary . binaryPath Defined in src/main/lens-binary.ts:71 Returns: Promise \\ checkBinary # \u25b8 Protected checkBinary (): Promise \\ Inherited from LensBinary . checkBinary Defined in src/main/lens-binary.ts:106 Returns: Promise \\ downloadBinary # \u25b8 Protected downloadBinary (): Promise \\ Inherited from LensBinary . downloadBinary Defined in src/main/lens-binary.ts:149 Returns: Promise \\ ensureBinary # \u25b8 ensureBinary (): Promise \\ Inherited from LensBinary . ensureBinary Defined in src/main/lens-binary.ts:111 Returns: Promise \\ getBinaryDir # \u25b8 getBinaryDir (): string Inherited from LensBinary . getBinaryDir Defined in src/main/lens-binary.ts:92 Returns: string getBinaryPath # \u25b8 Protected getBinaryPath (): string Overrides LensBinary . getBinaryPath Defined in src/main/helm/helm-cli.ts:26 Returns: string getOriginalBinaryPath # \u25b8 Protected getOriginalBinaryPath (): string Overrides LensBinary . getOriginalBinaryPath Defined in src/main/helm/helm-cli.ts:30 Returns: string getTarName # \u25b8 Protected getTarName (): string | null Overrides LensBinary . getTarName Defined in src/main/helm/helm-cli.ts:18 Returns: string | null getUrl # \u25b8 Protected getUrl (): string Overrides LensBinary . getUrl Defined in src/main/helm/helm-cli.ts:22 Returns: string renameBinary # \u25b8 Protected renameBinary (): Promise \\ Inherited from LensBinary . renameBinary Defined in src/main/lens-binary.ts:135 Returns: Promise \\ setLogger # \u25b8 setLogger ( logger : Console | Logger): void Inherited from LensBinary . setLogger Defined in src/main/lens-binary.ts:63 Parameters: Name Type logger Console | Logger Returns: void untarBinary # \u25b8 Protected untarBinary (): Promise \\ Inherited from LensBinary . untarBinary Defined in src/main/lens-binary.ts:123 Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#class-helmcli","text":"","title":"Class: HelmCli"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#hierarchy","text":"LensBinary \u21b3 HelmCli","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#properties","text":"arch binaryName binaryVersion directory dirname logger originalBinaryName path platformName requestOpts tarPath url","title":"Properties"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#methods","text":"binDir binaryDir binaryPath checkBinary downloadBinary ensureBinary getBinaryDir getBinaryPath getOriginalBinaryPath getTarName getUrl renameBinary setLogger untarBinary","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#constructor","text":"+ new HelmCli ( baseDir : string, version : string): HelmCli Overrides LensBinary . constructor Defined in src/main/helm/helm-cli.ts:6","title":"constructor"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#arch","text":"\u2022 Protected arch : string Inherited from LensBinary . arch Defined in src/main/lens-binary.ts:27","title":"arch"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#binaryname","text":"\u2022 Protected binaryName : string Inherited from LensBinary . binaryName Defined in src/main/lens-binary.ts:25","title":"binaryName"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#binaryversion","text":"\u2022 binaryVersion : string Inherited from LensBinary . binaryVersion Defined in src/main/lens-binary.ts:19","title":"binaryVersion"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#directory","text":"\u2022 Protected directory : string Inherited from LensBinary . directory Defined in src/main/lens-binary.ts:20","title":"directory"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#dirname","text":"\u2022 Protected dirname : string Inherited from LensBinary . dirname Defined in src/main/lens-binary.ts:24","title":"dirname"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#logger","text":"\u2022 Protected logger : Console | Logger Inherited from LensBinary . logger Defined in src/main/lens-binary.ts:30","title":"logger"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#originalbinaryname","text":"\u2022 Protected originalBinaryName : string Inherited from LensBinary . originalBinaryName Defined in src/main/lens-binary.ts:28","title":"originalBinaryName"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#path","text":"\u2022 Protected path : string Inherited from LensBinary . path Defined in src/main/lens-binary.ts:22","title":"path"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#platformname","text":"\u2022 Protected platformName : string Inherited from LensBinary . platformName Defined in src/main/lens-binary.ts:26","title":"platformName"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#requestopts","text":"\u2022 Protected requestOpts : request.Options Inherited from LensBinary . requestOpts Defined in src/main/lens-binary.ts:29","title":"requestOpts"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#tarpath","text":"\u2022 Protected tarPath : string Inherited from LensBinary . tarPath Defined in src/main/lens-binary.ts:23","title":"tarPath"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#url","text":"\u2022 Protected url : string Inherited from LensBinary . url Defined in src/main/lens-binary.ts:21","title":"url"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#bindir","text":"\u25b8 binDir (): Promise \\ Inherited from LensBinary . binDir Defined in src/main/lens-binary.ts:96 Returns: Promise \\","title":"binDir"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#binarydir","text":"\u25b8 Protected binaryDir (): void Inherited from LensBinary . binaryDir Defined in src/main/lens-binary.ts:67 Returns: void","title":"binaryDir"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#binarypath","text":"\u25b8 binaryPath (): Promise \\ Inherited from LensBinary . binaryPath Defined in src/main/lens-binary.ts:71 Returns: Promise \\","title":"binaryPath"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#checkbinary","text":"\u25b8 Protected checkBinary (): Promise \\ Inherited from LensBinary . checkBinary Defined in src/main/lens-binary.ts:106 Returns: Promise \\","title":"checkBinary"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#downloadbinary","text":"\u25b8 Protected downloadBinary (): Promise \\ Inherited from LensBinary . downloadBinary Defined in src/main/lens-binary.ts:149 Returns: Promise \\","title":"downloadBinary"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#ensurebinary","text":"\u25b8 ensureBinary (): Promise \\ Inherited from LensBinary . ensureBinary Defined in src/main/lens-binary.ts:111 Returns: Promise \\","title":"ensureBinary"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#getbinarydir","text":"\u25b8 getBinaryDir (): string Inherited from LensBinary . getBinaryDir Defined in src/main/lens-binary.ts:92 Returns: string","title":"getBinaryDir"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#getbinarypath","text":"\u25b8 Protected getBinaryPath (): string Overrides LensBinary . getBinaryPath Defined in src/main/helm/helm-cli.ts:26 Returns: string","title":"getBinaryPath"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#getoriginalbinarypath","text":"\u25b8 Protected getOriginalBinaryPath (): string Overrides LensBinary . getOriginalBinaryPath Defined in src/main/helm/helm-cli.ts:30 Returns: string","title":"getOriginalBinaryPath"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#gettarname","text":"\u25b8 Protected getTarName (): string | null Overrides LensBinary . getTarName Defined in src/main/helm/helm-cli.ts:18 Returns: string | null","title":"getTarName"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#geturl","text":"\u25b8 Protected getUrl (): string Overrides LensBinary . getUrl Defined in src/main/helm/helm-cli.ts:22 Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#renamebinary","text":"\u25b8 Protected renameBinary (): Promise \\ Inherited from LensBinary . renameBinary Defined in src/main/lens-binary.ts:135 Returns: Promise \\","title":"renameBinary"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#setlogger","text":"\u25b8 setLogger ( logger : Console | Logger): void Inherited from LensBinary . setLogger Defined in src/main/lens-binary.ts:63","title":"setLogger"},{"location":"extensions/api/classes/_src_main_helm_helm_cli_.helmcli/#untarbinary","text":"\u25b8 Protected untarBinary (): Promise \\ Inherited from LensBinary . untarBinary Defined in src/main/lens-binary.ts:123 Returns: Promise \\","title":"untarBinary"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-release-manager\" / HelmReleaseManager Class: HelmReleaseManager # Hierarchy # HelmReleaseManager Index # Methods # deleteRelease getHistory getRelease getResources getValues installChart listReleases rollback upgradeRelease Methods # deleteRelease # \u25b8 deleteRelease ( name : string, namespace : string, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:75 Parameters: Name Type name string namespace string pathToKubeconfig string Returns: Promise \\ getHistory # \u25b8 getHistory ( name : string, namespace : string, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:88 Parameters: Name Type name string namespace string pathToKubeconfig string Returns: Promise \\ getRelease # \u25b8 getRelease ( name : string, namespace : string, cluster : Cluster ): Promise \\ Defined in src/main/helm/helm-release-manager.ts:67 Parameters: Name Type name string namespace string cluster Cluster Returns: Promise \\ getResources # \u25b8 Protected getResources ( name : string, namespace : string, cluster : Cluster ): Promise \\ Defined in src/main/helm/helm-release-manager.ts:100 Parameters: Name Type name string namespace string cluster Cluster Returns: Promise \\ getValues # \u25b8 getValues ( name : string, namespace : string, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:82 Parameters: Name Type name string namespace string pathToKubeconfig string Returns: Promise \\ installChart # \u25b8 installChart ( chart : string, values : any, name : string, namespace : string, version : string, pathToKubeconfig : string): Promise \\<{ log: string = stdout; release: { name: string = releaseName; namespace: string = namespace } }> Defined in src/main/helm/helm-release-manager.ts:27 Parameters: Name Type chart string values any name string namespace string version string pathToKubeconfig string Returns: Promise \\<{ log: string = stdout; release: { name: string = releaseName; namespace: string = namespace } }> listReleases # \u25b8 listReleases ( pathToKubeconfig : string, namespace? : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:11 Parameters: Name Type pathToKubeconfig string namespace? string Returns: Promise \\ rollback # \u25b8 rollback ( name : string, namespace : string, revision : number, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:94 Parameters: Name Type name string namespace string revision number pathToKubeconfig string Returns: Promise \\ upgradeRelease # \u25b8 upgradeRelease ( name : string, chart : string, values : any, namespace : string, version : string, cluster : Cluster ): Promise \\<{ log: string = stdout; release: Promise \\ = this.getRelease(name, namespace, cluster) }> Defined in src/main/helm/helm-release-manager.ts:51 Parameters: Name Type name string chart string values any namespace string version string cluster Cluster Returns: Promise \\<{ log: string = stdout; release: Promise \\ = this.getRelease(name, namespace, cluster) }>","title":"API Reference"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#class-helmreleasemanager","text":"","title":"Class: HelmReleaseManager"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#hierarchy","text":"HelmReleaseManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#methods","text":"deleteRelease getHistory getRelease getResources getValues installChart listReleases rollback upgradeRelease","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#deleterelease","text":"\u25b8 deleteRelease ( name : string, namespace : string, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:75","title":"deleteRelease"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#gethistory","text":"\u25b8 getHistory ( name : string, namespace : string, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:88","title":"getHistory"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#getrelease","text":"\u25b8 getRelease ( name : string, namespace : string, cluster : Cluster ): Promise \\ Defined in src/main/helm/helm-release-manager.ts:67","title":"getRelease"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#getresources","text":"\u25b8 Protected getResources ( name : string, namespace : string, cluster : Cluster ): Promise \\ Defined in src/main/helm/helm-release-manager.ts:100","title":"getResources"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#getvalues","text":"\u25b8 getValues ( name : string, namespace : string, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:82","title":"getValues"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#installchart","text":"\u25b8 installChart ( chart : string, values : any, name : string, namespace : string, version : string, pathToKubeconfig : string): Promise \\<{ log: string = stdout; release: { name: string = releaseName; namespace: string = namespace } }> Defined in src/main/helm/helm-release-manager.ts:27","title":"installChart"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#listreleases","text":"\u25b8 listReleases ( pathToKubeconfig : string, namespace? : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:11","title":"listReleases"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#rollback","text":"\u25b8 rollback ( name : string, namespace : string, revision : number, pathToKubeconfig : string): Promise \\ Defined in src/main/helm/helm-release-manager.ts:94","title":"rollback"},{"location":"extensions/api/classes/_src_main_helm_helm_release_manager_.helmreleasemanager/#upgraderelease","text":"\u25b8 upgradeRelease ( name : string, chart : string, values : any, namespace : string, version : string, cluster : Cluster ): Promise \\<{ log: string = stdout; release: Promise \\ = this.getRelease(name, namespace, cluster) }> Defined in src/main/helm/helm-release-manager.ts:51","title":"upgradeRelease"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-repo-manager\" / HelmRepoManager Class: HelmRepoManager # Hierarchy # Singleton \u21b3 HelmRepoManager Index # Properties # helmEnv initialized repos cache Methods # addRepo init loadAvailableRepos parseHelmEnv removeRepo repositories repository update getInstance resetInstance Properties # helmEnv # \u2022 Protected helmEnv : HelmEnv Defined in src/main/helm/helm-repo-manager.ts:35 initialized # \u2022 Protected initialized : boolean Defined in src/main/helm/helm-repo-manager.ts:36 repos # \u2022 Protected repos : HelmRepo [] Defined in src/main/helm/helm-repo-manager.ts:34 cache # \u25aa Static cache : {} Defined in src/main/helm/helm-repo-manager.ts:32 Methods # addRepo # \u25b8 addRepo ( __namedParameters : { name: string ; url: string }): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:112 Parameters: Name Type __namedParameters { name: string ; url: string } Returns: Promise \\ init # \u25b8 init (): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:48 Returns: Promise \\ loadAvailableRepos # \u25b8 loadAvailableRepos (): Promise \\< HelmRepo []> Defined in src/main/helm/helm-repo-manager.ts:38 Returns: Promise \\< HelmRepo []> parseHelmEnv # \u25b8 Protected parseHelmEnv (): Promise \\< HelmEnv > Defined in src/main/helm/helm-repo-manager.ts:58 Returns: Promise \\< HelmEnv > removeRepo # \u25b8 removeRepo ( __namedParameters : { name: string ; url: string }): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:121 Parameters: Name Type __namedParameters { name: string ; url: string } Returns: Promise \\ repositories # \u25b8 repositories (): Promise \\< HelmRepo []> Defined in src/main/helm/helm-repo-manager.ts:74 Returns: Promise \\< HelmRepo []> repository # \u25b8 repository ( name : string): Promise \\< HelmRepo > Defined in src/main/helm/helm-repo-manager.ts:99 Parameters: Name Type name string Returns: Promise \\< HelmRepo > update # \u25b8 update (): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:104 Returns: Promise \\ getInstance # \u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15 Type parameters: Name T Parameters: Name Type ...args ConstructorParameters\\< Constructor \\ > Returns: T resetInstance # \u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#class-helmrepomanager","text":"","title":"Class: HelmRepoManager"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#hierarchy","text":"Singleton \u21b3 HelmRepoManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#properties","text":"helmEnv initialized repos cache","title":"Properties"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#methods","text":"addRepo init loadAvailableRepos parseHelmEnv removeRepo repositories repository update getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#helmenv","text":"\u2022 Protected helmEnv : HelmEnv Defined in src/main/helm/helm-repo-manager.ts:35","title":"helmEnv"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#initialized","text":"\u2022 Protected initialized : boolean Defined in src/main/helm/helm-repo-manager.ts:36","title":"initialized"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#repos","text":"\u2022 Protected repos : HelmRepo [] Defined in src/main/helm/helm-repo-manager.ts:34","title":"repos"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#cache","text":"\u25aa Static cache : {} Defined in src/main/helm/helm-repo-manager.ts:32","title":"cache"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#addrepo","text":"\u25b8 addRepo ( __namedParameters : { name: string ; url: string }): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:112","title":"addRepo"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#init","text":"\u25b8 init (): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:48 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#loadavailablerepos","text":"\u25b8 loadAvailableRepos (): Promise \\< HelmRepo []> Defined in src/main/helm/helm-repo-manager.ts:38 Returns: Promise \\< HelmRepo []>","title":"loadAvailableRepos"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#parsehelmenv","text":"\u25b8 Protected parseHelmEnv (): Promise \\< HelmEnv > Defined in src/main/helm/helm-repo-manager.ts:58 Returns: Promise \\< HelmEnv >","title":"parseHelmEnv"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#removerepo","text":"\u25b8 removeRepo ( __namedParameters : { name: string ; url: string }): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:121","title":"removeRepo"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#repositories","text":"\u25b8 repositories (): Promise \\< HelmRepo []> Defined in src/main/helm/helm-repo-manager.ts:74 Returns: Promise \\< HelmRepo []>","title":"repositories"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#repository","text":"\u25b8 repository ( name : string): Promise \\< HelmRepo > Defined in src/main/helm/helm-repo-manager.ts:99","title":"repository"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#update","text":"\u25b8 update (): Promise \\ Defined in src/main/helm/helm-repo-manager.ts:104 Returns: Promise \\","title":"update"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#getinstance","text":"\u25b8 Static getInstance \\ (... args : ConstructorParameters\\< Constructor \\ >): T Inherited from Singleton . getInstance Defined in src/common/utils/singleton.ts:15","title":"getInstance"},{"location":"extensions/api/classes/_src_main_helm_helm_repo_manager_.helmrepomanager/#resetinstance","text":"\u25b8 Static resetInstance (): void Inherited from Singleton . resetInstance Defined in src/common/utils/singleton.ts:22 Returns: void","title":"resetInstance"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-service\" / HelmService Class: HelmService # Hierarchy # HelmService Index # Methods # deleteRelease excludeDeprecated getChart getChartValues getRelease getReleaseHistory getReleaseValues installChart listCharts listReleases rollback updateRelease Methods # deleteRelease # \u25b8 deleteRelease ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:68 Parameters: Name Type cluster Cluster releaseName string namespace string Returns: Promise \\ excludeDeprecated # \u25b8 Protected excludeDeprecated ( entries : any): any Defined in src/main/helm/helm-service.ts:84 Parameters: Name Type entries any Returns: any getChart # \u25b8 getChart ( repoName : string, chartName : string, version? : string): Promise \\<{ readme: string = \"\"; versions: {} }> Defined in src/main/helm/helm-service.ts:29 Parameters: Name Type Default value repoName string - chartName string - version string \"\" Returns: Promise \\<{ readme: string = \"\"; versions: {} }> getChartValues # \u25b8 getChartValues ( repoName : string, chartName : string, version? : string): Promise \\ Defined in src/main/helm/helm-service.ts:42 Parameters: Name Type Default value repoName string - chartName string - version string \"\" Returns: Promise \\ getRelease # \u25b8 getRelease ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:53 Parameters: Name Type cluster Cluster releaseName string namespace string Returns: Promise \\ getReleaseHistory # \u25b8 getReleaseHistory ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:63 Parameters: Name Type cluster Cluster releaseName string namespace string Returns: Promise \\ getReleaseValues # \u25b8 getReleaseValues ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:58 Parameters: Name Type cluster Cluster releaseName string namespace string Returns: Promise \\ installChart # \u25b8 installChart ( cluster : Cluster , data : { chart: string ; name: string ; namespace: string ; values: {} ; version: string }): Promise \\<{ log: string = stdout; release: { name: string = releaseName; namespace: string = namespace } }> Defined in src/main/helm/helm-service.ts:8 Parameters: Name Type cluster Cluster data { chart: string ; name: string ; namespace: string ; values: {} ; version: string } Returns: Promise \\<{ log: string = stdout; release: { name: string = releaseName; namespace: string = namespace } }> listCharts # \u25b8 listCharts (): Promise \\ Defined in src/main/helm/helm-service.ts:12 Returns: Promise \\ listReleases # \u25b8 listReleases ( cluster : Cluster , namespace? : string): Promise \\ Defined in src/main/helm/helm-service.ts:48 Parameters: Name Type Default value cluster Cluster - namespace string null Returns: Promise \\ rollback # \u25b8 rollback ( cluster : Cluster , releaseName : string, namespace : string, revision : number): Promise \\<{ message: string = output }> Defined in src/main/helm/helm-service.ts:78 Parameters: Name Type cluster Cluster releaseName string namespace string revision number Returns: Promise \\<{ message: string = output }> updateRelease # \u25b8 updateRelease ( cluster : Cluster , releaseName : string, namespace : string, data : { chart: string ; values: {} ; version: string }): Promise \\<{ log: string = stdout; release: Promise \\ = this.getRelease(name, namespace, cluster) }> Defined in src/main/helm/helm-service.ts:73 Parameters: Name Type cluster Cluster releaseName string namespace string data { chart: string ; values: {} ; version: string } Returns: Promise \\<{ log: string = stdout; release: Promise \\ = this.getRelease(name, namespace, cluster) }>","title":"API Reference"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#class-helmservice","text":"","title":"Class: HelmService"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#hierarchy","text":"HelmService","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#methods","text":"deleteRelease excludeDeprecated getChart getChartValues getRelease getReleaseHistory getReleaseValues installChart listCharts listReleases rollback updateRelease","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#deleterelease","text":"\u25b8 deleteRelease ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:68","title":"deleteRelease"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#excludedeprecated","text":"\u25b8 Protected excludeDeprecated ( entries : any): any Defined in src/main/helm/helm-service.ts:84","title":"excludeDeprecated"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#getchart","text":"\u25b8 getChart ( repoName : string, chartName : string, version? : string): Promise \\<{ readme: string = \"\"; versions: {} }> Defined in src/main/helm/helm-service.ts:29","title":"getChart"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#getchartvalues","text":"\u25b8 getChartValues ( repoName : string, chartName : string, version? : string): Promise \\ Defined in src/main/helm/helm-service.ts:42","title":"getChartValues"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#getrelease","text":"\u25b8 getRelease ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:53","title":"getRelease"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#getreleasehistory","text":"\u25b8 getReleaseHistory ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:63","title":"getReleaseHistory"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#getreleasevalues","text":"\u25b8 getReleaseValues ( cluster : Cluster , releaseName : string, namespace : string): Promise \\ Defined in src/main/helm/helm-service.ts:58","title":"getReleaseValues"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#installchart","text":"\u25b8 installChart ( cluster : Cluster , data : { chart: string ; name: string ; namespace: string ; values: {} ; version: string }): Promise \\<{ log: string = stdout; release: { name: string = releaseName; namespace: string = namespace } }> Defined in src/main/helm/helm-service.ts:8","title":"installChart"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#listcharts","text":"\u25b8 listCharts (): Promise \\ Defined in src/main/helm/helm-service.ts:12 Returns: Promise \\","title":"listCharts"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#listreleases","text":"\u25b8 listReleases ( cluster : Cluster , namespace? : string): Promise \\ Defined in src/main/helm/helm-service.ts:48","title":"listReleases"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#rollback","text":"\u25b8 rollback ( cluster : Cluster , releaseName : string, namespace : string, revision : number): Promise \\<{ message: string = output }> Defined in src/main/helm/helm-service.ts:78","title":"rollback"},{"location":"extensions/api/classes/_src_main_helm_helm_service_.helmservice/#updaterelease","text":"\u25b8 updateRelease ( cluster : Cluster , releaseName : string, namespace : string, data : { chart: string ; values: {} ; version: string }): Promise \\<{ log: string = stdout; release: Promise \\ = this.getRelease(name, namespace, cluster) }> Defined in src/main/helm/helm-service.ts:73","title":"updateRelease"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/","text":"@k8slens/extensions Globals / \"src/main/kube-auth-proxy\" / KubeAuthProxy Class: KubeAuthProxy # Hierarchy # KubeAuthProxy Index # Constructors # constructor Properties # cluster env kubectl lastError port proxyProcess Methods # exit parseError run sendIpcLogMessage Constructors # constructor # + new KubeAuthProxy ( cluster : Cluster , port : number, env : ProcessEnv): KubeAuthProxy Defined in src/main/kube-auth-proxy.ts:20 Parameters: Name Type cluster Cluster port number env ProcessEnv Returns: KubeAuthProxy Properties # cluster # \u2022 Protected cluster : Cluster Defined in src/main/kube-auth-proxy.ts:16 env # \u2022 Protected env : ProcessEnv = null Defined in src/main/kube-auth-proxy.ts:17 kubectl # \u2022 Protected kubectl : Kubectl Defined in src/main/kube-auth-proxy.ts:20 lastError # \u2022 lastError : string Defined in src/main/kube-auth-proxy.ts:14 port # \u2022 Protected port : number Defined in src/main/kube-auth-proxy.ts:19 proxyProcess # \u2022 Protected proxyProcess : ChildProcess Defined in src/main/kube-auth-proxy.ts:18 Methods # exit # \u25b8 exit (): void Defined in src/main/kube-auth-proxy.ts:94 Returns: void parseError # \u25b8 Protected parseError ( data : string): string Defined in src/main/kube-auth-proxy.ts:73 Parameters: Name Type data string Returns: string run # \u25b8 run (): Promise \\ Defined in src/main/kube-auth-proxy.ts:29 Returns: Promise \\ sendIpcLogMessage # \u25b8 Protected sendIpcLogMessage ( res : KubeAuthProxyLog ): Promise \\ Defined in src/main/kube-auth-proxy.ts:88 Parameters: Name Type res KubeAuthProxyLog Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#class-kubeauthproxy","text":"","title":"Class: KubeAuthProxy"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#hierarchy","text":"KubeAuthProxy","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#properties","text":"cluster env kubectl lastError port proxyProcess","title":"Properties"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#methods","text":"exit parseError run sendIpcLogMessage","title":"Methods"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#constructor","text":"+ new KubeAuthProxy ( cluster : Cluster , port : number, env : ProcessEnv): KubeAuthProxy Defined in src/main/kube-auth-proxy.ts:20","title":"constructor"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#cluster","text":"\u2022 Protected cluster : Cluster Defined in src/main/kube-auth-proxy.ts:16","title":"cluster"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#env","text":"\u2022 Protected env : ProcessEnv = null Defined in src/main/kube-auth-proxy.ts:17","title":"env"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#kubectl","text":"\u2022 Protected kubectl : Kubectl Defined in src/main/kube-auth-proxy.ts:20","title":"kubectl"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#lasterror","text":"\u2022 lastError : string Defined in src/main/kube-auth-proxy.ts:14","title":"lastError"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#port","text":"\u2022 Protected port : number Defined in src/main/kube-auth-proxy.ts:19","title":"port"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#proxyprocess","text":"\u2022 Protected proxyProcess : ChildProcess Defined in src/main/kube-auth-proxy.ts:18","title":"proxyProcess"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#exit","text":"\u25b8 exit (): void Defined in src/main/kube-auth-proxy.ts:94 Returns: void","title":"exit"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#parseerror","text":"\u25b8 Protected parseError ( data : string): string Defined in src/main/kube-auth-proxy.ts:73","title":"parseError"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#run","text":"\u25b8 run (): Promise \\ Defined in src/main/kube-auth-proxy.ts:29 Returns: Promise \\","title":"run"},{"location":"extensions/api/classes/_src_main_kube_auth_proxy_.kubeauthproxy/#sendipclogmessage","text":"\u25b8 Protected sendIpcLogMessage ( res : KubeAuthProxyLog ): Promise \\ Defined in src/main/kube-auth-proxy.ts:88","title":"sendIpcLogMessage"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/","text":"@k8slens/extensions Globals / \"src/main/kubeconfig-manager\" / KubeconfigManager Class: KubeconfigManager # Hierarchy # KubeconfigManager Index # Properties # cluster configDir contextHandler port tempFile Methods # createProxyKubeconfig getPath init resolveProxyUrl unlink create Properties # cluster # \u2022 Protected cluster : Cluster Defined in src/main/kubeconfig-manager.ts:14 configDir # \u2022 Protected configDir : string = app.getPath(\"temp\") Defined in src/main/kubeconfig-manager.ts:11 contextHandler # \u2022 Protected contextHandler : ContextHandler Defined in src/main/kubeconfig-manager.ts:14 port # \u2022 Protected port : number Defined in src/main/kubeconfig-manager.ts:14 tempFile # \u2022 Protected tempFile : string Defined in src/main/kubeconfig-manager.ts:12 Methods # createProxyKubeconfig # \u25b8 Protected createProxyKubeconfig (): Promise \\ Defined in src/main/kubeconfig-manager.ts:43 Creates new \"temporary\" kubeconfig that point to the kubectl-proxy. This way any user of the config does not need to know anything about the auth etc. details. Returns: Promise \\ getPath # \u25b8 getPath (): string Defined in src/main/kubeconfig-manager.ts:31 Returns: string init # \u25b8 Protected init (): Promise \\ Defined in src/main/kubeconfig-manager.ts:22 Returns: Promise \\ resolveProxyUrl # \u25b8 Protected resolveProxyUrl (): string Defined in src/main/kubeconfig-manager.ts:35 Returns: string unlink # \u25b8 unlink (): Promise \\ Defined in src/main/kubeconfig-manager.ts:79 Returns: Promise \\ create # \u25b8 Static create ( cluster : Cluster , contextHandler : ContextHandler , port : number): Promise \\< KubeconfigManager > Defined in src/main/kubeconfig-manager.ts:16 Parameters: Name Type cluster Cluster contextHandler ContextHandler port number Returns: Promise \\< KubeconfigManager >","title":"API Reference"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#class-kubeconfigmanager","text":"","title":"Class: KubeconfigManager"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#hierarchy","text":"KubeconfigManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#properties","text":"cluster configDir contextHandler port tempFile","title":"Properties"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#methods","text":"createProxyKubeconfig getPath init resolveProxyUrl unlink create","title":"Methods"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#cluster","text":"\u2022 Protected cluster : Cluster Defined in src/main/kubeconfig-manager.ts:14","title":"cluster"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#configdir","text":"\u2022 Protected configDir : string = app.getPath(\"temp\") Defined in src/main/kubeconfig-manager.ts:11","title":"configDir"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#contexthandler","text":"\u2022 Protected contextHandler : ContextHandler Defined in src/main/kubeconfig-manager.ts:14","title":"contextHandler"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#port","text":"\u2022 Protected port : number Defined in src/main/kubeconfig-manager.ts:14","title":"port"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#tempfile","text":"\u2022 Protected tempFile : string Defined in src/main/kubeconfig-manager.ts:12","title":"tempFile"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#createproxykubeconfig","text":"\u25b8 Protected createProxyKubeconfig (): Promise \\ Defined in src/main/kubeconfig-manager.ts:43 Creates new \"temporary\" kubeconfig that point to the kubectl-proxy. This way any user of the config does not need to know anything about the auth etc. details. Returns: Promise \\","title":"createProxyKubeconfig"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#getpath","text":"\u25b8 getPath (): string Defined in src/main/kubeconfig-manager.ts:31 Returns: string","title":"getPath"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#init","text":"\u25b8 Protected init (): Promise \\ Defined in src/main/kubeconfig-manager.ts:22 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#resolveproxyurl","text":"\u25b8 Protected resolveProxyUrl (): string Defined in src/main/kubeconfig-manager.ts:35 Returns: string","title":"resolveProxyUrl"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#unlink","text":"\u25b8 unlink (): Promise \\ Defined in src/main/kubeconfig-manager.ts:79 Returns: Promise \\","title":"unlink"},{"location":"extensions/api/classes/_src_main_kubeconfig_manager_.kubeconfigmanager/#create","text":"\u25b8 Static create ( cluster : Cluster , contextHandler : ContextHandler , port : number): Promise \\< KubeconfigManager > Defined in src/main/kubeconfig-manager.ts:16","title":"create"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/","text":"@k8slens/extensions Globals / \"src/main/kubectl\" / Kubectl Class: Kubectl # Hierarchy # Kubectl Index # Constructors # constructor Properties # directory dirname kubectlVersion path url bundledKubectlVersion invalidBundle Accessors # kubectlDir Methods # binDir checkBinary checkBundled downloadKubectl ensureKubectl getBundledPath getDownloadDir getDownloadMirror getPath getPathFromPreferences writeInitScripts bundled Constructors # constructor # + new Kubectl ( clusterVersion : string): Kubectl Defined in src/main/kubectl.ts:75 Parameters: Name Type clusterVersion string Returns: Kubectl Properties # directory # \u2022 Protected directory : string Defined in src/main/kubectl.ts:58 dirname # \u2022 Protected dirname : string Defined in src/main/kubectl.ts:61 kubectlVersion # \u2022 kubectlVersion : string Defined in src/main/kubectl.ts:57 path # \u2022 Protected path : string Defined in src/main/kubectl.ts:60 url # \u2022 Protected url : string Defined in src/main/kubectl.ts:59 bundledKubectlVersion # \u25aa Static Readonly bundledKubectlVersion : string = bundledVersion Defined in src/main/kubectl.ts:67 invalidBundle # \u25aa Static invalidBundle : boolean = false Defined in src/main/kubectl.ts:68 Accessors # kubectlDir # \u2022 Static get kubectlDir (): string Defined in src/main/kubectl.ts:63 Returns: string Methods # binDir # \u25b8 binDir (): Promise \\ Defined in src/main/kubectl.ts:149 Returns: Promise \\ checkBinary # \u25b8 checkBinary ( path : string, checkVersion? : boolean): Promise \\ Defined in src/main/kubectl.ts:160 Parameters: Name Type Default value path string - checkVersion boolean true Returns: Promise \\ checkBundled # \u25b8 Protected checkBundled (): Promise \\ Defined in src/main/kubectl.ts:186 Returns: Promise \\ downloadKubectl # \u25b8 downloadKubectl (): Promise \\ Defined in src/main/kubectl.ts:241 Returns: Promise \\ ensureKubectl # \u25b8 ensureKubectl (): Promise \\ Defined in src/main/kubectl.ts:204 Returns: Promise \\ getBundledPath # \u25b8 getBundledPath (): string Defined in src/main/kubectl.ts:109 Returns: string getDownloadDir # \u25b8 Protected getDownloadDir (): string Defined in src/main/kubectl.ts:117 Returns: string getDownloadMirror # \u25b8 Protected getDownloadMirror (): string Defined in src/main/kubectl.ts:332 Returns: string getPath # \u25b8 getPath ( bundled? : boolean): Promise \\ Defined in src/main/kubectl.ts:125 Parameters: Name Type Default value bundled boolean false Returns: Promise \\ getPathFromPreferences # \u25b8 getPathFromPreferences (): string Defined in src/main/kubectl.ts:113 Returns: string writeInitScripts # \u25b8 Protected writeInitScripts (): Promise \\ Defined in src/main/kubectl.ts:273 Returns: Promise \\ bundled # \u25b8 Static bundled (): Kubectl Defined in src/main/kubectl.ts:72 Returns: Kubectl","title":"API Reference"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#class-kubectl","text":"","title":"Class: Kubectl"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#hierarchy","text":"Kubectl","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#properties","text":"directory dirname kubectlVersion path url bundledKubectlVersion invalidBundle","title":"Properties"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#accessors","text":"kubectlDir","title":"Accessors"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#methods","text":"binDir checkBinary checkBundled downloadKubectl ensureKubectl getBundledPath getDownloadDir getDownloadMirror getPath getPathFromPreferences writeInitScripts bundled","title":"Methods"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#constructor","text":"+ new Kubectl ( clusterVersion : string): Kubectl Defined in src/main/kubectl.ts:75","title":"constructor"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#directory","text":"\u2022 Protected directory : string Defined in src/main/kubectl.ts:58","title":"directory"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#dirname","text":"\u2022 Protected dirname : string Defined in src/main/kubectl.ts:61","title":"dirname"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#kubectlversion","text":"\u2022 kubectlVersion : string Defined in src/main/kubectl.ts:57","title":"kubectlVersion"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#path","text":"\u2022 Protected path : string Defined in src/main/kubectl.ts:60","title":"path"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#url","text":"\u2022 Protected url : string Defined in src/main/kubectl.ts:59","title":"url"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#bundledkubectlversion","text":"\u25aa Static Readonly bundledKubectlVersion : string = bundledVersion Defined in src/main/kubectl.ts:67","title":"bundledKubectlVersion"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#invalidbundle","text":"\u25aa Static invalidBundle : boolean = false Defined in src/main/kubectl.ts:68","title":"invalidBundle"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#kubectldir","text":"\u2022 Static get kubectlDir (): string Defined in src/main/kubectl.ts:63 Returns: string","title":"kubectlDir"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#bindir","text":"\u25b8 binDir (): Promise \\ Defined in src/main/kubectl.ts:149 Returns: Promise \\","title":"binDir"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#checkbinary","text":"\u25b8 checkBinary ( path : string, checkVersion? : boolean): Promise \\ Defined in src/main/kubectl.ts:160","title":"checkBinary"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#checkbundled","text":"\u25b8 Protected checkBundled (): Promise \\ Defined in src/main/kubectl.ts:186 Returns: Promise \\","title":"checkBundled"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#downloadkubectl","text":"\u25b8 downloadKubectl (): Promise \\ Defined in src/main/kubectl.ts:241 Returns: Promise \\","title":"downloadKubectl"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#ensurekubectl","text":"\u25b8 ensureKubectl (): Promise \\ Defined in src/main/kubectl.ts:204 Returns: Promise \\","title":"ensureKubectl"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#getbundledpath","text":"\u25b8 getBundledPath (): string Defined in src/main/kubectl.ts:109 Returns: string","title":"getBundledPath"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#getdownloaddir","text":"\u25b8 Protected getDownloadDir (): string Defined in src/main/kubectl.ts:117 Returns: string","title":"getDownloadDir"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#getdownloadmirror","text":"\u25b8 Protected getDownloadMirror (): string Defined in src/main/kubectl.ts:332 Returns: string","title":"getDownloadMirror"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#getpath","text":"\u25b8 getPath ( bundled? : boolean): Promise \\ Defined in src/main/kubectl.ts:125","title":"getPath"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#getpathfrompreferences","text":"\u25b8 getPathFromPreferences (): string Defined in src/main/kubectl.ts:113 Returns: string","title":"getPathFromPreferences"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#writeinitscripts","text":"\u25b8 Protected writeInitScripts (): Promise \\ Defined in src/main/kubectl.ts:273 Returns: Promise \\","title":"writeInitScripts"},{"location":"extensions/api/classes/_src_main_kubectl_.kubectl/#bundled","text":"\u25b8 Static bundled (): Kubectl Defined in src/main/kubectl.ts:72 Returns: Kubectl","title":"bundled"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/","text":"@k8slens/extensions Globals / \"src/main/lens-api\" / LensApi Class: LensApi # Hierarchy # LensApi \u21b3 KubeconfigRoute \u21b3 PortForwardRoute \u21b3 WatchRoute \u21b3 HelmApiRoute \u21b3 ResourceApplierApiRoute \u21b3 MetricsRoute Index # Methods # respond respondJson respondText Methods # respond # \u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Defined in src/main/lens-api.ts:12 Parameters: Name Type Default value res ServerResponse - content string - contentType string - status number 200 Returns: void respondJson # \u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Defined in src/main/lens-api.ts:4 Parameters: Name Type Default value res ServerResponse - content {} - status number 200 Returns: void respondText # \u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Defined in src/main/lens-api.ts:8 Parameters: Name Type Default value res ServerResponse - content string - status number 200 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#class-lensapi","text":"","title":"Class: LensApi"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#hierarchy","text":"LensApi \u21b3 KubeconfigRoute \u21b3 PortForwardRoute \u21b3 WatchRoute \u21b3 HelmApiRoute \u21b3 ResourceApplierApiRoute \u21b3 MetricsRoute","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#methods","text":"respond respondJson respondText","title":"Methods"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#respond","text":"\u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Defined in src/main/lens-api.ts:12","title":"respond"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#respondjson","text":"\u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Defined in src/main/lens-api.ts:4","title":"respondJson"},{"location":"extensions/api/classes/_src_main_lens_api_.lensapi/#respondtext","text":"\u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Defined in src/main/lens-api.ts:8","title":"respondText"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/","text":"@k8slens/extensions Globals / \"src/main/lens-binary\" / LensBinary Class: LensBinary # Hierarchy # LensBinary \u21b3 HelmCli Index # Constructors # constructor Properties # arch binaryName binaryVersion directory dirname logger originalBinaryName path platformName requestOpts tarPath url Methods # binDir binaryDir binaryPath checkBinary downloadBinary ensureBinary getBinaryDir getBinaryPath getOriginalBinaryPath getTarName getUrl renameBinary setLogger untarBinary Constructors # constructor # + new LensBinary ( opts : LensBinaryOpts ): LensBinary Defined in src/main/lens-binary.ts:30 Parameters: Name Type opts LensBinaryOpts Returns: LensBinary Properties # arch # \u2022 Protected arch : string Defined in src/main/lens-binary.ts:27 binaryName # \u2022 Protected binaryName : string Defined in src/main/lens-binary.ts:25 binaryVersion # \u2022 binaryVersion : string Defined in src/main/lens-binary.ts:19 directory # \u2022 Protected directory : string Defined in src/main/lens-binary.ts:20 dirname # \u2022 Protected dirname : string Defined in src/main/lens-binary.ts:24 logger # \u2022 Protected logger : Console | Logger Defined in src/main/lens-binary.ts:30 originalBinaryName # \u2022 Protected originalBinaryName : string Defined in src/main/lens-binary.ts:28 path # \u2022 Protected path : string Defined in src/main/lens-binary.ts:22 platformName # \u2022 Protected platformName : string Defined in src/main/lens-binary.ts:26 requestOpts # \u2022 Protected requestOpts : request.Options Defined in src/main/lens-binary.ts:29 tarPath # \u2022 Protected tarPath : string Defined in src/main/lens-binary.ts:23 url # \u2022 Protected url : string Defined in src/main/lens-binary.ts:21 Methods # binDir # \u25b8 binDir (): Promise \\ Defined in src/main/lens-binary.ts:96 Returns: Promise \\ binaryDir # \u25b8 Protected binaryDir (): void Defined in src/main/lens-binary.ts:67 Returns: void binaryPath # \u25b8 binaryPath (): Promise \\ Defined in src/main/lens-binary.ts:71 Returns: Promise \\ checkBinary # \u25b8 Protected checkBinary (): Promise \\ Defined in src/main/lens-binary.ts:106 Returns: Promise \\ downloadBinary # \u25b8 Protected downloadBinary (): Promise \\ Defined in src/main/lens-binary.ts:149 Returns: Promise \\ ensureBinary # \u25b8 ensureBinary (): Promise \\ Defined in src/main/lens-binary.ts:111 Returns: Promise \\ getBinaryDir # \u25b8 getBinaryDir (): string Defined in src/main/lens-binary.ts:92 Returns: string getBinaryPath # \u25b8 Protected getBinaryPath (): string Defined in src/main/lens-binary.ts:84 Returns: string getOriginalBinaryPath # \u25b8 Protected getOriginalBinaryPath (): string Defined in src/main/lens-binary.ts:88 Returns: string getTarName # \u25b8 Protected getTarName (): string | null Defined in src/main/lens-binary.ts:76 Returns: string | null getUrl # \u25b8 Protected getUrl (): string Defined in src/main/lens-binary.ts:80 Returns: string renameBinary # \u25b8 Protected renameBinary (): Promise \\ Defined in src/main/lens-binary.ts:135 Returns: Promise \\ setLogger # \u25b8 setLogger ( logger : Console | Logger): void Defined in src/main/lens-binary.ts:63 Parameters: Name Type logger Console | Logger Returns: void untarBinary # \u25b8 Protected untarBinary (): Promise \\ Defined in src/main/lens-binary.ts:123 Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#class-lensbinary","text":"","title":"Class: LensBinary"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#hierarchy","text":"LensBinary \u21b3 HelmCli","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#properties","text":"arch binaryName binaryVersion directory dirname logger originalBinaryName path platformName requestOpts tarPath url","title":"Properties"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#methods","text":"binDir binaryDir binaryPath checkBinary downloadBinary ensureBinary getBinaryDir getBinaryPath getOriginalBinaryPath getTarName getUrl renameBinary setLogger untarBinary","title":"Methods"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#constructor","text":"+ new LensBinary ( opts : LensBinaryOpts ): LensBinary Defined in src/main/lens-binary.ts:30","title":"constructor"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#arch","text":"\u2022 Protected arch : string Defined in src/main/lens-binary.ts:27","title":"arch"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#binaryname","text":"\u2022 Protected binaryName : string Defined in src/main/lens-binary.ts:25","title":"binaryName"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#binaryversion","text":"\u2022 binaryVersion : string Defined in src/main/lens-binary.ts:19","title":"binaryVersion"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#directory","text":"\u2022 Protected directory : string Defined in src/main/lens-binary.ts:20","title":"directory"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#dirname","text":"\u2022 Protected dirname : string Defined in src/main/lens-binary.ts:24","title":"dirname"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#logger","text":"\u2022 Protected logger : Console | Logger Defined in src/main/lens-binary.ts:30","title":"logger"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#originalbinaryname","text":"\u2022 Protected originalBinaryName : string Defined in src/main/lens-binary.ts:28","title":"originalBinaryName"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#path","text":"\u2022 Protected path : string Defined in src/main/lens-binary.ts:22","title":"path"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#platformname","text":"\u2022 Protected platformName : string Defined in src/main/lens-binary.ts:26","title":"platformName"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#requestopts","text":"\u2022 Protected requestOpts : request.Options Defined in src/main/lens-binary.ts:29","title":"requestOpts"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#tarpath","text":"\u2022 Protected tarPath : string Defined in src/main/lens-binary.ts:23","title":"tarPath"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#url","text":"\u2022 Protected url : string Defined in src/main/lens-binary.ts:21","title":"url"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#bindir","text":"\u25b8 binDir (): Promise \\ Defined in src/main/lens-binary.ts:96 Returns: Promise \\","title":"binDir"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#binarydir","text":"\u25b8 Protected binaryDir (): void Defined in src/main/lens-binary.ts:67 Returns: void","title":"binaryDir"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#binarypath","text":"\u25b8 binaryPath (): Promise \\ Defined in src/main/lens-binary.ts:71 Returns: Promise \\","title":"binaryPath"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#checkbinary","text":"\u25b8 Protected checkBinary (): Promise \\ Defined in src/main/lens-binary.ts:106 Returns: Promise \\","title":"checkBinary"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#downloadbinary","text":"\u25b8 Protected downloadBinary (): Promise \\ Defined in src/main/lens-binary.ts:149 Returns: Promise \\","title":"downloadBinary"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#ensurebinary","text":"\u25b8 ensureBinary (): Promise \\ Defined in src/main/lens-binary.ts:111 Returns: Promise \\","title":"ensureBinary"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#getbinarydir","text":"\u25b8 getBinaryDir (): string Defined in src/main/lens-binary.ts:92 Returns: string","title":"getBinaryDir"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#getbinarypath","text":"\u25b8 Protected getBinaryPath (): string Defined in src/main/lens-binary.ts:84 Returns: string","title":"getBinaryPath"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#getoriginalbinarypath","text":"\u25b8 Protected getOriginalBinaryPath (): string Defined in src/main/lens-binary.ts:88 Returns: string","title":"getOriginalBinaryPath"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#gettarname","text":"\u25b8 Protected getTarName (): string | null Defined in src/main/lens-binary.ts:76 Returns: string | null","title":"getTarName"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#geturl","text":"\u25b8 Protected getUrl (): string Defined in src/main/lens-binary.ts:80 Returns: string","title":"getUrl"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#renamebinary","text":"\u25b8 Protected renameBinary (): Promise \\ Defined in src/main/lens-binary.ts:135 Returns: Promise \\","title":"renameBinary"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#setlogger","text":"\u25b8 setLogger ( logger : Console | Logger): void Defined in src/main/lens-binary.ts:63","title":"setLogger"},{"location":"extensions/api/classes/_src_main_lens_binary_.lensbinary/#untarbinary","text":"\u25b8 Protected untarBinary (): Promise \\ Defined in src/main/lens-binary.ts:123 Returns: Promise \\","title":"untarBinary"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/","text":"@k8slens/extensions Globals / \"src/main/prometheus/helm\" / PrometheusHelm Class: PrometheusHelm # Hierarchy # PrometheusLens \u21b3 PrometheusHelm Implements # PrometheusProvider Index # Properties # id name rateAccuracy Methods # getPrometheusService getQueries Properties # id # \u2022 id : string = \"helm\" Implementation of PrometheusProvider . id Overrides PrometheusLens . id Defined in src/main/prometheus/helm.ts:7 name # \u2022 name : string = \"Helm\" Implementation of PrometheusProvider . name Overrides PrometheusLens . name Defined in src/main/prometheus/helm.ts:8 rateAccuracy # \u2022 rateAccuracy : string = \"5m\" Overrides PrometheusLens . rateAccuracy Defined in src/main/prometheus/helm.ts:9 Methods # getPrometheusService # \u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Overrides PrometheusLens . getPrometheusService Defined in src/main/prometheus/helm.ts:11 Parameters: Name Type client CoreV1Api Returns: Promise \\< PrometheusService > getQueries # \u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Inherited from PrometheusLens . getQueries Defined in src/main/prometheus/lens.ts:25 Parameters: Name Type opts PrometheusQueryOpts Returns: PrometheusQuery","title":"API Reference"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#class-prometheushelm","text":"","title":"Class: PrometheusHelm"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#hierarchy","text":"PrometheusLens \u21b3 PrometheusHelm","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#implements","text":"PrometheusProvider","title":"Implements"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#properties","text":"id name rateAccuracy","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#methods","text":"getPrometheusService getQueries","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#id","text":"\u2022 id : string = \"helm\" Implementation of PrometheusProvider . id Overrides PrometheusLens . id Defined in src/main/prometheus/helm.ts:7","title":"id"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#name","text":"\u2022 name : string = \"Helm\" Implementation of PrometheusProvider . name Overrides PrometheusLens . name Defined in src/main/prometheus/helm.ts:8","title":"name"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#rateaccuracy","text":"\u2022 rateAccuracy : string = \"5m\" Overrides PrometheusLens . rateAccuracy Defined in src/main/prometheus/helm.ts:9","title":"rateAccuracy"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#getprometheusservice","text":"\u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Overrides PrometheusLens . getPrometheusService Defined in src/main/prometheus/helm.ts:11","title":"getPrometheusService"},{"location":"extensions/api/classes/_src_main_prometheus_helm_.prometheushelm/#getqueries","text":"\u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Inherited from PrometheusLens . getQueries Defined in src/main/prometheus/lens.ts:25","title":"getQueries"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/","text":"@k8slens/extensions Globals / \"src/main/prometheus/lens\" / PrometheusLens Class: PrometheusLens # Hierarchy # PrometheusLens \u21b3 PrometheusHelm Implements # PrometheusProvider Index # Properties # id name rateAccuracy Methods # getPrometheusService getQueries Properties # id # \u2022 id : string = \"lens\" Implementation of PrometheusProvider . id Defined in src/main/prometheus/lens.ts:6 name # \u2022 name : string = \"Lens\" Implementation of PrometheusProvider . name Defined in src/main/prometheus/lens.ts:7 rateAccuracy # \u2022 rateAccuracy : string = \"1m\" Defined in src/main/prometheus/lens.ts:8 Methods # getPrometheusService # \u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Defined in src/main/prometheus/lens.ts:10 Parameters: Name Type client CoreV1Api Returns: Promise \\< PrometheusService > getQueries # \u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Defined in src/main/prometheus/lens.ts:25 Parameters: Name Type opts PrometheusQueryOpts Returns: PrometheusQuery","title":"API Reference"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#class-prometheuslens","text":"","title":"Class: PrometheusLens"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#hierarchy","text":"PrometheusLens \u21b3 PrometheusHelm","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#implements","text":"PrometheusProvider","title":"Implements"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#properties","text":"id name rateAccuracy","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#methods","text":"getPrometheusService getQueries","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#id","text":"\u2022 id : string = \"lens\" Implementation of PrometheusProvider . id Defined in src/main/prometheus/lens.ts:6","title":"id"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#name","text":"\u2022 name : string = \"Lens\" Implementation of PrometheusProvider . name Defined in src/main/prometheus/lens.ts:7","title":"name"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#rateaccuracy","text":"\u2022 rateAccuracy : string = \"1m\" Defined in src/main/prometheus/lens.ts:8","title":"rateAccuracy"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#getprometheusservice","text":"\u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Defined in src/main/prometheus/lens.ts:10","title":"getPrometheusService"},{"location":"extensions/api/classes/_src_main_prometheus_lens_.prometheuslens/#getqueries","text":"\u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Defined in src/main/prometheus/lens.ts:25","title":"getQueries"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/","text":"@k8slens/extensions Globals / \"src/main/prometheus/operator\" / PrometheusOperator Class: PrometheusOperator # Hierarchy # PrometheusOperator Implements # PrometheusProvider Index # Properties # id name rateAccuracy Methods # getPrometheusService getQueries Properties # id # \u2022 id : string = \"operator\" Implementation of PrometheusProvider . id Defined in src/main/prometheus/operator.ts:7 name # \u2022 name : string = \"Prometheus Operator\" Implementation of PrometheusProvider . name Defined in src/main/prometheus/operator.ts:8 rateAccuracy # \u2022 rateAccuracy : string = \"1m\" Defined in src/main/prometheus/operator.ts:6 Methods # getPrometheusService # \u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Defined in src/main/prometheus/operator.ts:10 Parameters: Name Type client CoreV1Api Returns: Promise \\< PrometheusService > getQueries # \u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Defined in src/main/prometheus/operator.ts:33 Parameters: Name Type opts PrometheusQueryOpts Returns: PrometheusQuery","title":"API Reference"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#class-prometheusoperator","text":"","title":"Class: PrometheusOperator"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#hierarchy","text":"PrometheusOperator","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#implements","text":"PrometheusProvider","title":"Implements"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#properties","text":"id name rateAccuracy","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#methods","text":"getPrometheusService getQueries","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#id","text":"\u2022 id : string = \"operator\" Implementation of PrometheusProvider . id Defined in src/main/prometheus/operator.ts:7","title":"id"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#name","text":"\u2022 name : string = \"Prometheus Operator\" Implementation of PrometheusProvider . name Defined in src/main/prometheus/operator.ts:8","title":"name"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#rateaccuracy","text":"\u2022 rateAccuracy : string = \"1m\" Defined in src/main/prometheus/operator.ts:6","title":"rateAccuracy"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#getprometheusservice","text":"\u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Defined in src/main/prometheus/operator.ts:10","title":"getPrometheusService"},{"location":"extensions/api/classes/_src_main_prometheus_operator_.prometheusoperator/#getqueries","text":"\u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Defined in src/main/prometheus/operator.ts:33","title":"getQueries"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/","text":"@k8slens/extensions Globals / \"src/main/prometheus/provider-registry\" / PrometheusProviderRegistry Class: PrometheusProviderRegistry # Hierarchy # PrometheusProviderRegistry Index # Methods # getProvider getProviders registerProvider Methods # getProvider # \u25b8 Static getProvider ( type : string): PrometheusProvider Defined in src/main/prometheus/provider-registry.ts:76 Parameters: Name Type type string Returns: PrometheusProvider getProviders # \u25b8 Static getProviders (): PrometheusProvider [] Defined in src/main/prometheus/provider-registry.ts:87 Returns: PrometheusProvider [] registerProvider # \u25b8 Static registerProvider ( key : string, provider : PrometheusProvider ): void Defined in src/main/prometheus/provider-registry.ts:83 Parameters: Name Type key string provider PrometheusProvider Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#class-prometheusproviderregistry","text":"","title":"Class: PrometheusProviderRegistry"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#hierarchy","text":"PrometheusProviderRegistry","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#methods","text":"getProvider getProviders registerProvider","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#getprovider","text":"\u25b8 Static getProvider ( type : string): PrometheusProvider Defined in src/main/prometheus/provider-registry.ts:76","title":"getProvider"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#getproviders","text":"\u25b8 Static getProviders (): PrometheusProvider [] Defined in src/main/prometheus/provider-registry.ts:87 Returns: PrometheusProvider []","title":"getProviders"},{"location":"extensions/api/classes/_src_main_prometheus_provider_registry_.prometheusproviderregistry/#registerprovider","text":"\u25b8 Static registerProvider ( key : string, provider : PrometheusProvider ): void Defined in src/main/prometheus/provider-registry.ts:83","title":"registerProvider"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/","text":"@k8slens/extensions Globals / \"src/main/prometheus/stacklight\" / PrometheusStacklight Class: PrometheusStacklight # Hierarchy # PrometheusStacklight Implements # PrometheusProvider Index # Properties # id name rateAccuracy Methods # getPrometheusService getQueries Properties # id # \u2022 id : string = \"stacklight\" Implementation of PrometheusProvider . id Defined in src/main/prometheus/stacklight.ts:6 name # \u2022 name : string = \"Stacklight\" Implementation of PrometheusProvider . name Defined in src/main/prometheus/stacklight.ts:7 rateAccuracy # \u2022 rateAccuracy : string = \"1m\" Defined in src/main/prometheus/stacklight.ts:8 Methods # getPrometheusService # \u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Defined in src/main/prometheus/stacklight.ts:10 Parameters: Name Type client CoreV1Api Returns: Promise \\< PrometheusService > getQueries # \u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Defined in src/main/prometheus/stacklight.ts:25 Parameters: Name Type opts PrometheusQueryOpts Returns: PrometheusQuery","title":"API Reference"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#class-prometheusstacklight","text":"","title":"Class: PrometheusStacklight"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#hierarchy","text":"PrometheusStacklight","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#implements","text":"PrometheusProvider","title":"Implements"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#properties","text":"id name rateAccuracy","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#methods","text":"getPrometheusService getQueries","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#id","text":"\u2022 id : string = \"stacklight\" Implementation of PrometheusProvider . id Defined in src/main/prometheus/stacklight.ts:6","title":"id"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#name","text":"\u2022 name : string = \"Stacklight\" Implementation of PrometheusProvider . name Defined in src/main/prometheus/stacklight.ts:7","title":"name"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#rateaccuracy","text":"\u2022 rateAccuracy : string = \"1m\" Defined in src/main/prometheus/stacklight.ts:8","title":"rateAccuracy"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#getprometheusservice","text":"\u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Implementation of PrometheusProvider Defined in src/main/prometheus/stacklight.ts:10","title":"getPrometheusService"},{"location":"extensions/api/classes/_src_main_prometheus_stacklight_.prometheusstacklight/#getqueries","text":"\u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Implementation of PrometheusProvider Defined in src/main/prometheus/stacklight.ts:25","title":"getQueries"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/","text":"@k8slens/extensions Globals / \"src/main/resource-applier\" / ResourceApplier Class: ResourceApplier # Hierarchy # ResourceApplier Index # Constructors # constructor Properties # cluster Methods # apply kubectlApply kubectlApplyAll sanitizeObject Constructors # constructor # + new ResourceApplier ( cluster : Cluster ): ResourceApplier Defined in src/main/resource-applier.ts:12 Parameters: Name Type cluster Cluster Returns: ResourceApplier Properties # cluster # \u2022 Protected cluster : Cluster Defined in src/main/resource-applier.ts:13 Methods # apply # \u25b8 apply ( resource : KubernetesObject | any): Promise \\ Defined in src/main/resource-applier.ts:16 Parameters: Name Type resource KubernetesObject | any Returns: Promise \\ kubectlApply # \u25b8 Protected kubectlApply ( content : string): Promise \\ Defined in src/main/resource-applier.ts:22 Parameters: Name Type content string Returns: Promise \\ kubectlApplyAll # \u25b8 kubectlApplyAll ( resources : string[]): Promise \\ Defined in src/main/resource-applier.ts:48 Parameters: Name Type resources string[] Returns: Promise \\ sanitizeObject # \u25b8 Protected sanitizeObject ( resource : KubernetesObject | any): any Defined in src/main/resource-applier.ts:72 Parameters: Name Type resource KubernetesObject | any Returns: any","title":"API Reference"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#class-resourceapplier","text":"","title":"Class: ResourceApplier"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#hierarchy","text":"ResourceApplier","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#properties","text":"cluster","title":"Properties"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#methods","text":"apply kubectlApply kubectlApplyAll sanitizeObject","title":"Methods"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#constructor","text":"+ new ResourceApplier ( cluster : Cluster ): ResourceApplier Defined in src/main/resource-applier.ts:12","title":"constructor"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#cluster","text":"\u2022 Protected cluster : Cluster Defined in src/main/resource-applier.ts:13","title":"cluster"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#apply","text":"\u25b8 apply ( resource : KubernetesObject | any): Promise \\ Defined in src/main/resource-applier.ts:16","title":"apply"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#kubectlapply","text":"\u25b8 Protected kubectlApply ( content : string): Promise \\ Defined in src/main/resource-applier.ts:22","title":"kubectlApply"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#kubectlapplyall","text":"\u25b8 kubectlApplyAll ( resources : string[]): Promise \\ Defined in src/main/resource-applier.ts:48","title":"kubectlApplyAll"},{"location":"extensions/api/classes/_src_main_resource_applier_.resourceapplier/#sanitizeobject","text":"\u25b8 Protected sanitizeObject ( resource : KubernetesObject | any): any Defined in src/main/resource-applier.ts:72","title":"sanitizeObject"},{"location":"extensions/api/classes/_src_main_router_.router/","text":"@k8slens/extensions Globals / \"src/main/router\" / Router Class: Router # Hierarchy # Router Index # Constructors # constructor Properties # router Methods # addRoutes getMimeType getRequest handleStaticFile route Constructors # constructor # + new Router (): Router Defined in src/main/router.ts:41 Returns: Router Properties # router # \u2022 Protected router : any Defined in src/main/router.ts:41 Methods # addRoutes # \u25b8 Protected addRoutes (): void Defined in src/main/router.ts:119 Returns: void getMimeType # \u25b8 Protected getMimeType ( filename : string): string Defined in src/main/router.ts:81 Parameters: Name Type filename string Returns: string getRequest # \u25b8 Protected getRequest ( opts : RouterRequestOpts ): Promise \\< LensApiRequest > Defined in src/main/router.ts:62 Parameters: Name Type opts RouterRequestOpts Returns: Promise \\< LensApiRequest > handleStaticFile # \u25b8 handleStaticFile ( filePath : string, res : ServerResponse, req : IncomingMessage): Promise \\ Defined in src/main/router.ts:97 Parameters: Name Type filePath string res ServerResponse req IncomingMessage Returns: Promise \\ route # \u25b8 route ( cluster : Cluster , req : IncomingMessage, res : ServerResponse): Promise \\ Defined in src/main/router.ts:48 Parameters: Name Type cluster Cluster req IncomingMessage res ServerResponse Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_router_.router/#class-router","text":"","title":"Class: Router"},{"location":"extensions/api/classes/_src_main_router_.router/#hierarchy","text":"Router","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_router_.router/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_router_.router/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_router_.router/#properties","text":"router","title":"Properties"},{"location":"extensions/api/classes/_src_main_router_.router/#methods","text":"addRoutes getMimeType getRequest handleStaticFile route","title":"Methods"},{"location":"extensions/api/classes/_src_main_router_.router/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_router_.router/#constructor","text":"+ new Router (): Router Defined in src/main/router.ts:41 Returns: Router","title":"constructor"},{"location":"extensions/api/classes/_src_main_router_.router/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_router_.router/#router","text":"\u2022 Protected router : any Defined in src/main/router.ts:41","title":"router"},{"location":"extensions/api/classes/_src_main_router_.router/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_router_.router/#addroutes","text":"\u25b8 Protected addRoutes (): void Defined in src/main/router.ts:119 Returns: void","title":"addRoutes"},{"location":"extensions/api/classes/_src_main_router_.router/#getmimetype","text":"\u25b8 Protected getMimeType ( filename : string): string Defined in src/main/router.ts:81","title":"getMimeType"},{"location":"extensions/api/classes/_src_main_router_.router/#getrequest","text":"\u25b8 Protected getRequest ( opts : RouterRequestOpts ): Promise \\< LensApiRequest > Defined in src/main/router.ts:62","title":"getRequest"},{"location":"extensions/api/classes/_src_main_router_.router/#handlestaticfile","text":"\u25b8 handleStaticFile ( filePath : string, res : ServerResponse, req : IncomingMessage): Promise \\ Defined in src/main/router.ts:97","title":"handleStaticFile"},{"location":"extensions/api/classes/_src_main_router_.router/#route","text":"\u25b8 route ( cluster : Cluster , req : IncomingMessage, res : ServerResponse): Promise \\ Defined in src/main/router.ts:48","title":"route"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/","text":"@k8slens/extensions Globals / \"src/main/routes/helm-route\" / HelmApiRoute Class: HelmApiRoute # Hierarchy # LensApi \u21b3 HelmApiRoute Index # Methods # deleteRelease getChart getChartValues getRelease getReleaseHistory getReleaseValues installChart listCharts listReleases respond respondJson respondText rollbackRelease updateRelease Methods # deleteRelease # \u25b8 deleteRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:102 Parameters: Name Type request LensApiRequest Returns: Promise \\ getChart # \u25b8 getChart ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:13 Parameters: Name Type request LensApiRequest Returns: Promise \\ getChartValues # \u25b8 getChartValues ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:19 Parameters: Name Type request LensApiRequest Returns: Promise \\ getRelease # \u25b8 getRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:69 Parameters: Name Type request LensApiRequest Returns: Promise \\ getReleaseHistory # \u25b8 getReleaseHistory ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:91 Parameters: Name Type request LensApiRequest Returns: Promise \\ getReleaseValues # \u25b8 getReleaseValues ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:80 Parameters: Name Type request LensApiRequest Returns: Promise \\ installChart # \u25b8 installChart ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:25 Parameters: Name Type request LensApiRequest Returns: Promise \\ listCharts # \u25b8 listCharts ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:7 Parameters: Name Type request LensApiRequest Returns: Promise \\ listReleases # \u25b8 listReleases ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:58 Parameters: Name Type request LensApiRequest Returns: Promise \\ respond # \u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12 Parameters: Name Type Default value res ServerResponse - content string - contentType string - status number 200 Returns: void respondJson # \u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4 Parameters: Name Type Default value res ServerResponse - content {} - status number 200 Returns: void respondText # \u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8 Parameters: Name Type Default value res ServerResponse - content string - status number 200 Returns: void rollbackRelease # \u25b8 rollbackRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:47 Parameters: Name Type request LensApiRequest Returns: Promise \\ updateRelease # \u25b8 updateRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:36 Parameters: Name Type request LensApiRequest Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#class-helmapiroute","text":"","title":"Class: HelmApiRoute"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#hierarchy","text":"LensApi \u21b3 HelmApiRoute","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#methods","text":"deleteRelease getChart getChartValues getRelease getReleaseHistory getReleaseValues installChart listCharts listReleases respond respondJson respondText rollbackRelease updateRelease","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#deleterelease","text":"\u25b8 deleteRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:102","title":"deleteRelease"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#getchart","text":"\u25b8 getChart ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:13","title":"getChart"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#getchartvalues","text":"\u25b8 getChartValues ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:19","title":"getChartValues"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#getrelease","text":"\u25b8 getRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:69","title":"getRelease"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#getreleasehistory","text":"\u25b8 getReleaseHistory ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:91","title":"getReleaseHistory"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#getreleasevalues","text":"\u25b8 getReleaseValues ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:80","title":"getReleaseValues"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#installchart","text":"\u25b8 installChart ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:25","title":"installChart"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#listcharts","text":"\u25b8 listCharts ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:7","title":"listCharts"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#listreleases","text":"\u25b8 listReleases ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:58","title":"listReleases"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#respond","text":"\u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12","title":"respond"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#respondjson","text":"\u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4","title":"respondJson"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#respondtext","text":"\u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8","title":"respondText"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#rollbackrelease","text":"\u25b8 rollbackRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:47","title":"rollbackRelease"},{"location":"extensions/api/classes/_src_main_routes_helm_route_.helmapiroute/#updaterelease","text":"\u25b8 updateRelease ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/helm-route.ts:36","title":"updateRelease"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/","text":"@k8slens/extensions Globals / \"src/main/routes/kubeconfig-route\" / KubeconfigRoute Class: KubeconfigRoute # Hierarchy # LensApi \u21b3 KubeconfigRoute Index # Methods # respond respondJson respondText routeServiceAccountRoute Methods # respond # \u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12 Parameters: Name Type Default value res ServerResponse - content string - contentType string - status number 200 Returns: void respondJson # \u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4 Parameters: Name Type Default value res ServerResponse - content {} - status number 200 Returns: void respondText # \u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8 Parameters: Name Type Default value res ServerResponse - content string - status number 200 Returns: void routeServiceAccountRoute # \u25b8 routeServiceAccountRoute ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/kubeconfig-route.ts:44 Parameters: Name Type request LensApiRequest Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#class-kubeconfigroute","text":"","title":"Class: KubeconfigRoute"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#hierarchy","text":"LensApi \u21b3 KubeconfigRoute","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#methods","text":"respond respondJson respondText routeServiceAccountRoute","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#respond","text":"\u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12","title":"respond"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#respondjson","text":"\u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4","title":"respondJson"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#respondtext","text":"\u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8","title":"respondText"},{"location":"extensions/api/classes/_src_main_routes_kubeconfig_route_.kubeconfigroute/#routeserviceaccountroute","text":"\u25b8 routeServiceAccountRoute ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/kubeconfig-route.ts:44","title":"routeServiceAccountRoute"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/","text":"@k8slens/extensions Globals / \"src/main/routes/metrics-route\" / MetricsRoute Class: MetricsRoute # Hierarchy # LensApi \u21b3 MetricsRoute Index # Methods # respond respondJson respondText routeMetrics Methods # respond # \u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12 Parameters: Name Type Default value res ServerResponse - content string - contentType string - status number 200 Returns: void respondJson # \u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4 Parameters: Name Type Default value res ServerResponse - content {} - status number 200 Returns: void respondText # \u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8 Parameters: Name Type Default value res ServerResponse - content string - status number 200 Returns: void routeMetrics # \u25b8 routeMetrics ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/metrics-route.ts:10 Parameters: Name Type request LensApiRequest Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#class-metricsroute","text":"","title":"Class: MetricsRoute"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#hierarchy","text":"LensApi \u21b3 MetricsRoute","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#methods","text":"respond respondJson respondText routeMetrics","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#respond","text":"\u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12","title":"respond"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#respondjson","text":"\u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4","title":"respondJson"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#respondtext","text":"\u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8","title":"respondText"},{"location":"extensions/api/classes/_src_main_routes_metrics_route_.metricsroute/#routemetrics","text":"\u25b8 routeMetrics ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/metrics-route.ts:10","title":"routeMetrics"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/","text":"@k8slens/extensions Globals / \"src/main/routes/port-forward-route\" / PortForward Class: PortForward # Hierarchy # PortForward Index # Constructors # constructor Properties # clusterId kind kubeConfig localPort name namespace port process portForwards Methods # open start getPortforward Constructors # constructor # + new PortForward ( obj : any): PortForward Defined in src/main/routes/port-forward-route.ts:32 Parameters: Name Type obj any Returns: PortForward Properties # clusterId # \u2022 clusterId : string Defined in src/main/routes/port-forward-route.ts:25 kind # \u2022 kind : string Defined in src/main/routes/port-forward-route.ts:28 kubeConfig # \u2022 kubeConfig : string Defined in src/main/routes/port-forward-route.ts:27 localPort # \u2022 localPort : number Defined in src/main/routes/port-forward-route.ts:32 name # \u2022 name : string Defined in src/main/routes/port-forward-route.ts:30 namespace # \u2022 namespace : string Defined in src/main/routes/port-forward-route.ts:29 port # \u2022 port : string Defined in src/main/routes/port-forward-route.ts:31 process # \u2022 process : ChildProcessWithoutNullStreams Defined in src/main/routes/port-forward-route.ts:26 portForwards # \u25aa Static portForwards : PortForward [] = [] Defined in src/main/routes/port-forward-route.ts:11 Methods # open # \u25b8 open (): void Defined in src/main/routes/port-forward-route.ts:68 Returns: void start # \u25b8 start (): Promise \\ Defined in src/main/routes/port-forward-route.ts:38 Returns: Promise \\ getPortforward # \u25b8 Static getPortforward ( forward : { clusterId: string ; kind: string ; name: string ; namespace: string ; port: string }): PortForward Defined in src/main/routes/port-forward-route.ts:13 Parameters: Name Type forward { clusterId: string ; kind: string ; name: string ; namespace: string ; port: string } Returns: PortForward","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#class-portforward","text":"","title":"Class: PortForward"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#hierarchy","text":"PortForward","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#properties","text":"clusterId kind kubeConfig localPort name namespace port process portForwards","title":"Properties"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#methods","text":"open start getPortforward","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#constructor","text":"+ new PortForward ( obj : any): PortForward Defined in src/main/routes/port-forward-route.ts:32","title":"constructor"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#clusterid","text":"\u2022 clusterId : string Defined in src/main/routes/port-forward-route.ts:25","title":"clusterId"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#kind","text":"\u2022 kind : string Defined in src/main/routes/port-forward-route.ts:28","title":"kind"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#kubeconfig","text":"\u2022 kubeConfig : string Defined in src/main/routes/port-forward-route.ts:27","title":"kubeConfig"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#localport","text":"\u2022 localPort : number Defined in src/main/routes/port-forward-route.ts:32","title":"localPort"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#name","text":"\u2022 name : string Defined in src/main/routes/port-forward-route.ts:30","title":"name"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#namespace","text":"\u2022 namespace : string Defined in src/main/routes/port-forward-route.ts:29","title":"namespace"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#port","text":"\u2022 port : string Defined in src/main/routes/port-forward-route.ts:31","title":"port"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#process","text":"\u2022 process : ChildProcessWithoutNullStreams Defined in src/main/routes/port-forward-route.ts:26","title":"process"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#portforwards","text":"\u25aa Static portForwards : PortForward [] = [] Defined in src/main/routes/port-forward-route.ts:11","title":"portForwards"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#open","text":"\u25b8 open (): void Defined in src/main/routes/port-forward-route.ts:68 Returns: void","title":"open"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#start","text":"\u25b8 start (): Promise \\ Defined in src/main/routes/port-forward-route.ts:38 Returns: Promise \\","title":"start"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforward/#getportforward","text":"\u25b8 Static getPortforward ( forward : { clusterId: string ; kind: string ; name: string ; namespace: string ; port: string }): PortForward Defined in src/main/routes/port-forward-route.ts:13","title":"getPortforward"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/","text":"@k8slens/extensions Globals / \"src/main/routes/port-forward-route\" / PortForwardRoute Class: PortForwardRoute # Hierarchy # LensApi \u21b3 PortForwardRoute Index # Methods # respond respondJson respondText routePortForward Methods # respond # \u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12 Parameters: Name Type Default value res ServerResponse - content string - contentType string - status number 200 Returns: void respondJson # \u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4 Parameters: Name Type Default value res ServerResponse - content {} - status number 200 Returns: void respondText # \u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8 Parameters: Name Type Default value res ServerResponse - content string - status number 200 Returns: void routePortForward # \u25b8 routePortForward ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/port-forward-route.ts:75 Parameters: Name Type request LensApiRequest Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#class-portforwardroute","text":"","title":"Class: PortForwardRoute"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#hierarchy","text":"LensApi \u21b3 PortForwardRoute","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#methods","text":"respond respondJson respondText routePortForward","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#respond","text":"\u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12","title":"respond"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#respondjson","text":"\u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4","title":"respondJson"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#respondtext","text":"\u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8","title":"respondText"},{"location":"extensions/api/classes/_src_main_routes_port_forward_route_.portforwardroute/#routeportforward","text":"\u25b8 routePortForward ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/port-forward-route.ts:75","title":"routePortForward"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/","text":"@k8slens/extensions Globals / \"src/main/routes/resource-applier-route\" / ResourceApplierApiRoute Class: ResourceApplierApiRoute # Hierarchy # LensApi \u21b3 ResourceApplierApiRoute Index # Methods # applyResource respond respondJson respondText Methods # applyResource # \u25b8 applyResource ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/resource-applier-route.ts:6 Parameters: Name Type request LensApiRequest Returns: Promise \\ respond # \u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12 Parameters: Name Type Default value res ServerResponse - content string - contentType string - status number 200 Returns: void respondJson # \u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4 Parameters: Name Type Default value res ServerResponse - content {} - status number 200 Returns: void respondText # \u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8 Parameters: Name Type Default value res ServerResponse - content string - status number 200 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#class-resourceapplierapiroute","text":"","title":"Class: ResourceApplierApiRoute"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#hierarchy","text":"LensApi \u21b3 ResourceApplierApiRoute","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#methods","text":"applyResource respond respondJson respondText","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#applyresource","text":"\u25b8 applyResource ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/resource-applier-route.ts:6","title":"applyResource"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#respond","text":"\u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12","title":"respond"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#respondjson","text":"\u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4","title":"respondJson"},{"location":"extensions/api/classes/_src_main_routes_resource_applier_route_.resourceapplierapiroute/#respondtext","text":"\u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8","title":"respondText"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/","text":"@k8slens/extensions Globals / \"src/main/routes/watch-route\" / ApiWatcher Class: ApiWatcher # Hierarchy # ApiWatcher Index # Constructors # constructor Methods # start stop Constructors # constructor # + new ApiWatcher ( apiUrl : string, kubeConfig : KubeConfig, response : ServerResponse): ApiWatcher Defined in src/main/routes/watch-route.ts:14 Parameters: Name Type apiUrl string kubeConfig KubeConfig response ServerResponse Returns: ApiWatcher Methods # start # \u25b8 start (): Promise \\ Defined in src/main/routes/watch-route.ts:22 Returns: Promise \\ stop # \u25b8 stop (): void Defined in src/main/routes/watch-route.ts:34 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#class-apiwatcher","text":"","title":"Class: ApiWatcher"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#hierarchy","text":"ApiWatcher","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#methods","text":"start stop","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#constructor","text":"+ new ApiWatcher ( apiUrl : string, kubeConfig : KubeConfig, response : ServerResponse): ApiWatcher Defined in src/main/routes/watch-route.ts:14","title":"constructor"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#start","text":"\u25b8 start (): Promise \\ Defined in src/main/routes/watch-route.ts:22 Returns: Promise \\","title":"start"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.apiwatcher/#stop","text":"\u25b8 stop (): void Defined in src/main/routes/watch-route.ts:34 Returns: void","title":"stop"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/","text":"@k8slens/extensions Globals / \"src/main/routes/watch-route\" / WatchRoute Class: WatchRoute # Hierarchy # LensApi \u21b3 WatchRoute Index # Methods # respond respondJson respondText routeWatch Methods # respond # \u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12 Parameters: Name Type Default value res ServerResponse - content string - contentType string - status number 200 Returns: void respondJson # \u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4 Parameters: Name Type Default value res ServerResponse - content {} - status number 200 Returns: void respondText # \u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8 Parameters: Name Type Default value res ServerResponse - content string - status number 200 Returns: void routeWatch # \u25b8 routeWatch ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/watch-route.ts:74 Parameters: Name Type request LensApiRequest Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#class-watchroute","text":"","title":"Class: WatchRoute"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#hierarchy","text":"LensApi \u21b3 WatchRoute","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#methods","text":"respond respondJson respondText routeWatch","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#respond","text":"\u25b8 Protected respond ( res : ServerResponse, content : string, contentType : string, status? : number): void Inherited from LensApi . respond Defined in src/main/lens-api.ts:12","title":"respond"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#respondjson","text":"\u25b8 Protected respondJson ( res : ServerResponse, content : {}, status? : number): void Inherited from LensApi . respondJson Defined in src/main/lens-api.ts:4","title":"respondJson"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#respondtext","text":"\u25b8 Protected respondText ( res : ServerResponse, content : string, status? : number): void Inherited from LensApi . respondText Defined in src/main/lens-api.ts:8","title":"respondText"},{"location":"extensions/api/classes/_src_main_routes_watch_route_.watchroute/#routewatch","text":"\u25b8 routeWatch ( request : LensApiRequest ): Promise \\ Defined in src/main/routes/watch-route.ts:74","title":"routeWatch"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/","text":"@k8slens/extensions Globals / \"src/main/window-manager\" / WindowManager Class: WindowManager # Hierarchy # WindowManager Index # Constructors # constructor Properties # activeClusterId disposers mainWindow proxyPort splashWindow windowState Accessors # mainUrl Methods # bindEvents destroy ensureMainWindow initMainWindow initMenu initTray navigate reload sendToView showSplash Constructors # constructor # + new WindowManager ( proxyPort : number): WindowManager Defined in src/main/window-manager.ts:17 Parameters: Name Type proxyPort number Returns: WindowManager Properties # activeClusterId # \u2022 activeClusterId : ClusterId Defined in src/main/window-manager.ts:17 disposers # \u2022 Protected disposers : Record\\ Defined in src/main/window-manager.ts:15 mainWindow # \u2022 Protected mainWindow : BrowserWindow Defined in src/main/window-manager.ts:12 proxyPort # \u2022 Protected proxyPort : number Defined in src/main/window-manager.ts:19 splashWindow # \u2022 Protected splashWindow : BrowserWindow Defined in src/main/window-manager.ts:13 windowState # \u2022 Protected windowState : State Defined in src/main/window-manager.ts:14 Accessors # mainUrl # \u2022 get mainUrl (): string Defined in src/main/window-manager.ts:26 Returns: string Methods # bindEvents # \u25b8 Protected bindEvents (): void Defined in src/main/window-manager.ts:99 Returns: void destroy # \u25b8 destroy (): void Defined in src/main/window-manager.ts:157 Returns: void ensureMainWindow # \u25b8 ensureMainWindow (): Promise \\ Defined in src/main/window-manager.ts:106 Returns: Promise \\ initMainWindow # \u25b8 initMainWindow ( showSplash? : boolean): Promise \\ Defined in src/main/window-manager.ts:30 Parameters: Name Type Default value showSplash boolean true Returns: Promise \\ initMenu # \u25b8 Protected initMenu (): Promise \\ Defined in src/main/window-manager.ts:91 Returns: Promise \\ initTray # \u25b8 Protected initTray (): void Defined in src/main/window-manager.ts:95 Returns: void navigate # \u25b8 navigate ( url : string, frameId? : number): Promise \\ Defined in src/main/window-manager.ts:120 Parameters: Name Type url string frameId? number Returns: Promise \\ reload # \u25b8 reload (): void Defined in src/main/window-manager.ts:129 Returns: void sendToView # \u25b8 sendToView ( __namedParameters : { channel: string ; data: any[] = []; frameId: number }): void Defined in src/main/window-manager.ts:112 Parameters: Name Type __namedParameters { channel: string ; data: any[] = []; frameId: number } Returns: void showSplash # \u25b8 showSplash (): Promise \\ Defined in src/main/window-manager.ts:138 Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#class-windowmanager","text":"","title":"Class: WindowManager"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#hierarchy","text":"WindowManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#properties","text":"activeClusterId disposers mainWindow proxyPort splashWindow windowState","title":"Properties"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#accessors","text":"mainUrl","title":"Accessors"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#methods","text":"bindEvents destroy ensureMainWindow initMainWindow initMenu initTray navigate reload sendToView showSplash","title":"Methods"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#constructor","text":"+ new WindowManager ( proxyPort : number): WindowManager Defined in src/main/window-manager.ts:17","title":"constructor"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#activeclusterid","text":"\u2022 activeClusterId : ClusterId Defined in src/main/window-manager.ts:17","title":"activeClusterId"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#disposers","text":"\u2022 Protected disposers : Record\\ Defined in src/main/window-manager.ts:15","title":"disposers"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#mainwindow","text":"\u2022 Protected mainWindow : BrowserWindow Defined in src/main/window-manager.ts:12","title":"mainWindow"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#proxyport","text":"\u2022 Protected proxyPort : number Defined in src/main/window-manager.ts:19","title":"proxyPort"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#splashwindow","text":"\u2022 Protected splashWindow : BrowserWindow Defined in src/main/window-manager.ts:13","title":"splashWindow"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#windowstate","text":"\u2022 Protected windowState : State Defined in src/main/window-manager.ts:14","title":"windowState"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#mainurl","text":"\u2022 get mainUrl (): string Defined in src/main/window-manager.ts:26 Returns: string","title":"mainUrl"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#bindevents","text":"\u25b8 Protected bindEvents (): void Defined in src/main/window-manager.ts:99 Returns: void","title":"bindEvents"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#destroy","text":"\u25b8 destroy (): void Defined in src/main/window-manager.ts:157 Returns: void","title":"destroy"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#ensuremainwindow","text":"\u25b8 ensureMainWindow (): Promise \\ Defined in src/main/window-manager.ts:106 Returns: Promise \\","title":"ensureMainWindow"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#initmainwindow","text":"\u25b8 initMainWindow ( showSplash? : boolean): Promise \\ Defined in src/main/window-manager.ts:30","title":"initMainWindow"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#initmenu","text":"\u25b8 Protected initMenu (): Promise \\ Defined in src/main/window-manager.ts:91 Returns: Promise \\","title":"initMenu"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#inittray","text":"\u25b8 Protected initTray (): void Defined in src/main/window-manager.ts:95 Returns: void","title":"initTray"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#navigate","text":"\u25b8 navigate ( url : string, frameId? : number): Promise \\ Defined in src/main/window-manager.ts:120","title":"navigate"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#reload","text":"\u25b8 reload (): void Defined in src/main/window-manager.ts:129 Returns: void","title":"reload"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#sendtoview","text":"\u25b8 sendToView ( __namedParameters : { channel: string ; data: any[] = []; frameId: number }): void Defined in src/main/window-manager.ts:112","title":"sendToView"},{"location":"extensions/api/classes/_src_main_window_manager_.windowmanager/#showsplash","text":"\u25b8 showSplash (): Promise \\ Defined in src/main/window-manager.ts:138 Returns: Promise \\","title":"showSplash"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/","text":"@k8slens/extensions Globals / \"src/renderer/api/api-manager\" / ApiManager Class: ApiManager # Hierarchy # ApiManager Index # Methods # getApi getStore registerApi registerStore resolveApi unregisterApi Methods # getApi # \u25b8 getApi ( pathOrCallback : string | (api: KubeApi ) => boolean): KubeApi \\ Defined in src/renderer/api/api-manager.ts:12 Parameters: Name Type pathOrCallback string | (api: KubeApi ) => boolean Returns: KubeApi \\ getStore # \u25b8 getStore ( api : string | KubeApi ): KubeObjectStore Defined in src/renderer/api/api-manager.ts:47 Parameters: Name Type api string | KubeApi Returns: KubeObjectStore registerApi # \u25b8 registerApi ( apiBase : string, api : KubeApi ): void Defined in src/renderer/api/api-manager.ts:20 Parameters: Name Type apiBase string api KubeApi Returns: void registerStore # \u25b8 registerStore ( store : KubeObjectStore , apis? : KubeApi []): void Defined in src/renderer/api/api-manager.ts:41 Parameters: Name Type Default value store KubeObjectStore - apis KubeApi [] [store.api] Returns: void resolveApi # \u25b8 Protected resolveApi ( api : string | KubeApi ): KubeApi Defined in src/renderer/api/api-manager.ts:26 Parameters: Name Type api string | KubeApi Returns: KubeApi unregisterApi # \u25b8 unregisterApi ( api : string | KubeApi ): void Defined in src/renderer/api/api-manager.ts:31 Parameters: Name Type api string | KubeApi Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#class-apimanager","text":"","title":"Class: ApiManager"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#hierarchy","text":"ApiManager","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#methods","text":"getApi getStore registerApi registerStore resolveApi unregisterApi","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#getapi","text":"\u25b8 getApi ( pathOrCallback : string | (api: KubeApi ) => boolean): KubeApi \\ Defined in src/renderer/api/api-manager.ts:12","title":"getApi"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#getstore","text":"\u25b8 getStore ( api : string | KubeApi ): KubeObjectStore Defined in src/renderer/api/api-manager.ts:47","title":"getStore"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#registerapi","text":"\u25b8 registerApi ( apiBase : string, api : KubeApi ): void Defined in src/renderer/api/api-manager.ts:20","title":"registerApi"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#registerstore","text":"\u25b8 registerStore ( store : KubeObjectStore , apis? : KubeApi []): void Defined in src/renderer/api/api-manager.ts:41","title":"registerStore"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#resolveapi","text":"\u25b8 Protected resolveApi ( api : string | KubeApi ): KubeApi Defined in src/renderer/api/api-manager.ts:26","title":"resolveApi"},{"location":"extensions/api/classes/_src_renderer_api_api_manager_.apimanager/#unregisterapi","text":"\u25b8 unregisterApi ( api : string | KubeApi ): void Defined in src/renderer/api/api-manager.ts:31","title":"unregisterApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster.api\" / Cluster Class: Cluster # Hierarchy # KubeObject \u21b3 Cluster 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 getSearchFields getStatus toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new Cluster ( data : KubeJsonApiData ): Cluster Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: Cluster 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 : { clusterNetwork?: { pods?: { cidrBlocks?: string[] } ; serviceDomain?: string ; services?: { cidrBlocks?: string[] } } ; providerSpec: { value: { profile: string } } } Defined in src/renderer/api/endpoints/cluster.api.ts:57 Type declaration: Name Type clusterNetwork? { pods?: { cidrBlocks?: string[] } ; serviceDomain?: string ; services?: { cidrBlocks?: string[] } } providerSpec { value: { profile: string } } status # \u2022 Optional status : { apiEndpoints: { host: string ; port: string }[] ; errorMessage?: string ; errorReason?: string ; providerStatus: { adminPassword?: string ; adminUser?: string ; kubeconfig?: string ; lensAddress?: string ; processState?: string } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/cluster.api.ts:73 Type declaration: Name Type apiEndpoints { host: string ; port: string }[] errorMessage? string errorReason? string providerStatus { adminPassword?: string ; adminUser?: string ; kubeconfig?: string ; lensAddress?: string ; processState?: string } apiBase # \u25aa Static apiBase : string = \"/apis/cluster.k8s.io/v1alpha1/clusters\" Defined in src/renderer/api/endpoints/cluster.api.ts:55 kind # \u25aa Static kind : string = \"Cluster\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cluster.api.ts:54 namespaced # \u25aa Static Readonly namespaced : boolean Inherited from KubeObject . namespaced Defined in src/renderer/api/kube-object.ts:48 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 (): ACTIVE | CREATING | REMOVING | ERROR Defined in src/renderer/api/endpoints/cluster.api.ts:89 Returns: ACTIVE | CREATING | REMOVING | ERROR toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#class-cluster","text":"","title":"Class: Cluster"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#hierarchy","text":"KubeObject \u21b3 Cluster","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#constructor","text":"+ new Cluster ( data : KubeJsonApiData ): Cluster Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#spec","text":"\u2022 spec : { clusterNetwork?: { pods?: { cidrBlocks?: string[] } ; serviceDomain?: string ; services?: { cidrBlocks?: string[] } } ; providerSpec: { value: { profile: string } } } Defined in src/renderer/api/endpoints/cluster.api.ts:57","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#status","text":"\u2022 Optional status : { apiEndpoints: { host: string ; port: string }[] ; errorMessage?: string ; errorReason?: string ; providerStatus: { adminPassword?: string ; adminUser?: string ; kubeconfig?: string ; lensAddress?: string ; processState?: string } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/cluster.api.ts:73","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#apibase","text":"\u25aa Static apiBase : string = \"/apis/cluster.k8s.io/v1alpha1/clusters\" Defined in src/renderer/api/endpoints/cluster.api.ts:55","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#kind_1","text":"\u25aa Static kind : string = \"Cluster\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cluster.api.ts:54","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#namespaced","text":"\u25aa Static Readonly namespaced : boolean Inherited from KubeObject . namespaced Defined in src/renderer/api/kube-object.ts:48","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#getstatus","text":"\u25b8 getStatus (): ACTIVE | CREATING | REMOVING | ERROR Defined in src/renderer/api/endpoints/cluster.api.ts:89 Returns: ACTIVE | CREATING | REMOVING | ERROR","title":"getStatus"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#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/_src_renderer_api_endpoints_cluster_api_.cluster/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.cluster/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster.api\" / ClusterApi Class: ClusterApi # Hierarchy # KubeApi \\< Cluster > \u21b3 ClusterApi Index # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions kind namespaced parseApi Methods # create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll Constructors # constructor # + new ClusterApi ( options : IKubeApiOptions \\< Cluster >): ClusterApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\< Cluster > Returns: ClusterApi Properties # apiBase # \u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\< Cluster > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\< Cluster > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 kind # \u25aa Static kind : string = \"Cluster\" Defined in src/renderer/api/endpoints/cluster.api.ts:6 namespaced # \u25aa Static namespaced : boolean = true Defined in src/renderer/api/endpoints/cluster.api.ts:7 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Cluster >): Promise \\< Cluster > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Cluster > - Returns: Promise \\< Cluster > delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Cluster > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Cluster > getMetrics # \u25b8 getMetrics ( nodeNames : string[], params? : IMetricsReqParams ): Promise \\< IClusterMetrics > Defined in src/renderer/api/endpoints/cluster.api.ts:9 Parameters: Name Type nodeNames string[] params? IMetricsReqParams Returns: Promise \\< IClusterMetrics > getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Cluster []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Cluster []> parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Cluster >): Promise \\< Cluster > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Cluster > - Returns: Promise \\< Cluster > watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#class-clusterapi","text":"","title":"Class: ClusterApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#hierarchy","text":"KubeApi \\< Cluster > \u21b3 ClusterApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions kind namespaced parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#methods","text":"create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#constructor","text":"+ new ClusterApi ( options : IKubeApiOptions \\< Cluster >): ClusterApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#apibase","text":"\u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\< Cluster > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\< Cluster > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#kind_1","text":"\u25aa Static kind : string = \"Cluster\" Defined in src/renderer/api/endpoints/cluster.api.ts:6","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#namespaced","text":"\u25aa Static namespaced : boolean = true Defined in src/renderer/api/endpoints/cluster.api.ts:7","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Cluster >): Promise \\< Cluster > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Cluster > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#getmetrics","text":"\u25b8 getMetrics ( nodeNames : string[], params? : IMetricsReqParams ): Promise \\< IClusterMetrics > Defined in src/renderer/api/endpoints/cluster.api.ts:9","title":"getMetrics"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Cluster []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Cluster >): Promise \\< Cluster > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_api_.clusterapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster-role.api\" / ClusterRole Class: ClusterRole # Hierarchy # 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 : { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Inherited from Role . rules Defined in src/renderer/api/endpoints/role.api.ts:9 status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterroles\" Overrides Role . apiBase Defined in src/renderer/api/endpoints/cluster-role.api.ts:9 kind # \u25aa Static kind : string = \"ClusterRole\" Overrides Role . kind Defined in src/renderer/api/endpoints/cluster-role.api.ts:7 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getRules # \u25b8 getRules (): { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Inherited from Role . getRules Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#class-clusterrole","text":"","title":"Class: ClusterRole"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#hierarchy","text":"Role \u21b3 ClusterRole","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#properties","text":"apiVersion kind metadata rules status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#constructor","text":"+ new ClusterRole ( data : KubeJsonApiData ): ClusterRole Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#rules","text":"\u2022 rules : { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Inherited from Role . rules Defined in src/renderer/api/endpoints/role.api.ts:9","title":"rules"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#apibase","text":"\u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterroles\" Overrides Role . apiBase Defined in src/renderer/api/endpoints/cluster-role.api.ts:9","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#kind_1","text":"\u25aa Static kind : string = \"ClusterRole\" Overrides Role . kind Defined in src/renderer/api/endpoints/cluster-role.api.ts:7","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides Role . namespaced Defined in src/renderer/api/endpoints/cluster-role.api.ts:8","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#getrules","text":"\u25b8 getRules (): { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Inherited from Role . getRules Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[]","title":"getRules"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_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/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_api_.clusterrole/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster-role-binding.api\" / ClusterRoleBinding Class: ClusterRoleBinding # Hierarchy # 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 : { apiGroup?: string ; kind: string ; name: string } Inherited from RoleBinding . roleRef Defined in src/renderer/api/endpoints/role-binding.api.ts:19 Type declaration: Name Type apiGroup? string kind string name string status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 subjects # \u2022 Optional subjects : IRoleBindingSubject [] Inherited from RoleBinding . subjects Defined in src/renderer/api/endpoints/role-binding.api.ts:18 apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterrolebindings\" Overrides RoleBinding . apiBase Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:7 kind # \u25aa Static kind : string = \"ClusterRoleBinding\" Overrides RoleBinding . kind Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:5 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#class-clusterrolebinding","text":"","title":"Class: ClusterRoleBinding"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#hierarchy","text":"RoleBinding \u21b3 ClusterRoleBinding","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#properties","text":"apiVersion kind metadata roleRef status subjects apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#constructor","text":"+ new ClusterRoleBinding ( data : KubeJsonApiData ): ClusterRoleBinding Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#roleref","text":"\u2022 roleRef : { apiGroup?: string ; kind: string ; name: string } Inherited from RoleBinding . roleRef Defined in src/renderer/api/endpoints/role-binding.api.ts:19","title":"roleRef"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#subjects","text":"\u2022 Optional subjects : IRoleBindingSubject [] Inherited from RoleBinding . subjects Defined in src/renderer/api/endpoints/role-binding.api.ts:18","title":"subjects"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#apibase","text":"\u25aa Static 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":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#kind_1","text":"\u25aa Static kind : string = \"ClusterRoleBinding\" Overrides RoleBinding . kind Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:5","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides RoleBinding . namespaced Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:6","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_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/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cluster_role_binding_api_.clusterrolebinding/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/configmap.api\" / ConfigMap 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 : { [param:string]: string; } Defined in src/renderer/api/endpoints/configmap.api.ts:17 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 status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 apiBase # \u25aa Static apiBase : string = \"/api/v1/configmaps\" Defined in src/renderer/api/endpoints/configmap.api.ts:10 kind # \u25aa Static kind : string = \"ConfigMap\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/configmap.api.ts:8 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#class-configmap","text":"","title":"Class: ConfigMap"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#hierarchy","text":"KubeObject \u21b3 ConfigMap","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#properties","text":"apiVersion data kind metadata status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#constructor","text":"+ new ConfigMap ( data : KubeJsonApiData ): ConfigMap Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/configmap.api.ts:10","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#data","text":"\u2022 data : { [param:string]: string; } Defined in src/renderer/api/endpoints/configmap.api.ts:17","title":"data"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/configmaps\" Defined in src/renderer/api/endpoints/configmap.api.ts:10","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#kind_1","text":"\u25aa Static kind : string = \"ConfigMap\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/configmap.api.ts:8","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/configmap.api.ts:9","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_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/_src_renderer_api_endpoints_configmap_api_.configmap/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_configmap_api_.configmap/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/crd.api\" / CustomResourceDefinition 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 : { additionalPrinterColumns?: AdditionalPrinterColumnsV1Beta [] ; conversion: { strategy?: string ; webhook?: any } ; group: string ; names: { kind: string ; listKind: string ; plural: string ; singular: string } ; scope: \\\"Namespaced\\\" | \\\"Cluster\\\" | string ; validation?: any ; version?: string ; versions: { additionalPrinterColumns?: AdditionalPrinterColumnsV1 [] ; name: string ; schema?: unknown ; served: boolean ; storage: boolean }[] } Defined in src/renderer/api/endpoints/crd.api.ts:25 Type declaration: Name Type additionalPrinterColumns? AdditionalPrinterColumnsV1Beta [] conversion { strategy?: string ; webhook?: any } group string names { kind: string ; listKind: string ; plural: string ; singular: string } scope \\\"Namespaced\\\" | \\\"Cluster\\\" | string validation? any version? string versions { additionalPrinterColumns?: AdditionalPrinterColumnsV1 [] ; name: string ; schema?: unknown ; served: boolean ; storage: boolean }[] status # \u2022 status : { acceptedNames: { kind: string ; listKind: string ; plural: string ; shortNames: string[] ; singular: string } ; conditions: { lastTransitionTime: string ; message: string ; reason: string ; status: string ; type?: string }[] ; storedVersions: string[] } Overrides KubeObject . status Defined in src/renderer/api/endpoints/crd.api.ts:49 Type declaration: Name Type acceptedNames { kind: string ; listKind: string ; plural: string ; shortNames: string[] ; singular: string } conditions { lastTransitionTime: string ; message: string ; reason: string ; status: string ; type?: string }[] storedVersions string[] apiBase # \u25aa Static apiBase : string = \"/apis/apiextensions.k8s.io/v1/customresourcedefinitions\" Defined in src/renderer/api/endpoints/crd.api.ts:23 kind # \u25aa Static kind : string = \"CustomResourceDefinition\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/crd.api.ts:21 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[] Defined in src/renderer/api/endpoints/crd.api.ts:136 Returns: { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[] 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 Implementation of ItemObject 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 Implementation of ItemObject 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 Name Type 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 value 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#class-customresourcedefinition","text":"","title":"Class: CustomResourceDefinition"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#hierarchy","text":"KubeObject \u21b3 CustomResourceDefinition","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#constructor","text":"+ new CustomResourceDefinition ( data : KubeJsonApiData ): CustomResourceDefinition Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#spec","text":"\u2022 spec : { additionalPrinterColumns?: AdditionalPrinterColumnsV1Beta [] ; conversion: { strategy?: string ; webhook?: any } ; group: string ; names: { kind: string ; listKind: string ; plural: string ; singular: string } ; scope: \\\"Namespaced\\\" | \\\"Cluster\\\" | string ; validation?: any ; version?: string ; versions: { additionalPrinterColumns?: AdditionalPrinterColumnsV1 [] ; name: string ; schema?: unknown ; served: boolean ; storage: boolean }[] } Defined in src/renderer/api/endpoints/crd.api.ts:25","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#status","text":"\u2022 status : { acceptedNames: { kind: string ; listKind: string ; plural: string ; shortNames: string[] ; singular: string } ; conditions: { lastTransitionTime: string ; message: string ; reason: string ; status: string ; type?: string }[] ; storedVersions: string[] } Overrides KubeObject . status Defined in src/renderer/api/endpoints/crd.api.ts:49","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apiextensions.k8s.io/v1/customresourcedefinitions\" Defined in src/renderer/api/endpoints/crd.api.ts:23","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#kind_1","text":"\u25aa Static kind : string = \"CustomResourceDefinition\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/crd.api.ts:21","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/crd.api.ts:22","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#getconditions","text":"\u25b8 getConditions (): { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[] Defined in src/renderer/api/endpoints/crd.api.ts:136 Returns: { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[]","title":"getConditions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#getnames","text":"\u25b8 getNames (): object Defined in src/renderer/api/endpoints/crd.api.ts:115 Returns: object Name Type kind string listKind string plural string singular string","title":"getNames"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#getprintercolumns","text":"\u25b8 getPrinterColumns ( ignorePriority? : boolean): AdditionalPrinterColumnsV1 [] Defined in src/renderer/api/endpoints/crd.api.ts:123","title":"getPrinterColumns"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_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/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_crd_api_.customresourcedefinition/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cron-job.api\" / CronJob 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 : { annotations: { [key:string]: string; } ; creationTimestamp: string ; labels: { [key:string]: string; } ; name: string ; namespace: string ; resourceVersion: string ; selfLink: string ; uid: string } Overrides KubeObject . metadata Defined in src/renderer/api/endpoints/cron-job.api.ts:16 Type declaration: Name Type annotations { [key:string]: string; } creationTimestamp string labels { [key:string]: string; } name string namespace string resourceVersion string selfLink string uid string spec # \u2022 spec : { concurrencyPolicy: string ; failedJobsHistoryLimit: number ; jobTemplate: { metadata: { annotations?: { [key:string]: string; } ; creationTimestamp?: string ; labels?: { [key:string]: string; } } ; spec: { template: { metadata: { creationTimestamp?: string } ; spec: { containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; restartPolicy: string ; schedulerName: string ; terminationGracePeriodSeconds: number } } } } ; schedule: string ; successfulJobsHistoryLimit: number ; suspend: boolean } Defined in src/renderer/api/endpoints/cron-job.api.ts:30 Type declaration: Name Type concurrencyPolicy string failedJobsHistoryLimit number jobTemplate { metadata: { annotations?: { [key:string]: string; } ; creationTimestamp?: string ; labels?: { [key:string]: string; } } ; spec: { template: { metadata: { creationTimestamp?: string } ; spec: { containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; restartPolicy: string ; schedulerName: string ; terminationGracePeriodSeconds: number } } } } schedule string successfulJobsHistoryLimit number suspend boolean status # \u2022 status : { lastScheduleTime?: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/cron-job.api.ts:63 Type declaration: Name Type lastScheduleTime? string apiBase # \u25aa Static apiBase : string = \"/apis/batch/v1beta1/cronjobs\" Defined in src/renderer/api/endpoints/cron-job.api.ts:12 kind # \u25aa Static kind : string = \"CronJob\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cron-job.api.ts:10 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#class-cronjob","text":"","title":"Class: CronJob"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#hierarchy","text":"KubeObject \u21b3 CronJob","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_api_.cronjob/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#constructor","text":"+ new CronJob ( data : KubeJsonApiData ): CronJob Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_api_.cronjob/#metadata","text":"\u2022 metadata : { annotations: { [key:string]: string; } ; creationTimestamp: string ; labels: { [key:string]: string; } ; name: string ; namespace: string ; resourceVersion: string ; selfLink: string ; uid: string } Overrides KubeObject . metadata Defined in src/renderer/api/endpoints/cron-job.api.ts:16","title":"metadata"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#spec","text":"\u2022 spec : { concurrencyPolicy: string ; failedJobsHistoryLimit: number ; jobTemplate: { metadata: { annotations?: { [key:string]: string; } ; creationTimestamp?: string ; labels?: { [key:string]: string; } } ; spec: { template: { metadata: { creationTimestamp?: string } ; spec: { containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; restartPolicy: string ; schedulerName: string ; terminationGracePeriodSeconds: number } } } } ; schedule: string ; successfulJobsHistoryLimit: number ; suspend: boolean } Defined in src/renderer/api/endpoints/cron-job.api.ts:30","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#status","text":"\u2022 status : { lastScheduleTime?: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/cron-job.api.ts:63","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#apibase","text":"\u25aa Static apiBase : string = \"/apis/batch/v1beta1/cronjobs\" Defined in src/renderer/api/endpoints/cron-job.api.ts:12","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#kind_1","text":"\u25aa Static kind : string = \"CronJob\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/cron-job.api.ts:10","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/cron-job.api.ts:11","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_api_.cronjob/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_api_.cronjob/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_api_.cronjob/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_api_.cronjob/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_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/_src_renderer_api_endpoints_cron_job_api_.cronjob/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_cron_job_api_.cronjob/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/daemon-set.api\" / DaemonSet 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 : { revisionHistoryLimit: number ; selector: { matchLabels: { [name:string]: string; } } ; template: { metadata: { creationTimestamp?: string ; labels: { name: string } } ; spec: { affinity?: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; initContainers?: IPodContainer [] ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; terminationGracePeriodSeconds: number ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; updateStrategy: { rollingUpdate: { maxUnavailable: number } ; type: string } } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/daemon-set.api.ts:13 Type declaration: Name Type revisionHistoryLimit number selector { matchLabels: { [name:string]: string; } } template { metadata: { creationTimestamp?: string ; labels: { name: string } } ; spec: { affinity?: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; initContainers?: IPodContainer [] ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; terminationGracePeriodSeconds: number ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } updateStrategy { rollingUpdate: { maxUnavailable: number } ; type: string } status # \u2022 status : { currentNumberScheduled: number ; desiredNumberScheduled: number ; numberAvailable: number ; numberMisscheduled: number ; numberReady: number ; numberUnavailable: number ; observedGeneration: number ; updatedNumberScheduled: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/daemon-set.api.ts:55 Type declaration: Name Type currentNumberScheduled number desiredNumberScheduled number numberAvailable number numberMisscheduled number numberReady number numberUnavailable number observedGeneration number updatedNumberScheduled number apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/daemonsets\" Defined in src/renderer/api/endpoints/daemon-set.api.ts:11 kind # \u25aa Static kind : string = \"DaemonSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/daemon-set.api.ts:9 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getAffinity # \u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#class-daemonset","text":"","title":"Class: DaemonSet"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#hierarchy","text":"WorkloadKubeObject \u21b3 DaemonSet","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#constructor","text":"+ new DaemonSet ( data : KubeJsonApiData ): DaemonSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#spec","text":"\u2022 spec : { revisionHistoryLimit: number ; selector: { matchLabels: { [name:string]: string; } } ; template: { metadata: { creationTimestamp?: string ; labels: { name: string } } ; spec: { affinity?: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; initContainers?: IPodContainer [] ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; terminationGracePeriodSeconds: number ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; updateStrategy: { rollingUpdate: { maxUnavailable: number } ; type: string } } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/daemon-set.api.ts:13","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#status","text":"\u2022 status : { currentNumberScheduled: number ; desiredNumberScheduled: number ; numberAvailable: number ; numberMisscheduled: number ; numberReady: number ; numberUnavailable: number ; observedGeneration: number ; updatedNumberScheduled: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/daemon-set.api.ts:55","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/daemonsets\" Defined in src/renderer/api/endpoints/daemon-set.api.ts:11","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#kind_1","text":"\u25aa Static kind : string = \"DaemonSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/daemon-set.api.ts:9","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/daemon-set.api.ts:10","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#gettolerations","text":"\u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_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/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_daemon_set_api_.daemonset/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/deployment.api\" / Deployment 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 : { replicas: number ; selector: { matchLabels: { [app:string]: string; } } ; strategy: { rollingUpdate: { maxSurge: number ; maxUnavailable: number } ; type: string } ; template: { metadata: { annotations?: { [app:string]: string; } ; creationTimestamp?: string ; labels: { [app:string]: string; } } ; spec: { affinity?: IAffinity ; containers: { args?: string[] ; env?: { name: string ; value: string }[] ; image: string ; imagePullPolicy: string ; livenessProbe?: { failureThreshold: number ; httpGet: { path: string ; port: number ; scheme: string } ; initialDelaySeconds: number ; periodSeconds: number ; successThreshold: number ; timeoutSeconds: number } ; name: string ; ports?: { containerPort: number ; name: string ; protocol: string }[] ; readinessProbe?: { failureThreshold: number ; httpGet: { path: string ; port: number ; scheme: string } ; initialDelaySeconds: number ; periodSeconds: number ; successThreshold: number ; timeoutSeconds: number } ; resources: { limits?: { cpu: string ; memory: string } ; requests: { cpu: string ; memory: string } } ; terminationMessagePath: string ; terminationMessagePolicy: string ; volumeMounts?: { mountPath: string ; name: string }[] }[] ; dnsPolicy: string ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; serviceAccount: string ; serviceAccountName: string ; terminationGracePeriodSeconds: number ; tolerations?: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] ; volumes?: { configMap: { defaultMode: number ; name: string ; optional: boolean } ; name: string }[] } } } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/deployment.api.ts:55 Type declaration: Name Type replicas number selector { matchLabels: { [app:string]: string; } } strategy { rollingUpdate: { maxSurge: number ; maxUnavailable: number } ; type: string } template { metadata: { annotations?: { [app:string]: string; } ; creationTimestamp?: string ; labels: { [app:string]: string; } } ; spec: { affinity?: IAffinity ; containers: { args?: string[] ; env?: { name: string ; value: string }[] ; image: string ; imagePullPolicy: string ; livenessProbe?: { failureThreshold: number ; httpGet: { path: string ; port: number ; scheme: string } ; initialDelaySeconds: number ; periodSeconds: number ; successThreshold: number ; timeoutSeconds: number } ; name: string ; ports?: { containerPort: number ; name: string ; protocol: string }[] ; readinessProbe?: { failureThreshold: number ; httpGet: { path: string ; port: number ; scheme: string } ; initialDelaySeconds: number ; periodSeconds: number ; successThreshold: number ; timeoutSeconds: number } ; resources: { limits?: { cpu: string ; memory: string } ; requests: { cpu: string ; memory: string } } ; terminationMessagePath: string ; terminationMessagePolicy: string ; volumeMounts?: { mountPath: string ; name: string }[] }[] ; dnsPolicy: string ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; serviceAccount: string ; serviceAccountName: string ; terminationGracePeriodSeconds: number ; tolerations?: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] ; volumes?: { configMap: { defaultMode: number ; name: string ; optional: boolean } ; name: string }[] } } status # \u2022 status : { availableReplicas?: number ; conditions: { lastTransitionTime: string ; lastUpdateTime: string ; message: string ; reason: string ; status: string ; type: string }[] ; observedGeneration: number ; readyReplicas: number ; replicas: number ; unavailableReplicas?: number ; updatedReplicas: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/deployment.api.ts:155 Type declaration: Name Type availableReplicas? number conditions { lastTransitionTime: string ; lastUpdateTime: string ; message: string ; reason: string ; status: string ; type: string }[] observedGeneration number readyReplicas number replicas number unavailableReplicas? number updatedReplicas number apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/deployments\" Defined in src/renderer/api/endpoints/deployment.api.ts:53 kind # \u25aa Static kind : string = \"Deployment\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/deployment.api.ts:51 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getAffinity # \u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . 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 value 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 value filter boolean false Returns: string[] getConditions # \u25b8 getConditions ( activeOnly? : boolean): { lastTransitionTime: string ; lastUpdateTime: string ; message: string ; reason: string ; status: string ; type: string }[] Defined in src/renderer/api/endpoints/deployment.api.ts:172 Parameters: Name Type Default value activeOnly boolean false Returns: { lastTransitionTime: string ; lastUpdateTime: string ; message: string ; reason: string ; status: string ; type: string }[] getConditionsText # \u25b8 getConditionsText ( activeOnly? : boolean): string Defined in src/renderer/api/endpoints/deployment.api.ts:181 Parameters: Name Type Default value 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 Implementation of ItemObject 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 Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#class-deployment","text":"","title":"Class: Deployment"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#hierarchy","text":"WorkloadKubeObject \u21b3 Deployment","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#constructor","text":"+ new Deployment ( data : KubeJsonApiData ): Deployment Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#spec","text":"\u2022 spec : { replicas: number ; selector: { matchLabels: { [app:string]: string; } } ; strategy: { rollingUpdate: { maxSurge: number ; maxUnavailable: number } ; type: string } ; template: { metadata: { annotations?: { [app:string]: string; } ; creationTimestamp?: string ; labels: { [app:string]: string; } } ; spec: { affinity?: IAffinity ; containers: { args?: string[] ; env?: { name: string ; value: string }[] ; image: string ; imagePullPolicy: string ; livenessProbe?: { failureThreshold: number ; httpGet: { path: string ; port: number ; scheme: string } ; initialDelaySeconds: number ; periodSeconds: number ; successThreshold: number ; timeoutSeconds: number } ; name: string ; ports?: { containerPort: number ; name: string ; protocol: string }[] ; readinessProbe?: { failureThreshold: number ; httpGet: { path: string ; port: number ; scheme: string } ; initialDelaySeconds: number ; periodSeconds: number ; successThreshold: number ; timeoutSeconds: number } ; resources: { limits?: { cpu: string ; memory: string } ; requests: { cpu: string ; memory: string } } ; terminationMessagePath: string ; terminationMessagePolicy: string ; volumeMounts?: { mountPath: string ; name: string }[] }[] ; dnsPolicy: string ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; serviceAccount: string ; serviceAccountName: string ; terminationGracePeriodSeconds: number ; tolerations?: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] ; volumes?: { configMap: { defaultMode: number ; name: string ; optional: boolean } ; name: string }[] } } } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/deployment.api.ts:55","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#status","text":"\u2022 status : { availableReplicas?: number ; conditions: { lastTransitionTime: string ; lastUpdateTime: string ; message: string ; reason: string ; status: string ; type: string }[] ; observedGeneration: number ; readyReplicas: number ; replicas: number ; unavailableReplicas?: number ; updatedReplicas: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/deployment.api.ts:155","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/deployments\" Defined in src/renderer/api/endpoints/deployment.api.ts:53","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#kind_1","text":"\u25aa Static kind : string = \"Deployment\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/deployment.api.ts:51","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/deployment.api.ts:52","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#getconditions","text":"\u25b8 getConditions ( activeOnly? : boolean): { lastTransitionTime: string ; lastUpdateTime: string ; message: string ; reason: string ; status: string ; type: string }[] Defined in src/renderer/api/endpoints/deployment.api.ts:172","title":"getConditions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#getconditionstext","text":"\u25b8 getConditionsText ( activeOnly? : boolean): string Defined in src/renderer/api/endpoints/deployment.api.ts:181","title":"getConditionsText"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#gettolerations","text":"\u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deployment/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deployment/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/deployment.api\" / DeploymentApi Class: DeploymentApi # Hierarchy # KubeApi \\< Deployment > \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 \\< Deployment >): DeploymentApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\< Deployment > Returns: DeploymentApi Properties # apiBase # \u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\< Deployment > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\< Deployment > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Deployment >): Promise \\< Deployment > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Deployment > - Returns: Promise \\< Deployment > delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Deployment > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Deployment > getReplicas # \u25b8 getReplicas ( params : { name: string ; namespace: string }): Promise \\ Defined in src/renderer/api/endpoints/deployment.api.ts:12 Parameters: Name Type params { name: string ; namespace: string } Returns: Promise \\ getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getScaleApiUrl # \u25b8 Protected getScaleApiUrl ( params : { name: string ; namespace: string }): string Defined in src/renderer/api/endpoints/deployment.api.ts:8 Parameters: Name Type params { name: string ; namespace: string } Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Deployment []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Deployment []> parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ restart # \u25b8 restart ( params : { name: string ; namespace: string }): CancelablePromise \\< KubeJsonApiData > Defined in src/renderer/api/endpoints/deployment.api.ts:29 Parameters: Name Type params { name: string ; namespace: string } Returns: CancelablePromise \\< KubeJsonApiData > scale # \u25b8 scale ( params : { name: string ; namespace: string }, replicas : number): CancelablePromise \\< KubeJsonApiData > Defined in src/renderer/api/endpoints/deployment.api.ts:18 Parameters: Name Type params { name: string ; namespace: string } replicas number Returns: CancelablePromise \\< KubeJsonApiData > 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Deployment >): Promise \\< Deployment > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Deployment > - Returns: Promise \\< Deployment > watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#class-deploymentapi","text":"","title":"Class: DeploymentApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#hierarchy","text":"KubeApi \\< Deployment > \u21b3 DeploymentApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_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/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#constructor","text":"+ new DeploymentApi ( options : IKubeApiOptions \\< Deployment >): DeploymentApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#apibase","text":"\u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\< Deployment > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\< Deployment > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Deployment >): Promise \\< Deployment > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Deployment > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#getreplicas","text":"\u25b8 getReplicas ( params : { name: string ; namespace: string }): Promise \\ Defined in src/renderer/api/endpoints/deployment.api.ts:12","title":"getReplicas"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#getscaleapiurl","text":"\u25b8 Protected getScaleApiUrl ( params : { name: string ; namespace: string }): string Defined in src/renderer/api/endpoints/deployment.api.ts:8","title":"getScaleApiUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Deployment []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#restart","text":"\u25b8 restart ( params : { name: string ; namespace: string }): CancelablePromise \\< KubeJsonApiData > Defined in src/renderer/api/endpoints/deployment.api.ts:29","title":"restart"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#scale","text":"\u25b8 scale ( params : { name: string ; namespace: string }, replicas : number): CancelablePromise \\< KubeJsonApiData > Defined in src/renderer/api/endpoints/deployment.api.ts:18","title":"scale"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Deployment >): Promise \\< Deployment > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_deployment_api_.deploymentapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" / Endpoint 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 status # \u2022 Optional 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 apiBase # \u25aa Static apiBase : string = \"/api/v1/endpoints\" Defined in src/renderer/api/endpoints/endpoint.api.ts:103 kind # \u25aa Static kind : string = \"Endpoints\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/endpoint.api.ts:101 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#class-endpoint","text":"","title":"Class: Endpoint"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#hierarchy","text":"KubeObject \u21b3 Endpoint","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#properties","text":"apiVersion kind metadata status subsets apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_api_.endpoint/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#constructor","text":"+ new Endpoint ( data : KubeJsonApiData ): Endpoint Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_api_.endpoint/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#subsets","text":"\u2022 subsets : IEndpointSubset [] Defined in src/renderer/api/endpoints/endpoint.api.ts:105","title":"subsets"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/endpoints\" Defined in src/renderer/api/endpoints/endpoint.api.ts:103","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#kind_1","text":"\u25aa Static kind : string = \"Endpoints\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/endpoint.api.ts:101","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/endpoint.api.ts:102","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_api_.endpoint/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_api_.endpoint/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_api_.endpoint/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_api_.endpoint/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_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/_src_renderer_api_endpoints_endpoint_api_.endpoint/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpoint/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" / EndpointAddress Class: EndpointAddress # Hierarchy # EndpointAddress Implements # IEndpointAddress Index # Constructors # constructor Properties # hostname ip nodeName targetRef Methods # getId getName getTargetRef Constructors # constructor # + new EndpointAddress ( data : IEndpointAddress ): EndpointAddress Defined in src/renderer/api/endpoints/endpoint.api.ts:42 Parameters: Name Type data IEndpointAddress Returns: EndpointAddress Properties # hostname # \u2022 hostname : string Implementation of IEndpointAddress . hostname Defined in src/renderer/api/endpoints/endpoint.api.ts:33 ip # \u2022 ip : string Implementation of IEndpointAddress . ip Defined in src/renderer/api/endpoints/endpoint.api.ts:34 nodeName # \u2022 nodeName : string Implementation of IEndpointAddress . nodeName Defined in src/renderer/api/endpoints/endpoint.api.ts:35 targetRef # \u2022 Optional targetRef : { kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } Defined in src/renderer/api/endpoints/endpoint.api.ts:36 Type declaration: Name Type kind string name string namespace string resourceVersion string uid string Methods # getId # \u25b8 getId (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:48 Returns: string getName # \u25b8 getName (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:52 Returns: string getTargetRef # \u25b8 getTargetRef (): ITargetRef Defined in src/renderer/api/endpoints/endpoint.api.ts:56 Returns: ITargetRef","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#class-endpointaddress","text":"","title":"Class: EndpointAddress"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#hierarchy","text":"EndpointAddress","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#implements","text":"IEndpointAddress","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#properties","text":"hostname ip nodeName targetRef","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#methods","text":"getId getName getTargetRef","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#constructor","text":"+ new EndpointAddress ( data : IEndpointAddress ): EndpointAddress Defined in src/renderer/api/endpoints/endpoint.api.ts:42","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#hostname","text":"\u2022 hostname : string Implementation of IEndpointAddress . hostname Defined in src/renderer/api/endpoints/endpoint.api.ts:33","title":"hostname"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#ip","text":"\u2022 ip : string Implementation of IEndpointAddress . ip Defined in src/renderer/api/endpoints/endpoint.api.ts:34","title":"ip"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#nodename","text":"\u2022 nodeName : string Implementation of IEndpointAddress . nodeName Defined in src/renderer/api/endpoints/endpoint.api.ts:35","title":"nodeName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#targetref","text":"\u2022 Optional targetRef : { kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } Defined in src/renderer/api/endpoints/endpoint.api.ts:36","title":"targetRef"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#getid","text":"\u25b8 getId (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:48 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#getname","text":"\u25b8 getName (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:52 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointaddress/#gettargetref","text":"\u25b8 getTargetRef (): ITargetRef Defined in src/renderer/api/endpoints/endpoint.api.ts:56 Returns: ITargetRef","title":"getTargetRef"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" / EndpointSubset Class: EndpointSubset # Hierarchy # EndpointSubset Implements # IEndpointSubset Index # Constructors # constructor Properties # addresses notReadyAddresses ports Methods # getAddresses getNotReadyAddresses toString Constructors # constructor # + new EndpointSubset ( data : IEndpointSubset ): EndpointSubset Defined in src/renderer/api/endpoints/endpoint.api.ts:68 Parameters: Name Type data IEndpointSubset Returns: EndpointSubset Properties # addresses # \u2022 addresses : IEndpointAddress [] Implementation of IEndpointSubset . addresses Defined in src/renderer/api/endpoints/endpoint.api.ts:66 notReadyAddresses # \u2022 notReadyAddresses : IEndpointAddress [] Implementation of IEndpointSubset . notReadyAddresses Defined in src/renderer/api/endpoints/endpoint.api.ts:67 ports # \u2022 ports : IEndpointPort [] Implementation of IEndpointSubset . ports Defined in src/renderer/api/endpoints/endpoint.api.ts:68 Methods # getAddresses # \u25b8 getAddresses (): EndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:74 Returns: EndpointAddress [] getNotReadyAddresses # \u25b8 getNotReadyAddresses (): EndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:79 Returns: EndpointAddress [] toString # \u25b8 toString (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:84 Returns: string","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#class-endpointsubset","text":"","title":"Class: EndpointSubset"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#hierarchy","text":"EndpointSubset","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#implements","text":"IEndpointSubset","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#properties","text":"addresses notReadyAddresses ports","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#methods","text":"getAddresses getNotReadyAddresses toString","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#constructor","text":"+ new EndpointSubset ( data : IEndpointSubset ): EndpointSubset Defined in src/renderer/api/endpoints/endpoint.api.ts:68","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#addresses","text":"\u2022 addresses : IEndpointAddress [] Implementation of IEndpointSubset . addresses Defined in src/renderer/api/endpoints/endpoint.api.ts:66","title":"addresses"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#notreadyaddresses","text":"\u2022 notReadyAddresses : IEndpointAddress [] Implementation of IEndpointSubset . notReadyAddresses Defined in src/renderer/api/endpoints/endpoint.api.ts:67","title":"notReadyAddresses"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#ports","text":"\u2022 ports : IEndpointPort [] Implementation of IEndpointSubset . ports Defined in src/renderer/api/endpoints/endpoint.api.ts:68","title":"ports"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#getaddresses","text":"\u25b8 getAddresses (): EndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:74 Returns: EndpointAddress []","title":"getAddresses"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#getnotreadyaddresses","text":"\u25b8 getNotReadyAddresses (): EndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:79 Returns: EndpointAddress []","title":"getNotReadyAddresses"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_endpoint_api_.endpointsubset/#tostring","text":"\u25b8 toString (): string Defined in src/renderer/api/endpoints/endpoint.api.ts:84 Returns: string","title":"toString"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/events.api\" / KubeEvent 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 : { apiVersion: string ; fieldPath: string ; kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } Defined in src/renderer/api/endpoints/events.api.ts:13 Type declaration: Name Type 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 : { component: string ; host: string } Defined in src/renderer/api/endpoints/events.api.ts:24 Type declaration: Name Type component string host string status # \u2022 Optional 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 apiBase # \u25aa Static apiBase : string = \"/api/v1/events\" Defined in src/renderer/api/endpoints/events.api.ts:11 kind # \u25aa Static kind : string = \"Event\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/events.api.ts:9 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#class-kubeevent","text":"","title":"Class: KubeEvent"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#hierarchy","text":"KubeObject \u21b3 KubeEvent","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#constructor","text":"+ new KubeEvent ( data : KubeJsonApiData ): KubeEvent Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#count","text":"\u2022 count : number Defined in src/renderer/api/endpoints/events.api.ts:30","title":"count"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#eventtime","text":"\u2022 eventTime : null Defined in src/renderer/api/endpoints/events.api.ts:32","title":"eventTime"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#firsttimestamp","text":"\u2022 firstTimestamp : string Defined in src/renderer/api/endpoints/events.api.ts:28","title":"firstTimestamp"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#involvedobject","text":"\u2022 involvedObject : { apiVersion: string ; fieldPath: string ; kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } Defined in src/renderer/api/endpoints/events.api.ts:13","title":"involvedObject"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#lasttimestamp","text":"\u2022 lastTimestamp : string Defined in src/renderer/api/endpoints/events.api.ts:29","title":"lastTimestamp"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#message","text":"\u2022 message : string Defined in src/renderer/api/endpoints/events.api.ts:23","title":"message"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#reason","text":"\u2022 reason : string Defined in src/renderer/api/endpoints/events.api.ts:22","title":"reason"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#reportingcomponent","text":"\u2022 reportingComponent : string Defined in src/renderer/api/endpoints/events.api.ts:33","title":"reportingComponent"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#reportinginstance","text":"\u2022 reportingInstance : string Defined in src/renderer/api/endpoints/events.api.ts:34","title":"reportingInstance"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#source","text":"\u2022 source : { component: string ; host: string } Defined in src/renderer/api/endpoints/events.api.ts:24","title":"source"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#type","text":"\u2022 type : string Defined in src/renderer/api/endpoints/events.api.ts:31","title":"type"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/events\" Defined in src/renderer/api/endpoints/events.api.ts:11","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#kind_1","text":"\u25aa Static kind : string = \"Event\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/events.api.ts:9","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/events.api.ts:10","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_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/_src_renderer_api_endpoints_events_api_.kubeevent/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_events_api_.kubeevent/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/hpa.api\" / HorizontalPodAutoscaler 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 : { maxReplicas: number ; metrics: IHpaMetric [] ; minReplicas: number ; scaleTargetRef: { apiVersion: string ; kind: string ; name: string } } Defined in src/renderer/api/endpoints/hpa.api.ts:46 Type declaration: Name Type maxReplicas number metrics IHpaMetric [] minReplicas number scaleTargetRef { apiVersion: string ; kind: string ; name: string } status # \u2022 status : { conditions: { lastTransitionTime: string ; message: string ; reason: string ; status: string ; type: string }[] ; currentMetrics: IHpaMetric [] ; currentReplicas: number ; desiredReplicas: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/hpa.api.ts:56 Type declaration: Name Type conditions { lastTransitionTime: string ; message: string ; reason: string ; status: string ; type: string }[] currentMetrics IHpaMetric [] currentReplicas number desiredReplicas number apiBase # \u25aa Static apiBase : string = \"/apis/autoscaling/v2beta1/horizontalpodautoscalers\" Defined in src/renderer/api/endpoints/hpa.api.ts:44 kind # \u25aa Static kind : string = \"HorizontalPodAutoscaler\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/hpa.api.ts:42 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[] Defined in src/renderer/api/endpoints/hpa.api.ts:81 Returns: { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[] 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 Implementation of ItemObject 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 getMetricName # \u25b8 Protected 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#class-horizontalpodautoscaler","text":"","title":"Class: HorizontalPodAutoscaler"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#hierarchy","text":"KubeObject \u21b3 HorizontalPodAutoscaler","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#constructor","text":"+ new HorizontalPodAutoscaler ( data : KubeJsonApiData ): HorizontalPodAutoscaler Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#spec","text":"\u2022 spec : { maxReplicas: number ; metrics: IHpaMetric [] ; minReplicas: number ; scaleTargetRef: { apiVersion: string ; kind: string ; name: string } } Defined in src/renderer/api/endpoints/hpa.api.ts:46","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#status","text":"\u2022 status : { conditions: { lastTransitionTime: string ; message: string ; reason: string ; status: string ; type: string }[] ; currentMetrics: IHpaMetric [] ; currentReplicas: number ; desiredReplicas: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/hpa.api.ts:56","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#apibase","text":"\u25aa Static apiBase : string = \"/apis/autoscaling/v2beta1/horizontalpodautoscalers\" Defined in src/renderer/api/endpoints/hpa.api.ts:44","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#kind_1","text":"\u25aa Static kind : string = \"HorizontalPodAutoscaler\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/hpa.api.ts:42","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/hpa.api.ts:43","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#getconditions","text":"\u25b8 getConditions (): { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[] Defined in src/renderer/api/endpoints/hpa.api.ts:81 Returns: { isReady: boolean = status === \"True\"; tooltip: string = `${message || reason} (${lastTransitionTime})` }[]","title":"getConditions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#getmetricname","text":"\u25b8 Protected getMetricName ( metric : IHpaMetric ): string Defined in src/renderer/api/endpoints/hpa.api.ts:101","title":"getMetricName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#getmetricvalues","text":"\u25b8 getMetricValues ( metric : IHpaMetric ): string Defined in src/renderer/api/endpoints/hpa.api.ts:116","title":"getMetricValues"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_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/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_hpa_api_.horizontalpodautoscaler/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/ingress.api\" / Ingress 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 : { backend?: { serviceName: string ; servicePort: number } ; rules?: { host?: string ; http: { paths: { backend: { serviceName: string ; servicePort: number } ; path?: string }[] } }[] ; tls: { secretName: string }[] } Defined in src/renderer/api/endpoints/ingress.api.ts:38 Type declaration: Name Type backend? { serviceName: string ; servicePort: number } rules? { host?: string ; http: { paths: { backend: { serviceName: string ; servicePort: number } ; path?: string }[] } }[] tls { secretName: string }[] status # \u2022 status : { loadBalancer: { ingress: ILoadBalancerIngress [] } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/ingress.api.ts:59 Type declaration: Name Type loadBalancer { ingress: ILoadBalancerIngress [] } apiBase # \u25aa Static apiBase : string = \"/apis/extensions/v1beta1/ingresses\" Defined in src/renderer/api/endpoints/ingress.api.ts:36 kind # \u25aa Static kind : string = \"Ingress\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/ingress.api.ts:34 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#class-ingress","text":"","title":"Class: Ingress"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#hierarchy","text":"KubeObject \u21b3 Ingress","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_api_.ingress/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#constructor","text":"+ new Ingress ( data : KubeJsonApiData ): Ingress Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_api_.ingress/#spec","text":"\u2022 spec : { backend?: { serviceName: string ; servicePort: number } ; rules?: { host?: string ; http: { paths: { backend: { serviceName: string ; servicePort: number } ; path?: string }[] } }[] ; tls: { secretName: string }[] } Defined in src/renderer/api/endpoints/ingress.api.ts:38","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#status","text":"\u2022 status : { loadBalancer: { ingress: ILoadBalancerIngress [] } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/ingress.api.ts:59","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#apibase","text":"\u25aa Static apiBase : string = \"/apis/extensions/v1beta1/ingresses\" Defined in src/renderer/api/endpoints/ingress.api.ts:36","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#kind_1","text":"\u25aa Static kind : string = \"Ingress\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/ingress.api.ts:34","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/ingress.api.ts:35","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_api_.ingress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_api_.ingress/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_api_.ingress/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_api_.ingress/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_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/_src_renderer_api_endpoints_ingress_api_.ingress/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingress/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/ingress.api\" / IngressApi Class: IngressApi # Hierarchy # KubeApi \\< Ingress > \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 \\< Ingress >): IngressApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\< Ingress > Returns: IngressApi Properties # apiBase # \u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\< Ingress > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\< Ingress > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Ingress >): Promise \\< Ingress > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Ingress > - Returns: Promise \\< Ingress > delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Ingress > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Ingress > getMetrics # \u25b8 getMetrics ( ingress : string, namespace : string): Promise \\< IIngressMetrics > Defined in src/renderer/api/endpoints/ingress.api.ts:7 Parameters: Name Type ingress string namespace string Returns: Promise \\< IIngressMetrics > getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Ingress []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Ingress []> parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Ingress >): Promise \\< Ingress > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Ingress > - Returns: Promise \\< Ingress > watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#class-ingressapi","text":"","title":"Class: IngressApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#hierarchy","text":"KubeApi \\< Ingress > \u21b3 IngressApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#methods","text":"create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#constructor","text":"+ new IngressApi ( options : IKubeApiOptions \\< Ingress >): IngressApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#apibase","text":"\u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\< Ingress > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\< Ingress > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Ingress >): Promise \\< Ingress > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Ingress > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#getmetrics","text":"\u25b8 getMetrics ( ingress : string, namespace : string): Promise \\< IIngressMetrics > Defined in src/renderer/api/endpoints/ingress.api.ts:7","title":"getMetrics"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Ingress []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Ingress >): Promise \\< Ingress > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_ingress_api_.ingressapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/job.api\" / Job 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 : { backoffLimit?: number ; completions?: number ; containers?: IPodContainer [] ; dnsPolicy?: string ; parallelism?: number ; restartPolicy?: string ; schedulerName?: string ; selector?: { matchLabels: { [name:string]: string; } } ; serviceAccount?: string ; serviceAccountName?: string ; template: { metadata: { annotations?: { [name:string]: string; } ; creationTimestamp?: string ; labels?: { [name:string]: string; } } ; spec: { affinity?: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; terminationGracePeriodSeconds: number ; tolerations?: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; terminationGracePeriodSeconds?: number } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/job.api.ts:14 Type declaration: Name Type backoffLimit? number completions? number containers? IPodContainer [] dnsPolicy? string parallelism? number restartPolicy? string schedulerName? string selector? { matchLabels: { [name:string]: string; } } serviceAccount? string serviceAccountName? string template { metadata: { annotations?: { [name:string]: string; } ; creationTimestamp?: string ; labels?: { [name:string]: string; } } ; spec: { affinity?: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; terminationGracePeriodSeconds: number ; tolerations?: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } terminationGracePeriodSeconds? number status # \u2022 status : { completionTime: string ; conditions: { lastProbeTime: string ; lastTransitionTime: string ; message?: string ; status: string ; type: string }[] ; startTime: string ; succeeded: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/job.api.ts:60 Type declaration: Name Type completionTime string conditions { lastProbeTime: string ; lastTransitionTime: string ; message?: string ; status: string ; type: string }[] startTime string succeeded number apiBase # \u25aa Static apiBase : string = \"/apis/batch/v1/jobs\" Defined in src/renderer/api/endpoints/job.api.ts:12 kind # \u25aa Static kind : string = \"Job\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/job.api.ts:10 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Overrides KubeObject . delete Defined in src/renderer/api/endpoints/job.api.ts:98 Returns: CancelablePromise \\< KubeJsonApiData > getAffinity # \u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . 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 value 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 value 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 Name Type 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 Implementation of ItemObject 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 Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#class-job","text":"","title":"Class: Job"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#hierarchy","text":"WorkloadKubeObject \u21b3 Job","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#constructor","text":"+ new Job ( data : KubeJsonApiData ): Job Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#spec","text":"\u2022 spec : { backoffLimit?: number ; completions?: number ; containers?: IPodContainer [] ; dnsPolicy?: string ; parallelism?: number ; restartPolicy?: string ; schedulerName?: string ; selector?: { matchLabels: { [name:string]: string; } } ; serviceAccount?: string ; serviceAccountName?: string ; template: { metadata: { annotations?: { [name:string]: string; } ; creationTimestamp?: string ; labels?: { [name:string]: string; } } ; spec: { affinity?: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; hostPID: boolean ; nodeSelector?: { [selector:string]: string; } ; restartPolicy: string ; schedulerName: string ; terminationGracePeriodSeconds: number ; tolerations?: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; terminationGracePeriodSeconds?: number } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/job.api.ts:14","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#status","text":"\u2022 status : { completionTime: string ; conditions: { lastProbeTime: string ; lastTransitionTime: string ; message?: string ; status: string ; type: string }[] ; startTime: string ; succeeded: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/job.api.ts:60","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#apibase","text":"\u25aa Static apiBase : string = \"/apis/batch/v1/jobs\" Defined in src/renderer/api/endpoints/job.api.ts:12","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#kind_1","text":"\u25aa Static kind : string = \"Job\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/job.api.ts:10","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/job.api.ts:11","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#delete","text":"\u25b8 delete (): CancelablePromise \\< KubeJsonApiData > Overrides KubeObject . delete Defined in src/renderer/api/endpoints/job.api.ts:98 Returns: CancelablePromise \\< KubeJsonApiData >","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#getcondition","text":"\u25b8 getCondition (): object Defined in src/renderer/api/endpoints/job.api.ts:85 Returns: object Name Type lastProbeTime string lastTransitionTime string message? string status string type string","title":"getCondition"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#gettolerations","text":"\u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_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/_src_renderer_api_endpoints_job_api_.job/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_job_api_.job/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/namespaces.api\" / Namespace 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 status # \u2022 Optional status : { phase: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/namespaces.api.ts:16 Type declaration: Name Type phase string apiBase # \u25aa Static apiBase : string = \"/api/v1/namespaces\" Defined in src/renderer/api/endpoints/namespaces.api.ts:14 kind # \u25aa Static kind : string = \"Namespace\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/namespaces.api.ts:12 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#class-namespace","text":"","title":"Class: Namespace"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#hierarchy","text":"KubeObject \u21b3 Namespace","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#properties","text":"apiVersion kind metadata status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_api_.namespace/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#constructor","text":"+ new Namespace ( data : KubeJsonApiData ): Namespace Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_api_.namespace/#status","text":"\u2022 Optional status : { phase: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/namespaces.api.ts:16","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/namespaces\" Defined in src/renderer/api/endpoints/namespaces.api.ts:14","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#kind_1","text":"\u25aa Static kind : string = \"Namespace\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/namespaces.api.ts:12","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/namespaces.api.ts:13","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_api_.namespace/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_api_.namespace/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_api_.namespace/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_api_.namespace/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_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/_src_renderer_api_endpoints_namespaces_api_.namespace/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_namespaces_api_.namespace/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/network-policy.api\" / NetworkPolicy 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 : { egress: IPolicyEgress [] ; ingress: IPolicyIngress [] ; podSelector: { matchLabels: { [label:string]: string; role: string } } ; policyTypes: string[] } Defined in src/renderer/api/endpoints/network-policy.api.ts:44 Type declaration: Name Type egress IPolicyEgress [] ingress IPolicyIngress [] podSelector { matchLabels: { [label:string]: string; role: string } } policyTypes string[] status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 apiBase # \u25aa Static apiBase : string = \"/apis/networking.k8s.io/v1/networkpolicies\" Defined in src/renderer/api/endpoints/network-policy.api.ts:42 kind # \u25aa Static kind : string = \"NetworkPolicy\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/network-policy.api.ts:40 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#class-networkpolicy","text":"","title":"Class: NetworkPolicy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#hierarchy","text":"KubeObject \u21b3 NetworkPolicy","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#constructor","text":"+ new NetworkPolicy ( data : KubeJsonApiData ): NetworkPolicy Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#spec","text":"\u2022 spec : { egress: IPolicyEgress [] ; ingress: IPolicyIngress [] ; podSelector: { matchLabels: { [label:string]: string; role: string } } ; policyTypes: string[] } Defined in src/renderer/api/endpoints/network-policy.api.ts:44","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#apibase","text":"\u25aa Static apiBase : string = \"/apis/networking.k8s.io/v1/networkpolicies\" Defined in src/renderer/api/endpoints/network-policy.api.ts:42","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#kind_1","text":"\u25aa Static kind : string = \"NetworkPolicy\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/network-policy.api.ts:40","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/network-policy.api.ts:41","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_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/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_network_policy_api_.networkpolicy/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/nodes.api\" / Node 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 : { externalID: string ; podCIDR: string ; taints?: { effect: string ; key: string ; value: string }[] ; unschedulable?: boolean } Defined in src/renderer/api/endpoints/nodes.api.ts:37 Type declaration: Name Type externalID string podCIDR string taints? { effect: string ; key: string ; value: string }[] unschedulable? boolean status # \u2022 status : { addresses: { address: string ; type: string }[] ; allocatable: { cpu: string ; memory: string ; pods: string } ; capacity: { cpu: string ; memory: string ; pods: string } ; conditions: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] ; images: { names: string[] ; sizeBytes: number }[] ; nodeInfo: { architecture: string ; bootID: string ; containerRuntimeVersion: string ; kernelVersion: string ; kubeProxyVersion: string ; kubeletVersion: string ; machineID: string ; operatingSystem: string ; osImage: string ; systemUUID: string } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/nodes.api.ts:47 Type declaration: Name Type addresses { address: string ; type: string }[] allocatable { cpu: string ; memory: string ; pods: string } capacity { cpu: string ; memory: string ; pods: string } conditions { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] images { names: string[] ; sizeBytes: number }[] nodeInfo { architecture: string ; bootID: string ; containerRuntimeVersion: string ; kernelVersion: string ; kubeProxyVersion: string ; kubeletVersion: string ; machineID: string ; operatingSystem: string ; osImage: string ; systemUUID: string } apiBase # \u25aa Static apiBase : string = \"/api/v1/nodes\" Defined in src/renderer/api/endpoints/nodes.api.ts:35 kind # \u25aa Static kind : string = \"Node\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/nodes.api.ts:33 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getActiveConditions # \u25b8 getActiveConditions (): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:131 Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] 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 value 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 value filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:123 Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 (): { effect: string ; key: string ; value: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:97 Returns: { effect: string ; key: string ; value: string }[] getWarningConditions # \u25b8 getWarningConditions (): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:135 Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#class-node","text":"","title":"Class: Node"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#hierarchy","text":"KubeObject \u21b3 Node","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#constructor","text":"+ new Node ( data : KubeJsonApiData ): Node Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#spec","text":"\u2022 spec : { externalID: string ; podCIDR: string ; taints?: { effect: string ; key: string ; value: string }[] ; unschedulable?: boolean } Defined in src/renderer/api/endpoints/nodes.api.ts:37","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#status","text":"\u2022 status : { addresses: { address: string ; type: string }[] ; allocatable: { cpu: string ; memory: string ; pods: string } ; capacity: { cpu: string ; memory: string ; pods: string } ; conditions: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] ; images: { names: string[] ; sizeBytes: number }[] ; nodeInfo: { architecture: string ; bootID: string ; containerRuntimeVersion: string ; kernelVersion: string ; kubeProxyVersion: string ; kubeletVersion: string ; machineID: string ; operatingSystem: string ; osImage: string ; systemUUID: string } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/nodes.api.ts:47","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/nodes\" Defined in src/renderer/api/endpoints/nodes.api.ts:35","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#kind_1","text":"\u25aa Static kind : string = \"Node\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/nodes.api.ts:33","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/nodes.api.ts:34","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#getactiveconditions","text":"\u25b8 getActiveConditions (): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:131 Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[]","title":"getActiveConditions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#getconditions","text":"\u25b8 getConditions (): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:123 Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[]","title":"getConditions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#gettaints","text":"\u25b8 getTaints (): { effect: string ; key: string ; value: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:97 Returns: { effect: string ; key: string ; value: string }[]","title":"getTaints"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#getwarningconditions","text":"\u25b8 getWarningConditions (): { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[] Defined in src/renderer/api/endpoints/nodes.api.ts:135 Returns: { lastHeartbeatTime?: string ; lastTransitionTime?: string ; message?: string ; reason?: string ; status?: string ; type: string }[]","title":"getWarningConditions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_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/_src_renderer_api_endpoints_nodes_api_.node/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.node/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/nodes.api\" / NodesApi Class: NodesApi # Hierarchy # KubeApi \\< Node > \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 \\< Node >): NodesApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\< Node > Returns: NodesApi Properties # apiBase # \u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\< Node > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\< Node > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Node >): Promise \\< Node > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Node > - Returns: Promise \\< Node > delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Node > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Node > getMetrics # \u25b8 getMetrics (): Promise \\< INodeMetrics > Defined in src/renderer/api/endpoints/nodes.api.ts:7 Returns: Promise \\< INodeMetrics > getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Node []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Node []> parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Node >): Promise \\< Node > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Node > - Returns: Promise \\< Node > watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#class-nodesapi","text":"","title":"Class: NodesApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#hierarchy","text":"KubeApi \\< Node > \u21b3 NodesApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#methods","text":"create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#constructor","text":"+ new NodesApi ( options : IKubeApiOptions \\< Node >): NodesApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#apibase","text":"\u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\< Node > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\< Node > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Node >): Promise \\< Node > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Node > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#getmetrics","text":"\u25b8 getMetrics (): Promise \\< INodeMetrics > Defined in src/renderer/api/endpoints/nodes.api.ts:7 Returns: Promise \\< INodeMetrics >","title":"getMetrics"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Node []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Node >): Promise \\< Node > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_nodes_api_.nodesapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/persistent-volume.api\" / PersistentVolume 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 : { accessModes: string[] ; capacity: { storage: string } ; claimRef: { apiVersion: string ; kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } ; flexVolume: { driver: string ; options: { clusterNamespace: string ; image: string ; pool: string ; storageClass: string } } ; mountOptions?: string[] ; nfs?: { path: string ; server: string } ; persistentVolumeReclaimPolicy: string ; storageClassName: string } Defined in src/renderer/api/endpoints/persistent-volume.api.ts:12 Type declaration: Name Type accessModes string[] capacity { storage: string } claimRef { apiVersion: string ; kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } flexVolume { driver: string ; options: { clusterNamespace: string ; image: string ; pool: string ; storageClass: string } } mountOptions? string[] nfs? { path: string ; server: string } persistentVolumeReclaimPolicy string storageClassName string status # \u2022 status : { phase: string ; reason?: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume.api.ts:43 Type declaration: Name Type phase string reason? string apiBase # \u25aa Static apiBase : string = \"/api/v1/persistentvolumes\" Defined in src/renderer/api/endpoints/persistent-volume.api.ts:10 kind # \u25aa Static kind : string = \"PersistentVolume\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume.api.ts:8 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#class-persistentvolume","text":"","title":"Class: PersistentVolume"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#hierarchy","text":"KubeObject \u21b3 PersistentVolume","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#constructor","text":"+ new PersistentVolume ( data : KubeJsonApiData ): PersistentVolume Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#spec","text":"\u2022 spec : { accessModes: string[] ; capacity: { storage: string } ; claimRef: { apiVersion: string ; kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string } ; flexVolume: { driver: string ; options: { clusterNamespace: string ; image: string ; pool: string ; storageClass: string } } ; mountOptions?: string[] ; nfs?: { path: string ; server: string } ; persistentVolumeReclaimPolicy: string ; storageClassName: string } Defined in src/renderer/api/endpoints/persistent-volume.api.ts:12","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#status","text":"\u2022 status : { phase: string ; reason?: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume.api.ts:43","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/persistentvolumes\" Defined in src/renderer/api/endpoints/persistent-volume.api.ts:10","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#kind_1","text":"\u25aa Static kind : string = \"PersistentVolume\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume.api.ts:8","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/persistent-volume.api.ts:9","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#getcapacity","text":"\u25b8 getCapacity ( inBytes? : boolean): string | number Defined in src/renderer/api/endpoints/persistent-volume.api.ts:48","title":"getCapacity"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_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/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_api_.persistentvolume/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/persistent-volume-claims.api\" / PersistentVolumeClaim 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 : { accessModes: string[] ; resources: { requests: { storage: string } } ; selector: { matchExpressions: { key: string ; operator: string ; values: string[] }[] ; matchLabels: { release: string } } ; storageClassName: string } Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:30 Type declaration: Name Type accessModes string[] resources { requests: { storage: string } } selector { matchExpressions: { key: string ; operator: string ; values: string[] }[] ; matchLabels: { release: string } } storageClassName string status # \u2022 status : { phase: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:49 Type declaration: Name Type phase string apiBase # \u25aa Static apiBase : string = \"/api/v1/persistentvolumeclaims\" Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:28 kind # \u25aa Static kind : string = \"PersistentVolumeClaim\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:26 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 (): { key: string ; operator: string ; values: string[] }[] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:74 Returns: { key: string ; operator: string ; values: string[] }[] getMatchLabels # \u25b8 getMatchLabels (): string[] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:68 Returns: string[] getName # \u25b8 getName (): string Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#class-persistentvolumeclaim","text":"","title":"Class: PersistentVolumeClaim"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#hierarchy","text":"KubeObject \u21b3 PersistentVolumeClaim","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#constructor","text":"+ new PersistentVolumeClaim ( data : KubeJsonApiData ): PersistentVolumeClaim Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#spec","text":"\u2022 spec : { accessModes: string[] ; resources: { requests: { storage: string } } ; selector: { matchExpressions: { key: string ; operator: string ; values: string[] }[] ; matchLabels: { release: string } } ; storageClassName: string } Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:30","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#status","text":"\u2022 status : { phase: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:49","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/persistentvolumeclaims\" Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:28","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#kind_1","text":"\u25aa Static kind : string = \"PersistentVolumeClaim\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:26","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:27","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#getmatchexpressions","text":"\u25b8 getMatchExpressions (): { key: string ; operator: string ; values: string[] }[] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:74 Returns: { key: string ; operator: string ; values: string[] }[]","title":"getMatchExpressions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#getpods","text":"\u25b8 getPods ( allPods : Pod []): Pod [] Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:53","title":"getPods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_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/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaim/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/persistent-volume-claims.api\" / PersistentVolumeClaimsApi Class: PersistentVolumeClaimsApi # Hierarchy # KubeApi \\< PersistentVolumeClaim > \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 \\< PersistentVolumeClaim >): PersistentVolumeClaimsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\< PersistentVolumeClaim > Returns: PersistentVolumeClaimsApi Properties # apiBase # \u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\< PersistentVolumeClaim > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\< PersistentVolumeClaim > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< PersistentVolumeClaim >): Promise \\< PersistentVolumeClaim > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< PersistentVolumeClaim > - Returns: Promise \\< PersistentVolumeClaim > delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< PersistentVolumeClaim > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\< PersistentVolumeClaim > getMetrics # \u25b8 getMetrics ( pvcName : string, namespace : string): Promise \\< IPvcMetrics > Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:8 Parameters: Name Type pvcName string namespace string Returns: Promise \\< IPvcMetrics > getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< PersistentVolumeClaim []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\< PersistentVolumeClaim []> parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< PersistentVolumeClaim >): Promise \\< PersistentVolumeClaim > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< PersistentVolumeClaim > - Returns: Promise \\< PersistentVolumeClaim > watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#class-persistentvolumeclaimsapi","text":"","title":"Class: PersistentVolumeClaimsApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#hierarchy","text":"KubeApi \\< PersistentVolumeClaim > \u21b3 PersistentVolumeClaimsApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#methods","text":"create delete get getMetrics getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#constructor","text":"+ new PersistentVolumeClaimsApi ( options : IKubeApiOptions \\< PersistentVolumeClaim >): PersistentVolumeClaimsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#apibase","text":"\u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\< PersistentVolumeClaim > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\< PersistentVolumeClaim > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< PersistentVolumeClaim >): Promise \\< PersistentVolumeClaim > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< PersistentVolumeClaim > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#getmetrics","text":"\u25b8 getMetrics ( pvcName : string, namespace : string): Promise \\< IPvcMetrics > Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:8","title":"getMetrics"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< PersistentVolumeClaim []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< PersistentVolumeClaim >): Promise \\< PersistentVolumeClaim > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_persistent_volume_claims_api_.persistentvolumeclaimsapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pod-metrics.api\" / PodMetrics Class: PodMetrics # Hierarchy # KubeObject \u21b3 PodMetrics Implements # ItemObject Index # Constructors # constructor Properties # apiVersion containers kind metadata status timestamp window apiBase 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 PodMetrics ( data : KubeJsonApiData ): PodMetrics Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PodMetrics Properties # apiVersion # \u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75 containers # \u2022 containers : { name: string ; usage: { cpu: string ; memory: string } }[] Defined in src/renderer/api/endpoints/pod-metrics.api.ts:11 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 status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 timestamp # \u2022 timestamp : string Defined in src/renderer/api/endpoints/pod-metrics.api.ts:9 window # \u2022 window : string Defined in src/renderer/api/endpoints/pod-metrics.api.ts:10 apiBase # \u25aa Static apiBase : string = \"/apis/metrics.k8s.io/v1beta1/pods\" Defined in src/renderer/api/endpoints/pod-metrics.api.ts:7 kind # \u25aa Static kind : string = \"Pod\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/pod-metrics.api.ts:5 namespaced # \u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/pod-metrics.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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#class-podmetrics","text":"","title":"Class: PodMetrics"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#hierarchy","text":"KubeObject \u21b3 PodMetrics","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#properties","text":"apiVersion containers kind metadata status timestamp window apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#constructor","text":"+ new PodMetrics ( data : KubeJsonApiData ): PodMetrics Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#containers","text":"\u2022 containers : { name: string ; usage: { cpu: string ; memory: string } }[] Defined in src/renderer/api/endpoints/pod-metrics.api.ts:11","title":"containers"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#timestamp","text":"\u2022 timestamp : string Defined in src/renderer/api/endpoints/pod-metrics.api.ts:9","title":"timestamp"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#window","text":"\u2022 window : string Defined in src/renderer/api/endpoints/pod-metrics.api.ts:10","title":"window"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#apibase","text":"\u25aa Static apiBase : string = \"/apis/metrics.k8s.io/v1beta1/pods\" Defined in src/renderer/api/endpoints/pod-metrics.api.ts:7","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#kind_1","text":"\u25aa Static kind : string = \"Pod\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/pod-metrics.api.ts:5","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/pod-metrics.api.ts:6","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#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/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pod_metrics_api_.podmetrics/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/poddisruptionbudget.api\" / PodDisruptionBudget 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 : { maxUnavailable: string ; minAvailable: string ; selector: { matchLabels: { [app:string]: string; } } } Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:11 Type declaration: Name Type maxUnavailable string minAvailable string selector { matchLabels: { [app:string]: string; } } status # \u2022 status : { currentHealthy: number ; desiredHealthy: number ; disruptionsAllowed: number ; expectedPods: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:16 Type declaration: Name Type currentHealthy number desiredHealthy number disruptionsAllowed number expectedPods number apiBase # \u25aa Static apiBase : string = \"/apis/policy/v1beta1/poddisruptionbudgets\" Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:9 kind # \u25aa Static kind : string = \"PodDisruptionBudget\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:7 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#class-poddisruptionbudget","text":"","title":"Class: PodDisruptionBudget"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#hierarchy","text":"KubeObject \u21b3 PodDisruptionBudget","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#constructor","text":"+ new PodDisruptionBudget ( data : KubeJsonApiData ): PodDisruptionBudget Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#spec","text":"\u2022 spec : { maxUnavailable: string ; minAvailable: string ; selector: { matchLabels: { [app:string]: string; } } } Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:11","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#status","text":"\u2022 status : { currentHealthy: number ; desiredHealthy: number ; disruptionsAllowed: number ; expectedPods: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:16","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#apibase","text":"\u25aa Static apiBase : string = \"/apis/policy/v1beta1/poddisruptionbudgets\" Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:9","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#kind_1","text":"\u25aa Static kind : string = \"PodDisruptionBudget\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:7","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:8","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_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/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_poddisruptionbudget_api_.poddisruptionbudget/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / Pod 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 : { affinity: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; initContainers: IPodContainer [] ; nodeName: string ; nodeSelector?: { [selector:string]: string; } ; priority: number ; priorityClassName: string ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; serviceAccount: string ; serviceAccountName: string ; terminationGracePeriodSeconds: number ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] ; volumes?: { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[] } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/pods.api.ts:178 Type declaration: Name Type affinity IAffinity containers IPodContainer [] dnsPolicy string initContainers IPodContainer [] nodeName string nodeSelector? { [selector:string]: string; } priority number priorityClassName string restartPolicy string schedulerName string securityContext {} serviceAccount string serviceAccountName string terminationGracePeriodSeconds number tolerations { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] volumes? { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[] status # \u2022 status : { conditions: { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[] ; containerStatuses?: IPodContainerStatus [] ; hostIP: string ; initContainerStatuses?: IPodContainerStatus [] ; phase: string ; podIP: string ; qosClass: string ; reason?: string ; startTime: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/pods.api.ts:219 Type declaration: Name Type conditions { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[] containerStatuses? IPodContainerStatus [] hostIP string initContainerStatuses? IPodContainerStatus [] phase string podIP string qosClass string reason? string startTime string apiBase # \u25aa Static apiBase : string = \"/api/v1/pods\" Defined in src/renderer/api/endpoints/pods.api.ts:176 kind # \u25aa Static kind : string = \"Pod\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/pods.api.ts:174 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getAffinity # \u25b8 getAffinity (): IAffinity Overrides WorkloadKubeObject . getAffinity Defined in src/renderer/api/endpoints/pods.api.ts:360 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . 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 value 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 value filter boolean false Returns: string[] getConditions # \u25b8 getConditions (): { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[] Defined in src/renderer/api/endpoints/pods.api.ts:336 Returns: { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[] getContainerStatuses # \u25b8 getContainerStatuses ( includeInitContainers? : boolean): IPodContainerStatus [] Defined in src/renderer/api/endpoints/pods.api.ts:256 Parameters: Name Type Default value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 WorkloadKubeObject . 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 WorkloadKubeObject . 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 WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] Overrides WorkloadKubeObject . getTolerations Defined in src/renderer/api/endpoints/pods.api.ts:356 Returns: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] getVolumes # \u25b8 getVolumes (): { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[] Defined in src/renderer/api/endpoints/pods.api.ts:340 Returns: { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#class-pod","text":"","title":"Class: Pod"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#hierarchy","text":"WorkloadKubeObject \u21b3 Pod","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#constructor","text":"+ new Pod ( data : KubeJsonApiData ): Pod Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#spec","text":"\u2022 spec : { affinity: IAffinity ; containers: IPodContainer [] ; dnsPolicy: string ; initContainers: IPodContainer [] ; nodeName: string ; nodeSelector?: { [selector:string]: string; } ; priority: number ; priorityClassName: string ; restartPolicy: string ; schedulerName: string ; securityContext: {} ; serviceAccount: string ; serviceAccountName: string ; terminationGracePeriodSeconds: number ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] ; volumes?: { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[] } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/pods.api.ts:178","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#status","text":"\u2022 status : { conditions: { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[] ; containerStatuses?: IPodContainerStatus [] ; hostIP: string ; initContainerStatuses?: IPodContainerStatus [] ; phase: string ; podIP: string ; qosClass: string ; reason?: string ; startTime: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/pods.api.ts:219","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/pods\" Defined in src/renderer/api/endpoints/pods.api.ts:176","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#kind_1","text":"\u25aa Static kind : string = \"Pod\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/pods.api.ts:174","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/pods.api.ts:175","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Overrides WorkloadKubeObject . getAffinity Defined in src/renderer/api/endpoints/pods.api.ts:360 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#getconditions","text":"\u25b8 getConditions (): { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[] Defined in src/renderer/api/endpoints/pods.api.ts:336 Returns: { lastProbeTime: number ; lastTransitionTime: string ; status: string ; type: string }[]","title":"getConditions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#getcontainerstatuses","text":"\u25b8 getContainerStatuses ( includeInitContainers? : boolean): IPodContainerStatus [] Defined in src/renderer/api/endpoints/pods.api.ts:256","title":"getContainerStatuses"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getlivenessprobe","text":"\u25b8 getLivenessProbe ( container : IPodContainer ): string[] Defined in src/renderer/api/endpoints/pods.api.ts:379","title":"getLivenessProbe"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Overrides WorkloadKubeObject . getNodeSelectors Defined in src/renderer/api/endpoints/pods.api.ts:350 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getprobe","text":"\u25b8 getProbe ( probeData : IContainerProbe ): string[] Defined in src/renderer/api/endpoints/pods.api.ts:387","title":"getProbe"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getreadinessprobe","text":"\u25b8 getReadinessProbe ( container : IPodContainer ): string[] Defined in src/renderer/api/endpoints/pods.api.ts:383","title":"getReadinessProbe"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#gettolerations","text":"\u25b8 getTolerations (): { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] Overrides WorkloadKubeObject . getTolerations Defined in src/renderer/api/endpoints/pods.api.ts:356 Returns: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[]","title":"getTolerations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#getvolumes","text":"\u25b8 getVolumes (): { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[] Defined in src/renderer/api/endpoints/pods.api.ts:340 Returns: { configMap: { name: string } ; emptyDir: { medium?: string ; sizeLimit?: string } ; name: string ; persistentVolumeClaim: { claimName: string } ; secret: { defaultMode: number ; secretName: string } }[]","title":"getVolumes"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.pod/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.pod/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / PodsApi Class: PodsApi # Hierarchy # KubeApi \\< Pod > \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 \\< Pod >): PodsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\< Pod > Returns: PodsApi Properties # apiBase # \u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\< Pod > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\< Pod > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Pod > - Returns: Promise \\< Pod > delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Pod > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Pod > getLogs # \u25b8 getLogs ( params : { name: string ; namespace: string }, query? : IPodLogsQuery ): Promise \\ Defined in src/renderer/api/endpoints/pods.api.ts:7 Parameters: Name Type params { name: string ; namespace: string } query? IPodLogsQuery Returns: Promise \\ getMetrics # \u25b8 getMetrics ( pods : Pod [], namespace : string, selector? : string): Promise \\< IPodMetrics > Defined in src/renderer/api/endpoints/pods.api.ts:12 Parameters: Name Type Default value pods Pod [] - namespace string - selector string \"pod, namespace\" Returns: Promise \\< IPodMetrics > getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Pod []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\< Pod []> parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< Pod > - Returns: Promise \\< Pod > watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#class-podsapi","text":"","title":"Class: PodsApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#hierarchy","text":"KubeApi \\< Pod > \u21b3 PodsApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_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/_src_renderer_api_endpoints_pods_api_.podsapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#constructor","text":"+ new PodsApi ( options : IKubeApiOptions \\< Pod >): PodsApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#apibase","text":"\u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\< Pod > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\< Pod > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< Pod > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#getlogs","text":"\u25b8 getLogs ( params : { name: string ; namespace: string }, query? : IPodLogsQuery ): Promise \\ Defined in src/renderer/api/endpoints/pods.api.ts:7","title":"getLogs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#getmetrics","text":"\u25b8 getMetrics ( pods : Pod [], namespace : string, selector? : string): Promise \\< IPodMetrics > Defined in src/renderer/api/endpoints/pods.api.ts:12","title":"getMetrics"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< Pod []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_pods_api_.podsapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/podsecuritypolicy.api\" / PodSecurityPolicy Class: PodSecurityPolicy # Hierarchy # KubeObject \u21b3 PodSecurityPolicy 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 getRules getSearchFields getVolumes isPrivileged toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new PodSecurityPolicy ( data : KubeJsonApiData ): PodSecurityPolicy Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: PodSecurityPolicy 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 : { allowPrivilegeEscalation?: boolean ; allowedCSIDrivers?: { name: string }[] ; allowedCapabilities: string[] ; allowedFlexVolumes?: { driver: string }[] ; allowedHostPaths?: { pathPrefix: string ; readOnly: boolean }[] ; allowedProcMountTypes?: string[] ; allowedUnsafeSysctls?: string[] ; defaultAddCapabilities?: string[] ; defaultAllowPrivilegeEscalation?: boolean ; forbiddenSysctls?: string[] ; fsGroup?: { ranges: { max: number ; min: number }[] ; rule: string } ; hostIPC?: boolean ; hostNetwork?: boolean ; hostPID?: boolean ; hostPorts?: { max: number ; min: number }[] ; privileged?: boolean ; readOnlyRootFilesystem?: boolean ; requiredDropCapabilities?: string[] ; runAsGroup?: { ranges: { max: number ; min: number }[] ; rule: string } ; runAsUser?: { ranges: { max: number ; min: number }[] ; rule: string } ; runtimeClass?: { allowedRuntimeClassNames: string[] ; defaultRuntimeClassName: string } ; seLinux?: { rule: string ; seLinuxOptions: { level: string ; role: string ; type: string ; user: string } } ; supplementalGroups?: { ranges: { max: number ; min: number }[] ; rule: string } ; volumes?: string[] } Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:11 Type declaration: Name Type allowPrivilegeEscalation? boolean allowedCSIDrivers? { name: string }[] allowedCapabilities string[] allowedFlexVolumes? { driver: string }[] allowedHostPaths? { pathPrefix: string ; readOnly: boolean }[] allowedProcMountTypes? string[] allowedUnsafeSysctls? string[] defaultAddCapabilities? string[] defaultAllowPrivilegeEscalation? boolean forbiddenSysctls? string[] fsGroup? { ranges: { max: number ; min: number }[] ; rule: string } hostIPC? boolean hostNetwork? boolean hostPID? boolean hostPorts? { max: number ; min: number }[] privileged? boolean readOnlyRootFilesystem? boolean requiredDropCapabilities? string[] runAsGroup? { ranges: { max: number ; min: number }[] ; rule: string } runAsUser? { ranges: { max: number ; min: number }[] ; rule: string } runtimeClass? { allowedRuntimeClassNames: string[] ; defaultRuntimeClassName: string } seLinux? { rule: string ; seLinuxOptions: { level: string ; role: string ; type: string ; user: string } } supplementalGroups? { ranges: { max: number ; min: number }[] ; rule: string } volumes? string[] status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 apiBase # \u25aa Static apiBase : string = \"/apis/policy/v1beta1/podsecuritypolicies\" Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:9 kind # \u25aa Static kind : string = \"PodSecurityPolicy\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:7 namespaced # \u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/podsecuritypolicy.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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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/podsecuritypolicy.api.ts:79 Returns: object Name Type fsGroup string runAsGroup string runAsUser string seLinux string supplementalGroups string getSearchFields # \u25b8 getSearchFields (): string[] Inherited from KubeObject . getSearchFields Defined in src/renderer/api/kube-object.ts:137 Returns: string[] getVolumes # \u25b8 getVolumes (): string[] Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:75 Returns: string[] isPrivileged # \u25b8 isPrivileged (): boolean Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:71 Returns: boolean toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#class-podsecuritypolicy","text":"","title":"Class: PodSecurityPolicy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#hierarchy","text":"KubeObject \u21b3 PodSecurityPolicy","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields getVolumes isPrivileged toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#constructor","text":"+ new PodSecurityPolicy ( data : KubeJsonApiData ): PodSecurityPolicy Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#spec","text":"\u2022 spec : { allowPrivilegeEscalation?: boolean ; allowedCSIDrivers?: { name: string }[] ; allowedCapabilities: string[] ; allowedFlexVolumes?: { driver: string }[] ; allowedHostPaths?: { pathPrefix: string ; readOnly: boolean }[] ; allowedProcMountTypes?: string[] ; allowedUnsafeSysctls?: string[] ; defaultAddCapabilities?: string[] ; defaultAllowPrivilegeEscalation?: boolean ; forbiddenSysctls?: string[] ; fsGroup?: { ranges: { max: number ; min: number }[] ; rule: string } ; hostIPC?: boolean ; hostNetwork?: boolean ; hostPID?: boolean ; hostPorts?: { max: number ; min: number }[] ; privileged?: boolean ; readOnlyRootFilesystem?: boolean ; requiredDropCapabilities?: string[] ; runAsGroup?: { ranges: { max: number ; min: number }[] ; rule: string } ; runAsUser?: { ranges: { max: number ; min: number }[] ; rule: string } ; runtimeClass?: { allowedRuntimeClassNames: string[] ; defaultRuntimeClassName: string } ; seLinux?: { rule: string ; seLinuxOptions: { level: string ; role: string ; type: string ; user: string } } ; supplementalGroups?: { ranges: { max: number ; min: number }[] ; rule: string } ; volumes?: string[] } Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:11","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#apibase","text":"\u25aa Static apiBase : string = \"/apis/policy/v1beta1/podsecuritypolicies\" Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:9","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#kind_1","text":"\u25aa Static kind : string = \"PodSecurityPolicy\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:7","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:8","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#getrules","text":"\u25b8 getRules (): object Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:79 Returns: object Name Type fsGroup string runAsGroup string runAsUser string seLinux string supplementalGroups string","title":"getRules"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#getvolumes","text":"\u25b8 getVolumes (): string[] Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:75 Returns: string[]","title":"getVolumes"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#isprivileged","text":"\u25b8 isPrivileged (): boolean Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:71 Returns: boolean","title":"isPrivileged"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#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/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_podsecuritypolicy_api_.podsecuritypolicy/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/replica-set.api\" / ReplicaSet 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 : { containers?: IPodContainer [] ; dnsPolicy?: string ; replicas?: number ; restartPolicy?: string ; schedulerName?: string ; selector?: { matchLabels: { [key:string]: string; } } ; template?: { spec?: { affinity?: IAffinity ; containers: IPodContainer [] ; nodeSelector?: { [selector:string]: string; } ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; terminationGracePeriodSeconds?: number } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/replica-set.api.ts:13 Type declaration: Name Type containers? IPodContainer [] dnsPolicy? string replicas? number restartPolicy? string schedulerName? string selector? { matchLabels: { [key:string]: string; } } template? { spec?: { affinity?: IAffinity ; containers: IPodContainer [] ; nodeSelector?: { [selector:string]: string; } ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } terminationGracePeriodSeconds? number status # \u2022 status : { availableReplicas: number ; fullyLabeledReplicas: number ; observedGeneration: number ; readyReplicas: number ; replicas: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/replica-set.api.ts:41 Type declaration: Name Type availableReplicas number fullyLabeledReplicas number observedGeneration number readyReplicas number replicas number apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/replicasets\" Defined in src/renderer/api/endpoints/replica-set.api.ts:11 kind # \u25aa Static kind : string = \"ReplicaSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/replica-set.api.ts:9 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getAffinity # \u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#class-replicaset","text":"","title":"Class: ReplicaSet"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#hierarchy","text":"WorkloadKubeObject \u21b3 ReplicaSet","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#constructor","text":"+ new ReplicaSet ( data : KubeJsonApiData ): ReplicaSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#spec","text":"\u2022 spec : { containers?: IPodContainer [] ; dnsPolicy?: string ; replicas?: number ; restartPolicy?: string ; schedulerName?: string ; selector?: { matchLabels: { [key:string]: string; } } ; template?: { spec?: { affinity?: IAffinity ; containers: IPodContainer [] ; nodeSelector?: { [selector:string]: string; } ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; terminationGracePeriodSeconds?: number } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/replica-set.api.ts:13","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#status","text":"\u2022 status : { availableReplicas: number ; fullyLabeledReplicas: number ; observedGeneration: number ; readyReplicas: number ; replicas: number } Overrides KubeObject . status Defined in src/renderer/api/endpoints/replica-set.api.ts:41","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/replicasets\" Defined in src/renderer/api/endpoints/replica-set.api.ts:11","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#kind_1","text":"\u25aa Static kind : string = \"ReplicaSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/replica-set.api.ts:9","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/replica-set.api.ts:10","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#gettolerations","text":"\u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_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/_src_renderer_api_endpoints_replica_set_api_.replicaset/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_replica_set_api_.replicaset/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/resource-quota.api\" / ResourceQuota 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 : { hard: IResourceQuotaValues ; scopeSelector?: { matchExpressions: { operator: string ; scopeName: string ; values: string[] }[] } } Defined in src/renderer/api/endpoints/resource-quota.api.ts:43 Type declaration: Name Type hard IResourceQuotaValues scopeSelector? { matchExpressions: { operator: string ; scopeName: string ; values: string[] }[] } status # \u2022 status : { hard: IResourceQuotaValues ; used: IResourceQuotaValues } Overrides KubeObject . status Defined in src/renderer/api/endpoints/resource-quota.api.ts:54 Type declaration: Name Type hard IResourceQuotaValues used IResourceQuotaValues apiBase # \u25aa Static apiBase : string = \"/api/v1/resourcequotas\" Defined in src/renderer/api/endpoints/resource-quota.api.ts:36 kind # \u25aa Static kind : string = \"ResourceQuota\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/resource-quota.api.ts:34 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getScopeSelector # \u25b8 getScopeSelector (): { operator: string ; scopeName: string ; values: string[] }[] Defined in src/renderer/api/endpoints/resource-quota.api.ts:59 Returns: { operator: string ; scopeName: string ; values: 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#class-resourcequota","text":"","title":"Class: ResourceQuota"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#hierarchy","text":"KubeObject \u21b3 ResourceQuota","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#constructor","text":"+ new ResourceQuota ( data : KubeJsonApiData ): ResourceQuota Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/resource-quota.api.ts:36","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#spec","text":"\u2022 spec : { hard: IResourceQuotaValues ; scopeSelector?: { matchExpressions: { operator: string ; scopeName: string ; values: string[] }[] } } Defined in src/renderer/api/endpoints/resource-quota.api.ts:43","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#status","text":"\u2022 status : { hard: IResourceQuotaValues ; used: IResourceQuotaValues } Overrides KubeObject . status Defined in src/renderer/api/endpoints/resource-quota.api.ts:54","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/resourcequotas\" Defined in src/renderer/api/endpoints/resource-quota.api.ts:36","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#kind_1","text":"\u25aa Static kind : string = \"ResourceQuota\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/resource-quota.api.ts:34","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/resource-quota.api.ts:35","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#getscopeselector","text":"\u25b8 getScopeSelector (): { operator: string ; scopeName: string ; values: string[] }[] Defined in src/renderer/api/endpoints/resource-quota.api.ts:59 Returns: { operator: string ; scopeName: string ; values: string[] }[]","title":"getScopeSelector"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_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/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_resource_quota_api_.resourcequota/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/role.api\" / Role Class: Role # Hierarchy # KubeObject \u21b3 Role \u21b3\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 : { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Defined in src/renderer/api/endpoints/role.api.ts:9 status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/roles\" Defined in src/renderer/api/endpoints/role.api.ts:7 kind # \u25aa Static kind : string = \"Role\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role.api.ts:5 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] getResourceVersion # \u25b8 getResourceVersion (): string Inherited from KubeObject . getResourceVersion Defined in src/renderer/api/kube-object.ts:88 Returns: string getRules # \u25b8 getRules (): { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#class-role","text":"","title":"Class: Role"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#hierarchy","text":"KubeObject \u21b3 Role \u21b3\u21b3 ClusterRole","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#properties","text":"apiVersion kind metadata rules status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#constructor","text":"+ new Role ( data : KubeJsonApiData ): Role Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#rules","text":"\u2022 rules : { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Defined in src/renderer/api/endpoints/role.api.ts:9","title":"rules"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#apibase","text":"\u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/roles\" Defined in src/renderer/api/endpoints/role.api.ts:7","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#kind_1","text":"\u25aa Static kind : string = \"Role\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role.api.ts:5","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/role.api.ts:6","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#getrules","text":"\u25b8 getRules (): { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[] Defined in src/renderer/api/endpoints/role.api.ts:16 Returns: { apiGroups: string[] ; resourceNames?: string[] ; resources: string[] ; verbs: string[] }[]","title":"getRules"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_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/_src_renderer_api_endpoints_role_api_.role/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_api_.role/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/role-binding.api\" / RoleBinding Class: RoleBinding # Hierarchy # KubeObject \u21b3 RoleBinding \u21b3\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 : { apiGroup?: string ; kind: string ; name: string } Defined in src/renderer/api/endpoints/role-binding.api.ts:19 Type declaration: Name Type apiGroup? string kind string name string status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 subjects # \u2022 Optional subjects : IRoleBindingSubject [] Defined in src/renderer/api/endpoints/role-binding.api.ts:18 apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/rolebindings\" Defined in src/renderer/api/endpoints/role-binding.api.ts:16 kind # \u25aa Static kind : string = \"RoleBinding\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role-binding.api.ts:14 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#class-rolebinding","text":"","title":"Class: RoleBinding"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#hierarchy","text":"KubeObject \u21b3 RoleBinding \u21b3\u21b3 ClusterRoleBinding","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#properties","text":"apiVersion kind metadata roleRef status subjects apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#constructor","text":"+ new RoleBinding ( data : KubeJsonApiData ): RoleBinding Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#roleref","text":"\u2022 roleRef : { apiGroup?: string ; kind: string ; name: string } Defined in src/renderer/api/endpoints/role-binding.api.ts:19","title":"roleRef"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#subjects","text":"\u2022 Optional subjects : IRoleBindingSubject [] Defined in src/renderer/api/endpoints/role-binding.api.ts:18","title":"subjects"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#apibase","text":"\u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/rolebindings\" Defined in src/renderer/api/endpoints/role-binding.api.ts:16","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#kind_1","text":"\u25aa Static kind : string = \"RoleBinding\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/role-binding.api.ts:14","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/role-binding.api.ts:15","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_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/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_role_binding_api_.rolebinding/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/secret.api\" / Secret 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 : { [prop:string]: string; token?: string } Defined in src/renderer/api/endpoints/secret.api.ts:29 Type declaration: Name Type 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 status # \u2022 Optional 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 apiBase # \u25aa Static apiBase : string = \"/api/v1/secrets\" Defined in src/renderer/api/endpoints/secret.api.ts:26 kind # \u25aa Static kind : string = \"Secret\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/secret.api.ts:24 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#class-secret","text":"","title":"Class: Secret"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#hierarchy","text":"KubeObject \u21b3 Secret","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#properties","text":"apiVersion data kind metadata status type apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#constructor","text":"+ new Secret ( data : KubeJsonApiData ): Secret Overrides KubeObject . constructor Defined in src/renderer/api/endpoints/secret.api.ts:32","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#data","text":"\u2022 data : { [prop:string]: string; token?: string } Defined in src/renderer/api/endpoints/secret.api.ts:29","title":"data"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#type","text":"\u2022 type : SecretType Defined in src/renderer/api/endpoints/secret.api.ts:28","title":"type"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/secrets\" Defined in src/renderer/api/endpoints/secret.api.ts:26","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#kind_1","text":"\u25aa Static kind : string = \"Secret\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/secret.api.ts:24","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/secret.api.ts:25","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_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/_src_renderer_api_endpoints_secret_api_.secret/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_secret_api_.secret/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\" / SelfSubjectRulesReview Class: SelfSubjectRulesReview # Hierarchy # KubeObject \u21b3 SelfSubjectRulesReview Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNonResourceRules getNs getOwnerRefs getResourceRules getResourceVersion getSearchFields normalize toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new SelfSubjectRulesReview ( data : KubeJsonApiData ): SelfSubjectRulesReview Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: SelfSubjectRulesReview 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 : { namespace?: string } Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:28 Type declaration: Name Type namespace? string status # \u2022 status : { incomplete: boolean ; nonResourceRules: ISelfSubjectReviewRule [] ; resourceRules: ISelfSubjectReviewRule [] } Overrides KubeObject . status Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:33 Type declaration: Name Type incomplete boolean nonResourceRules ISelfSubjectReviewRule [] resourceRules ISelfSubjectReviewRule [] apiBase # \u25aa Static apiBase : string = \"/apis/authorization.k8s.io/v1/selfsubjectrulesreviews\" Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:26 kind # \u25aa Static kind : string = \"SelfSubjectRulesReview\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:24 namespaced # \u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNonResourceRules # \u25b8 getNonResourceRules (): ISelfSubjectReviewRule [] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:44 Returns: ISelfSubjectReviewRule [] getNs # \u25b8 getNs (): string Inherited from KubeObject . getNs Defined in src/renderer/api/kube-object.ts:96 Returns: string getOwnerRefs # \u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] getResourceRules # \u25b8 getResourceRules (): ISelfSubjectReviewRule [] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:39 Returns: ISelfSubjectReviewRule [] 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[] normalize # \u25b8 Protected normalize ( rule : ISelfSubjectReviewRule ): ISelfSubjectReviewRule Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:49 Parameters: Name Type rule ISelfSubjectReviewRule Returns: ISelfSubjectReviewRule toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#class-selfsubjectrulesreview","text":"","title":"Class: SelfSubjectRulesReview"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#hierarchy","text":"KubeObject \u21b3 SelfSubjectRulesReview","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNonResourceRules getNs getOwnerRefs getResourceRules getResourceVersion getSearchFields normalize toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#constructor","text":"+ new SelfSubjectRulesReview ( data : KubeJsonApiData ): SelfSubjectRulesReview Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#spec","text":"\u2022 spec : { namespace?: string } Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:28","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#status","text":"\u2022 status : { incomplete: boolean ; nonResourceRules: ISelfSubjectReviewRule [] ; resourceRules: ISelfSubjectReviewRule [] } Overrides KubeObject . status Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:33","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#apibase","text":"\u25aa Static apiBase : string = \"/apis/authorization.k8s.io/v1/selfsubjectrulesreviews\" Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:26","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#kind_1","text":"\u25aa Static kind : string = \"SelfSubjectRulesReview\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:24","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:25","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#getnonresourcerules","text":"\u25b8 getNonResourceRules (): ISelfSubjectReviewRule [] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:44 Returns: ISelfSubjectReviewRule []","title":"getNonResourceRules"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#getresourcerules","text":"\u25b8 getResourceRules (): ISelfSubjectReviewRule [] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:39 Returns: ISelfSubjectReviewRule []","title":"getResourceRules"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#normalize","text":"\u25b8 Protected normalize ( rule : ISelfSubjectReviewRule ): ISelfSubjectReviewRule Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:49","title":"normalize"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#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/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreview/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\" / SelfSubjectRulesReviewApi Class: SelfSubjectRulesReviewApi # Hierarchy # KubeApi \\< SelfSubjectRulesReview > \u21b3 SelfSubjectRulesReviewApi 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 SelfSubjectRulesReviewApi ( options : IKubeApiOptions \\< SelfSubjectRulesReview >): SelfSubjectRulesReviewApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\< SelfSubjectRulesReview > Returns: SelfSubjectRulesReviewApi Properties # apiBase # \u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\< SelfSubjectRulesReview > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\< SelfSubjectRulesReview > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters : { namespace: string = \"default\" }): Promise \\< SelfSubjectRulesReview > Overrides KubeApi . create Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:5 Parameters: Name Type __namedParameters { namespace: string = \"default\" } Returns: Promise \\< SelfSubjectRulesReview > delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< SelfSubjectRulesReview > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\< SelfSubjectRulesReview > getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< SelfSubjectRulesReview []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\< SelfSubjectRulesReview []> parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< SelfSubjectRulesReview >): Promise \\< SelfSubjectRulesReview > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\< SelfSubjectRulesReview > - Returns: Promise \\< SelfSubjectRulesReview > watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#class-selfsubjectrulesreviewapi","text":"","title":"Class: SelfSubjectRulesReviewApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#hierarchy","text":"KubeApi \\< SelfSubjectRulesReview > \u21b3 SelfSubjectRulesReviewApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#methods","text":"create delete get getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#constructor","text":"+ new SelfSubjectRulesReviewApi ( options : IKubeApiOptions \\< SelfSubjectRulesReview >): SelfSubjectRulesReviewApi Inherited from KubeApi . constructor Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#apibase","text":"\u2022 Readonly apiBase : string Inherited from KubeApi . apiBase Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\< SelfSubjectRulesReview > Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\< SelfSubjectRulesReview > Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#create","text":"\u25b8 create ( __namedParameters : { namespace: string = \"default\" }): Promise \\< SelfSubjectRulesReview > Overrides KubeApi . create Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:5","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\< SelfSubjectRulesReview > Inherited from KubeApi . get Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Inherited from KubeApi . getUrl Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\< SelfSubjectRulesReview []> Inherited from KubeApi . list Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\< SelfSubjectRulesReview >): Promise \\< SelfSubjectRulesReview > Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.selfsubjectrulesreviewapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/service-accounts.api\" / ServiceAccount 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 imagePullSecrets # \u2022 Optional imagePullSecrets : { name: string }[] 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 secrets # \u2022 Optional secrets : { name: string }[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:11 status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 apiBase # \u25aa Static apiBase : string = \"/api/v1/serviceaccounts\" Defined in src/renderer/api/endpoints/service-accounts.api.ts:9 kind # \u25aa Static kind : string = \"ServiceAccount\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service-accounts.api.ts:7 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string getImagePullSecrets # \u25b8 getImagePullSecrets (): { name: string }[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:22 Returns: { name: string }[] getLabels # \u25b8 getLabels (): string[] Inherited from KubeObject . getLabels Defined in src/renderer/api/kube-object.ts:117 Returns: string[] getName # \u25b8 getName (): string Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 (): { name: string }[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:18 Returns: { name: string }[] toPlainObject # \u25b8 toPlainObject (): object Inherited from KubeObject . toPlainObject Defined in src/renderer/api/kube-object.ts:148 Returns: object update # \u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#class-serviceaccount","text":"","title":"Class: ServiceAccount"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#hierarchy","text":"KubeObject \u21b3 ServiceAccount","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#properties","text":"apiVersion imagePullSecrets kind metadata secrets status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#constructor","text":"+ new ServiceAccount ( data : KubeJsonApiData ): ServiceAccount Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#imagepullsecrets","text":"\u2022 Optional imagePullSecrets : { name: string }[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:14","title":"imagePullSecrets"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#secrets","text":"\u2022 Optional secrets : { name: string }[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:11","title":"secrets"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/serviceaccounts\" Defined in src/renderer/api/endpoints/service-accounts.api.ts:9","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#kind_1","text":"\u25aa Static kind : string = \"ServiceAccount\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service-accounts.api.ts:7","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/service-accounts.api.ts:8","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#getimagepullsecrets","text":"\u25b8 getImagePullSecrets (): { name: string }[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:22 Returns: { name: string }[]","title":"getImagePullSecrets"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#getsecrets","text":"\u25b8 getSecrets (): { name: string }[] Defined in src/renderer/api/endpoints/service-accounts.api.ts:18 Returns: { name: string }[]","title":"getSecrets"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_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/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_accounts_api_.serviceaccount/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/service.api\" / Service 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 : { clusterIP: string ; externalIPs?: string[] ; externalTrafficPolicy?: string ; loadBalancerIP?: string ; ports: ServicePort [] ; selector: { [key:string]: string; } ; sessionAffinity: string ; type: string } Defined in src/renderer/api/endpoints/service.api.ts:38 Type declaration: Name Type clusterIP string externalIPs? string[] externalTrafficPolicy? string loadBalancerIP? string ports ServicePort [] selector { [key:string]: string; } sessionAffinity string type string status # \u2022 status : { loadBalancer?: { ingress?: { hostname?: string ; ip?: string }[] } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/service.api.ts:49 Type declaration: Name Type loadBalancer? { ingress?: { hostname?: string ; ip?: string }[] } apiBase # \u25aa Static apiBase : string = \"/api/v1/services\" Defined in src/renderer/api/endpoints/service.api.ts:36 kind # \u25aa Static kind : string = \"Service\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service.api.ts:34 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Name Type ingress? { hostname?: string ; ip?: string }[] getName # \u25b8 getName (): string Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#class-service","text":"","title":"Class: Service"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#hierarchy","text":"KubeObject \u21b3 Service","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_api_.service/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#constructor","text":"+ new Service ( data : KubeJsonApiData ): Service Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_api_.service/#spec","text":"\u2022 spec : { clusterIP: string ; externalIPs?: string[] ; externalTrafficPolicy?: string ; loadBalancerIP?: string ; ports: ServicePort [] ; selector: { [key:string]: string; } ; sessionAffinity: string ; type: string } Defined in src/renderer/api/endpoints/service.api.ts:38","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#status","text":"\u2022 status : { loadBalancer?: { ingress?: { hostname?: string ; ip?: string }[] } } Overrides KubeObject . status Defined in src/renderer/api/endpoints/service.api.ts:49","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/services\" Defined in src/renderer/api/endpoints/service.api.ts:36","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#kind_1","text":"\u25aa Static kind : string = \"Service\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/service.api.ts:34","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/service.api.ts:35","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_api_.service/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_api_.service/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_api_.service/#getloadbalancer","text":"\u25b8 getLoadBalancer (): object Defined in src/renderer/api/endpoints/service.api.ts:84 Returns: object Name Type ingress? { hostname?: string ; ip?: string }[]","title":"getLoadBalancer"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_api_.service/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_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/_src_renderer_api_endpoints_service_api_.service/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.service/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/service.api\" / ServicePort Class: ServicePort # Hierarchy # ServicePort Implements # IServicePort Index # Constructors # constructor Properties # name nodePort port protocol targetPort Methods # toString Constructors # constructor # + new ServicePort ( data : IServicePort ): ServicePort Defined in src/renderer/api/endpoints/service.api.ts:17 Parameters: Name Type data IServicePort Returns: ServicePort Properties # name # \u2022 Optional name : string Implementation of IServicePort . name Defined in src/renderer/api/endpoints/service.api.ts:13 nodePort # \u2022 Optional nodePort : number Defined in src/renderer/api/endpoints/service.api.ts:17 port # \u2022 port : number Implementation of IServicePort . port Defined in src/renderer/api/endpoints/service.api.ts:15 protocol # \u2022 protocol : string Implementation of IServicePort . protocol Defined in src/renderer/api/endpoints/service.api.ts:14 targetPort # \u2022 targetPort : number Implementation of IServicePort . targetPort Defined in src/renderer/api/endpoints/service.api.ts:16 Methods # toString # \u25b8 toString (): string Defined in src/renderer/api/endpoints/service.api.ts:23 Returns: string","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#class-serviceport","text":"","title":"Class: ServicePort"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#hierarchy","text":"ServicePort","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#implements","text":"IServicePort","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#properties","text":"name nodePort port protocol targetPort","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#methods","text":"toString","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#constructor","text":"+ new ServicePort ( data : IServicePort ): ServicePort Defined in src/renderer/api/endpoints/service.api.ts:17","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#name","text":"\u2022 Optional name : string Implementation of IServicePort . name Defined in src/renderer/api/endpoints/service.api.ts:13","title":"name"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#nodeport","text":"\u2022 Optional nodePort : number Defined in src/renderer/api/endpoints/service.api.ts:17","title":"nodePort"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#port","text":"\u2022 port : number Implementation of IServicePort . port Defined in src/renderer/api/endpoints/service.api.ts:15","title":"port"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#protocol","text":"\u2022 protocol : string Implementation of IServicePort . protocol Defined in src/renderer/api/endpoints/service.api.ts:14","title":"protocol"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#targetport","text":"\u2022 targetPort : number Implementation of IServicePort . targetPort Defined in src/renderer/api/endpoints/service.api.ts:16","title":"targetPort"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_service_api_.serviceport/#tostring","text":"\u25b8 toString (): string Defined in src/renderer/api/endpoints/service.api.ts:23 Returns: string","title":"toString"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/stateful-set.api\" / StatefulSet 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 : { replicas: number ; selector: { matchLabels: { [key:string]: string; } } ; serviceName: string ; template: { metadata: { labels: { app: string } } ; spec: { affinity?: IAffinity ; containers: { image: string ; name: string ; ports: { containerPort: number ; name: string }[] ; volumeMounts: { mountPath: string ; name: string }[] }[] ; nodeSelector?: { [selector:string]: string; } ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; volumeClaimTemplates: { metadata: { name: string } ; spec: { accessModes: string[] ; resources: { requests: { storage: string } } } }[] } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/stateful-set.api.ts:13 Type declaration: Name Type replicas number selector { matchLabels: { [key:string]: string; } } serviceName string template { metadata: { labels: { app: string } } ; spec: { affinity?: IAffinity ; containers: { image: string ; name: string ; ports: { containerPort: number ; name: string }[] ; volumeMounts: { mountPath: string ; name: string }[] }[] ; nodeSelector?: { [selector:string]: string; } ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } volumeClaimTemplates { metadata: { name: string } ; spec: { accessModes: string[] ; resources: { requests: { storage: string } } } }[] status # \u2022 status : { collisionCount: number ; currentReplicas: number ; currentRevision: string ; observedGeneration: number ; replicas: number ; updateRevision: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/stateful-set.api.ts:66 Type declaration: Name Type collisionCount number currentReplicas number currentRevision string observedGeneration number replicas number updateRevision string apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/statefulsets\" Defined in src/renderer/api/endpoints/stateful-set.api.ts:11 kind # \u25aa Static kind : string = \"StatefulSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/stateful-set.api.ts:9 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getAffinity # \u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#class-statefulset","text":"","title":"Class: StatefulSet"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#hierarchy","text":"WorkloadKubeObject \u21b3 StatefulSet","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#constructor","text":"+ new StatefulSet ( data : KubeJsonApiData ): StatefulSet Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#spec","text":"\u2022 spec : { replicas: number ; selector: { matchLabels: { [key:string]: string; } } ; serviceName: string ; template: { metadata: { labels: { app: string } } ; spec: { affinity?: IAffinity ; containers: { image: string ; name: string ; ports: { containerPort: number ; name: string }[] ; volumeMounts: { mountPath: string ; name: string }[] }[] ; nodeSelector?: { [selector:string]: string; } ; tolerations: { effect: string ; key: string ; operator: string ; tolerationSeconds: number }[] } } ; volumeClaimTemplates: { metadata: { name: string } ; spec: { accessModes: string[] ; resources: { requests: { storage: string } } } }[] } Overrides WorkloadKubeObject . spec Defined in src/renderer/api/endpoints/stateful-set.api.ts:13","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#status","text":"\u2022 status : { collisionCount: number ; currentReplicas: number ; currentRevision: string ; observedGeneration: number ; replicas: number ; updateRevision: string } Overrides KubeObject . status Defined in src/renderer/api/endpoints/stateful-set.api.ts:66","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/statefulsets\" Defined in src/renderer/api/endpoints/stateful-set.api.ts:11","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#kind_1","text":"\u25aa Static kind : string = \"StatefulSet\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/stateful-set.api.ts:9","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#namespaced","text":"\u25aa Static namespaced : boolean = true Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/stateful-set.api.ts:10","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Inherited from WorkloadKubeObject . getAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Inherited from WorkloadKubeObject . getAffinityNumber Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Inherited from WorkloadKubeObject . getNodeSelectors Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#getselectors","text":"\u25b8 getSelectors (): string[] Inherited from WorkloadKubeObject . getSelectors Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Inherited from WorkloadKubeObject . getTemplateLabels Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#gettolerations","text":"\u25b8 getTolerations (): IToleration [] Inherited from WorkloadKubeObject . getTolerations Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_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/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_stateful_set_api_.statefulset/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/storage-class.api\" / StorageClass 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 mountOptions # \u2022 Optional mountOptions : string[] Defined in src/renderer/api/endpoints/storage-class.api.ts:12 parameters # \u2022 parameters : { [param:string]: string; } Defined in src/renderer/api/endpoints/storage-class.api.ts:15 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 status # \u2022 Optional 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 apiBase # \u25aa Static apiBase : string = \"/apis/storage.k8s.io/v1/storageclasses\" Defined in src/renderer/api/endpoints/storage-class.api.ts:9 kind # \u25aa Static kind : string = \"StorageClass\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/storage-class.api.ts:7 namespaced # \u25aa Static 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#class-storageclass","text":"","title":"Class: StorageClass"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#hierarchy","text":"KubeObject \u21b3 StorageClass","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#properties","text":"apiVersion kind metadata mountOptions parameters provisioner reclaimPolicy status volumeBindingMode apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_api_.storageclass/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#constructor","text":"+ new StorageClass ( data : KubeJsonApiData ): StorageClass Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_api_.storageclass/#mountoptions","text":"\u2022 Optional mountOptions : string[] Defined in src/renderer/api/endpoints/storage-class.api.ts:12","title":"mountOptions"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#parameters","text":"\u2022 parameters : { [param:string]: string; } Defined in src/renderer/api/endpoints/storage-class.api.ts:15","title":"parameters"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#provisioner","text":"\u2022 provisioner : string Defined in src/renderer/api/endpoints/storage-class.api.ts:11","title":"provisioner"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#reclaimpolicy","text":"\u2022 reclaimPolicy : string Defined in src/renderer/api/endpoints/storage-class.api.ts:14","title":"reclaimPolicy"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#volumebindingmode","text":"\u2022 volumeBindingMode : string Defined in src/renderer/api/endpoints/storage-class.api.ts:13","title":"volumeBindingMode"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#apibase","text":"\u25aa Static apiBase : string = \"/apis/storage.k8s.io/v1/storageclasses\" Defined in src/renderer/api/endpoints/storage-class.api.ts:9","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#kind_1","text":"\u25aa Static kind : string = \"StorageClass\" Overrides KubeObject . kind Defined in src/renderer/api/endpoints/storage-class.api.ts:7","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#namespaced","text":"\u25aa Static namespaced : boolean = false Overrides KubeObject . namespaced Defined in src/renderer/api/endpoints/storage-class.api.ts:8","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_api_.storageclass/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_api_.storageclass/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_api_.storageclass/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_api_.storageclass/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_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/_src_renderer_api_endpoints_storage_class_api_.storageclass/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_endpoints_storage_class_api_.storageclass/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" / JsonApi Class: JsonApi\\ # Type parameters # Name Type Default D - JsonApiData P JsonApiParams JsonApiParams Hierarchy # JsonApi \u21b3 KubeJsonApi Index # Constructors # constructor Properties # config onData onError reqInit Methods # del get parseError parseResponse patch post put request writeLog Object literals # configDefault reqInitDefault Constructors # constructor # + new JsonApi ( config : JsonApiConfig , reqInit? : RequestInit): JsonApi Defined in src/renderer/api/json-api.ts:43 Parameters: Name Type config JsonApiConfig reqInit? RequestInit Returns: JsonApi Properties # config # \u2022 Protected config : JsonApiConfig Defined in src/renderer/api/json-api.ts:45 onData # \u2022 onData : EventEmitter \\<[D, Response]> = new EventEmitter\\<[D, Response]>() Defined in src/renderer/api/json-api.ts:51 onError # \u2022 onError : EventEmitter \\<[ JsonApiErrorParsed , Response]> = new EventEmitter\\<[JsonApiErrorParsed, Response]>() Defined in src/renderer/api/json-api.ts:52 reqInit # \u2022 Protected Optional reqInit : RequestInit Defined in src/renderer/api/json-api.ts:45 Methods # del # \u25b8 del \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:70 Type parameters: Name Default T D Parameters: Name Type Default value path string - params? P - reqInit RequestInit {} Returns: CancelablePromise \\ get # \u25b8 get \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:54 Type parameters: Name Default T D Parameters: Name Type Default value path string - params? P - reqInit RequestInit {} Returns: CancelablePromise \\ parseError # \u25b8 Protected parseError ( error : JsonApiError | string, res : Response): string[] Defined in src/renderer/api/json-api.ts:119 Parameters: Name Type error JsonApiError | string res Response Returns: string[] parseResponse # \u25b8 Protected parseResponse \\ ( res : Response, log : JsonApiLog ): Promise \\ Defined in src/renderer/api/json-api.ts:95 Type parameters: Name D Parameters: Name Type res Response log JsonApiLog Returns: Promise \\ patch # \u25b8 patch \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:66 Type parameters: Name Default T D Parameters: Name Type Default value path string - params? P - reqInit RequestInit {} Returns: CancelablePromise \\ post # \u25b8 post \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:58 Type parameters: Name Default T D Parameters: Name Type Default value path string - params? P - reqInit RequestInit {} Returns: CancelablePromise \\ put # \u25b8 put \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:62 Type parameters: Name Default T D Parameters: Name Type Default value path string - params? P - reqInit RequestInit {} Returns: CancelablePromise \\ request # \u25b8 Protected request \\ ( path : string, params? : P, init? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:74 Type parameters: Name D Parameters: Name Type Default value path string - params? P - init RequestInit {} Returns: CancelablePromise \\ writeLog # \u25b8 Protected writeLog ( log : JsonApiLog ): void Defined in src/renderer/api/json-api.ts:132 Parameters: Name Type log JsonApiLog Returns: void Object literals # configDefault # \u25aa Static configDefault : object Defined in src/renderer/api/json-api.ts:41 Properties: Name Type Value debug false false reqInitDefault # \u25aa Static reqInitDefault : object Defined in src/renderer/api/json-api.ts:35 Properties: Name Type Value headers object { content-type: string = \"application/json\" }","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#class-jsonapi","text":"","title":"Class: JsonApi\\"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#type-parameters","text":"Name Type Default D - JsonApiData P JsonApiParams JsonApiParams","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#hierarchy","text":"JsonApi \u21b3 KubeJsonApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#properties","text":"config onData onError reqInit","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#methods","text":"del get parseError parseResponse patch post put request writeLog","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#object-literals","text":"configDefault reqInitDefault","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#constructor","text":"+ new JsonApi ( config : JsonApiConfig , reqInit? : RequestInit): JsonApi Defined in src/renderer/api/json-api.ts:43","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#config","text":"\u2022 Protected config : JsonApiConfig Defined in src/renderer/api/json-api.ts:45","title":"config"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#ondata","text":"\u2022 onData : EventEmitter \\<[D, Response]> = new EventEmitter\\<[D, Response]>() Defined in src/renderer/api/json-api.ts:51","title":"onData"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#onerror","text":"\u2022 onError : EventEmitter \\<[ JsonApiErrorParsed , Response]> = new EventEmitter\\<[JsonApiErrorParsed, Response]>() Defined in src/renderer/api/json-api.ts:52","title":"onError"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#reqinit","text":"\u2022 Protected Optional reqInit : RequestInit Defined in src/renderer/api/json-api.ts:45","title":"reqInit"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#del","text":"\u25b8 del \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:70","title":"del"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#get","text":"\u25b8 get \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:54","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#parseerror","text":"\u25b8 Protected parseError ( error : JsonApiError | string, res : Response): string[] Defined in src/renderer/api/json-api.ts:119","title":"parseError"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#parseresponse","text":"\u25b8 Protected parseResponse \\ ( res : Response, log : JsonApiLog ): Promise \\ Defined in src/renderer/api/json-api.ts:95","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#patch","text":"\u25b8 patch \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:66","title":"patch"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#post","text":"\u25b8 post \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:58","title":"post"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#put","text":"\u25b8 put \\ ( path : string, params? : P, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:62","title":"put"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#request","text":"\u25b8 Protected request \\ ( path : string, params? : P, init? : RequestInit): CancelablePromise \\ Defined in src/renderer/api/json-api.ts:74","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#writelog","text":"\u25b8 Protected writeLog ( log : JsonApiLog ): void Defined in src/renderer/api/json-api.ts:132","title":"writeLog"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#configdefault","text":"\u25aa Static configDefault : object Defined in src/renderer/api/json-api.ts:41","title":"configDefault"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapi/#reqinitdefault","text":"\u25aa Static reqInitDefault : object Defined in src/renderer/api/json-api.ts:35","title":"reqInitDefault"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" / JsonApiErrorParsed Class: JsonApiErrorParsed # Hierarchy # JsonApiErrorParsed Index # Constructors # constructor Properties # isUsedForNotification Accessors # isAborted Methods # toString Constructors # constructor # + new JsonApiErrorParsed ( error : JsonApiError | DOMException, messages : string[]): JsonApiErrorParsed Defined in src/renderer/api/json-api.ts:143 Parameters: Name Type error JsonApiError | DOMException messages string[] Returns: JsonApiErrorParsed Properties # isUsedForNotification # \u2022 isUsedForNotification : boolean = false Defined in src/renderer/api/json-api.ts:143 Accessors # isAborted # \u2022 get isAborted (): boolean Defined in src/renderer/api/json-api.ts:148 Returns: boolean Methods # toString # \u25b8 toString (): string Defined in src/renderer/api/json-api.ts:152 Returns: string","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#class-jsonapierrorparsed","text":"","title":"Class: JsonApiErrorParsed"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#hierarchy","text":"JsonApiErrorParsed","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#properties","text":"isUsedForNotification","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#accessors","text":"isAborted","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#methods","text":"toString","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#constructor","text":"+ new JsonApiErrorParsed ( error : JsonApiError | DOMException, messages : string[]): JsonApiErrorParsed Defined in src/renderer/api/json-api.ts:143","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#isusedfornotification","text":"\u2022 isUsedForNotification : boolean = false Defined in src/renderer/api/json-api.ts:143","title":"isUsedForNotification"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#isaborted","text":"\u2022 get isAborted (): boolean Defined in src/renderer/api/json-api.ts:148 Returns: boolean","title":"isAborted"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_json_api_.jsonapierrorparsed/#tostring","text":"\u25b8 toString (): string Defined in src/renderer/api/json-api.ts:152 Returns: string","title":"toString"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api\" / KubeApi Class: KubeApi\\ # Type parameters # Name Type Default T KubeObject any Hierarchy # KubeApi \u21b3 VersionedKubeApi \u21b3 ClusterApi \u21b3 PodsApi \u21b3 DeploymentApi \u21b3 IngressApi \u21b3 NodesApi \u21b3 PersistentVolumeClaimsApi \u21b3 SelfSubjectRulesReviewApi 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 \\ ): KubeApi Defined in src/renderer/api/kube-api.ts:67 Parameters: Name Type options IKubeApiOptions \\ Returns: KubeApi Properties # apiBase # \u2022 Readonly apiBase : string Defined in src/renderer/api/kube-api.ts:57 apiGroup # \u2022 Readonly apiGroup : string Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\ Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\ Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\ - Returns: Promise \\ delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\ Defined in src/renderer/api/kube-api.ts:152 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\ getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Defined in src/renderer/api/kube-api.ts:108 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - Returns: string getWatchUrl # \u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Defined in src/renderer/api/kube-api.ts:187 Parameters: Name Type Default value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\ Defined in src/renderer/api/kube-api.ts:146 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\ parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ setResourceVersion # \u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Defined in src/renderer/api/kube-api.ts:96 Parameters: Name Type Default value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\ - Returns: Promise \\ watch # \u25b8 watch (): function Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Defined in src/renderer/api/kube-api.ts:51 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function)","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#class-kubeapi","text":"","title":"Class: KubeApi\\"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#type-parameters","text":"Name Type Default T KubeObject any","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#hierarchy","text":"KubeApi \u21b3 VersionedKubeApi \u21b3 ClusterApi \u21b3 PodsApi \u21b3 DeploymentApi \u21b3 IngressApi \u21b3 NodesApi \u21b3 PersistentVolumeClaimsApi \u21b3 SelfSubjectRulesReviewApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#methods","text":"create delete get getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#constructor","text":"+ new KubeApi ( options : IKubeApiOptions \\ ): KubeApi Defined in src/renderer/api/kube-api.ts:67","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#apibase","text":"\u2022 Readonly apiBase : string Defined in src/renderer/api/kube-api.ts:57","title":"apiBase"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#apigroup","text":"\u2022 Readonly apiGroup : string Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#apiresource","text":"\u2022 Readonly apiResource : string Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#apiversion","text":"\u2022 Readonly apiVersion : string Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#kind","text":"\u2022 Readonly kind : string Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\ Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\ Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#request","text":"\u2022 Protected request : KubeJsonApi Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\ Defined in src/renderer/api/kube-api.ts:152","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Defined in src/renderer/api/kube-api.ts:108","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\ Defined in src/renderer/api/kube-api.ts:146","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#watch","text":"\u25b8 watch (): function Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_.kubeapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api-versioned\" / VersionedKubeApi Class: VersionedKubeApi\\ # Type parameters # Name Type Default T KubeObject any Hierarchy # KubeApi \\ \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 \\ ): VersionedKubeApi Overrides KubeApi . constructor Defined in src/renderer/api/kube-api-versioned.ts:8 Parameters: Name Type opts IKubeApiOptions \\ Returns: VersionedKubeApi Properties # apiBase # \u2022 apiBase : string Overrides KubeApi . apiBase Defined in src/renderer/api/kube-api-versioned.ts:20 apiGroup # \u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59 apiPrefix # \u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58 apiResource # \u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62 apiVersion # \u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60 apiVersionWithGroup # \u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61 isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63 kind # \u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56 objectConstructor # \u2022 objectConstructor : IKubeObjectConstructor \\ Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65 options # \u2022 Protected options : IKubeApiOptions \\ Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69 request # \u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66 resourceVersions # \u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67 parseApi # \u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49 Methods # create # \u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\ - Returns: Promise \\ delete # \u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182 Parameters: Name Type __namedParameters { name: string = \"\"; namespace: string = \"default\" } Returns: Promise \\< KubeJsonApiData > get # \u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\ Overrides KubeApi . get Defined in src/renderer/api/kube-api-versioned.ts:39 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} query? IKubeApiQueryParams - Returns: Promise \\ getPreferredVersion # \u25b8 getPreferredVersion (): Promise \\ Defined in src/renderer/api/kube-api-versioned.ts:22 Returns: Promise \\ getResourceVersion # \u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100 Parameters: Name Type Default value namespace string \"\" Returns: string getUrl # \u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Overrides KubeApi . getUrl Defined in src/renderer/api/kube-api-versioned.ts:44 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"\" } {} query? Partial\\< IKubeApiQueryParams > - 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 value namespace string \"\" query IKubeApiQueryParams {} Returns: string list # \u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\ Overrides KubeApi . list Defined in src/renderer/api/kube-api-versioned.ts:35 Parameters: Name Type Default value __namedParameters { namespace: string = \"\" } {} query? IKubeApiQueryParams - Returns: Promise \\ parseResponse # \u25b8 Protected 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? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104 Parameters: Name Type params? { namespace: string } Returns: Promise \\ 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 value namespace string \"\" newVersion string - Returns: void update # \u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175 Parameters: Name Type Default value __namedParameters { name: string = \"\"; namespace: string = \"default\" } {} data? Partial\\ - Returns: Promise \\ watch # \u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function watchAll # \u25b8 Static 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#class-versionedkubeapi","text":"","title":"Class: VersionedKubeApi\\"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#type-parameters","text":"Name Type Default T KubeObject any","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#hierarchy","text":"KubeApi \\ \u21b3 VersionedKubeApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionWithGroup isNamespaced kind objectConstructor options request resourceVersions parseApi","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#methods","text":"create delete get getPreferredVersion getResourceVersion getUrl getWatchUrl list parseResponse refreshResourceVersion setResourceVersion update watch watchAll","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#constructor","text":"+ new VersionedKubeApi ( opts : IKubeApiOptions \\ ): VersionedKubeApi Overrides KubeApi . constructor Defined in src/renderer/api/kube-api-versioned.ts:8","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.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/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#apigroup","text":"\u2022 Readonly apiGroup : string Inherited from KubeApi . apiGroup Defined in src/renderer/api/kube-api.ts:59","title":"apiGroup"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#apiprefix","text":"\u2022 Readonly apiPrefix : string Inherited from KubeApi . apiPrefix Defined in src/renderer/api/kube-api.ts:58","title":"apiPrefix"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#apiresource","text":"\u2022 Readonly apiResource : string Inherited from KubeApi . apiResource Defined in src/renderer/api/kube-api.ts:62","title":"apiResource"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#apiversion","text":"\u2022 Readonly apiVersion : string Inherited from KubeApi . apiVersion Defined in src/renderer/api/kube-api.ts:60","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#apiversionwithgroup","text":"\u2022 Readonly apiVersionWithGroup : string Inherited from KubeApi . apiVersionWithGroup Defined in src/renderer/api/kube-api.ts:61","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean Inherited from KubeApi . isNamespaced Defined in src/renderer/api/kube-api.ts:63","title":"isNamespaced"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#kind","text":"\u2022 Readonly kind : string Inherited from KubeApi . kind Defined in src/renderer/api/kube-api.ts:56","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#objectconstructor","text":"\u2022 objectConstructor : IKubeObjectConstructor \\ Inherited from KubeApi . objectConstructor Defined in src/renderer/api/kube-api.ts:65","title":"objectConstructor"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#options","text":"\u2022 Protected options : IKubeApiOptions \\ Inherited from KubeApi . options Defined in src/renderer/api/kube-api.ts:69","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#request","text":"\u2022 Protected request : KubeJsonApi Inherited from KubeApi . request Defined in src/renderer/api/kube-api.ts:66","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#resourceversions","text":"\u2022 Protected resourceVersions : Map\\ = new Map\\ () Inherited from KubeApi . resourceVersions Defined in src/renderer/api/kube-api.ts:67","title":"resourceVersions"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#parseapi","text":"\u25aa Static parseApi : parseKubeApi = parseKubeApi Inherited from KubeApi . parseApi Defined in src/renderer/api/kube-api.ts:49","title":"parseApi"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#create","text":"\u25b8 create ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Inherited from KubeApi . create Defined in src/renderer/api/kube-api.ts:158","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#delete","text":"\u25b8 delete ( __namedParameters : { name: string = \"\"; namespace: string = \"default\" }): Promise \\< KubeJsonApiData > Inherited from KubeApi . delete Defined in src/renderer/api/kube-api.ts:182","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#get","text":"\u25b8 get ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, query? : IKubeApiQueryParams ): Promise \\ Overrides KubeApi . get Defined in src/renderer/api/kube-api-versioned.ts:39","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#getpreferredversion","text":"\u25b8 getPreferredVersion (): Promise \\ Defined in src/renderer/api/kube-api-versioned.ts:22 Returns: Promise \\","title":"getPreferredVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? : string): string Inherited from KubeApi . getResourceVersion Defined in src/renderer/api/kube-api.ts:100","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#geturl","text":"\u25b8 getUrl ( __namedParameters? : { name: string = \"\"; namespace: string = \"\" }, query? : Partial\\< IKubeApiQueryParams >): string Overrides KubeApi . getUrl Defined in src/renderer/api/kube-api-versioned.ts:44","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? : string, query? : IKubeApiQueryParams ): string Inherited from KubeApi . getWatchUrl Defined in src/renderer/api/kube-api.ts:187","title":"getWatchUrl"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#list","text":"\u25b8 list ( __namedParameters? : { namespace: string = \"\" }, query? : IKubeApiQueryParams ): Promise \\ Overrides KubeApi . list Defined in src/renderer/api/kube-api-versioned.ts:35","title":"list"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#parseresponse","text":"\u25b8 Protected parseResponse ( data : KubeJsonApiData | KubeJsonApiData [] | KubeJsonApiDataList , namespace? : string): any Inherited from KubeApi . parseResponse Defined in src/renderer/api/kube-api.ts:120","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? : { namespace: string }): Promise \\ Inherited from KubeApi . refreshResourceVersion Defined in src/renderer/api/kube-api.ts:104","title":"refreshResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? : string, newVersion : string): void Inherited from KubeApi . setResourceVersion Defined in src/renderer/api/kube-api.ts:96","title":"setResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#update","text":"\u25b8 update ( __namedParameters? : { name: string = \"\"; namespace: string = \"default\" }, data? : Partial\\ ): Promise \\ Inherited from KubeApi . update Defined in src/renderer/api/kube-api.ts:175","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#watch","text":"\u25b8 watch (): function Inherited from KubeApi . watch Defined in src/renderer/api/kube-api.ts:195 Returns: function","title":"watch"},{"location":"extensions/api/classes/_src_renderer_api_kube_api_versioned_.versionedkubeapi/#watchall","text":"\u25b8 Static watchAll (... apis : KubeApi []): (Anonymous function) Inherited from KubeApi . watchAll Defined in src/renderer/api/kube-api.ts:51","title":"watchAll"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-json-api\" / KubeJsonApi Class: KubeJsonApi # Hierarchy # JsonApi \\< KubeJsonApiData > \u21b3 KubeJsonApi Index # Constructors # constructor Properties # config onData onError reqInit Methods # del get parseError parseResponse patch post put request writeLog Object literals # configDefault reqInitDefault Constructors # constructor # + new KubeJsonApi ( config : JsonApiConfig , reqInit? : RequestInit): KubeJsonApi Inherited from JsonApi . constructor Defined in src/renderer/api/json-api.ts:43 Parameters: Name Type config JsonApiConfig reqInit? RequestInit Returns: KubeJsonApi Properties # config # \u2022 Protected config : JsonApiConfig Inherited from JsonApi . config Defined in src/renderer/api/json-api.ts:45 onData # \u2022 onData : EventEmitter \\<[D, Response]> = new EventEmitter\\<[D, Response]>() Inherited from JsonApi . onData Defined in src/renderer/api/json-api.ts:51 onError # \u2022 onError : EventEmitter \\<[ JsonApiErrorParsed , Response]> = new EventEmitter\\<[JsonApiErrorParsed, Response]>() Inherited from JsonApi . onError Defined in src/renderer/api/json-api.ts:52 reqInit # \u2022 Protected Optional reqInit : RequestInit Inherited from JsonApi . reqInit Defined in src/renderer/api/json-api.ts:45 Methods # del # \u25b8 del \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . del Defined in src/renderer/api/json-api.ts:70 Type parameters: Name Default T KubeJsonApiData Parameters: Name Type Default value path string - params? JsonApiParams - reqInit RequestInit {} Returns: CancelablePromise \\ get # \u25b8 get \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . get Defined in src/renderer/api/json-api.ts:54 Type parameters: Name Default T KubeJsonApiData Parameters: Name Type Default value path string - params? JsonApiParams - reqInit RequestInit {} Returns: CancelablePromise \\ parseError # \u25b8 Protected parseError ( error : KubeJsonApiError | any, res : Response): string[] Overrides JsonApi . parseError Defined in src/renderer/api/kube-json-api.ts:46 Parameters: Name Type error KubeJsonApiError | any res Response Returns: string[] parseResponse # \u25b8 Protected parseResponse \\ ( res : Response, log : JsonApiLog ): Promise \\ Inherited from JsonApi . parseResponse Defined in src/renderer/api/json-api.ts:95 Type parameters: Name D Parameters: Name Type res Response log JsonApiLog Returns: Promise \\ patch # \u25b8 patch \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . patch Defined in src/renderer/api/json-api.ts:66 Type parameters: Name Default T KubeJsonApiData Parameters: Name Type Default value path string - params? JsonApiParams - reqInit RequestInit {} Returns: CancelablePromise \\ post # \u25b8 post \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . post Defined in src/renderer/api/json-api.ts:58 Type parameters: Name Default T KubeJsonApiData Parameters: Name Type Default value path string - params? JsonApiParams - reqInit RequestInit {} Returns: CancelablePromise \\ put # \u25b8 put \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . put Defined in src/renderer/api/json-api.ts:62 Type parameters: Name Default T KubeJsonApiData Parameters: Name Type Default value path string - params? JsonApiParams - reqInit RequestInit {} Returns: CancelablePromise \\ request # \u25b8 Protected request \\ ( path : string, params? : JsonApiParams , init? : RequestInit): CancelablePromise \\ Inherited from JsonApi . request Defined in src/renderer/api/json-api.ts:74 Type parameters: Name D Parameters: Name Type Default value path string - params? JsonApiParams - init RequestInit {} Returns: CancelablePromise \\ writeLog # \u25b8 Protected writeLog ( log : JsonApiLog ): void Inherited from JsonApi . writeLog Defined in src/renderer/api/json-api.ts:132 Parameters: Name Type log JsonApiLog Returns: void Object literals # configDefault # \u25aa Static configDefault : object Inherited from JsonApi . configDefault Defined in src/renderer/api/json-api.ts:41 Properties: Name Type Value debug false false reqInitDefault # \u25aa Static reqInitDefault : object Inherited from JsonApi . reqInitDefault Defined in src/renderer/api/json-api.ts:35 Properties: Name Type Value headers object { content-type: string = \"application/json\" }","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#class-kubejsonapi","text":"","title":"Class: KubeJsonApi"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#hierarchy","text":"JsonApi \\< KubeJsonApiData > \u21b3 KubeJsonApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#properties","text":"config onData onError reqInit","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#methods","text":"del get parseError parseResponse patch post put request writeLog","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#object-literals","text":"configDefault reqInitDefault","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#constructor","text":"+ new KubeJsonApi ( config : JsonApiConfig , reqInit? : RequestInit): KubeJsonApi Inherited from JsonApi . constructor Defined in src/renderer/api/json-api.ts:43","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#config","text":"\u2022 Protected config : JsonApiConfig Inherited from JsonApi . config Defined in src/renderer/api/json-api.ts:45","title":"config"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#ondata","text":"\u2022 onData : EventEmitter \\<[D, Response]> = new EventEmitter\\<[D, Response]>() Inherited from JsonApi . onData Defined in src/renderer/api/json-api.ts:51","title":"onData"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#onerror","text":"\u2022 onError : EventEmitter \\<[ JsonApiErrorParsed , Response]> = new EventEmitter\\<[JsonApiErrorParsed, Response]>() Inherited from JsonApi . onError Defined in src/renderer/api/json-api.ts:52","title":"onError"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#reqinit","text":"\u2022 Protected Optional reqInit : RequestInit Inherited from JsonApi . reqInit Defined in src/renderer/api/json-api.ts:45","title":"reqInit"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#del","text":"\u25b8 del \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . del Defined in src/renderer/api/json-api.ts:70","title":"del"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#get","text":"\u25b8 get \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . get Defined in src/renderer/api/json-api.ts:54","title":"get"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#parseerror","text":"\u25b8 Protected parseError ( error : KubeJsonApiError | any, res : Response): string[] Overrides JsonApi . parseError Defined in src/renderer/api/kube-json-api.ts:46","title":"parseError"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#parseresponse","text":"\u25b8 Protected parseResponse \\ ( res : Response, log : JsonApiLog ): Promise \\ Inherited from JsonApi . parseResponse Defined in src/renderer/api/json-api.ts:95","title":"parseResponse"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#patch","text":"\u25b8 patch \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . patch Defined in src/renderer/api/json-api.ts:66","title":"patch"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#post","text":"\u25b8 post \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . post Defined in src/renderer/api/json-api.ts:58","title":"post"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#put","text":"\u25b8 put \\ ( path : string, params? : JsonApiParams , reqInit? : RequestInit): CancelablePromise \\ Inherited from JsonApi . put Defined in src/renderer/api/json-api.ts:62","title":"put"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#request","text":"\u25b8 Protected request \\ ( path : string, params? : JsonApiParams , init? : RequestInit): CancelablePromise \\ Inherited from JsonApi . request Defined in src/renderer/api/json-api.ts:74","title":"request"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#writelog","text":"\u25b8 Protected writeLog ( log : JsonApiLog ): void Inherited from JsonApi . writeLog Defined in src/renderer/api/json-api.ts:132","title":"writeLog"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#configdefault","text":"\u25aa Static configDefault : object Inherited from JsonApi . configDefault Defined in src/renderer/api/json-api.ts:41","title":"configDefault"},{"location":"extensions/api/classes/_src_renderer_api_kube_json_api_.kubejsonapi/#reqinitdefault","text":"\u25aa Static reqInitDefault : object Inherited from JsonApi . reqInitDefault Defined in src/renderer/api/json-api.ts:35","title":"reqInitDefault"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-object\" / KubeObject Class: KubeObject # Hierarchy # KubeObject \u21b3 CustomResourceDefinition \u21b3 Cluster \u21b3 Role \u21b3 RoleBinding \u21b3 ConfigMap \u21b3 WorkloadKubeObject \u21b3 CronJob \u21b3 Endpoint \u21b3 KubeEvent \u21b3 HorizontalPodAutoscaler \u21b3 Ingress \u21b3 Namespace \u21b3 NetworkPolicy \u21b3 Node \u21b3 PersistentVolume \u21b3 PersistentVolumeClaim \u21b3 PodDisruptionBudget \u21b3 PodMetrics \u21b3 PodSecurityPolicy \u21b3 ResourceQuota \u21b3 Secret \u21b3 SelfSubjectRulesReview \u21b3 Service \u21b3 ServiceAccount \u21b3 StorageClass 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 status # \u2022 Optional status : any Defined in src/renderer/api/kube-object.ts:78 kind # \u25aa Static Readonly kind : string Defined in src/renderer/api/kube-object.ts:47 namespaced # \u25aa Static Readonly 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 \\< KubeJsonApiData > Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getAge # \u25b8 getAge ( humanize? : boolean, compact? : boolean, fromNow? : boolean): string | number Defined in src/renderer/api/kube-object.ts:102 Parameters: Name Type Default value 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 value filter boolean false Returns: string[] getFinalizers # \u25b8 getFinalizers (): string[] Defined in src/renderer/api/kube-object.ts:113 Returns: string[] getId # \u25b8 getId (): string Implementation of ItemObject 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 Implementation of ItemObject 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 (): { namespace: string = this.getNs() }[] Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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 \\ ( data : Partial\\ ): Promise \\ Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Defined in src/renderer/api/kube-object.ts:58 Parameters: Name Type object any Returns: object is KubeJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Defined in src/renderer/api/kube-object.ts:62 Parameters: Name Type object any Returns: object is KubeJsonApiDataList isNonSystem # \u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Defined in src/renderer/api/kube-object.ts:54 Parameters: Name Type item KubeJsonApiData | KubeObject Returns: boolean stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#class-kubeobject","text":"","title":"Class: KubeObject"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#hierarchy","text":"KubeObject \u21b3 CustomResourceDefinition \u21b3 Cluster \u21b3 Role \u21b3 RoleBinding \u21b3 ConfigMap \u21b3 WorkloadKubeObject \u21b3 CronJob \u21b3 Endpoint \u21b3 KubeEvent \u21b3 HorizontalPodAutoscaler \u21b3 Ingress \u21b3 Namespace \u21b3 NetworkPolicy \u21b3 Node \u21b3 PersistentVolume \u21b3 PersistentVolumeClaim \u21b3 PodDisruptionBudget \u21b3 PodMetrics \u21b3 PodSecurityPolicy \u21b3 ResourceQuota \u21b3 Secret \u21b3 SelfSubjectRulesReview \u21b3 Service \u21b3 ServiceAccount \u21b3 StorageClass","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#properties","text":"apiVersion kind metadata status kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.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/_src_renderer_api_kube_object_.kubeobject/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#constructor","text":"+ new KubeObject ( data : KubeJsonApiData ): KubeObject Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#kind","text":"\u2022 kind : string Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#status","text":"\u2022 Optional status : any Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#kind_1","text":"\u25aa Static Readonly kind : string Defined in src/renderer/api/kube-object.ts:47","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#namespaced","text":"\u25aa Static Readonly namespaced : boolean Defined in src/renderer/api/kube-object.ts:48","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#selflink","text":"\u2022 get selfLink (): string Defined in src/renderer/api/kube-object.ts:80 Returns: string","title":"selfLink"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getage","text":"\u25b8 getAge ( humanize? : boolean, compact? : boolean, fromNow? : boolean): string | number Defined in src/renderer/api/kube-object.ts:102","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getfinalizers","text":"\u25b8 getFinalizers (): string[] Defined in src/renderer/api/kube-object.ts:113 Returns: string[]","title":"getFinalizers"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getlabels","text":"\u25b8 getLabels (): string[] Defined in src/renderer/api/kube-object.ts:117 Returns: string[]","title":"getLabels"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getns","text":"\u25b8 getNs (): string Defined in src/renderer/api/kube-object.ts:96 Returns: string","title":"getNs"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getresourceversion","text":"\u25b8 getResourceVersion (): string Defined in src/renderer/api/kube-object.ts:88 Returns: string","title":"getResourceVersion"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#getsearchfields","text":"\u25b8 getSearchFields (): string[] Defined in src/renderer/api/kube-object.ts:137 Returns: string[]","title":"getSearchFields"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#toplainobject","text":"\u25b8 toPlainObject (): object Defined in src/renderer/api/kube-object.ts:148 Returns: object","title":"toPlainObject"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#create","text":"\u25b8 Static create ( data : any): KubeObject Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_kube_object_.kubeobject/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-watch-api\" / KubeWatchApi Class: KubeWatchApi # Hierarchy # KubeWatchApi Index # Constructors # constructor Properties # evtSource maxReconnectsOnError onData reconnectAttempts reconnectTimeoutMs subscribers Accessors # activeApis Methods # addListener connect disconnect getQuery getSubscribersCount onError onMessage onRouteEvent reconnect reset subscribe writeLog Constructors # constructor # + new KubeWatchApi (): KubeWatchApi Defined in src/renderer/api/kube-watch-api.ts:35 Returns: KubeWatchApi Properties # evtSource # \u2022 Protected evtSource : EventSource Defined in src/renderer/api/kube-watch-api.ts:30 maxReconnectsOnError # \u2022 Protected maxReconnectsOnError : number = 10 Defined in src/renderer/api/kube-watch-api.ts:34 onData # \u2022 Protected onData : EventEmitter \\<[ IKubeWatchEvent \\ ]> = new EventEmitter\\<[IKubeWatchEvent]>() Defined in src/renderer/api/kube-watch-api.ts:31 reconnectAttempts # \u2022 Protected reconnectAttempts : number = this.maxReconnectsOnError Defined in src/renderer/api/kube-watch-api.ts:35 reconnectTimeoutMs # \u2022 Protected reconnectTimeoutMs : number = 5000 Defined in src/renderer/api/kube-watch-api.ts:33 subscribers # \u2022 Protected subscribers : ObservableMap\\< KubeApi \\ , number> = observable.map\\ () Defined in src/renderer/api/kube-watch-api.ts:32 Accessors # activeApis # \u2022 get activeApis (): KubeApi \\ [] Defined in src/renderer/api/kube-watch-api.ts:44 Returns: KubeApi \\ [] Methods # addListener # \u25b8 addListener ( store : KubeObjectStore , callback : (evt: IKubeWatchEvent ) => void): (Anonymous function) Defined in src/renderer/api/kube-watch-api.ts:149 Parameters: Name Type store KubeObjectStore callback (evt: IKubeWatchEvent ) => void Returns: (Anonymous function) connect # \u25b8 Protected connect (): void Defined in src/renderer/api/kube-watch-api.ts:75 Returns: void disconnect # \u25b8 Protected disconnect (): void Defined in src/renderer/api/kube-watch-api.ts:95 Returns: void getQuery # \u25b8 Protected getQuery (): Partial\\< IKubeWatchRouteQuery > Defined in src/renderer/api/kube-watch-api.ts:63 Returns: Partial\\< IKubeWatchRouteQuery > getSubscribersCount # \u25b8 getSubscribersCount ( api : KubeApi ): number Defined in src/renderer/api/kube-watch-api.ts:48 Parameters: Name Type api KubeApi Returns: number onError # \u25b8 Protected onError ( evt : MessageEvent): void Defined in src/renderer/api/kube-watch-api.ts:133 Parameters: Name Type evt MessageEvent Returns: void onMessage # \u25b8 Protected onMessage ( evt : MessageEvent): void Defined in src/renderer/api/kube-watch-api.ts:102 Parameters: Name Type evt MessageEvent Returns: void onRouteEvent # \u25b8 Protected onRouteEvent ( event : IKubeWatchRouteEvent ): Promise \\ Defined in src/renderer/api/kube-watch-api.ts:112 Parameters: Name Type event IKubeWatchRouteEvent Returns: Promise \\ reconnect # \u25b8 reconnect (): void Defined in src/renderer/api/kube-watch-api.ts:88 Returns: void reset # \u25b8 reset (): void Defined in src/renderer/api/kube-watch-api.ts:163 Returns: void subscribe # \u25b8 subscribe (... apis : KubeApi []): (Anonymous function) Defined in src/renderer/api/kube-watch-api.ts:52 Parameters: Name Type ...apis KubeApi [] Returns: (Anonymous function) writeLog # \u25b8 Protected writeLog (... data : any[]): void Defined in src/renderer/api/kube-watch-api.ts:143 Parameters: Name Type ...data any[] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#class-kubewatchapi","text":"","title":"Class: KubeWatchApi"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#hierarchy","text":"KubeWatchApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#properties","text":"evtSource maxReconnectsOnError onData reconnectAttempts reconnectTimeoutMs subscribers","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#accessors","text":"activeApis","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#methods","text":"addListener connect disconnect getQuery getSubscribersCount onError onMessage onRouteEvent reconnect reset subscribe writeLog","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#constructor","text":"+ new KubeWatchApi (): KubeWatchApi Defined in src/renderer/api/kube-watch-api.ts:35 Returns: KubeWatchApi","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#evtsource","text":"\u2022 Protected evtSource : EventSource Defined in src/renderer/api/kube-watch-api.ts:30","title":"evtSource"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#maxreconnectsonerror","text":"\u2022 Protected maxReconnectsOnError : number = 10 Defined in src/renderer/api/kube-watch-api.ts:34","title":"maxReconnectsOnError"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#ondata","text":"\u2022 Protected onData : EventEmitter \\<[ IKubeWatchEvent \\ ]> = new EventEmitter\\<[IKubeWatchEvent]>() Defined in src/renderer/api/kube-watch-api.ts:31","title":"onData"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#reconnectattempts","text":"\u2022 Protected reconnectAttempts : number = this.maxReconnectsOnError Defined in src/renderer/api/kube-watch-api.ts:35","title":"reconnectAttempts"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#reconnecttimeoutms","text":"\u2022 Protected reconnectTimeoutMs : number = 5000 Defined in src/renderer/api/kube-watch-api.ts:33","title":"reconnectTimeoutMs"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#subscribers","text":"\u2022 Protected subscribers : ObservableMap\\< KubeApi \\ , number> = observable.map\\ () Defined in src/renderer/api/kube-watch-api.ts:32","title":"subscribers"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#activeapis","text":"\u2022 get activeApis (): KubeApi \\ [] Defined in src/renderer/api/kube-watch-api.ts:44 Returns: KubeApi \\ []","title":"activeApis"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#addlistener","text":"\u25b8 addListener ( store : KubeObjectStore , callback : (evt: IKubeWatchEvent ) => void): (Anonymous function) Defined in src/renderer/api/kube-watch-api.ts:149","title":"addListener"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#connect","text":"\u25b8 Protected connect (): void Defined in src/renderer/api/kube-watch-api.ts:75 Returns: void","title":"connect"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#disconnect","text":"\u25b8 Protected disconnect (): void Defined in src/renderer/api/kube-watch-api.ts:95 Returns: void","title":"disconnect"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#getquery","text":"\u25b8 Protected getQuery (): Partial\\< IKubeWatchRouteQuery > Defined in src/renderer/api/kube-watch-api.ts:63 Returns: Partial\\< IKubeWatchRouteQuery >","title":"getQuery"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#getsubscriberscount","text":"\u25b8 getSubscribersCount ( api : KubeApi ): number Defined in src/renderer/api/kube-watch-api.ts:48","title":"getSubscribersCount"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#onerror","text":"\u25b8 Protected onError ( evt : MessageEvent): void Defined in src/renderer/api/kube-watch-api.ts:133","title":"onError"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#onmessage","text":"\u25b8 Protected onMessage ( evt : MessageEvent): void Defined in src/renderer/api/kube-watch-api.ts:102","title":"onMessage"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#onrouteevent","text":"\u25b8 Protected onRouteEvent ( event : IKubeWatchRouteEvent ): Promise \\ Defined in src/renderer/api/kube-watch-api.ts:112","title":"onRouteEvent"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#reconnect","text":"\u25b8 reconnect (): void Defined in src/renderer/api/kube-watch-api.ts:88 Returns: void","title":"reconnect"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#reset","text":"\u25b8 reset (): void Defined in src/renderer/api/kube-watch-api.ts:163 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#subscribe","text":"\u25b8 subscribe (... apis : KubeApi []): (Anonymous function) Defined in src/renderer/api/kube-watch-api.ts:52","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_api_kube_watch_api_.kubewatchapi/#writelog","text":"\u25b8 Protected writeLog (... data : any[]): void Defined in src/renderer/api/kube-watch-api.ts:143","title":"writeLog"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/terminal-api\" / TerminalApi Class: TerminalApi # Hierarchy # WebSocketApi \u21b3 TerminalApi Index # Constructors # constructor Properties # isReady onClose onData onOpen onReady options params pendingCommands pingMessage pingTimer readyState reconnectTimer size socket Accessors # isConnected isOnline Methods # _onClose _onError _onMessage _onOpen _onReady connect destroy emitError emitStatus flush getUrl parseMessage ping reconnect removeAllListeners send sendCommand sendTerminalSize setParams writeLog Object literals # defaultParams Constructors # constructor # + new TerminalApi ( options : TerminalApiQuery ): TerminalApi Overrides WebSocketApi . constructor Defined in src/renderer/api/terminal-api.ts:37 Parameters: Name Type options TerminalApiQuery Returns: TerminalApi Properties # isReady # \u2022 isReady : boolean = false Defined in src/renderer/api/terminal-api.ts:37 onClose # \u2022 onClose : EventEmitter \\<[]> = new EventEmitter\\<[]>() Inherited from WebSocketApi . onClose Defined in src/renderer/api/websocket-api.ts:37 onData # \u2022 onData : EventEmitter \\<[string]> = new EventEmitter\\<[string]>() Inherited from WebSocketApi . onData Defined in src/renderer/api/websocket-api.ts:36 onOpen # \u2022 onOpen : EventEmitter \\<[]> = new EventEmitter\\<[]>() Inherited from WebSocketApi . onOpen Defined in src/renderer/api/websocket-api.ts:35 onReady # \u2022 onReady : EventEmitter \\<[]> = new EventEmitter\\<[]>() Defined in src/renderer/api/terminal-api.ts:36 options # \u2022 Protected options : TerminalApiQuery Defined in src/renderer/api/terminal-api.ts:39 params # \u2022 Protected params : IParams Inherited from WebSocketApi . params Defined in src/renderer/api/websocket-api.ts:47 pendingCommands # \u2022 Protected pendingCommands : IMessage [] = [] Inherited from WebSocketApi . pendingCommands Defined in src/renderer/api/websocket-api.ts:28 pingMessage # \u2022 Protected pingMessage : string = \"PING\" Inherited from WebSocketApi . pingMessage Defined in src/renderer/api/websocket-api.ts:31 pingTimer # \u2022 Protected pingTimer : any Inherited from WebSocketApi . pingTimer Defined in src/renderer/api/websocket-api.ts:30 readyState # \u2022 readyState : WebSocketApiState = WebSocketApiState.PENDING Inherited from WebSocketApi . readyState Defined in src/renderer/api/websocket-api.ts:33 reconnectTimer # \u2022 Protected reconnectTimer : any Inherited from WebSocketApi . reconnectTimer Defined in src/renderer/api/websocket-api.ts:29 size # \u2022 Protected size : { Height: number ; Width: number } Defined in src/renderer/api/terminal-api.ts:34 Type declaration: Name Type Height number Width number socket # \u2022 Protected socket : WebSocket Inherited from WebSocketApi . socket Defined in src/renderer/api/websocket-api.ts:27 Accessors # isConnected # \u2022 get isConnected (): boolean Inherited from WebSocketApi . isConnected Defined in src/renderer/api/websocket-api.ts:58 Returns: boolean isOnline # \u2022 get isOnline (): boolean Inherited from WebSocketApi . isOnline Defined in src/renderer/api/websocket-api.ts:63 Returns: boolean Methods # _onClose # \u25b8 Protected _onClose ( evt : CloseEvent): void Overrides WebSocketApi . _onClose Defined in src/renderer/api/terminal-api.ts:122 Parameters: Name Type evt CloseEvent Returns: void _onError # \u25b8 Protected _onError ( evt : Event): void Inherited from WebSocketApi . _onError Defined in src/renderer/api/websocket-api.ts:148 Parameters: Name Type evt Event Returns: void _onMessage # \u25b8 Protected _onMessage ( evt : MessageEvent): void Inherited from WebSocketApi . _onMessage Defined in src/renderer/api/websocket-api.ts:142 Parameters: Name Type evt MessageEvent Returns: void _onOpen # \u25b8 Protected _onOpen ( evt : Event): void Overrides WebSocketApi . _onOpen Defined in src/renderer/api/terminal-api.ts:115 Parameters: Name Type evt Event Returns: void _onReady # \u25b8 Protected _onReady ( data : string): boolean Defined in src/renderer/api/terminal-api.ts:83 Parameters: Name Type data string Returns: boolean connect # \u25b8 connect (): Promise \\ Overrides WebSocketApi . connect Defined in src/renderer/api/terminal-api.ts:63 Returns: Promise \\ destroy # \u25b8 destroy (): void Overrides WebSocketApi . destroy Defined in src/renderer/api/terminal-api.ts:70 Returns: void emitError # \u25b8 Protected emitError ( error : string): void Defined in src/renderer/api/terminal-api.ts:139 Parameters: Name Type error string Returns: void emitStatus # \u25b8 Protected emitStatus ( data : string, options? : { color?: TerminalColor ; showTime?: boolean }): void Defined in src/renderer/api/terminal-api.ts:127 Parameters: Name Type Default value data string - options { color?: TerminalColor ; showTime?: boolean } {} Returns: void flush # \u25b8 Protected flush (): void Inherited from WebSocketApi . flush Defined in src/renderer/api/websocket-api.ts:126 Returns: void getUrl # \u25b8 getUrl (): Promise \\ Defined in src/renderer/api/terminal-api.ts:47 Returns: Promise \\ parseMessage # \u25b8 Protected parseMessage ( data : string): any Overrides WebSocketApi . parseMessage Defined in src/renderer/api/terminal-api.ts:110 Parameters: Name Type data string Returns: any ping # \u25b8 ping (): void Inherited from WebSocketApi . ping Defined in src/renderer/api/websocket-api.ts:83 Returns: void reconnect # \u25b8 reconnect (): void Overrides WebSocketApi . reconnect Defined in src/renderer/api/terminal-api.ts:93 Returns: void removeAllListeners # \u25b8 removeAllListeners (): void Overrides WebSocketApi . removeAllListeners Defined in src/renderer/api/terminal-api.ts:77 Returns: void send # \u25b8 send ( command : string): void Inherited from WebSocketApi . send Defined in src/renderer/api/websocket-api.ts:113 Parameters: Name Type command string Returns: void sendCommand # \u25b8 sendCommand ( key : string, channel? : TerminalChannels ): void Defined in src/renderer/api/terminal-api.ts:98 Parameters: Name Type Default value key string - channel TerminalChannels TerminalChannels.STDIN Returns: void sendTerminalSize # \u25b8 sendTerminalSize ( cols : number, rows : number): void Defined in src/renderer/api/terminal-api.ts:102 Parameters: Name Type cols number rows number Returns: void setParams # \u25b8 setParams ( params : Partial\\< IParams >): void Inherited from WebSocketApi . setParams Defined in src/renderer/api/websocket-api.ts:67 Parameters: Name Type params Partial\\< IParams > Returns: void writeLog # \u25b8 Protected writeLog (... data : any[]): void Inherited from WebSocketApi . writeLog Defined in src/renderer/api/websocket-api.ts:164 Parameters: Name Type ...data any[] Returns: void Object literals # defaultParams # \u25aa Static defaultParams : object Inherited from WebSocketApi . defaultParams Defined in src/renderer/api/websocket-api.ts:39 Properties: Name Type Value autoConnect true true flushOnOpen true true logging false false pingIntervalSeconds number 0 reconnectDelaySeconds number 10","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#class-terminalapi","text":"","title":"Class: TerminalApi"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#hierarchy","text":"WebSocketApi \u21b3 TerminalApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#properties","text":"isReady onClose onData onOpen onReady options params pendingCommands pingMessage pingTimer readyState reconnectTimer size socket","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#accessors","text":"isConnected isOnline","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#methods","text":"_onClose _onError _onMessage _onOpen _onReady connect destroy emitError emitStatus flush getUrl parseMessage ping reconnect removeAllListeners send sendCommand sendTerminalSize setParams writeLog","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#object-literals","text":"defaultParams","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#constructor","text":"+ new TerminalApi ( options : TerminalApiQuery ): TerminalApi Overrides WebSocketApi . constructor Defined in src/renderer/api/terminal-api.ts:37","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#isready","text":"\u2022 isReady : boolean = false Defined in src/renderer/api/terminal-api.ts:37","title":"isReady"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#onclose","text":"\u2022 onClose : EventEmitter \\<[]> = new EventEmitter\\<[]>() Inherited from WebSocketApi . onClose Defined in src/renderer/api/websocket-api.ts:37","title":"onClose"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#ondata","text":"\u2022 onData : EventEmitter \\<[string]> = new EventEmitter\\<[string]>() Inherited from WebSocketApi . onData Defined in src/renderer/api/websocket-api.ts:36","title":"onData"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#onopen","text":"\u2022 onOpen : EventEmitter \\<[]> = new EventEmitter\\<[]>() Inherited from WebSocketApi . onOpen Defined in src/renderer/api/websocket-api.ts:35","title":"onOpen"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#onready","text":"\u2022 onReady : EventEmitter \\<[]> = new EventEmitter\\<[]>() Defined in src/renderer/api/terminal-api.ts:36","title":"onReady"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#options","text":"\u2022 Protected options : TerminalApiQuery Defined in src/renderer/api/terminal-api.ts:39","title":"options"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#params","text":"\u2022 Protected params : IParams Inherited from WebSocketApi . params Defined in src/renderer/api/websocket-api.ts:47","title":"params"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#pendingcommands","text":"\u2022 Protected pendingCommands : IMessage [] = [] Inherited from WebSocketApi . pendingCommands Defined in src/renderer/api/websocket-api.ts:28","title":"pendingCommands"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#pingmessage","text":"\u2022 Protected pingMessage : string = \"PING\" Inherited from WebSocketApi . pingMessage Defined in src/renderer/api/websocket-api.ts:31","title":"pingMessage"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#pingtimer","text":"\u2022 Protected pingTimer : any Inherited from WebSocketApi . pingTimer Defined in src/renderer/api/websocket-api.ts:30","title":"pingTimer"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#readystate","text":"\u2022 readyState : WebSocketApiState = WebSocketApiState.PENDING Inherited from WebSocketApi . readyState Defined in src/renderer/api/websocket-api.ts:33","title":"readyState"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#reconnecttimer","text":"\u2022 Protected reconnectTimer : any Inherited from WebSocketApi . reconnectTimer Defined in src/renderer/api/websocket-api.ts:29","title":"reconnectTimer"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#size","text":"\u2022 Protected size : { Height: number ; Width: number } Defined in src/renderer/api/terminal-api.ts:34","title":"size"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#socket","text":"\u2022 Protected socket : WebSocket Inherited from WebSocketApi . socket Defined in src/renderer/api/websocket-api.ts:27","title":"socket"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#isconnected","text":"\u2022 get isConnected (): boolean Inherited from WebSocketApi . isConnected Defined in src/renderer/api/websocket-api.ts:58 Returns: boolean","title":"isConnected"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#isonline","text":"\u2022 get isOnline (): boolean Inherited from WebSocketApi . isOnline Defined in src/renderer/api/websocket-api.ts:63 Returns: boolean","title":"isOnline"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#_onclose","text":"\u25b8 Protected _onClose ( evt : CloseEvent): void Overrides WebSocketApi . _onClose Defined in src/renderer/api/terminal-api.ts:122","title":"_onClose"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#_onerror","text":"\u25b8 Protected _onError ( evt : Event): void Inherited from WebSocketApi . _onError Defined in src/renderer/api/websocket-api.ts:148","title":"_onError"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#_onmessage","text":"\u25b8 Protected _onMessage ( evt : MessageEvent): void Inherited from WebSocketApi . _onMessage Defined in src/renderer/api/websocket-api.ts:142","title":"_onMessage"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#_onopen","text":"\u25b8 Protected _onOpen ( evt : Event): void Overrides WebSocketApi . _onOpen Defined in src/renderer/api/terminal-api.ts:115","title":"_onOpen"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#_onready","text":"\u25b8 Protected _onReady ( data : string): boolean Defined in src/renderer/api/terminal-api.ts:83","title":"_onReady"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#connect","text":"\u25b8 connect (): Promise \\ Overrides WebSocketApi . connect Defined in src/renderer/api/terminal-api.ts:63 Returns: Promise \\","title":"connect"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#destroy","text":"\u25b8 destroy (): void Overrides WebSocketApi . destroy Defined in src/renderer/api/terminal-api.ts:70 Returns: void","title":"destroy"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#emiterror","text":"\u25b8 Protected emitError ( error : string): void Defined in src/renderer/api/terminal-api.ts:139","title":"emitError"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#emitstatus","text":"\u25b8 Protected emitStatus ( data : string, options? : { color?: TerminalColor ; showTime?: boolean }): void Defined in src/renderer/api/terminal-api.ts:127","title":"emitStatus"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#flush","text":"\u25b8 Protected flush (): void Inherited from WebSocketApi . flush Defined in src/renderer/api/websocket-api.ts:126 Returns: void","title":"flush"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#geturl","text":"\u25b8 getUrl (): Promise \\ Defined in src/renderer/api/terminal-api.ts:47 Returns: Promise \\","title":"getUrl"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#parsemessage","text":"\u25b8 Protected parseMessage ( data : string): any Overrides WebSocketApi . parseMessage Defined in src/renderer/api/terminal-api.ts:110","title":"parseMessage"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#ping","text":"\u25b8 ping (): void Inherited from WebSocketApi . ping Defined in src/renderer/api/websocket-api.ts:83 Returns: void","title":"ping"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#reconnect","text":"\u25b8 reconnect (): void Overrides WebSocketApi . reconnect Defined in src/renderer/api/terminal-api.ts:93 Returns: void","title":"reconnect"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#removealllisteners","text":"\u25b8 removeAllListeners (): void Overrides WebSocketApi . removeAllListeners Defined in src/renderer/api/terminal-api.ts:77 Returns: void","title":"removeAllListeners"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#send","text":"\u25b8 send ( command : string): void Inherited from WebSocketApi . send Defined in src/renderer/api/websocket-api.ts:113","title":"send"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#sendcommand","text":"\u25b8 sendCommand ( key : string, channel? : TerminalChannels ): void Defined in src/renderer/api/terminal-api.ts:98","title":"sendCommand"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#sendterminalsize","text":"\u25b8 sendTerminalSize ( cols : number, rows : number): void Defined in src/renderer/api/terminal-api.ts:102","title":"sendTerminalSize"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#setparams","text":"\u25b8 setParams ( params : Partial\\< IParams >): void Inherited from WebSocketApi . setParams Defined in src/renderer/api/websocket-api.ts:67","title":"setParams"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#writelog","text":"\u25b8 Protected writeLog (... data : any[]): void Inherited from WebSocketApi . writeLog Defined in src/renderer/api/websocket-api.ts:164","title":"writeLog"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_terminal_api_.terminalapi/#defaultparams","text":"\u25aa Static defaultParams : object Inherited from WebSocketApi . defaultParams Defined in src/renderer/api/websocket-api.ts:39","title":"defaultParams"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/","text":"@k8slens/extensions Globals / \"src/renderer/api/websocket-api\" / WebSocketApi Class: WebSocketApi # Hierarchy # WebSocketApi \u21b3 TerminalApi Index # Constructors # constructor Properties # onClose onData onOpen params pendingCommands pingMessage pingTimer readyState reconnectTimer socket Accessors # isConnected isOnline Methods # _onClose _onError _onMessage _onOpen connect destroy flush parseMessage ping reconnect removeAllListeners send setParams writeLog Object literals # defaultParams Constructors # constructor # + new WebSocketApi ( params : IParams ): WebSocketApi Defined in src/renderer/api/websocket-api.ts:45 Parameters: Name Type params IParams Returns: WebSocketApi Properties # onClose # \u2022 onClose : EventEmitter \\<[]> = new EventEmitter\\<[]>() Defined in src/renderer/api/websocket-api.ts:37 onData # \u2022 onData : EventEmitter \\<[string]> = new EventEmitter\\<[string]>() Defined in src/renderer/api/websocket-api.ts:36 onOpen # \u2022 onOpen : EventEmitter \\<[]> = new EventEmitter\\<[]>() Defined in src/renderer/api/websocket-api.ts:35 params # \u2022 Protected params : IParams Defined in src/renderer/api/websocket-api.ts:47 pendingCommands # \u2022 Protected pendingCommands : IMessage [] = [] Defined in src/renderer/api/websocket-api.ts:28 pingMessage # \u2022 Protected pingMessage : string = \"PING\" Defined in src/renderer/api/websocket-api.ts:31 pingTimer # \u2022 Protected pingTimer : any Defined in src/renderer/api/websocket-api.ts:30 readyState # \u2022 readyState : WebSocketApiState = WebSocketApiState.PENDING Defined in src/renderer/api/websocket-api.ts:33 reconnectTimer # \u2022 Protected reconnectTimer : any Defined in src/renderer/api/websocket-api.ts:29 socket # \u2022 Protected socket : WebSocket Defined in src/renderer/api/websocket-api.ts:27 Accessors # isConnected # \u2022 get isConnected (): boolean Defined in src/renderer/api/websocket-api.ts:58 Returns: boolean isOnline # \u2022 get isOnline (): boolean Defined in src/renderer/api/websocket-api.ts:63 Returns: boolean Methods # _onClose # \u25b8 Protected _onClose ( evt : CloseEvent): void Defined in src/renderer/api/websocket-api.ts:152 Parameters: Name Type evt CloseEvent Returns: void _onError # \u25b8 Protected _onError ( evt : Event): void Defined in src/renderer/api/websocket-api.ts:148 Parameters: Name Type evt Event Returns: void _onMessage # \u25b8 Protected _onMessage ( evt : MessageEvent): void Defined in src/renderer/api/websocket-api.ts:142 Parameters: Name Type evt MessageEvent Returns: void _onOpen # \u25b8 Protected _onOpen ( evt : Event): void Defined in src/renderer/api/websocket-api.ts:135 Parameters: Name Type evt Event Returns: void connect # \u25b8 connect ( url? : string): void Defined in src/renderer/api/websocket-api.ts:71 Parameters: Name Type Default value url string this.params.url Returns: void destroy # \u25b8 destroy (): void Defined in src/renderer/api/websocket-api.ts:96 Returns: void flush # \u25b8 Protected flush (): void Defined in src/renderer/api/websocket-api.ts:126 Returns: void parseMessage # \u25b8 Protected parseMessage ( data : string): string Defined in src/renderer/api/websocket-api.ts:131 Parameters: Name Type data string Returns: string ping # \u25b8 ping (): void Defined in src/renderer/api/websocket-api.ts:83 Returns: void reconnect # \u25b8 reconnect (): void Defined in src/renderer/api/websocket-api.ts:88 Returns: void removeAllListeners # \u25b8 removeAllListeners (): void Defined in src/renderer/api/websocket-api.ts:107 Returns: void send # \u25b8 send ( command : string): void Defined in src/renderer/api/websocket-api.ts:113 Parameters: Name Type command string Returns: void setParams # \u25b8 setParams ( params : Partial\\< IParams >): void Defined in src/renderer/api/websocket-api.ts:67 Parameters: Name Type params Partial\\< IParams > Returns: void writeLog # \u25b8 Protected writeLog (... data : any[]): void Defined in src/renderer/api/websocket-api.ts:164 Parameters: Name Type ...data any[] Returns: void Object literals # defaultParams # \u25aa Static defaultParams : object Defined in src/renderer/api/websocket-api.ts:39 Properties: Name Type Value autoConnect true true flushOnOpen true true logging false false pingIntervalSeconds number 0 reconnectDelaySeconds number 10","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#class-websocketapi","text":"","title":"Class: WebSocketApi"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#hierarchy","text":"WebSocketApi \u21b3 TerminalApi","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#properties","text":"onClose onData onOpen params pendingCommands pingMessage pingTimer readyState reconnectTimer socket","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#accessors","text":"isConnected isOnline","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#methods","text":"_onClose _onError _onMessage _onOpen connect destroy flush parseMessage ping reconnect removeAllListeners send setParams writeLog","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#object-literals","text":"defaultParams","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#constructor","text":"+ new WebSocketApi ( params : IParams ): WebSocketApi Defined in src/renderer/api/websocket-api.ts:45","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#onclose","text":"\u2022 onClose : EventEmitter \\<[]> = new EventEmitter\\<[]>() Defined in src/renderer/api/websocket-api.ts:37","title":"onClose"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#ondata","text":"\u2022 onData : EventEmitter \\<[string]> = new EventEmitter\\<[string]>() Defined in src/renderer/api/websocket-api.ts:36","title":"onData"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#onopen","text":"\u2022 onOpen : EventEmitter \\<[]> = new EventEmitter\\<[]>() Defined in src/renderer/api/websocket-api.ts:35","title":"onOpen"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#params","text":"\u2022 Protected params : IParams Defined in src/renderer/api/websocket-api.ts:47","title":"params"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#pendingcommands","text":"\u2022 Protected pendingCommands : IMessage [] = [] Defined in src/renderer/api/websocket-api.ts:28","title":"pendingCommands"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#pingmessage","text":"\u2022 Protected pingMessage : string = \"PING\" Defined in src/renderer/api/websocket-api.ts:31","title":"pingMessage"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#pingtimer","text":"\u2022 Protected pingTimer : any Defined in src/renderer/api/websocket-api.ts:30","title":"pingTimer"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#readystate","text":"\u2022 readyState : WebSocketApiState = WebSocketApiState.PENDING Defined in src/renderer/api/websocket-api.ts:33","title":"readyState"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#reconnecttimer","text":"\u2022 Protected reconnectTimer : any Defined in src/renderer/api/websocket-api.ts:29","title":"reconnectTimer"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#socket","text":"\u2022 Protected socket : WebSocket Defined in src/renderer/api/websocket-api.ts:27","title":"socket"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#isconnected","text":"\u2022 get isConnected (): boolean Defined in src/renderer/api/websocket-api.ts:58 Returns: boolean","title":"isConnected"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#isonline","text":"\u2022 get isOnline (): boolean Defined in src/renderer/api/websocket-api.ts:63 Returns: boolean","title":"isOnline"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#_onclose","text":"\u25b8 Protected _onClose ( evt : CloseEvent): void Defined in src/renderer/api/websocket-api.ts:152","title":"_onClose"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#_onerror","text":"\u25b8 Protected _onError ( evt : Event): void Defined in src/renderer/api/websocket-api.ts:148","title":"_onError"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#_onmessage","text":"\u25b8 Protected _onMessage ( evt : MessageEvent): void Defined in src/renderer/api/websocket-api.ts:142","title":"_onMessage"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#_onopen","text":"\u25b8 Protected _onOpen ( evt : Event): void Defined in src/renderer/api/websocket-api.ts:135","title":"_onOpen"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#connect","text":"\u25b8 connect ( url? : string): void Defined in src/renderer/api/websocket-api.ts:71","title":"connect"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#destroy","text":"\u25b8 destroy (): void Defined in src/renderer/api/websocket-api.ts:96 Returns: void","title":"destroy"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#flush","text":"\u25b8 Protected flush (): void Defined in src/renderer/api/websocket-api.ts:126 Returns: void","title":"flush"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#parsemessage","text":"\u25b8 Protected parseMessage ( data : string): string Defined in src/renderer/api/websocket-api.ts:131","title":"parseMessage"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#ping","text":"\u25b8 ping (): void Defined in src/renderer/api/websocket-api.ts:83 Returns: void","title":"ping"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#reconnect","text":"\u25b8 reconnect (): void Defined in src/renderer/api/websocket-api.ts:88 Returns: void","title":"reconnect"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#removealllisteners","text":"\u25b8 removeAllListeners (): void Defined in src/renderer/api/websocket-api.ts:107 Returns: void","title":"removeAllListeners"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#send","text":"\u25b8 send ( command : string): void Defined in src/renderer/api/websocket-api.ts:113","title":"send"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#setparams","text":"\u25b8 setParams ( params : Partial\\< IParams >): void Defined in src/renderer/api/websocket-api.ts:67","title":"setParams"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#writelog","text":"\u25b8 Protected writeLog (... data : any[]): void Defined in src/renderer/api/websocket-api.ts:164","title":"writeLog"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_api_websocket_api_.websocketapi/#defaultparams","text":"\u25aa Static defaultParams : object Defined in src/renderer/api/websocket-api.ts:39","title":"defaultParams"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/","text":"@k8slens/extensions Globals / \"src/renderer/api/workload-kube-object\" / WorkloadKubeObject Class: WorkloadKubeObject # Hierarchy # KubeObject \u21b3 WorkloadKubeObject \u21b3\u21b3 Pod \u21b3\u21b3 DaemonSet \u21b3\u21b3 Deployment \u21b3\u21b3 Job \u21b3\u21b3 ReplicaSet \u21b3\u21b3 StatefulSet Implements # ItemObject Index # Constructors # constructor Properties # apiVersion kind metadata spec status kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels Constructors # constructor # + new WorkloadKubeObject ( data : KubeJsonApiData ): WorkloadKubeObject Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69 Parameters: Name Type data KubeJsonApiData Returns: WorkloadKubeObject 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 : any Defined in src/renderer/api/workload-kube-object.ts:50 status # \u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78 kind # \u25aa Static Readonly kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:47 namespaced # \u25aa Static Readonly namespaced : boolean Inherited from KubeObject . namespaced Defined in src/renderer/api/kube-object.ts:48 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 \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160 Parameters: Name Type params? JsonApiParams Returns: CancelablePromise \\< KubeJsonApiData > getAffinity # \u25b8 getAffinity (): IAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number 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 value 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 value 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 Implementation of ItemObject 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 Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string getNodeSelectors # \u25b8 getNodeSelectors (): string[] 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 (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[] 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/workload-kube-object.ts:52 Returns: string[] getTemplateLabels # \u25b8 getTemplateLabels (): string[] Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[] getTolerations # \u25b8 getTolerations (): IToleration [] 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 \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153 Type parameters: Name Type T KubeObject Parameters: Name Type data Partial\\ Returns: Promise \\ create # \u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50 Parameters: Name Type data any Returns: KubeObject isJsonApiData # \u25b8 Static 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 isJsonApiDataList # \u25b8 Static 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 isNonSystem # \u25b8 Static 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 stringifyLabels # \u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66 Parameters: Name Type labels { [name:string]: string; } Returns: string[]","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#class-workloadkubeobject","text":"","title":"Class: WorkloadKubeObject"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#hierarchy","text":"KubeObject \u21b3 WorkloadKubeObject \u21b3\u21b3 Pod \u21b3\u21b3 DaemonSet \u21b3\u21b3 Deployment \u21b3\u21b3 Job \u21b3\u21b3 ReplicaSet \u21b3\u21b3 StatefulSet","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#properties","text":"apiVersion kind metadata spec status kind namespaced","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTolerations toPlainObject update create isJsonApiData isJsonApiDataList isNonSystem stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#constructor","text":"+ new WorkloadKubeObject ( data : KubeJsonApiData ): WorkloadKubeObject Inherited from KubeObject . constructor Defined in src/renderer/api/kube-object.ts:69","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#apiversion","text":"\u2022 apiVersion : string Inherited from KubeObject . apiVersion Defined in src/renderer/api/kube-object.ts:75","title":"apiVersion"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#kind","text":"\u2022 kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:76","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#metadata","text":"\u2022 metadata : IKubeObjectMetadata Inherited from KubeObject . metadata Defined in src/renderer/api/kube-object.ts:77","title":"metadata"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#spec","text":"\u2022 spec : any Defined in src/renderer/api/workload-kube-object.ts:50","title":"spec"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#status","text":"\u2022 Optional status : any Inherited from KubeObject . status Defined in src/renderer/api/kube-object.ts:78","title":"status"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#kind_1","text":"\u25aa Static Readonly kind : string Inherited from KubeObject . kind Defined in src/renderer/api/kube-object.ts:47","title":"kind"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#namespaced","text":"\u25aa Static Readonly namespaced : boolean Inherited from KubeObject . namespaced Defined in src/renderer/api/kube-object.ts:48","title":"namespaced"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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/_src_renderer_api_workload_kube_object_.workloadkubeobject/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#delete","text":"\u25b8 delete ( params? : JsonApiParams ): CancelablePromise \\< KubeJsonApiData > Inherited from KubeObject . delete Defined in src/renderer/api/kube-object.ts:160","title":"delete"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getaffinity","text":"\u25b8 getAffinity (): IAffinity Defined in src/renderer/api/workload-kube-object.ts:71 Returns: IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number Defined in src/renderer/api/workload-kube-object.ts:75 Returns: number","title":"getAffinityNumber"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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","title":"getAge"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getannotations","text":"\u25b8 getAnnotations ( filter? : boolean): string[] Inherited from KubeObject . getAnnotations Defined in src/renderer/api/kube-object.ts:121","title":"getAnnotations"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getid","text":"\u25b8 getId (): string Implementation of ItemObject Inherited from KubeObject . getId Defined in src/renderer/api/kube-object.ts:84 Returns: string","title":"getId"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getname","text":"\u25b8 getName (): string Implementation of ItemObject Inherited from KubeObject . getName Defined in src/renderer/api/kube-object.ts:92 Returns: string","title":"getName"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string[] Defined in src/renderer/api/workload-kube-object.ts:57 Returns: string[]","title":"getNodeSelectors"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getownerrefs","text":"\u25b8 getOwnerRefs (): { namespace: string = this.getNs() }[] Inherited from KubeObject . getOwnerRefs Defined in src/renderer/api/kube-object.ts:129 Returns: { namespace: string = this.getNs() }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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/_src_renderer_api_workload_kube_object_.workloadkubeobject/#getselectors","text":"\u25b8 getSelectors (): string[] Defined in src/renderer/api/workload-kube-object.ts:52 Returns: string[]","title":"getSelectors"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string[] Defined in src/renderer/api/workload-kube-object.ts:62 Returns: string[]","title":"getTemplateLabels"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#gettolerations","text":"\u25b8 getTolerations (): IToleration [] Defined in src/renderer/api/workload-kube-object.ts:67 Returns: IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#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/_src_renderer_api_workload_kube_object_.workloadkubeobject/#update","text":"\u25b8 update \\ ( data : Partial\\ ): Promise \\ Inherited from KubeObject . update Defined in src/renderer/api/kube-object.ts:153","title":"update"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#create","text":"\u25b8 Static create ( data : any): KubeObject Inherited from KubeObject . create Defined in src/renderer/api/kube-object.ts:50","title":"create"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object : any): object is KubeJsonApiData Inherited from KubeObject . isJsonApiData Defined in src/renderer/api/kube-object.ts:58","title":"isJsonApiData"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList ( object : any): object is KubeJsonApiDataList Inherited from KubeObject . isJsonApiDataList Defined in src/renderer/api/kube-object.ts:62","title":"isJsonApiDataList"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#isnonsystem","text":"\u25b8 Static isNonSystem ( item : KubeJsonApiData | KubeObject ): boolean Inherited from KubeObject . isNonSystem Defined in src/renderer/api/kube-object.ts:54","title":"isNonSystem"},{"location":"extensions/api/classes/_src_renderer_api_workload_kube_object_.workloadkubeobject/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels : { [name:string]: string; }): string[] Inherited from KubeObject . stringifyLabels Defined in src/renderer/api/kube-object.ts:66","title":"stringifyLabels"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-details\" / CRDDetails Class: CRDDetails # Hierarchy # Component\\< Props > \u21b3 CRDDetails 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 CRDDetails ( props : Readonly\\< Props >): CRDDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: CRDDetails + new CRDDetails ( props : Props , context? : any): CRDDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: CRDDetails Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-details.tsx:24 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#class-crddetails","text":"","title":"Class: CRDDetails"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#hierarchy","text":"Component\\< Props > \u21b3 CRDDetails","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#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/_src_renderer_components__custom_resources_crd_details_.crddetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#constructor","text":"+ new CRDDetails ( props : Readonly\\< Props >): CRDDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_details_.crddetails/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_details_.crddetails/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-details.tsx:24 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_details_.crddetails/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-list\" / CrdList Class: CrdList # Hierarchy # Component \u21b3 CrdList Index # Constructors # constructor Properties # context props refs state contextType Accessors # groups Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onGroupChange render setState shouldComponentUpdate Constructors # constructor # + new CrdList ( props : Readonly\\<{}>): CrdList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\<{}> Returns: CrdList + new CrdList ( props : {}, context? : any): CrdList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props {} context? any Returns: CrdList Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # groups # \u2022 get groups (): string[] Defined in src/renderer/components/+custom-resources/crd-list.tsx:26 Returns: string[] Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> Returns: any | null onGroupChange # \u25b8 onGroupChange ( group : string): void Defined in src/renderer/components/+custom-resources/crd-list.tsx:30 Parameters: Name Type group string Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-list.tsx:38 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#class-crdlist","text":"","title":"Class: CrdList"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#hierarchy","text":"Component \u21b3 CrdList","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#accessors","text":"groups","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onGroupChange render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#constructor","text":"+ new CrdList ( props : Readonly\\<{}>): CrdList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_list_.crdlist/#props","text":"\u2022 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_list_.crdlist/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#groups","text":"\u2022 get groups (): string[] Defined in src/renderer/components/+custom-resources/crd-list.tsx:26 Returns: string[]","title":"groups"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#ongroupchange","text":"\u25b8 onGroupChange ( group : string): void Defined in src/renderer/components/+custom-resources/crd-list.tsx:30","title":"onGroupChange"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-list.tsx:38 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_list_.crdlist/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resource-details\" / CrdResourceDetails Class: CrdResourceDetails # Hierarchy # Component\\< Props > \u21b3 CrdResourceDetails Index # Constructors # constructor Properties # context props refs state contextType Accessors # crd Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new CrdResourceDetails ( props : Readonly\\< Props >): CrdResourceDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: CrdResourceDetails + new CrdResourceDetails ( props : Props , context? : any): CrdResourceDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: CrdResourceDetails Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # crd # \u2022 get crd (): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:37 Returns: CustomResourceDefinition Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:41 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#class-crdresourcedetails","text":"","title":"Class: CrdResourceDetails"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#hierarchy","text":"Component\\< Props > \u21b3 CrdResourceDetails","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#accessors","text":"crd","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#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/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#constructor","text":"+ new CrdResourceDetails ( props : Readonly\\< Props >): CrdResourceDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#crd","text":"\u2022 get crd (): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:37 Returns: CustomResourceDefinition","title":"crd"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:41 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_details_.crdresourcedetails/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resource.store\" / CRDResourceStore Class: CRDResourceStore\\ # Type parameters # Name Type Default T KubeObject any Hierarchy # KubeObjectStore \\ \u21b3 CRDResourceStore 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 CRDResourceStore ( api : KubeApi \\ ): CRDResourceStore Overrides KubeObjectStore . constructor Defined in src/renderer/components/+custom-resources/crd-resource.store.ts:8 Parameters: Name Type api KubeApi \\ Returns: CRDResourceStore Properties # api # \u2022 api : KubeApi Overrides KubeObjectStore . api Defined in src/renderer/components/+custom-resources/crd-resource.store.ts:8 eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18 limit # \u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 Accessors # selectedItems # \u2022 get selectedItems (): T[] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: T[] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\ bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147 Parameters: Name Type Default value delay number 1000 Returns: IReactionDisposer create # \u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\ Returns: Promise \\ createItem # \u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\ Returns: Promise \\ defaultSorting # \u25b8 Protected defaultSorting ( item : T): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item T Returns: string filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items : T[]): T[] Inherited from KubeObjectStore . filterItemsOnLoad 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[] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default value namespace string | string[] - strict boolean false Returns: T[] getByLabel # \u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): T[] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | { [label:string]: string; } Returns: T[] getByName # \u25b8 getByName ( name : string, namespace? : string): T Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: T getByPath # \u25b8 getByPath ( path : string): T Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: T getStatuses # \u25b8 Optional getStatuses ( items : T[]): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items T[] Returns: Record\\ isSelected # \u25b8 isSelected ( item : T): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item T Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems? : T[]): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default value visibleItems T[] this.items Returns: boolean load # \u25b8 load ( params : { name: string ; namespace?: string }): Promise \\ Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\ loadAll # \u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\ loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise \\ loadItem # \u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\ Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\ loadItems # \u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\ Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise \\ onWatchApiEvent # \u25b8 Protected 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 : T): Promise \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item T Returns: Promise \\ removeItem # \u25b8 Protected removeItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: Name Type item T request () => Promise \\ Returns: Promise \\ removeSelectedItems # \u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\ reset # \u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : T): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item T Returns: void sortItems # \u25b8 Protected sortItems ( items? : T[], sorting? : (item: T) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): T[] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31 Parameters: Name Type Default value items T[] this.items sorting? (item: T) => any[] - order? \\\"asc\\\" | \\\"desc\\\" - Returns: T[] subscribe # \u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default value apis KubeApi \\ [] [this.api] Returns: (Anonymous function) toggleSelection # \u25b8 toggleSelection ( item : T): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item T Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? : T[]): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default value visibleItems T[] this.items Returns: void unselect # \u25b8 unselect ( item : T): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item T Returns: void update # \u25b8 update ( item : T, data : Partial\\ ): Promise \\ Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item T data Partial\\ Returns: Promise \\ updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void updateItem # \u25b8 Protected updateItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: Name Type item T request () => Promise \\ Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#class-crdresourcestore","text":"","title":"Class: CRDResourceStore\\"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#type-parameters","text":"Name Type Default T KubeObject any","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#hierarchy","text":"KubeObjectStore \\ \u21b3 CRDResourceStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#properties","text":"api eventsBuffer isLoaded isLoading items limit selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#accessors","text":"selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#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/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#constructor","text":"+ new CRDResourceStore ( api : KubeApi \\ ): CRDResourceStore Overrides KubeObjectStore . constructor Defined in src/renderer/components/+custom-resources/crd-resource.store.ts:8","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#api","text":"\u2022 api : KubeApi Overrides KubeObjectStore . api Defined in src/renderer/components/+custom-resources/crd-resource.store.ts:8","title":"api"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145","title":"eventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#items","text":"\u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#limit","text":"\u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14","title":"limit"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#selecteditems","text":"\u2022 get selectedItems (): T[] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: T[]","title":"selectedItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#create","text":"\u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120","title":"create"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#createitem","text":"\u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116","title":"createItem"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item : T): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14","title":"defaultSorting"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items : T[]): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): T[] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24","title":"getAllByNs"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): T[] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45","title":"getByLabel"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): T Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33","title":"getByName"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#getbypath","text":"\u25b8 getByPath ( path : string): T Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41","title":"getByPath"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#getstatuses","text":"\u25b8 Optional getStatuses ( items : T[]): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22","title":"getStatuses"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#isselected","text":"\u25b8 isSelected ( item : T): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102","title":"isSelected"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? : T[]): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137","title":"isSelectedAll"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#load","text":"\u25b8 load ( params : { name: string ; namespace?: string }): Promise \\ Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99","title":"load"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#loadall","text":"\u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\","title":"loadAll"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111","title":"loadFromPath"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#loaditem","text":"\u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\ Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94","title":"loadItem"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#loaditems","text":"\u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\ Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60","title":"loadItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#onwatchapievent","text":"\u25b8 Protected onWatchApiEvent ( evt : IKubeWatchEvent ): void Inherited from KubeObjectStore . onWatchApiEvent Defined in src/renderer/kube-object.store.ts:157","title":"onWatchApiEvent"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#remove","text":"\u25b8 remove ( item : T): Promise \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#removeitem","text":"\u25b8 Protected removeItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96","title":"removeItem"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\","title":"removeSelectedItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#reset","text":"\u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#select","text":"\u25b8 select ( item : T): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107","title":"select"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#sortitems","text":"\u25b8 Protected sortItems ( items? : T[], sorting? : (item: T) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): T[] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31","title":"sortItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#subscribe","text":"\u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#toggleselection","text":"\u25b8 toggleSelection ( item : T): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117","title":"toggleSelection"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? : T[]): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#unselect","text":"\u25b8 unselect ( item : T): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112","title":"unselect"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#update","text":"\u25b8 update ( item : T, data : Partial\\ ): Promise \\ Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127","title":"update"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resource_store_.crdresourcestore/#updateitem","text":"\u25b8 Protected updateItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88","title":"updateItem"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resources\" / CrdResources Class: CrdResources # Hierarchy # Component\\< Props > \u21b3 CrdResources Index # Constructors # constructor Properties # context props refs state contextType Accessors # crd store Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new CrdResources ( props : Readonly\\< Props >): CrdResources Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: CrdResources + new CrdResources ( props : Props , context? : any): CrdResources Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: CrdResources Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # crd # \u2022 get crd (): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd-resources.tsx:38 Returns: CustomResourceDefinition store # \u2022 get store (): KubeObjectStore \\ Defined in src/renderer/components/+custom-resources/crd-resources.tsx:43 Returns: KubeObjectStore \\ Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/+custom-resources/crd-resources.tsx:27 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-resources.tsx:48 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#class-crdresources","text":"","title":"Class: CrdResources"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#hierarchy","text":"Component\\< Props > \u21b3 CrdResources","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#accessors","text":"crd store","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#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/_src_renderer_components__custom_resources_crd_resources_.crdresources/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#constructor","text":"+ new CrdResources ( props : Readonly\\< Props >): CrdResources Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_resources_.crdresources/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components__custom_resources_crd_resources_.crdresources/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#crd","text":"\u2022 get crd (): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd-resources.tsx:38 Returns: CustomResourceDefinition","title":"crd"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#store","text":"\u2022 get store (): KubeObjectStore \\ Defined in src/renderer/components/+custom-resources/crd-resources.tsx:43 Returns: KubeObjectStore \\","title":"store"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/+custom-resources/crd-resources.tsx:27 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/+custom-resources/crd-resources.tsx:48 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_resources_.crdresources/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd.store\" / CRDStore Class: CRDStore # Hierarchy # KubeObjectStore \\< CustomResourceDefinition > \u21b3 CRDStore Index # Constructors # constructor Properties # api eventsBuffer isLoaded isLoading items limit selectedItemsIds Accessors # groups selectedItems Methods # [Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByGroup getByLabel getByName getByObject 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 CRDStore (): CRDStore Overrides KubeObjectStore . constructor Defined in src/renderer/components/+custom-resources/crd.store.ts:23 Returns: CRDStore Properties # api # \u2022 api : VersionedKubeApi \\< CustomResourceDefinition > = crdApi Overrides KubeObjectStore . api Defined in src/renderer/components/+custom-resources/crd.store.ts:23 eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18 limit # \u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 Accessors # groups # \u2022 get groups (): Record\\ CustomResourceDefinition []> Defined in src/renderer/components/+custom-resources/crd.store.ts:39 Returns: Record\\ CustomResourceDefinition []> selectedItems # \u2022 get selectedItems (): CustomResourceDefinition [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: CustomResourceDefinition [] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\ bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147 Parameters: Name Type Default value delay number 1000 Returns: IReactionDisposer create # \u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< CustomResourceDefinition >): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< CustomResourceDefinition > Returns: Promise \\< CustomResourceDefinition > createItem # \u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< CustomResourceDefinition >): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< CustomResourceDefinition > Returns: Promise \\< CustomResourceDefinition > defaultSorting # \u25b8 Protected defaultSorting ( item : CustomResourceDefinition ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item CustomResourceDefinition Returns: string filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items : CustomResourceDefinition []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72 Parameters: Name Type items CustomResourceDefinition [] Returns: T[] getAllByNs # \u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): CustomResourceDefinition [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default value namespace string | string[] - strict boolean false Returns: CustomResourceDefinition [] getByGroup # \u25b8 getByGroup ( group : string, pluralName : string): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd.store.ts:49 Parameters: Name Type group string pluralName string Returns: CustomResourceDefinition getByLabel # \u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): CustomResourceDefinition [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | { [label:string]: string; } Returns: CustomResourceDefinition [] getByName # \u25b8 getByName ( name : string, namespace? : string): CustomResourceDefinition Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: CustomResourceDefinition getByObject # \u25b8 getByObject ( obj : KubeObject ): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd.store.ts:55 Parameters: Name Type obj KubeObject Returns: CustomResourceDefinition getByPath # \u25b8 getByPath ( path : string): CustomResourceDefinition Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: CustomResourceDefinition getStatuses # \u25b8 Optional getStatuses ( items : CustomResourceDefinition []): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items CustomResourceDefinition [] Returns: Record\\ isSelected # \u25b8 isSelected ( item : CustomResourceDefinition ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item CustomResourceDefinition Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems? : CustomResourceDefinition []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default value visibleItems CustomResourceDefinition [] this.items Returns: boolean load # \u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< CustomResourceDefinition > loadAll # \u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\ loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise \\ loadItem # \u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< CustomResourceDefinition > loadItems # \u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\< CustomResourceDefinition []> Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise \\< CustomResourceDefinition []> onWatchApiEvent # \u25b8 Protected 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 : CustomResourceDefinition ): Promise \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item CustomResourceDefinition Returns: Promise \\ removeItem # \u25b8 Protected removeItem ( item : CustomResourceDefinition , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: Name Type item CustomResourceDefinition request () => Promise \\ Returns: Promise \\ removeSelectedItems # \u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\ reset # \u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : CustomResourceDefinition ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item CustomResourceDefinition Returns: void sortItems # \u25b8 Protected sortItems ( items : CustomResourceDefinition []): CustomResourceDefinition [] Overrides ItemStore . sortItems Defined in src/renderer/components/+custom-resources/crd.store.ts:32 Parameters: Name Type items CustomResourceDefinition [] Returns: CustomResourceDefinition [] subscribe # \u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default value apis KubeApi \\ [] [this.api] Returns: (Anonymous function) toggleSelection # \u25b8 toggleSelection ( item : CustomResourceDefinition ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item CustomResourceDefinition Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? : CustomResourceDefinition []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default value visibleItems CustomResourceDefinition [] this.items Returns: void unselect # \u25b8 unselect ( item : CustomResourceDefinition ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item CustomResourceDefinition Returns: void update # \u25b8 update ( item : CustomResourceDefinition , data : Partial\\< CustomResourceDefinition >): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item CustomResourceDefinition data Partial\\< CustomResourceDefinition > Returns: Promise \\< CustomResourceDefinition > updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void updateItem # \u25b8 Protected updateItem ( item : CustomResourceDefinition , request : () => Promise \\< CustomResourceDefinition >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: Name Type item CustomResourceDefinition request () => Promise \\< CustomResourceDefinition > Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#class-crdstore","text":"","title":"Class: CRDStore"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#hierarchy","text":"KubeObjectStore \\< CustomResourceDefinition > \u21b3 CRDStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#properties","text":"api eventsBuffer isLoaded isLoading items limit selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#accessors","text":"groups selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#methods","text":"[Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByGroup getByLabel getByName getByObject 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/_src_renderer_components__custom_resources_crd_store_.crdstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#constructor","text":"+ new CRDStore (): CRDStore Overrides KubeObjectStore . constructor Defined in src/renderer/components/+custom-resources/crd.store.ts:23 Returns: CRDStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#api","text":"\u2022 api : VersionedKubeApi \\< CustomResourceDefinition > = crdApi Overrides KubeObjectStore . api Defined in src/renderer/components/+custom-resources/crd.store.ts:23","title":"api"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145","title":"eventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#items","text":"\u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#limit","text":"\u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14","title":"limit"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#groups","text":"\u2022 get groups (): Record\\ CustomResourceDefinition []> Defined in src/renderer/components/+custom-resources/crd.store.ts:39 Returns: Record\\ CustomResourceDefinition []>","title":"groups"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#selecteditems","text":"\u2022 get selectedItems (): CustomResourceDefinition [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: CustomResourceDefinition []","title":"selectedItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#create","text":"\u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< CustomResourceDefinition >): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120","title":"create"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#createitem","text":"\u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< CustomResourceDefinition >): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116","title":"createItem"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item : CustomResourceDefinition ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14","title":"defaultSorting"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items : CustomResourceDefinition []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): CustomResourceDefinition [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24","title":"getAllByNs"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#getbygroup","text":"\u25b8 getByGroup ( group : string, pluralName : string): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd.store.ts:49","title":"getByGroup"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): CustomResourceDefinition [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45","title":"getByLabel"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): CustomResourceDefinition Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33","title":"getByName"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#getbyobject","text":"\u25b8 getByObject ( obj : KubeObject ): CustomResourceDefinition Defined in src/renderer/components/+custom-resources/crd.store.ts:55","title":"getByObject"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#getbypath","text":"\u25b8 getByPath ( path : string): CustomResourceDefinition Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41","title":"getByPath"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#getstatuses","text":"\u25b8 Optional getStatuses ( items : CustomResourceDefinition []): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22","title":"getStatuses"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#isselected","text":"\u25b8 isSelected ( item : CustomResourceDefinition ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102","title":"isSelected"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? : CustomResourceDefinition []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137","title":"isSelectedAll"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#load","text":"\u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99","title":"load"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#loadall","text":"\u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\","title":"loadAll"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111","title":"loadFromPath"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#loaditem","text":"\u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94","title":"loadItem"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#loaditems","text":"\u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\< CustomResourceDefinition []> Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60","title":"loadItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#onwatchapievent","text":"\u25b8 Protected onWatchApiEvent ( evt : IKubeWatchEvent ): void Inherited from KubeObjectStore . onWatchApiEvent Defined in src/renderer/kube-object.store.ts:157","title":"onWatchApiEvent"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#remove","text":"\u25b8 remove ( item : CustomResourceDefinition ): Promise \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#removeitem","text":"\u25b8 Protected removeItem ( item : CustomResourceDefinition , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96","title":"removeItem"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\","title":"removeSelectedItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#reset","text":"\u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#select","text":"\u25b8 select ( item : CustomResourceDefinition ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107","title":"select"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#sortitems","text":"\u25b8 Protected sortItems ( items : CustomResourceDefinition []): CustomResourceDefinition [] Overrides ItemStore . sortItems Defined in src/renderer/components/+custom-resources/crd.store.ts:32","title":"sortItems"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#subscribe","text":"\u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#toggleselection","text":"\u25b8 toggleSelection ( item : CustomResourceDefinition ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117","title":"toggleSelection"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? : CustomResourceDefinition []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#unselect","text":"\u25b8 unselect ( item : CustomResourceDefinition ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112","title":"unselect"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#update","text":"\u25b8 update ( item : CustomResourceDefinition , data : Partial\\< CustomResourceDefinition >): Promise \\< CustomResourceDefinition > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127","title":"update"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__custom_resources_crd_store_.crdstore/#updateitem","text":"\u25b8 Protected updateItem ( item : CustomResourceDefinition , request : () => Promise \\< CustomResourceDefinition >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88","title":"updateItem"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/+events/event.store\" / EventStore Class: EventStore # Hierarchy # KubeObjectStore \\< KubeEvent > \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 \\< KubeEvent > = eventApi Overrides KubeObjectStore . api Defined in src/renderer/components/+events/event.store.ts:13 eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . 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\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 Accessors # selectedItems # \u2022 get selectedItems (): KubeEvent [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: KubeEvent [] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\ bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater (): IReactionDisposer Overrides KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/components/+events/event.store.ts:16 Returns: IReactionDisposer create # \u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< KubeEvent >): Promise \\< KubeEvent > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< KubeEvent > Returns: Promise \\< KubeEvent > createItem # \u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< KubeEvent >): Promise \\< KubeEvent > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< KubeEvent > Returns: Promise \\< KubeEvent > defaultSorting # \u25b8 Protected defaultSorting ( item : KubeEvent ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item KubeEvent Returns: string filterItemsOnLoad # \u25b8 Protected 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 value namespace string | string[] - strict boolean false Returns: KubeEvent [] getByLabel # \u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): KubeEvent [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | { [label:string]: string; } Returns: KubeEvent [] getByName # \u25b8 getByName ( name : string, namespace? : string): KubeEvent Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName 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 [] getStatuses # \u25b8 Optional getStatuses ( items : KubeEvent []): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items KubeEvent [] Returns: Record\\ getWarnings # \u25b8 getWarnings (): KubeEvent [] Defined in src/renderer/components/+events/event.store.ts:35 Returns: KubeEvent [] isSelected # \u25b8 isSelected ( item : KubeEvent ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item KubeEvent Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems? : KubeEvent []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default value visibleItems KubeEvent [] this.items Returns: boolean load # \u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< KubeEvent > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< KubeEvent > loadAll # \u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\ loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise \\ loadItem # \u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< KubeEvent > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< KubeEvent > loadItems # \u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\< KubeEvent []> Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise \\< KubeEvent []> onWatchApiEvent # \u25b8 Protected 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 \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item KubeEvent Returns: Promise \\ removeItem # \u25b8 Protected removeItem ( item : KubeEvent , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: Name Type item KubeEvent request () => Promise \\ Returns: Promise \\ removeSelectedItems # \u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\ reset # \u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : KubeEvent ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item KubeEvent Returns: void sortItems # \u25b8 Protected sortItems ( items : KubeEvent []): KubeEvent [] Overrides ItemStore . sortItems Defined in src/renderer/components/+events/event.store.ts:20 Parameters: Name Type items KubeEvent [] Returns: KubeEvent [] subscribe # \u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default value apis KubeApi \\ [] [this.api] Returns: (Anonymous function) toggleSelection # \u25b8 toggleSelection ( item : KubeEvent ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item KubeEvent Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? : KubeEvent []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default value visibleItems KubeEvent [] this.items Returns: void unselect # \u25b8 unselect ( item : KubeEvent ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item KubeEvent Returns: void update # \u25b8 update ( item : KubeEvent , data : Partial\\< KubeEvent >): Promise \\< KubeEvent > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item KubeEvent data Partial\\< KubeEvent > Returns: Promise \\< KubeEvent > updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void updateItem # \u25b8 Protected updateItem ( item : KubeEvent , request : () => Promise \\< KubeEvent >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: Name Type item KubeEvent request () => Promise \\< KubeEvent > Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#class-eventstore","text":"","title":"Class: EventStore"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#hierarchy","text":"KubeObjectStore \\< KubeEvent > \u21b3 EventStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#properties","text":"api eventsBuffer isLoaded isLoading items limit selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#accessors","text":"selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.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/_src_renderer_components__events_event_store_.eventstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.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/_src_renderer_components__events_event_store_.eventstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#api","text":"\u2022 api : KubeApi \\< KubeEvent > = eventApi Overrides KubeObjectStore . api Defined in src/renderer/components/+events/event.store.ts:13","title":"api"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145","title":"eventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#items","text":"\u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.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/_src_renderer_components__events_event_store_.eventstore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#selecteditems","text":"\u2022 get selectedItems (): KubeEvent [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: KubeEvent []","title":"selectedItems"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater (): IReactionDisposer Overrides KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/components/+events/event.store.ts:16 Returns: IReactionDisposer","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#create","text":"\u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< KubeEvent >): Promise \\< KubeEvent > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120","title":"create"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#createitem","text":"\u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< KubeEvent >): Promise \\< KubeEvent > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116","title":"createItem"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item : KubeEvent ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14","title":"defaultSorting"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items : KubeEvent []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): KubeEvent [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24","title":"getAllByNs"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): KubeEvent [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45","title":"getByLabel"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): KubeEvent Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33","title":"getByName"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#getbypath","text":"\u25b8 getByPath ( path : string): KubeEvent Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41","title":"getByPath"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#geteventsbyobject","text":"\u25b8 getEventsByObject ( obj : KubeObject ): KubeEvent [] Defined in src/renderer/components/+events/event.store.ts:26","title":"getEventsByObject"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#getstatuses","text":"\u25b8 Optional getStatuses ( items : KubeEvent []): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22","title":"getStatuses"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#getwarnings","text":"\u25b8 getWarnings (): KubeEvent [] Defined in src/renderer/components/+events/event.store.ts:35 Returns: KubeEvent []","title":"getWarnings"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#isselected","text":"\u25b8 isSelected ( item : KubeEvent ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102","title":"isSelected"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? : KubeEvent []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137","title":"isSelectedAll"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#load","text":"\u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< KubeEvent > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99","title":"load"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#loadall","text":"\u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\","title":"loadAll"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111","title":"loadFromPath"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#loaditem","text":"\u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< KubeEvent > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94","title":"loadItem"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#loaditems","text":"\u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\< KubeEvent []> Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60","title":"loadItems"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#onwatchapievent","text":"\u25b8 Protected onWatchApiEvent ( evt : IKubeWatchEvent ): void Inherited from KubeObjectStore . onWatchApiEvent Defined in src/renderer/kube-object.store.ts:157","title":"onWatchApiEvent"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#remove","text":"\u25b8 remove ( item : KubeEvent ): Promise \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#removeitem","text":"\u25b8 Protected removeItem ( item : KubeEvent , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96","title":"removeItem"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\","title":"removeSelectedItems"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#reset","text":"\u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#select","text":"\u25b8 select ( item : KubeEvent ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107","title":"select"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#sortitems","text":"\u25b8 Protected sortItems ( items : KubeEvent []): KubeEvent [] Overrides ItemStore . sortItems Defined in src/renderer/components/+events/event.store.ts:20","title":"sortItems"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#subscribe","text":"\u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#toggleselection","text":"\u25b8 toggleSelection ( item : KubeEvent ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117","title":"toggleSelection"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? : KubeEvent []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#unselect","text":"\u25b8 unselect ( item : KubeEvent ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112","title":"unselect"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#update","text":"\u25b8 update ( item : KubeEvent , data : Partial\\< KubeEvent >): Promise \\< KubeEvent > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127","title":"update"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__events_event_store_.eventstore/#updateitem","text":"\u25b8 Protected updateItem ( item : KubeEvent , request : () => Promise \\< KubeEvent >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88","title":"updateItem"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/","text":"@k8slens/extensions Globals / \"src/renderer/components/+events/kube-event-details\" / KubeEventDetails Class: KubeEventDetails # Hierarchy # Component\\< KubeEventDetailsProps > \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\\< KubeEventDetailsProps >): KubeEventDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< KubeEventDetailsProps > Returns: KubeEventDetails + new KubeEventDetails ( props : KubeEventDetailsProps , context? : any): KubeEventDetails Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< KubeEventDetailsProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeEventDetailsProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeEventDetailsProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeEventDetailsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeEventDetailsProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 \\ Overrides Icon . componentDidMount Defined in src/renderer/components/+events/kube-event-details.tsx:17 Returns: Promise \\ componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeEventDetailsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< KubeEventDetailsProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeEventDetailsProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeEventDetailsProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeEventDetailsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeEventDetailsProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeEventDetailsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< KubeEventDetailsProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/+events/kube-event-details.tsx:21 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeEventDetailsProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< KubeEventDetailsProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeEventDetailsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< KubeEventDetailsProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#class-kubeeventdetails","text":"","title":"Class: KubeEventDetails"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#hierarchy","text":"Component\\< KubeEventDetailsProps > \u21b3 KubeEventDetails","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.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/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#constructor","text":"+ new KubeEventDetails ( props : Readonly\\< KubeEventDetailsProps >): KubeEventDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#props","text":"\u2022 Readonly props : Readonly\\< KubeEventDetailsProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeEventDetailsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeEventDetailsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#componentdidmount","text":"\u25b8 componentDidMount (): Promise \\ Overrides Icon . componentDidMount Defined in src/renderer/components/+events/kube-event-details.tsx:17 Returns: Promise \\","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeEventDetailsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeEventDetailsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeEventDetailsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeEventDetailsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/+events/kube-event-details.tsx:21 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeEventDetailsProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components__events_kube_event_details_.kubeeventdetails/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeEventDetailsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/","text":"@k8slens/extensions Globals / \"src/renderer/components/+namespaces/namespace-select\" / NamespaceSelect Class: NamespaceSelect # Hierarchy # Component\\< Props > \u21b3 NamespaceSelect Index # Constructors # constructor Properties # context props refs state contextType defaultProps Accessors # options Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate formatOptionLabel getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new NamespaceSelect ( props : Readonly\\< Props >): NamespaceSelect Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: NamespaceSelect + new NamespaceSelect ( props : Props , context? : any): NamespaceSelect Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: NamespaceSelect Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/+namespaces/namespace-select.tsx:32 Accessors # options # \u2022 get options (): SelectOption [] Defined in src/renderer/components/+namespaces/namespace-select.tsx:46 Returns: SelectOption [] Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 \\ Overrides Icon . componentDidMount Defined in src/renderer/components/+namespaces/namespace-select.tsx:35 Returns: Promise \\ componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/+namespaces/namespace-select.tsx:42 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void formatOptionLabel # \u25b8 formatOptionLabel ( option : SelectOption ): object Defined in src/renderer/components/+namespaces/namespace-select.tsx:56 Parameters: Name Type option SelectOption Returns: object getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/+namespaces/namespace-select.tsx:67 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#class-namespaceselect","text":"","title":"Class: NamespaceSelect"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#hierarchy","text":"Component\\< Props > \u21b3 NamespaceSelect","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#accessors","text":"options","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate formatOptionLabel getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#constructor","text":"+ new NamespaceSelect ( props : Readonly\\< Props >): NamespaceSelect Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/+namespaces/namespace-select.tsx:32","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#options","text":"\u2022 get options (): SelectOption [] Defined in src/renderer/components/+namespaces/namespace-select.tsx:46 Returns: SelectOption []","title":"options"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#componentdidmount","text":"\u25b8 componentDidMount (): Promise \\ Overrides Icon . componentDidMount Defined in src/renderer/components/+namespaces/namespace-select.tsx:35 Returns: Promise \\","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/+namespaces/namespace-select.tsx:42 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#formatoptionlabel","text":"\u25b8 formatOptionLabel ( option : SelectOption ): object Defined in src/renderer/components/+namespaces/namespace-select.tsx:56","title":"formatOptionLabel"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/+namespaces/namespace-select.tsx:67 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselect/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/","text":"@k8slens/extensions Globals / \"src/renderer/components/+namespaces/namespace-select\" / NamespaceSelectFilter Class: NamespaceSelectFilter # Hierarchy # Component \u21b3 NamespaceSelectFilter 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 NamespaceSelectFilter ( props : Readonly\\<{}>): NamespaceSelectFilter Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\<{}> Returns: NamespaceSelectFilter + new NamespaceSelectFilter ( props : {}, context? : any): NamespaceSelectFilter Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props {} context? any Returns: NamespaceSelectFilter Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/+namespaces/namespace-select.tsx:83 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#class-namespaceselectfilter","text":"","title":"Class: NamespaceSelectFilter"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#hierarchy","text":"Component \u21b3 NamespaceSelectFilter","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#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/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#constructor","text":"+ new NamespaceSelectFilter ( props : Readonly\\<{}>): NamespaceSelectFilter Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#props","text":"\u2022 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/+namespaces/namespace-select.tsx:83 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_select_.namespaceselectfilter/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/","text":"@k8slens/extensions Globals / \"src/renderer/components/+namespaces/namespace.store\" / NamespaceStore Class: NamespaceStore # Hierarchy # KubeObjectStore \\< Namespace > \u21b3 NamespaceStore Index # Constructors # constructor Properties # api contextNs eventsBuffer isLoaded isLoading items limit selectedItemsIds storage Accessors # initNamespaces selectedItems Methods # [Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getContextParams getDummyNamespace getStatuses hasContext isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select setContext sortItems subscribe toggleContext toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem updateUrl Constructors # constructor # + new NamespaceStore (): NamespaceStore Overrides KubeObjectStore . constructor Defined in src/renderer/components/+namespaces/namespace.store.ts:19 Returns: NamespaceStore Properties # api # \u2022 api : KubeApi \\< Namespace > = namespacesApi Overrides KubeObjectStore . api Defined in src/renderer/components/+namespaces/namespace.store.ts:11 contextNs # \u2022 contextNs : IObservableArray\\ = observable.array\\ () Defined in src/renderer/components/+namespaces/namespace.store.ts:12 eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18 limit # \u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 storage # \u2022 Protected storage : StorageHelper \\ = createStorage\\ (\"context_ns\", this.contextNs) Defined in src/renderer/components/+namespaces/namespace.store.ts:14 Accessors # initNamespaces # \u2022 get initNamespaces (): string[] Defined in src/renderer/components/+namespaces/namespace.store.ts:16 Returns: string[] selectedItems # \u2022 get selectedItems (): Namespace [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: Namespace [] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\ bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147 Parameters: Name Type Default value delay number 1000 Returns: IReactionDisposer create # \u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< Namespace >): Promise \\< Namespace > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< Namespace > Returns: Promise \\< Namespace > createItem # \u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< Namespace >): Promise \\< Namespace > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< Namespace > Returns: Promise \\< Namespace > defaultSorting # \u25b8 Protected defaultSorting ( item : Namespace ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item Namespace Returns: string filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items : Namespace []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72 Parameters: Name Type items Namespace [] Returns: T[] getAllByNs # \u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): Namespace [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default value namespace string | string[] - strict boolean false Returns: Namespace [] getByLabel # \u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): Namespace [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | { [label:string]: string; } Returns: Namespace [] getByName # \u25b8 getByName ( name : string, namespace? : string): Namespace Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: Namespace getByPath # \u25b8 getByPath ( path : string): Namespace Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: Namespace getContextParams # \u25b8 getContextParams (): Partial\\< IQueryParams > Defined in src/renderer/components/+namespaces/namespace.store.ts:36 Returns: Partial\\< IQueryParams > getDummyNamespace # \u25b8 Protected getDummyNamespace ( name : string): Namespace Defined in src/renderer/components/+namespaces/namespace.store.ts:58 Parameters: Name Type name string Returns: Namespace getStatuses # \u25b8 Optional getStatuses ( items : Namespace []): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items Namespace [] Returns: Record\\ hasContext # \u25b8 hasContext ( namespace : string | string[]): boolean Defined in src/renderer/components/+namespaces/namespace.store.ts:75 Parameters: Name Type namespace string | string[] Returns: boolean isSelected # \u25b8 isSelected ( item : Namespace ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item Namespace Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems? : Namespace []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default value visibleItems Namespace [] this.items Returns: boolean load # \u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< Namespace > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< Namespace > loadAll # \u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\ loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise \\ loadItem # \u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< Namespace > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< Namespace > loadItems # \u25b8 Protected loadItems ( namespaces? : string[]): Promise \\< Namespace []> Overrides KubeObjectStore . loadItems Defined in src/renderer/components/+namespaces/namespace.store.ts:46 Parameters: Name Type namespaces? string[] Returns: Promise \\< Namespace []> onWatchApiEvent # \u25b8 Protected 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 : Namespace ): Promise \\ Overrides KubeObjectStore . remove Defined in src/renderer/components/+namespaces/namespace.store.ts:91 Parameters: Name Type item Namespace Returns: Promise \\ removeItem # \u25b8 Protected removeItem ( item : Namespace , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: Name Type item Namespace request () => Promise \\ Returns: Promise \\ removeSelectedItems # \u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\ reset # \u25b8 reset (): void Overrides ItemStore . reset Defined in src/renderer/components/+namespaces/namespace.store.ts:86 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : Namespace ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item Namespace Returns: void setContext # \u25b8 setContext ( namespaces : string[]): void Defined in src/renderer/components/+namespaces/namespace.store.ts:71 Parameters: Name Type namespaces string[] Returns: void sortItems # \u25b8 Protected sortItems ( items? : Namespace [], sorting? : (item: Namespace ) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): Namespace [] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31 Parameters: Name Type Default value items Namespace [] this.items sorting? (item: Namespace ) => any[] - order? \\\"asc\\\" | \\\"desc\\\" - Returns: Namespace [] subscribe # \u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default value apis KubeApi \\ [] [this.api] Returns: (Anonymous function) toggleContext # \u25b8 toggleContext ( namespace : string): void Defined in src/renderer/components/+namespaces/namespace.store.ts:80 Parameters: Name Type namespace string Returns: void toggleSelection # \u25b8 toggleSelection ( item : Namespace ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item Namespace Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? : Namespace []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default value visibleItems Namespace [] this.items Returns: void unselect # \u25b8 unselect ( item : Namespace ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item Namespace Returns: void update # \u25b8 update ( item : Namespace , data : Partial\\< Namespace >): Promise \\< Namespace > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item Namespace data Partial\\< Namespace > Returns: Promise \\< Namespace > updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void updateItem # \u25b8 Protected updateItem ( item : Namespace , request : () => Promise \\< Namespace >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: Name Type item Namespace request () => Promise \\< Namespace > Returns: Promise \\ updateUrl # \u25b8 Protected updateUrl ( namespaces : string[]): void Defined in src/renderer/components/+namespaces/namespace.store.ts:42 Parameters: Name Type namespaces string[] Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#class-namespacestore","text":"","title":"Class: NamespaceStore"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#hierarchy","text":"KubeObjectStore \\< Namespace > \u21b3 NamespaceStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#properties","text":"api contextNs eventsBuffer isLoaded isLoading items limit selectedItemsIds storage","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#accessors","text":"initNamespaces selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#methods","text":"[Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getContextParams getDummyNamespace getStatuses hasContext isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select setContext sortItems subscribe toggleContext toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem updateUrl","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#constructor","text":"+ new NamespaceStore (): NamespaceStore Overrides KubeObjectStore . constructor Defined in src/renderer/components/+namespaces/namespace.store.ts:19 Returns: NamespaceStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#api","text":"\u2022 api : KubeApi \\< Namespace > = namespacesApi Overrides KubeObjectStore . api Defined in src/renderer/components/+namespaces/namespace.store.ts:11","title":"api"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#contextns","text":"\u2022 contextNs : IObservableArray\\ = observable.array\\ () Defined in src/renderer/components/+namespaces/namespace.store.ts:12","title":"contextNs"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145","title":"eventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#items","text":"\u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#limit","text":"\u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14","title":"limit"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#storage","text":"\u2022 Protected storage : StorageHelper \\ = createStorage\\ (\"context_ns\", this.contextNs) Defined in src/renderer/components/+namespaces/namespace.store.ts:14","title":"storage"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#initnamespaces","text":"\u2022 get initNamespaces (): string[] Defined in src/renderer/components/+namespaces/namespace.store.ts:16 Returns: string[]","title":"initNamespaces"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#selecteditems","text":"\u2022 get selectedItems (): Namespace [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: Namespace []","title":"selectedItems"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#create","text":"\u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< Namespace >): Promise \\< Namespace > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120","title":"create"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#createitem","text":"\u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< Namespace >): Promise \\< Namespace > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116","title":"createItem"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item : Namespace ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14","title":"defaultSorting"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items : Namespace []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): Namespace [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24","title":"getAllByNs"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): Namespace [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45","title":"getByLabel"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): Namespace Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33","title":"getByName"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#getbypath","text":"\u25b8 getByPath ( path : string): Namespace Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41","title":"getByPath"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#getcontextparams","text":"\u25b8 getContextParams (): Partial\\< IQueryParams > Defined in src/renderer/components/+namespaces/namespace.store.ts:36 Returns: Partial\\< IQueryParams >","title":"getContextParams"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#getdummynamespace","text":"\u25b8 Protected getDummyNamespace ( name : string): Namespace Defined in src/renderer/components/+namespaces/namespace.store.ts:58","title":"getDummyNamespace"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#getstatuses","text":"\u25b8 Optional getStatuses ( items : Namespace []): Record\\ Inherited from KubeObjectStore . getStatuses Defined in src/renderer/kube-object.store.ts:22","title":"getStatuses"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#hascontext","text":"\u25b8 hasContext ( namespace : string | string[]): boolean Defined in src/renderer/components/+namespaces/namespace.store.ts:75","title":"hasContext"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#isselected","text":"\u25b8 isSelected ( item : Namespace ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102","title":"isSelected"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? : Namespace []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137","title":"isSelectedAll"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#load","text":"\u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< Namespace > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99","title":"load"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#loadall","text":"\u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\","title":"loadAll"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111","title":"loadFromPath"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#loaditem","text":"\u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< Namespace > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94","title":"loadItem"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#loaditems","text":"\u25b8 Protected loadItems ( namespaces? : string[]): Promise \\< Namespace []> Overrides KubeObjectStore . loadItems Defined in src/renderer/components/+namespaces/namespace.store.ts:46","title":"loadItems"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#onwatchapievent","text":"\u25b8 Protected onWatchApiEvent ( evt : IKubeWatchEvent ): void Inherited from KubeObjectStore . onWatchApiEvent Defined in src/renderer/kube-object.store.ts:157","title":"onWatchApiEvent"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#remove","text":"\u25b8 remove ( item : Namespace ): Promise \\ Overrides KubeObjectStore . remove Defined in src/renderer/components/+namespaces/namespace.store.ts:91","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#removeitem","text":"\u25b8 Protected removeItem ( item : Namespace , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96","title":"removeItem"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\","title":"removeSelectedItems"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#reset","text":"\u25b8 reset (): void Overrides ItemStore . reset Defined in src/renderer/components/+namespaces/namespace.store.ts:86 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#select","text":"\u25b8 select ( item : Namespace ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107","title":"select"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#setcontext","text":"\u25b8 setContext ( namespaces : string[]): void Defined in src/renderer/components/+namespaces/namespace.store.ts:71","title":"setContext"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#sortitems","text":"\u25b8 Protected sortItems ( items? : Namespace [], sorting? : (item: Namespace ) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): Namespace [] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31","title":"sortItems"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#subscribe","text":"\u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#togglecontext","text":"\u25b8 toggleContext ( namespace : string): void Defined in src/renderer/components/+namespaces/namespace.store.ts:80","title":"toggleContext"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#toggleselection","text":"\u25b8 toggleSelection ( item : Namespace ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117","title":"toggleSelection"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? : Namespace []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#unselect","text":"\u25b8 unselect ( item : Namespace ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112","title":"unselect"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#update","text":"\u25b8 update ( item : Namespace , data : Partial\\< Namespace >): Promise \\< Namespace > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127","title":"update"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#updateitem","text":"\u25b8 Protected updateItem ( item : Namespace , request : () => Promise \\< Namespace >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88","title":"updateItem"},{"location":"extensions/api/classes/_src_renderer_components__namespaces_namespace_store_.namespacestore/#updateurl","text":"\u25b8 Protected updateUrl ( namespaces : string[]): void Defined in src/renderer/components/+namespaces/namespace.store.ts:42","title":"updateUrl"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/+workloads-pods/pods.store\" / PodsStore Class: PodsStore # Hierarchy # KubeObjectStore \\< Pod > \u21b3 PodsStore Index # Constructors # constructor Properties # api eventsBuffer isLoaded isLoading items kubeMetrics limit metrics selectedItemsIds Accessors # selectedItems Methods # [Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getPodKubeMetrics getPodsByNode getPodsByOwner getStatuses isSelected isSelectedAll load loadAll loadContainerMetrics loadFromPath loadItem loadItems loadKubeMetrics loadMetrics onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # + new PodsStore (): PodsStore Inherited from KubeObjectStore . constructor Defined in src/renderer/kube-object.store.ts:14 Returns: PodsStore Properties # api # \u2022 api : PodsApi = podsApi Overrides KubeObjectStore . api Defined in src/renderer/components/+workloads-pods/pods.store.ts:11 eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18 kubeMetrics # \u2022 kubeMetrics : IObservableArray\\< PodMetrics > = observable.array\\ ([]) Defined in src/renderer/components/+workloads-pods/pods.store.ts:14 limit # \u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14 metrics # \u2022 metrics : IPodMetrics = null Defined in src/renderer/components/+workloads-pods/pods.store.ts:13 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 Accessors # selectedItems # \u2022 get selectedItems (): Pod [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: Pod [] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\ bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147 Parameters: Name Type Default value delay number 1000 Returns: IReactionDisposer create # \u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< Pod > Returns: Promise \\< Pod > createItem # \u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\< Pod > Returns: Promise \\< Pod > defaultSorting # \u25b8 Protected defaultSorting ( item : Pod ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item Pod Returns: string filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items : Pod []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72 Parameters: Name Type items Pod [] Returns: T[] getAllByNs # \u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): Pod [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24 Parameters: Name Type Default value namespace string | string[] - strict boolean false Returns: Pod [] getByLabel # \u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): Pod [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | { [label:string]: string; } Returns: Pod [] getByName # \u25b8 getByName ( name : string, namespace? : string): Pod Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33 Parameters: Name Type name string namespace? string Returns: Pod getByPath # \u25b8 getByPath ( path : string): Pod Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41 Parameters: Name Type path string Returns: Pod getPodKubeMetrics # \u25b8 getPodKubeMetrics ( pod : Pod ): object Defined in src/renderer/components/+workloads-pods/pods.store.ts:48 Parameters: Name Type pod Pod Returns: object Name Type cpu number memory number getPodsByNode # \u25b8 getPodsByNode ( node : string): Pod [] Defined in src/renderer/components/+workloads-pods/pods.store.ts:39 Parameters: Name Type node string Returns: Pod [] getPodsByOwner # \u25b8 getPodsByOwner ( workload : WorkloadKubeObject ): Pod [] Defined in src/renderer/components/+workloads-pods/pods.store.ts:30 Parameters: Name Type workload WorkloadKubeObject Returns: Pod [] getStatuses # \u25b8 getStatuses ( pods : Pod []): Dictionary\\ Overrides KubeObjectStore . getStatuses Defined in src/renderer/components/+workloads-pods/pods.store.ts:44 Parameters: Name Type pods Pod [] Returns: Dictionary\\ isSelected # \u25b8 isSelected ( item : Pod ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item Pod Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems? : Pod []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default value visibleItems Pod [] this.items Returns: boolean load # \u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< Pod > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< Pod > loadAll # \u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\ loadContainerMetrics # \u25b8 loadContainerMetrics ( pod : Pod ): Promise \\< IPodMetrics \\< IMetrics >> Defined in src/renderer/components/+workloads-pods/pods.store.ts:21 Parameters: Name Type pod Pod Returns: Promise \\< IPodMetrics \\< IMetrics >> loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise \\ loadItem # \u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< Pod > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\< Pod > loadItems # \u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\< Pod []> Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise \\< Pod []> loadKubeMetrics # \u25b8 loadKubeMetrics ( namespace? : string): Promise \\ Defined in src/renderer/components/+workloads-pods/pods.store.ts:25 Parameters: Name Type namespace? string Returns: Promise \\ loadMetrics # \u25b8 loadMetrics ( pod : Pod ): Promise \\ Defined in src/renderer/components/+workloads-pods/pods.store.ts:17 Parameters: Name Type pod Pod Returns: Promise \\ onWatchApiEvent # \u25b8 Protected 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 : Pod ): Promise \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item Pod Returns: Promise \\ removeItem # \u25b8 Protected removeItem ( item : Pod , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: Name Type item Pod request () => Promise \\ Returns: Promise \\ removeSelectedItems # \u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\ reset # \u25b8 reset (): void Overrides ItemStore . reset Defined in src/renderer/components/+workloads-pods/pods.store.ts:73 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : Pod ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item Pod Returns: void sortItems # \u25b8 Protected sortItems ( items? : Pod [], sorting? : (item: Pod ) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): Pod [] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31 Parameters: Name Type Default value items Pod [] this.items sorting? (item: Pod ) => any[] - order? \\\"asc\\\" | \\\"desc\\\" - Returns: Pod [] subscribe # \u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default value apis KubeApi \\ [] [this.api] Returns: (Anonymous function) toggleSelection # \u25b8 toggleSelection ( item : Pod ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item Pod Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? : Pod []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default value visibleItems Pod [] this.items Returns: void unselect # \u25b8 unselect ( item : Pod ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item Pod Returns: void update # \u25b8 update ( item : Pod , data : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item Pod data Partial\\< Pod > Returns: Promise \\< Pod > updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void updateItem # \u25b8 Protected updateItem ( item : Pod , request : () => Promise \\< Pod >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: Name Type item Pod request () => Promise \\< Pod > Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#class-podsstore","text":"","title":"Class: PodsStore"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#hierarchy","text":"KubeObjectStore \\< Pod > \u21b3 PodsStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#properties","text":"api eventsBuffer isLoaded isLoading items kubeMetrics limit metrics selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#accessors","text":"selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#methods","text":"[Symbol.iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByLabel getByName getByPath getPodKubeMetrics getPodsByNode getPodsByOwner getStatuses isSelected isSelectedAll load loadAll loadContainerMetrics loadFromPath loadItem loadItems loadKubeMetrics loadMetrics onWatchApiEvent remove removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#constructor","text":"+ new PodsStore (): PodsStore Inherited from KubeObjectStore . constructor Defined in src/renderer/kube-object.store.ts:14 Returns: PodsStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#api","text":"\u2022 api : PodsApi = podsApi Overrides KubeObjectStore . api Defined in src/renderer/components/+workloads-pods/pods.store.ts:11","title":"api"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Inherited from KubeObjectStore . eventsBuffer Defined in src/renderer/kube-object.store.ts:145","title":"eventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#items","text":"\u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#kubemetrics","text":"\u2022 kubeMetrics : IObservableArray\\< PodMetrics > = observable.array\\ ([]) Defined in src/renderer/components/+workloads-pods/pods.store.ts:14","title":"kubeMetrics"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#limit","text":"\u2022 limit : number Inherited from KubeObjectStore . limit Defined in src/renderer/kube-object.store.ts:14","title":"limit"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#metrics","text":"\u2022 metrics : IPodMetrics = null Defined in src/renderer/components/+workloads-pods/pods.store.ts:13","title":"metrics"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#selecteditems","text":"\u2022 get selectedItems (): Pod [] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: Pod []","title":"selectedItems"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Inherited from KubeObjectStore . bindWatchEventsUpdater Defined in src/renderer/kube-object.store.ts:147","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#create","text":"\u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeObjectStore . create Defined in src/renderer/kube-object.store.ts:120","title":"create"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#createitem","text":"\u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeObjectStore . createItem Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116","title":"createItem"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item : Pod ): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14","title":"defaultSorting"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items : Pod []): T[] Inherited from KubeObjectStore . filterItemsOnLoad Defined in src/renderer/kube-object.store.ts:72","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): Pod [] Inherited from KubeObjectStore . getAllByNs Defined in src/renderer/kube-object.store.ts:24","title":"getAllByNs"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): Pod [] Inherited from KubeObjectStore . getByLabel Defined in src/renderer/kube-object.store.ts:45","title":"getByLabel"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): Pod Inherited from KubeObjectStore . getByName Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33","title":"getByName"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getbypath","text":"\u25b8 getByPath ( path : string): Pod Inherited from KubeObjectStore . getByPath Defined in src/renderer/kube-object.store.ts:41","title":"getByPath"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getpodkubemetrics","text":"\u25b8 getPodKubeMetrics ( pod : Pod ): object Defined in src/renderer/components/+workloads-pods/pods.store.ts:48","title":"getPodKubeMetrics"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getpodsbynode","text":"\u25b8 getPodsByNode ( node : string): Pod [] Defined in src/renderer/components/+workloads-pods/pods.store.ts:39","title":"getPodsByNode"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getpodsbyowner","text":"\u25b8 getPodsByOwner ( workload : WorkloadKubeObject ): Pod [] Defined in src/renderer/components/+workloads-pods/pods.store.ts:30","title":"getPodsByOwner"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#getstatuses","text":"\u25b8 getStatuses ( pods : Pod []): Dictionary\\ Overrides KubeObjectStore . getStatuses Defined in src/renderer/components/+workloads-pods/pods.store.ts:44","title":"getStatuses"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#isselected","text":"\u25b8 isSelected ( item : Pod ): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102","title":"isSelected"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? : Pod []): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137","title":"isSelectedAll"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#load","text":"\u25b8 load ( params : { name: string ; namespace?: string }): Promise \\< Pod > Inherited from KubeObjectStore . load Defined in src/renderer/kube-object.store.ts:99","title":"load"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#loadall","text":"\u25b8 loadAll (): Promise \\ Inherited from KubeObjectStore . loadAll Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\","title":"loadAll"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#loadcontainermetrics","text":"\u25b8 loadContainerMetrics ( pod : Pod ): Promise \\< IPodMetrics \\< IMetrics >> Defined in src/renderer/components/+workloads-pods/pods.store.ts:21","title":"loadContainerMetrics"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise \\ Inherited from KubeObjectStore . loadFromPath Defined in src/renderer/kube-object.store.ts:111","title":"loadFromPath"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#loaditem","text":"\u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\< Pod > Inherited from KubeObjectStore . loadItem Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94","title":"loadItem"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#loaditems","text":"\u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\< Pod []> Inherited from KubeObjectStore . loadItems Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60","title":"loadItems"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#loadkubemetrics","text":"\u25b8 loadKubeMetrics ( namespace? : string): Promise \\ Defined in src/renderer/components/+workloads-pods/pods.store.ts:25","title":"loadKubeMetrics"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#loadmetrics","text":"\u25b8 loadMetrics ( pod : Pod ): Promise \\ Defined in src/renderer/components/+workloads-pods/pods.store.ts:17","title":"loadMetrics"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#onwatchapievent","text":"\u25b8 Protected onWatchApiEvent ( evt : IKubeWatchEvent ): void Inherited from KubeObjectStore . onWatchApiEvent Defined in src/renderer/kube-object.store.ts:157","title":"onWatchApiEvent"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#remove","text":"\u25b8 remove ( item : Pod ): Promise \\ Inherited from KubeObjectStore . remove Defined in src/renderer/kube-object.store.ts:134","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#removeitem","text":"\u25b8 Protected removeItem ( item : Pod , request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96","title":"removeItem"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise \\ Inherited from KubeObjectStore . removeSelectedItems Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\","title":"removeSelectedItems"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#reset","text":"\u25b8 reset (): void Overrides ItemStore . reset Defined in src/renderer/components/+workloads-pods/pods.store.ts:73 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#select","text":"\u25b8 select ( item : Pod ): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107","title":"select"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#sortitems","text":"\u25b8 Protected sortItems ( items? : Pod [], sorting? : (item: Pod ) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): Pod [] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31","title":"sortItems"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#subscribe","text":"\u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Inherited from KubeObjectStore . subscribe Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#toggleselection","text":"\u25b8 toggleSelection ( item : Pod ): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117","title":"toggleSelection"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? : Pod []): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#unselect","text":"\u25b8 unselect ( item : Pod ): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112","title":"unselect"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#update","text":"\u25b8 update ( item : Pod , data : Partial\\< Pod >): Promise \\< Pod > Inherited from KubeObjectStore . update Defined in src/renderer/kube-object.store.ts:127","title":"update"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void Inherited from KubeObjectStore . updateFromEventsBuffer Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/_src_renderer_components__workloads_pods_pods_store_.podsstore/#updateitem","text":"\u25b8 Protected updateItem ( item : Pod , request : () => Promise \\< Pod >): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88","title":"updateItem"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/","text":"@k8slens/extensions Globals / \"src/renderer/components/ace-editor/ace-editor\" / AceEditor Class: AceEditor # Hierarchy # Component\\< Props , State > \u21b3 AceEditor Index # Constructors # constructor Properties # context props refs state themeSwitcher contextType defaultProps Accessors # theme Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate getValue onChange onCursorPosChange render resize setCursorPos setMode setState setTheme setValue shouldComponentUpdate Constructors # constructor # + new AceEditor ( props : Props ): AceEditor Overrides Tooltip . constructor Defined in src/renderer/components/ace-editor/ace-editor.tsx:44 Parameters: Name Type props Props Returns: AceEditor Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\< State > Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 themeSwitcher # \u2022 themeSwitcher : IReactionDisposer = reaction(() => themeStore.activeTheme, () => { this.setTheme(this.theme); }) Defined in src/renderer/components/ace-editor/ace-editor.tsx:55 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/ace-editor/ace-editor.tsx:41 Accessors # theme # \u2022 get theme (): \\\"dreamweaver\\\" | \\\"terminal\\\" Defined in src/renderer/components/ace-editor/ace-editor.tsx:59 Returns: \\\"dreamweaver\\\" | \\\"terminal\\\" Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 \\ Overrides Icon . componentDidMount Defined in src/renderer/components/ace-editor/ace-editor.tsx:68 Returns: Promise \\ componentDidUpdate # \u25b8 componentDidUpdate (): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/ace-editor/ace-editor.tsx:92 Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/ace-editor/ace-editor.tsx:102 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: void focus # \u25b8 focus (): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:114 Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\< State > Returns: any | null getValue # \u25b8 getValue (): string Defined in src/renderer/components/ace-editor/ace-editor.tsx:120 Returns: string onChange # \u25b8 onChange ( delta : Delta): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:154 Parameters: Name Type delta Delta Returns: void onCursorPosChange # \u25b8 onCursorPosChange (): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:146 Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/ace-editor/ace-editor.tsx:161 Returns: Element resize # \u25b8 resize (): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:108 Returns: void setCursorPos # \u25b8 setCursorPos ( pos : Point): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:136 Parameters: Name Type pos Point Returns: void setMode # \u25b8 setMode ( mode : string): Promise \\ Defined in src/renderer/components/ace-editor/ace-editor.tsx:128 Parameters: Name Type mode string Returns: Promise \\ setState # \u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof State Parameters: Name Type state (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null callback? () => void Returns: void setTheme # \u25b8 setTheme ( theme : string): Promise \\ Defined in src/renderer/components/ace-editor/ace-editor.tsx:132 Parameters: Name Type theme string Returns: Promise \\ setValue # \u25b8 setValue ( value : string, cursorPos? : number): string Defined in src/renderer/components/ace-editor/ace-editor.tsx:124 Parameters: Name Type value string cursorPos? number Returns: string shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#class-aceeditor","text":"","title":"Class: AceEditor"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#hierarchy","text":"Component\\< Props , State > \u21b3 AceEditor","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#properties","text":"context props refs state themeSwitcher contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#accessors","text":"theme","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate getValue onChange onCursorPosChange render resize setCursorPos setMode setState setTheme setValue shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#constructor","text":"+ new AceEditor ( props : Props ): AceEditor Overrides Tooltip . constructor Defined in src/renderer/components/ace-editor/ace-editor.tsx:44","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#state","text":"\u2022 state : Readonly\\< State > Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#themeswitcher","text":"\u2022 themeSwitcher : IReactionDisposer = reaction(() => themeStore.activeTheme, () => { this.setTheme(this.theme); }) Defined in src/renderer/components/ace-editor/ace-editor.tsx:55","title":"themeSwitcher"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/ace-editor/ace-editor.tsx:41","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#theme","text":"\u2022 get theme (): \\\"dreamweaver\\\" | \\\"terminal\\\" Defined in src/renderer/components/ace-editor/ace-editor.tsx:59 Returns: \\\"dreamweaver\\\" | \\\"terminal\\\"","title":"theme"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#componentdidmount","text":"\u25b8 componentDidMount (): Promise \\ Overrides Icon . componentDidMount Defined in src/renderer/components/ace-editor/ace-editor.tsx:68 Returns: Promise \\","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#componentdidupdate","text":"\u25b8 componentDidUpdate (): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/ace-editor/ace-editor.tsx:92 Returns: void","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/ace-editor/ace-editor.tsx:102 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#focus","text":"\u25b8 focus (): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:114 Returns: void","title":"focus"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#getvalue","text":"\u25b8 getValue (): string Defined in src/renderer/components/ace-editor/ace-editor.tsx:120 Returns: string","title":"getValue"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#onchange","text":"\u25b8 onChange ( delta : Delta): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:154","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#oncursorposchange","text":"\u25b8 onCursorPosChange (): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:146 Returns: void","title":"onCursorPosChange"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/ace-editor/ace-editor.tsx:161 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#resize","text":"\u25b8 resize (): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:108 Returns: void","title":"resize"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#setcursorpos","text":"\u25b8 setCursorPos ( pos : Point): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:136","title":"setCursorPos"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#setmode","text":"\u25b8 setMode ( mode : string): Promise \\ Defined in src/renderer/components/ace-editor/ace-editor.tsx:128","title":"setMode"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#settheme","text":"\u25b8 setTheme ( theme : string): Promise \\ Defined in src/renderer/components/ace-editor/ace-editor.tsx:132","title":"setTheme"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#setvalue","text":"\u25b8 setValue ( value : string, cursorPos? : number): string Defined in src/renderer/components/ace-editor/ace-editor.tsx:124","title":"setValue"},{"location":"extensions/api/classes/_src_renderer_components_ace_editor_ace_editor_.aceeditor/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/","text":"@k8slens/extensions Globals / \"src/renderer/components/add-remove-buttons/add-remove-buttons\" / AddRemoveButtons Class: AddRemoveButtons # Hierarchy # PureComponent\\< AddRemoveButtonsProps > \u21b3 AddRemoveButtons Index # Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render renderButtons shouldComponentUpdate Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextContext : any): void Inherited from Tooltip . 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\\< AddRemoveButtonsProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< AddRemoveButtonsProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< AddRemoveButtonsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< AddRemoveButtonsProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextContext : any): void Inherited from Tooltip . 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\\< AddRemoveButtonsProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< AddRemoveButtonsProps > nextState Readonly\\<{}> nextContext any Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< AddRemoveButtonsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< AddRemoveButtonsProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:45 Returns: Element renderButtons # \u25b8 renderButtons (): Element[] Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:16 Returns: Element[] shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< AddRemoveButtonsProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#class-addremovebuttons","text":"","title":"Class: AddRemoveButtons"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#hierarchy","text":"PureComponent\\< AddRemoveButtonsProps > \u21b3 AddRemoveButtons","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render renderButtons shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< AddRemoveButtonsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< AddRemoveButtonsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#render","text":"\u25b8 render (): Element Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:45 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#renderbuttons","text":"\u25b8 renderButtons (): Element[] Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:16 Returns: Element[]","title":"renderButtons"},{"location":"extensions/api/classes/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttons/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< AddRemoveButtonsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/","text":"@k8slens/extensions Globals / \"src/renderer/components/animate/animate\" / Animate Class: Animate # Hierarchy # Component\\< AnimateProps > \u21b3 Animate Index # Constructors # constructor Properties # context isVisible props refs state VISIBILITY_DELAY_MS contextType Accessors # contentElem Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate enter forceUpdate getSnapshotBeforeUpdate leave onTransitionEnd render reset setState shouldComponentUpdate Object literals # statusClassName defaultProps Constructors # constructor # + new Animate ( props : Readonly\\< AnimateProps >): Animate Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< AnimateProps > Returns: Animate + new Animate ( props : AnimateProps , context? : any): Animate Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props AnimateProps context? any Returns: Animate Properties # context # \u2022 context : any Inherited from Tooltip . 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 isVisible # \u2022 isVisible : boolean = !!this.props.enter Defined in src/renderer/components/animate/animate.tsx:27 props # \u2022 Readonly props : Readonly\\< AnimateProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 VISIBILITY_DELAY_MS # \u25aa Static VISIBILITY_DELAY_MS : number = 0 Defined in src/renderer/components/animate/animate.tsx:18 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # contentElem # \u2022 get contentElem (): ReactElement\\ , string \\| (props: P) => ReactElement | null | {}> Defined in src/renderer/components/animate/animate.tsx:33 Returns: ReactElement\\ , string \\| (props: P) => ReactElement | null | {}> Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< AnimateProps >, nextContext : any): void Inherited from Tooltip . 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\\< AnimateProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< AnimateProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< AnimateProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/animate/animate.tsx:37 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< AnimateProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< AnimateProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< AnimateProps >, nextContext : any): void Inherited from Tooltip . 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\\< AnimateProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< AnimateProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< AnimateProps > nextState Readonly\\<{}> nextContext any Returns: void enter # \u25b8 enter (): void Defined in src/renderer/components/animate/animate.tsx:49 Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< AnimateProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< AnimateProps > prevState Readonly\\<{}> Returns: any | null leave # \u25b8 leave (): void Defined in src/renderer/components/animate/animate.tsx:57 Returns: void onTransitionEnd # \u25b8 onTransitionEnd ( evt : TransitionEvent): void Defined in src/renderer/components/animate/animate.tsx:70 Parameters: Name Type evt TransitionEvent Returns: void render # \u25b8 render (): ReactElement\\ , string \\| (props: P) => ReactElement | null | {}> Overrides void Defined in src/renderer/components/animate/animate.tsx:80 Returns: ReactElement\\ , string \\| (props: P) => ReactElement | null | {}> reset # \u25b8 reset (): void Defined in src/renderer/components/animate/animate.tsx:63 Returns: void setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< AnimateProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< AnimateProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< AnimateProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< AnimateProps > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # statusClassName # \u25aa statusClassName : object Defined in src/renderer/components/animate/animate.tsx:28 Properties: Name Type Value enter boolean false leave boolean false defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/animate/animate.tsx:20 Properties: Name Type Value enter true true name string \"opacity\" onEnter any noop onLeave any noop","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#class-animate","text":"","title":"Class: Animate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#hierarchy","text":"Component\\< AnimateProps > \u21b3 Animate","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#properties","text":"context isVisible props refs state VISIBILITY_DELAY_MS contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#accessors","text":"contentElem","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate enter forceUpdate getSnapshotBeforeUpdate leave onTransitionEnd render reset setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#object-literals","text":"statusClassName defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#constructor","text":"+ new Animate ( props : Readonly\\< AnimateProps >): Animate Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_animate_animate_.animate/#isvisible","text":"\u2022 isVisible : boolean = !!this.props.enter Defined in src/renderer/components/animate/animate.tsx:27","title":"isVisible"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#props","text":"\u2022 Readonly props : Readonly\\< AnimateProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_animate_animate_.animate/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#visibility_delay_ms","text":"\u25aa Static VISIBILITY_DELAY_MS : number = 0 Defined in src/renderer/components/animate/animate.tsx:18","title":"VISIBILITY_DELAY_MS"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#contentelem","text":"\u2022 get contentElem (): ReactElement\\ , string \\| (props: P) => ReactElement | null | {}> Defined in src/renderer/components/animate/animate.tsx:33 Returns: ReactElement\\ , string \\| (props: P) => ReactElement | null | {}>","title":"contentElem"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< AnimateProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< AnimateProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/animate/animate.tsx:37 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< AnimateProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< AnimateProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< AnimateProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#enter","text":"\u25b8 enter (): void Defined in src/renderer/components/animate/animate.tsx:49 Returns: void","title":"enter"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< AnimateProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#leave","text":"\u25b8 leave (): void Defined in src/renderer/components/animate/animate.tsx:57 Returns: void","title":"leave"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#ontransitionend","text":"\u25b8 onTransitionEnd ( evt : TransitionEvent): void Defined in src/renderer/components/animate/animate.tsx:70","title":"onTransitionEnd"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#render","text":"\u25b8 render (): ReactElement\\ , string \\| (props: P) => ReactElement | null | {}> Overrides void Defined in src/renderer/components/animate/animate.tsx:80 Returns: ReactElement\\ , string \\| (props: P) => ReactElement | null | {}>","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#reset","text":"\u25b8 reset (): void Defined in src/renderer/components/animate/animate.tsx:63 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< AnimateProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< AnimateProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#statusclassname","text":"\u25aa statusClassName : object Defined in src/renderer/components/animate/animate.tsx:28","title":"statusClassName"},{"location":"extensions/api/classes/_src_renderer_components_animate_animate_.animate/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/animate/animate.tsx:20","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/","text":"@k8slens/extensions Globals / \"src/renderer/components/badge/badge\" / Badge Class: Badge # Hierarchy # Component\\< BadgeProps > \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\\< BadgeProps >): Badge Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< BadgeProps > Returns: Badge + new Badge ( props : BadgeProps , context? : any): Badge Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< BadgeProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< BadgeProps >, nextContext : any): void Inherited from Tooltip . 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\\< BadgeProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< BadgeProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< BadgeProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< BadgeProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< BadgeProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< BadgeProps >, nextContext : any): void Inherited from Tooltip . 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\\< BadgeProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< BadgeProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< BadgeProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< BadgeProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< BadgeProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/badge/badge.tsx:14 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< BadgeProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< BadgeProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< BadgeProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< BadgeProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#class-badge","text":"","title":"Class: Badge"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#hierarchy","text":"Component\\< BadgeProps > \u21b3 Badge","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.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/_src_renderer_components_badge_badge_.badge/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#constructor","text":"+ new Badge ( props : Readonly\\< BadgeProps >): Badge Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_badge_badge_.badge/#props","text":"\u2022 Readonly props : Readonly\\< BadgeProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_badge_badge_.badge/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< BadgeProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< BadgeProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< BadgeProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< BadgeProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< BadgeProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< BadgeProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/badge/badge.tsx:14 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< BadgeProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_badge_badge_.badge/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< BadgeProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/","text":"@k8slens/extensions Globals / \"src/renderer/components/button/button\" / Button Class: Button # Hierarchy # PureComponent\\< ButtonProps , {}> \u21b3 Button Index # Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< ButtonProps >, nextContext : any): void Inherited from Tooltip . 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\\< ButtonProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< ButtonProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< ButtonProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< ButtonProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< ButtonProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< ButtonProps >, nextContext : any): void Inherited from Tooltip . 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\\< ButtonProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< ButtonProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< ButtonProps > nextState Readonly\\<{}> nextContext any Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< ButtonProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< ButtonProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Defined in src/renderer/components/button/button.tsx:26 Returns: Element shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< ButtonProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< ButtonProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#class-button","text":"","title":"Class: Button"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#hierarchy","text":"PureComponent\\< ButtonProps , {}> \u21b3 Button","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.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/_src_renderer_components_button_button_.button/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< ButtonProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< ButtonProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< ButtonProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< ButtonProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< ButtonProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< ButtonProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#render","text":"\u25b8 render (): Element Defined in src/renderer/components/button/button.tsx:26 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_button_button_.button/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< ButtonProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/","text":"@k8slens/extensions Globals / \"src/renderer/components/checkbox/checkbox\" / Checkbox Class: Checkbox # Hierarchy # PureComponent\\< CheckboxProps > \u21b3 Checkbox Index # Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate getValue onChange render shouldComponentUpdate Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< CheckboxProps >, nextContext : any): void Inherited from Tooltip . 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\\< CheckboxProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< CheckboxProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< CheckboxProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< CheckboxProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< CheckboxProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< CheckboxProps >, nextContext : any): void Inherited from Tooltip . 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\\< CheckboxProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< CheckboxProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< CheckboxProps > nextState Readonly\\<{}> nextContext any Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< CheckboxProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< CheckboxProps > prevState Readonly\\<{}> Returns: any | null getValue # \u25b8 getValue (): boolean Defined in src/renderer/components/checkbox/checkbox.tsx:25 Returns: boolean onChange # \u25b8 onChange ( evt : ChangeEvent\\ ): void Defined in src/renderer/components/checkbox/checkbox.tsx:19 Parameters: Name Type evt ChangeEvent\\ Returns: void render # \u25b8 render (): Element Defined in src/renderer/components/checkbox/checkbox.tsx:30 Returns: Element shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< CheckboxProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< CheckboxProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#class-checkbox","text":"","title":"Class: Checkbox"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#hierarchy","text":"PureComponent\\< CheckboxProps > \u21b3 Checkbox","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.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/_src_renderer_components_checkbox_checkbox_.checkbox/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< CheckboxProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< CheckboxProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< CheckboxProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< CheckboxProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< CheckboxProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< CheckboxProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#getvalue","text":"\u25b8 getValue (): boolean Defined in src/renderer/components/checkbox/checkbox.tsx:25 Returns: boolean","title":"getValue"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#onchange","text":"\u25b8 onChange ( evt : ChangeEvent\\ ): void Defined in src/renderer/components/checkbox/checkbox.tsx:19","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#render","text":"\u25b8 render (): Element Defined in src/renderer/components/checkbox/checkbox.tsx:30 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_checkbox_checkbox_.checkbox/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< CheckboxProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/","text":"@k8slens/extensions Globals / \"src/renderer/components/confirm-dialog/confirm-dialog\" / ConfirmDialog Class: ConfirmDialog # Hierarchy # Component\\< ConfirmDialogProps > \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\\< ConfirmDialogProps >): ConfirmDialog Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< ConfirmDialogProps > Returns: ConfirmDialog + new ConfirmDialog ( props : ConfirmDialogProps , context? : any): ConfirmDialog Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< ConfirmDialogProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 isOpen # \u25aa Static isOpen : boolean = false Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:27 params # \u25aa Static 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< ConfirmDialogProps >, nextContext : any): void Inherited from Tooltip . 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\\< ConfirmDialogProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< ConfirmDialogProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< ConfirmDialogProps > nextState Readonly\\<{}> nextContext any Returns: void close # \u25b8 close (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:66 Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< ConfirmDialogProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< ConfirmDialogProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< ConfirmDialogProps >, nextContext : any): void Inherited from Tooltip . 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\\< ConfirmDialogProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< ConfirmDialogProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< ConfirmDialogProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< ConfirmDialogProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< ConfirmDialogProps > prevState Readonly\\<{}> Returns: any | null ok # \u25b8 ok (): Promise \\ Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:52 Returns: Promise \\ onClose # \u25b8 onClose (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:62 Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:70 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< ConfirmDialogProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< ConfirmDialogProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< ConfirmDialogProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< ConfirmDialogProps > nextState Readonly\\<{}> nextContext any Returns: boolean close # \u25b8 Static close (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:37 Returns: void open # \u25b8 Static 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 Properties: Name Type Value icon Element \\ labelCancel Element \\ Cancel\\ labelOk Element \\ Ok\\ ok any noop","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#class-confirmdialog","text":"","title":"Class: ConfirmDialog"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#hierarchy","text":"Component\\< ConfirmDialogProps > \u21b3 ConfirmDialog","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#properties","text":"context isSaving props refs state contextType isOpen params","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#accessors","text":"params","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.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/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#object-literals","text":"defaultParams","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#constructor","text":"+ new ConfirmDialog ( props : Readonly\\< ConfirmDialogProps >): ConfirmDialog Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#issaving","text":"\u2022 isSaving : boolean = false Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:30","title":"isSaving"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#props","text":"\u2022 Readonly props : Readonly\\< ConfirmDialogProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#isopen","text":"\u25aa Static isOpen : boolean = false Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:27","title":"isOpen"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#params","text":"\u25aa Static params : ConfirmDialogParams Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:28","title":"params"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#params_1","text":"\u2022 get params (): ConfirmDialogParams Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:48 Returns: ConfirmDialogParams","title":"params"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< ConfirmDialogProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< ConfirmDialogProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.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/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< ConfirmDialogProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< ConfirmDialogProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< ConfirmDialogProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< ConfirmDialogProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#ok","text":"\u25b8 ok (): Promise \\ Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:52 Returns: Promise \\","title":"ok"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.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/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:70 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< ConfirmDialogProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< ConfirmDialogProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#close_1","text":"\u25b8 Static close (): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:37 Returns: void","title":"close"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#open","text":"\u25b8 Static open ( params : ConfirmDialogParams ): void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:32","title":"open"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialog/#defaultparams","text":"\u25aa defaultParams : object Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:41","title":"defaultParams"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/","text":"@k8slens/extensions Globals / \"src/renderer/components/dialog/dialog\" / Dialog Class: Dialog # Hierarchy # PureComponent\\< DialogProps , DialogState > \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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DialogProps >, nextContext : any): void Inherited from Tooltip . 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\\< DialogProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DialogProps >, nextState : Readonly\\< DialogState >, nextContext : any): void Inherited from Tooltip . 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\\< DialogProps > nextState Readonly\\< DialogState > nextContext any Returns: void close # \u25b8 close (): void Defined in src/renderer/components/dialog/dialog.tsx:85 Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/dialog/dialog.tsx:59 Returns: void componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : DialogProps ): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/dialog/dialog.tsx:63 Parameters: Name Type prevProps DialogProps Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DialogProps >, nextContext : any): void Inherited from Tooltip . 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\\< DialogProps > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/dialog/dialog.tsx:70 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DialogProps >, nextState : Readonly\\< DialogState >, nextContext : any): void Inherited from Tooltip . 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\\< DialogProps > nextState Readonly\\< DialogState > nextContext any Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DialogProps >, prevState : Readonly\\< DialogState >): any | null Inherited from Tooltip . 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\\< DialogProps > prevState Readonly\\< DialogState > Returns: any | 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 Defined in src/renderer/components/dialog/dialog.tsx:124 Returns: ReactPortal shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DialogProps >, nextState : Readonly\\< DialogState >, nextContext : any): boolean Inherited from Tooltip . 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\\< DialogProps > nextState Readonly\\< DialogState > 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 Properties: Name Type Value isOpen boolean this.props.isOpen defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/dialog/dialog.tsx:33 Properties: Name Type Value animated true true close any noop isOpen false false modal true true onClose any noop onOpen any noop open any noop pinned false false","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#class-dialog","text":"","title":"Class: Dialog"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#hierarchy","text":"PureComponent\\< DialogProps , DialogState > \u21b3 Dialog","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#properties","text":"closeOnNavigate","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#accessors","text":"elem isOpen","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.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/_src_renderer_components_dialog_dialog_.dialog/#object-literals","text":"state defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.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/_src_renderer_components_dialog_dialog_.dialog/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#elem","text":"\u2022 get elem (): HTMLElement Defined in src/renderer/components/dialog/dialog.tsx:51 Returns: HTMLElement","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#isopen","text":"\u2022 get isOpen (): boolean Defined in src/renderer/components/dialog/dialog.tsx:55 Returns: boolean","title":"isOpen"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DialogProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DialogProps >, nextState : Readonly\\< DialogState >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#close","text":"\u25b8 close (): void Defined in src/renderer/components/dialog/dialog.tsx:85 Returns: void","title":"close"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/dialog/dialog.tsx:59 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : DialogProps ): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/dialog/dialog.tsx:63","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DialogProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/dialog/dialog.tsx:70 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DialogProps >, nextState : Readonly\\< DialogState >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DialogProps >, prevState : Readonly\\< DialogState >): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#onclickoutside","text":"\u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/dialog/dialog.tsx:116","title":"onClickOutside"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#onclose","text":"\u25b8 onClose (): void Defined in src/renderer/components/dialog/dialog.tsx:100 Returns: void","title":"onClose"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#onescapekey","text":"\u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/dialog/dialog.tsx:108","title":"onEscapeKey"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#onopen","text":"\u25b8 onOpen (): void Defined in src/renderer/components/dialog/dialog.tsx:91 Returns: void","title":"onOpen"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#open","text":"\u25b8 open (): void Defined in src/renderer/components/dialog/dialog.tsx:79 Returns: void","title":"open"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#render","text":"\u25b8 render (): ReactPortal Defined in src/renderer/components/dialog/dialog.tsx:124 Returns: ReactPortal","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DialogProps >, nextState : Readonly\\< DialogState >, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#toggle","text":"\u25b8 toggle ( isOpen : boolean): void Defined in src/renderer/components/dialog/dialog.tsx:74","title":"toggle"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#state","text":"\u25aa state : object Defined in src/renderer/components/dialog/dialog.tsx:47","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_dialog_dialog_.dialog/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/dialog/dialog.tsx:33","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/dock.store\" / DockStore Class: DockStore # Hierarchy # DockStore Index # Constructors # constructor Properties # defaultTabId fullSize height initialTabs isOpen minHeight selectedTabId storage tabs Accessors # defaultHeight maxHeight selectedTab Methods # checkMaxHeight close closeTab createTab getNewTabNumber getTabById hasTabs onResize onTabChange open reset selectTab setHeight toggle toggleFillSize Constructors # constructor # + new DockStore (): DockStore Defined in src/renderer/components/dock/dock.store.ts:55 Returns: DockStore Properties # defaultTabId # \u2022 Readonly defaultTabId : string = this.initialTabs[0].id Defined in src/renderer/components/dock/dock.store.ts:31 fullSize # \u2022 fullSize : boolean = false Defined in src/renderer/components/dock/dock.store.ts:35 height # \u2022 height : number = this.defaultHeight Defined in src/renderer/components/dock/dock.store.ts:36 initialTabs # \u2022 Protected initialTabs : IDockTab [] = [ { id: \"terminal\", kind: TabKind.TERMINAL, title: \"Terminal\" }, ] Defined in src/renderer/components/dock/dock.store.ts:26 isOpen # \u2022 isOpen : boolean = false Defined in src/renderer/components/dock/dock.store.ts:34 minHeight # \u2022 Readonly minHeight : 100 = 100 Defined in src/renderer/components/dock/dock.store.ts:32 selectedTabId # \u2022 selectedTabId : string = this.defaultTabId Defined in src/renderer/components/dock/dock.store.ts:38 storage # \u2022 Protected storage : StorageHelper \\<{}> = createStorage(\"dock\", {}) Defined in src/renderer/components/dock/dock.store.ts:30 tabs # \u2022 tabs : IObservableArray\\< IDockTab > = observable.array\\ (this.initialTabs) Defined in src/renderer/components/dock/dock.store.ts:37 Accessors # defaultHeight # \u2022 get defaultHeight (): number Defined in src/renderer/components/dock/dock.store.ts:44 Returns: number maxHeight # \u2022 get maxHeight (): number Defined in src/renderer/components/dock/dock.store.ts:48 Returns: number selectedTab # \u2022 get selectedTab (): IDockTab Defined in src/renderer/components/dock/dock.store.ts:40 Returns: IDockTab Methods # checkMaxHeight # \u25b8 Protected checkMaxHeight (): void Defined in src/renderer/components/dock/dock.store.ts:73 Returns: void close # \u25b8 close (): void Defined in src/renderer/components/dock/dock.store.ts:103 Returns: void closeTab # \u25b8 closeTab ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/dock.store.ts:150 Parameters: Name Type tabId TabId Returns: Promise \\ createTab # \u25b8 createTab ( anonTab : IDockTab , addNumber? : boolean): IDockTab Defined in src/renderer/components/dock/dock.store.ts:136 Parameters: Name Type Default value anonTab IDockTab - addNumber boolean true Returns: IDockTab getNewTabNumber # \u25b8 Protected getNewTabNumber ( kind : TabKind ): number Defined in src/renderer/components/dock/dock.store.ts:123 Parameters: Name Type kind TabKind Returns: number getTabById # \u25b8 getTabById ( tabId : TabId ): IDockTab Defined in src/renderer/components/dock/dock.store.ts:119 Parameters: Name Type tabId TabId Returns: IDockTab hasTabs # \u25b8 hasTabs (): boolean Defined in src/renderer/components/dock/dock.store.ts:90 Returns: boolean onResize # \u25b8 onResize ( callback : () => void, options? : IReactionOptions): IReactionDisposer Defined in src/renderer/components/dock/dock.store.ts:82 Parameters: Name Type callback () => void options? IReactionOptions Returns: IReactionDisposer onTabChange # \u25b8 onTabChange ( callback : (tabId: TabId ) => void, options? : IReactionOptions): IReactionDisposer Defined in src/renderer/components/dock/dock.store.ts:86 Parameters: Name Type callback (tabId: TabId ) => void options? IReactionOptions Returns: IReactionDisposer open # \u25b8 open ( fullSize? : boolean): void Defined in src/renderer/components/dock/dock.store.ts:95 Parameters: Name Type fullSize? boolean Returns: void reset # \u25b8 reset (): void Defined in src/renderer/components/dock/dock.store.ts:184 Returns: void selectTab # \u25b8 selectTab ( tabId : TabId ): void Defined in src/renderer/components/dock/dock.store.ts:174 Parameters: Name Type tabId TabId Returns: void setHeight # \u25b8 setHeight ( height? : number): void Defined in src/renderer/components/dock/dock.store.ts:179 Parameters: Name Type height? number Returns: void toggle # \u25b8 toggle (): void Defined in src/renderer/components/dock/dock.store.ts:108 Returns: void toggleFillSize # \u25b8 toggleFillSize (): void Defined in src/renderer/components/dock/dock.store.ts:114 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#class-dockstore","text":"","title":"Class: DockStore"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#hierarchy","text":"DockStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#properties","text":"defaultTabId fullSize height initialTabs isOpen minHeight selectedTabId storage tabs","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#accessors","text":"defaultHeight maxHeight selectedTab","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#methods","text":"checkMaxHeight close closeTab createTab getNewTabNumber getTabById hasTabs onResize onTabChange open reset selectTab setHeight toggle toggleFillSize","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#constructor","text":"+ new DockStore (): DockStore Defined in src/renderer/components/dock/dock.store.ts:55 Returns: DockStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#defaulttabid","text":"\u2022 Readonly defaultTabId : string = this.initialTabs[0].id Defined in src/renderer/components/dock/dock.store.ts:31","title":"defaultTabId"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#fullsize","text":"\u2022 fullSize : boolean = false Defined in src/renderer/components/dock/dock.store.ts:35","title":"fullSize"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#height","text":"\u2022 height : number = this.defaultHeight Defined in src/renderer/components/dock/dock.store.ts:36","title":"height"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#initialtabs","text":"\u2022 Protected initialTabs : IDockTab [] = [ { id: \"terminal\", kind: TabKind.TERMINAL, title: \"Terminal\" }, ] Defined in src/renderer/components/dock/dock.store.ts:26","title":"initialTabs"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#isopen","text":"\u2022 isOpen : boolean = false Defined in src/renderer/components/dock/dock.store.ts:34","title":"isOpen"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#minheight","text":"\u2022 Readonly minHeight : 100 = 100 Defined in src/renderer/components/dock/dock.store.ts:32","title":"minHeight"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#selectedtabid","text":"\u2022 selectedTabId : string = this.defaultTabId Defined in src/renderer/components/dock/dock.store.ts:38","title":"selectedTabId"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#storage","text":"\u2022 Protected storage : StorageHelper \\<{}> = createStorage(\"dock\", {}) Defined in src/renderer/components/dock/dock.store.ts:30","title":"storage"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#tabs","text":"\u2022 tabs : IObservableArray\\< IDockTab > = observable.array\\ (this.initialTabs) Defined in src/renderer/components/dock/dock.store.ts:37","title":"tabs"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#defaultheight","text":"\u2022 get defaultHeight (): number Defined in src/renderer/components/dock/dock.store.ts:44 Returns: number","title":"defaultHeight"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#maxheight","text":"\u2022 get maxHeight (): number Defined in src/renderer/components/dock/dock.store.ts:48 Returns: number","title":"maxHeight"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#selectedtab","text":"\u2022 get selectedTab (): IDockTab Defined in src/renderer/components/dock/dock.store.ts:40 Returns: IDockTab","title":"selectedTab"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#checkmaxheight","text":"\u25b8 Protected checkMaxHeight (): void Defined in src/renderer/components/dock/dock.store.ts:73 Returns: void","title":"checkMaxHeight"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#close","text":"\u25b8 close (): void Defined in src/renderer/components/dock/dock.store.ts:103 Returns: void","title":"close"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#closetab","text":"\u25b8 closeTab ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/dock.store.ts:150","title":"closeTab"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#createtab","text":"\u25b8 createTab ( anonTab : IDockTab , addNumber? : boolean): IDockTab Defined in src/renderer/components/dock/dock.store.ts:136","title":"createTab"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#getnewtabnumber","text":"\u25b8 Protected getNewTabNumber ( kind : TabKind ): number Defined in src/renderer/components/dock/dock.store.ts:123","title":"getNewTabNumber"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#gettabbyid","text":"\u25b8 getTabById ( tabId : TabId ): IDockTab Defined in src/renderer/components/dock/dock.store.ts:119","title":"getTabById"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#hastabs","text":"\u25b8 hasTabs (): boolean Defined in src/renderer/components/dock/dock.store.ts:90 Returns: boolean","title":"hasTabs"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#onresize","text":"\u25b8 onResize ( callback : () => void, options? : IReactionOptions): IReactionDisposer Defined in src/renderer/components/dock/dock.store.ts:82","title":"onResize"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#ontabchange","text":"\u25b8 onTabChange ( callback : (tabId: TabId ) => void, options? : IReactionOptions): IReactionDisposer Defined in src/renderer/components/dock/dock.store.ts:86","title":"onTabChange"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#open","text":"\u25b8 open ( fullSize? : boolean): void Defined in src/renderer/components/dock/dock.store.ts:95","title":"open"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#reset","text":"\u25b8 reset (): void Defined in src/renderer/components/dock/dock.store.ts:184 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#selecttab","text":"\u25b8 selectTab ( tabId : TabId ): void Defined in src/renderer/components/dock/dock.store.ts:174","title":"selectTab"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#setheight","text":"\u25b8 setHeight ( height? : number): void Defined in src/renderer/components/dock/dock.store.ts:179","title":"setHeight"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#toggle","text":"\u25b8 toggle (): void Defined in src/renderer/components/dock/dock.store.ts:108 Returns: void","title":"toggle"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_store_.dockstore/#togglefillsize","text":"\u25b8 toggleFillSize (): void Defined in src/renderer/components/dock/dock.store.ts:114 Returns: void","title":"toggleFillSize"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/dock-tab.store\" / DockTabStore Class: DockTabStore\\ # Type parameters # Name Default T any Hierarchy # DockTabStore \u21b3 EditResourceStore \u21b3 PodLogsStore Index # Constructors # constructor Properties # data options Methods # clearData getData reset serializeData setData Constructors # constructor # + new DockTabStore ( options? : Options \\ ): DockTabStore Defined in src/renderer/components/dock/dock-tab.store.ts:12 Parameters: Name Type Default value options Options \\ {} Returns: DockTabStore Properties # data # \u2022 Protected data : ObservableMap\\ = observable.map\\ ([]) Defined in src/renderer/components/dock/dock-tab.store.ts:12 options # \u2022 Protected options : Options \\ Defined in src/renderer/components/dock/dock-tab.store.ts:14 Methods # clearData # \u25b8 clearData ( tabId : TabId ): void Defined in src/renderer/components/dock/dock-tab.store.ts:51 Parameters: Name Type tabId TabId Returns: void getData # \u25b8 getData ( tabId : TabId ): T Defined in src/renderer/components/dock/dock-tab.store.ts:43 Parameters: Name Type tabId TabId Returns: T reset # \u25b8 reset (): void Defined in src/renderer/components/dock/dock-tab.store.ts:55 Returns: void serializeData # \u25b8 Protected serializeData (): (string | Partial\\ )[][] Defined in src/renderer/components/dock/dock-tab.store.ts:35 Returns: (string | Partial\\ )[][] setData # \u25b8 setData ( tabId : TabId , data : T): void Defined in src/renderer/components/dock/dock-tab.store.ts:47 Parameters: Name Type tabId TabId data T Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#class-docktabstore","text":"","title":"Class: DockTabStore\\"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#hierarchy","text":"DockTabStore \u21b3 EditResourceStore \u21b3 PodLogsStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#properties","text":"data options","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#methods","text":"clearData getData reset serializeData setData","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#constructor","text":"+ new DockTabStore ( options? : Options \\ ): DockTabStore Defined in src/renderer/components/dock/dock-tab.store.ts:12","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#data","text":"\u2022 Protected data : ObservableMap\\ = observable.map\\ ([]) Defined in src/renderer/components/dock/dock-tab.store.ts:12","title":"data"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#options","text":"\u2022 Protected options : Options \\ Defined in src/renderer/components/dock/dock-tab.store.ts:14","title":"options"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#cleardata","text":"\u25b8 clearData ( tabId : TabId ): void Defined in src/renderer/components/dock/dock-tab.store.ts:51","title":"clearData"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#getdata","text":"\u25b8 getData ( tabId : TabId ): T Defined in src/renderer/components/dock/dock-tab.store.ts:43","title":"getData"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#reset","text":"\u25b8 reset (): void Defined in src/renderer/components/dock/dock-tab.store.ts:55 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#serializedata","text":"\u25b8 Protected serializeData (): (string | Partial\\ )[][] Defined in src/renderer/components/dock/dock-tab.store.ts:35 Returns: (string | Partial\\ )[][]","title":"serializeData"},{"location":"extensions/api/classes/_src_renderer_components_dock_dock_tab_store_.docktabstore/#setdata","text":"\u25b8 setData ( tabId : TabId , data : T): void Defined in src/renderer/components/dock/dock-tab.store.ts:47","title":"setData"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/edit-resource.store\" / EditResourceStore Class: EditResourceStore # Hierarchy # DockTabStore \\< KubeEditResource > \u21b3 EditResourceStore Index # Constructors # constructor Properties # data options Methods # clearData getData getTabByResource reset serializeData setData Constructors # constructor # + new EditResourceStore (): EditResourceStore Overrides DockTabStore . constructor Defined in src/renderer/components/dock/edit-resource.store.ts:15 Returns: EditResourceStore Properties # data # \u2022 Protected data : ObservableMap\\ = observable.map\\ ([]) Inherited from DockTabStore . data Defined in src/renderer/components/dock/dock-tab.store.ts:12 options # \u2022 Protected options : Options \\< KubeEditResource > Inherited from DockTabStore . options Defined in src/renderer/components/dock/dock-tab.store.ts:14 Methods # clearData # \u25b8 clearData ( tabId : TabId ): void Inherited from DockTabStore . clearData Defined in src/renderer/components/dock/dock-tab.store.ts:51 Parameters: Name Type tabId TabId Returns: void getData # \u25b8 getData ( tabId : TabId ): T Inherited from DockTabStore . getData Defined in src/renderer/components/dock/dock-tab.store.ts:43 Parameters: Name Type tabId TabId Returns: T getTabByResource # \u25b8 getTabByResource ( object : KubeObject ): IDockTab Defined in src/renderer/components/dock/edit-resource.store.ts:49 Parameters: Name Type object KubeObject Returns: IDockTab reset # \u25b8 reset (): void Overrides DockTabStore . reset Defined in src/renderer/components/dock/edit-resource.store.ts:56 Returns: void serializeData # \u25b8 Protected serializeData (): (string | Partial\\ )[][] Inherited from DockTabStore . serializeData Defined in src/renderer/components/dock/dock-tab.store.ts:35 Returns: (string | Partial\\ )[][] setData # \u25b8 setData ( tabId : TabId , data : KubeEditResource ): void Inherited from DockTabStore . setData Defined in src/renderer/components/dock/dock-tab.store.ts:47 Parameters: Name Type tabId TabId data KubeEditResource Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#class-editresourcestore","text":"","title":"Class: EditResourceStore"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#hierarchy","text":"DockTabStore \\< KubeEditResource > \u21b3 EditResourceStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#properties","text":"data options","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#methods","text":"clearData getData getTabByResource reset serializeData setData","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#constructor","text":"+ new EditResourceStore (): EditResourceStore Overrides DockTabStore . constructor Defined in src/renderer/components/dock/edit-resource.store.ts:15 Returns: EditResourceStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#data","text":"\u2022 Protected data : ObservableMap\\ = observable.map\\ ([]) Inherited from DockTabStore . data Defined in src/renderer/components/dock/dock-tab.store.ts:12","title":"data"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#options","text":"\u2022 Protected options : Options \\< KubeEditResource > Inherited from DockTabStore . options Defined in src/renderer/components/dock/dock-tab.store.ts:14","title":"options"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#cleardata","text":"\u25b8 clearData ( tabId : TabId ): void Inherited from DockTabStore . clearData Defined in src/renderer/components/dock/dock-tab.store.ts:51","title":"clearData"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#getdata","text":"\u25b8 getData ( tabId : TabId ): T Inherited from DockTabStore . getData Defined in src/renderer/components/dock/dock-tab.store.ts:43","title":"getData"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#gettabbyresource","text":"\u25b8 getTabByResource ( object : KubeObject ): IDockTab Defined in src/renderer/components/dock/edit-resource.store.ts:49","title":"getTabByResource"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#reset","text":"\u25b8 reset (): void Overrides DockTabStore . reset Defined in src/renderer/components/dock/edit-resource.store.ts:56 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#serializedata","text":"\u25b8 Protected serializeData (): (string | Partial\\ )[][] Inherited from DockTabStore . serializeData Defined in src/renderer/components/dock/dock-tab.store.ts:35 Returns: (string | Partial\\ )[][]","title":"serializeData"},{"location":"extensions/api/classes/_src_renderer_components_dock_edit_resource_store_.editresourcestore/#setdata","text":"\u25b8 setData ( tabId : TabId , data : KubeEditResource ): void Inherited from DockTabStore . setData Defined in src/renderer/components/dock/dock-tab.store.ts:47","title":"setData"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/pod-logs.store\" / PodLogsStore Class: PodLogsStore # Hierarchy # DockTabStore \\< IPodLogsData > \u21b3 PodLogsStore Index # Constructors # constructor Properties # data logs newLogSince options Accessors # lines Methods # clearData clearLogs getData getLastSinceTime getTimestamps load loadLogs loadMore removeTimestamps reset serializeData setData setNewLogSince Constructors # constructor # + new PodLogsStore (): PodLogsStore Overrides DockTabStore . constructor Defined in src/renderer/components/dock/pod-logs.store.ts:34 Returns: PodLogsStore Properties # data # \u2022 Protected data : ObservableMap\\ = observable.map\\ ([]) Inherited from DockTabStore . data Defined in src/renderer/components/dock/dock-tab.store.ts:12 logs # \u2022 logs : ObservableMap\\ = observable.map\\ () Defined in src/renderer/components/dock/pod-logs.store.ts:33 newLogSince # \u2022 newLogSince : ObservableMap\\ = observable.map\\ () Defined in src/renderer/components/dock/pod-logs.store.ts:34 options # \u2022 Protected options : Options \\< IPodLogsData > Inherited from DockTabStore . options Defined in src/renderer/components/dock/dock-tab.store.ts:14 Accessors # lines # \u2022 get lines (): number Defined in src/renderer/components/dock/pod-logs.store.ts:139 Converts logs into a string array Returns: number Length of log lines Methods # clearData # \u25b8 clearData ( tabId : TabId ): void Overrides DockTabStore . clearData Defined in src/renderer/components/dock/pod-logs.store.ts:170 Parameters: Name Type tabId TabId Returns: void clearLogs # \u25b8 clearLogs ( tabId : TabId ): void Defined in src/renderer/components/dock/pod-logs.store.ts:166 Parameters: Name Type tabId TabId Returns: void getData # \u25b8 getData ( tabId : TabId ): T Inherited from DockTabStore . getData Defined in src/renderer/components/dock/dock-tab.store.ts:43 Parameters: Name Type tabId TabId Returns: T getLastSinceTime # \u25b8 getLastSinceTime ( tabId : TabId ): string Defined in src/renderer/components/dock/pod-logs.store.ts:150 It gets timestamps from all logs then returns last one + 1 second (this allows to avoid getting the last stamp in the selection) Parameters: Name Type Description tabId TabId Returns: string getTimestamps # \u25b8 getTimestamps ( logs : string): RegExpMatchArray Defined in src/renderer/components/dock/pod-logs.store.ts:158 Parameters: Name Type logs string Returns: RegExpMatchArray load # \u25b8 load ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/pod-logs.store.ts:66 Function prepares tailLines param for passing to API request Each time it increasing it's number, caused to fetch more logs. Also, it handles loading errors, rewriting whole logs with error messages Parameters: Name Type Description tabId TabId Returns: Promise \\ loadLogs # \u25b8 loadLogs ( tabId : TabId , params : Partial\\< IPodLogsQuery >): Promise \\ Defined in src/renderer/components/dock/pod-logs.store.ts:106 Main logs loading function adds necessary data to payload and makes an API request Parameters: Name Type Description tabId TabId params Partial\\< IPodLogsQuery > request parameters described in IPodLogsQuery interface Returns: Promise \\ A fetch request promise loadMore # \u25b8 loadMore ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/pod-logs.store.ts:89 Function is used to refreser/stream-like requests. It changes 'sinceTime' param each time allowing to fetch logs starting from last line recieved. Parameters: Name Type Description tabId TabId Returns: Promise \\ removeTimestamps # \u25b8 removeTimestamps ( logs : string): string Defined in src/renderer/components/dock/pod-logs.store.ts:162 Parameters: Name Type logs string Returns: string reset # \u25b8 reset (): void Inherited from DockTabStore . reset Defined in src/renderer/components/dock/dock-tab.store.ts:55 Returns: void serializeData # \u25b8 Protected serializeData (): (string | Partial\\ )[][] Inherited from DockTabStore . serializeData Defined in src/renderer/components/dock/dock-tab.store.ts:35 Returns: (string | Partial\\ )[][] setData # \u25b8 setData ( tabId : TabId , data : IPodLogsData ): void Inherited from DockTabStore . setData Defined in src/renderer/components/dock/dock-tab.store.ts:47 Parameters: Name Type tabId TabId data IPodLogsData Returns: void setNewLogSince # \u25b8 setNewLogSince ( tabId : TabId ): void Defined in src/renderer/components/dock/pod-logs.store.ts:128 Sets newLogSince separator timestamp to split old logs from new ones Parameters: Name Type Description tabId TabId Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#class-podlogsstore","text":"","title":"Class: PodLogsStore"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#hierarchy","text":"DockTabStore \\< IPodLogsData > \u21b3 PodLogsStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#properties","text":"data logs newLogSince options","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#accessors","text":"lines","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#methods","text":"clearData clearLogs getData getLastSinceTime getTimestamps load loadLogs loadMore removeTimestamps reset serializeData setData setNewLogSince","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#constructor","text":"+ new PodLogsStore (): PodLogsStore Overrides DockTabStore . constructor Defined in src/renderer/components/dock/pod-logs.store.ts:34 Returns: PodLogsStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#data","text":"\u2022 Protected data : ObservableMap\\ = observable.map\\ ([]) Inherited from DockTabStore . data Defined in src/renderer/components/dock/dock-tab.store.ts:12","title":"data"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#logs","text":"\u2022 logs : ObservableMap\\ = observable.map\\ () Defined in src/renderer/components/dock/pod-logs.store.ts:33","title":"logs"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#newlogsince","text":"\u2022 newLogSince : ObservableMap\\ = observable.map\\ () Defined in src/renderer/components/dock/pod-logs.store.ts:34","title":"newLogSince"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#options","text":"\u2022 Protected options : Options \\< IPodLogsData > Inherited from DockTabStore . options Defined in src/renderer/components/dock/dock-tab.store.ts:14","title":"options"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#lines","text":"\u2022 get lines (): number Defined in src/renderer/components/dock/pod-logs.store.ts:139 Converts logs into a string array Returns: number Length of log lines","title":"lines"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#cleardata","text":"\u25b8 clearData ( tabId : TabId ): void Overrides DockTabStore . clearData Defined in src/renderer/components/dock/pod-logs.store.ts:170","title":"clearData"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#clearlogs","text":"\u25b8 clearLogs ( tabId : TabId ): void Defined in src/renderer/components/dock/pod-logs.store.ts:166","title":"clearLogs"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#getdata","text":"\u25b8 getData ( tabId : TabId ): T Inherited from DockTabStore . getData Defined in src/renderer/components/dock/dock-tab.store.ts:43","title":"getData"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#getlastsincetime","text":"\u25b8 getLastSinceTime ( tabId : TabId ): string Defined in src/renderer/components/dock/pod-logs.store.ts:150 It gets timestamps from all logs then returns last one + 1 second (this allows to avoid getting the last stamp in the selection)","title":"getLastSinceTime"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#gettimestamps","text":"\u25b8 getTimestamps ( logs : string): RegExpMatchArray Defined in src/renderer/components/dock/pod-logs.store.ts:158","title":"getTimestamps"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#load","text":"\u25b8 load ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/pod-logs.store.ts:66 Function prepares tailLines param for passing to API request Each time it increasing it's number, caused to fetch more logs. Also, it handles loading errors, rewriting whole logs with error messages","title":"load"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#loadlogs","text":"\u25b8 loadLogs ( tabId : TabId , params : Partial\\< IPodLogsQuery >): Promise \\ Defined in src/renderer/components/dock/pod-logs.store.ts:106 Main logs loading function adds necessary data to payload and makes an API request","title":"loadLogs"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#loadmore","text":"\u25b8 loadMore ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/pod-logs.store.ts:89 Function is used to refreser/stream-like requests. It changes 'sinceTime' param each time allowing to fetch logs starting from last line recieved.","title":"loadMore"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#removetimestamps","text":"\u25b8 removeTimestamps ( logs : string): string Defined in src/renderer/components/dock/pod-logs.store.ts:162","title":"removeTimestamps"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#reset","text":"\u25b8 reset (): void Inherited from DockTabStore . reset Defined in src/renderer/components/dock/dock-tab.store.ts:55 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#serializedata","text":"\u25b8 Protected serializeData (): (string | Partial\\ )[][] Inherited from DockTabStore . serializeData Defined in src/renderer/components/dock/dock-tab.store.ts:35 Returns: (string | Partial\\ )[][]","title":"serializeData"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#setdata","text":"\u25b8 setData ( tabId : TabId , data : IPodLogsData ): void Inherited from DockTabStore . setData Defined in src/renderer/components/dock/dock-tab.store.ts:47","title":"setData"},{"location":"extensions/api/classes/_src_renderer_components_dock_pod_logs_store_.podlogsstore/#setnewlogsince","text":"\u25b8 setNewLogSince ( tabId : TabId ): void Defined in src/renderer/components/dock/pod-logs.store.ts:128 Sets newLogSince separator timestamp to split old logs from new ones","title":"setNewLogSince"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/terminal\" / Terminal Class: Terminal # Hierarchy # Terminal Index # Constructors # constructor Properties # api disposers fitAddon fitLazy scrollPos tabId xterm spawningPool Accessors # elem isActive viewport Methods # attachTo destroy detach fit focus init keyHandler onActivate onApiData onClear onClickLink onData onResize onScroll setTheme init preloadFonts Constructors # constructor # + new Terminal ( tabId : TabId , api : TerminalApi ): Terminal Defined in src/renderer/components/dock/terminal.ts:57 Parameters: Name Type tabId TabId api TerminalApi Returns: Terminal Properties # api # \u2022 Protected api : TerminalApi Defined in src/renderer/components/dock/terminal.ts:59 disposers # \u2022 disposers : Function[] = [] Defined in src/renderer/components/dock/terminal.ts:33 fitAddon # \u2022 fitAddon : FitAddon Defined in src/renderer/components/dock/terminal.ts:31 fitLazy # \u2022 fitLazy : (Anonymous function) & Cancelable = debounce(this.fit, 250) Defined in src/renderer/components/dock/terminal.ts:131 scrollPos # \u2022 scrollPos : number = 0 Defined in src/renderer/components/dock/terminal.ts:32 tabId # \u2022 tabId : TabId Defined in src/renderer/components/dock/terminal.ts:59 xterm # \u2022 xterm : XTerm Defined in src/renderer/components/dock/terminal.ts:30 spawningPool # \u25aa Static spawningPool : HTMLElement Defined in src/renderer/components/dock/terminal.ts:11 Accessors # elem # \u2022 get elem (): HTMLElement Defined in src/renderer/components/dock/terminal.ts:51 Returns: HTMLElement isActive # \u2022 get isActive (): boolean Defined in src/renderer/components/dock/terminal.ts:63 Returns: boolean viewport # \u2022 get viewport (): Element Defined in src/renderer/components/dock/terminal.ts:55 Returns: Element Methods # attachTo # \u25b8 attachTo ( parentElem : HTMLElement): void Defined in src/renderer/components/dock/terminal.ts:68 Parameters: Name Type parentElem HTMLElement Returns: void destroy # \u25b8 destroy (): void Defined in src/renderer/components/dock/terminal.ts:115 Returns: void detach # \u25b8 detach (): void Defined in src/renderer/components/dock/terminal.ts:73 Returns: void fit # \u25b8 fit (): void Defined in src/renderer/components/dock/terminal.ts:123 Returns: void focus # \u25b8 focus (): void Defined in src/renderer/components/dock/terminal.ts:133 Returns: void init # \u25b8 init (): Promise \\ Defined in src/renderer/components/dock/terminal.ts:77 Returns: Promise \\ keyHandler # \u25b8 keyHandler ( evt : KeyboardEvent): boolean Defined in src/renderer/components/dock/terminal.ts:169 Parameters: Name Type evt KeyboardEvent Returns: boolean onActivate # \u25b8 onActivate (): void Defined in src/renderer/components/dock/terminal.ts:159 Returns: void onApiData # \u25b8 onApiData ( data : string): void Defined in src/renderer/components/dock/terminal.ts:137 Parameters: Name Type data string Returns: void onClear # \u25b8 onClear (): void Defined in src/renderer/components/dock/terminal.ts:150 Returns: void onClickLink # \u25b8 onClickLink ( evt : MouseEvent, link : string): void Defined in src/renderer/components/dock/terminal.ts:165 Parameters: Name Type evt MouseEvent link string Returns: void onData # \u25b8 onData ( data : string): void Defined in src/renderer/components/dock/terminal.ts:141 Parameters: Name Type data string Returns: void onResize # \u25b8 onResize (): void Defined in src/renderer/components/dock/terminal.ts:154 Returns: void onScroll # \u25b8 onScroll (): void Defined in src/renderer/components/dock/terminal.ts:146 Returns: void setTheme # \u25b8 Protected setTheme ( colors : Record\\ ): void Defined in src/renderer/components/dock/terminal.ts:36 Parameters: Name Type colors Record\\ Returns: void init # \u25b8 Static init (): void Defined in src/renderer/components/dock/terminal.ts:13 Returns: void preloadFonts # \u25b8 Static preloadFonts (): Promise \\ Defined in src/renderer/components/dock/terminal.ts:23 Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#class-terminal","text":"","title":"Class: Terminal"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#hierarchy","text":"Terminal","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#properties","text":"api disposers fitAddon fitLazy scrollPos tabId xterm spawningPool","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#accessors","text":"elem isActive viewport","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#methods","text":"attachTo destroy detach fit focus init keyHandler onActivate onApiData onClear onClickLink onData onResize onScroll setTheme init preloadFonts","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#constructor","text":"+ new Terminal ( tabId : TabId , api : TerminalApi ): Terminal Defined in src/renderer/components/dock/terminal.ts:57","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#api","text":"\u2022 Protected api : TerminalApi Defined in src/renderer/components/dock/terminal.ts:59","title":"api"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#disposers","text":"\u2022 disposers : Function[] = [] Defined in src/renderer/components/dock/terminal.ts:33","title":"disposers"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#fitaddon","text":"\u2022 fitAddon : FitAddon Defined in src/renderer/components/dock/terminal.ts:31","title":"fitAddon"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#fitlazy","text":"\u2022 fitLazy : (Anonymous function) & Cancelable = debounce(this.fit, 250) Defined in src/renderer/components/dock/terminal.ts:131","title":"fitLazy"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#scrollpos","text":"\u2022 scrollPos : number = 0 Defined in src/renderer/components/dock/terminal.ts:32","title":"scrollPos"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#tabid","text":"\u2022 tabId : TabId Defined in src/renderer/components/dock/terminal.ts:59","title":"tabId"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#xterm","text":"\u2022 xterm : XTerm Defined in src/renderer/components/dock/terminal.ts:30","title":"xterm"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#spawningpool","text":"\u25aa Static spawningPool : HTMLElement Defined in src/renderer/components/dock/terminal.ts:11","title":"spawningPool"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#elem","text":"\u2022 get elem (): HTMLElement Defined in src/renderer/components/dock/terminal.ts:51 Returns: HTMLElement","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#isactive","text":"\u2022 get isActive (): boolean Defined in src/renderer/components/dock/terminal.ts:63 Returns: boolean","title":"isActive"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#viewport","text":"\u2022 get viewport (): Element Defined in src/renderer/components/dock/terminal.ts:55 Returns: Element","title":"viewport"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#attachto","text":"\u25b8 attachTo ( parentElem : HTMLElement): void Defined in src/renderer/components/dock/terminal.ts:68","title":"attachTo"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#destroy","text":"\u25b8 destroy (): void Defined in src/renderer/components/dock/terminal.ts:115 Returns: void","title":"destroy"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#detach","text":"\u25b8 detach (): void Defined in src/renderer/components/dock/terminal.ts:73 Returns: void","title":"detach"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#fit","text":"\u25b8 fit (): void Defined in src/renderer/components/dock/terminal.ts:123 Returns: void","title":"fit"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#focus","text":"\u25b8 focus (): void Defined in src/renderer/components/dock/terminal.ts:133 Returns: void","title":"focus"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#init","text":"\u25b8 init (): Promise \\ Defined in src/renderer/components/dock/terminal.ts:77 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#keyhandler","text":"\u25b8 keyHandler ( evt : KeyboardEvent): boolean Defined in src/renderer/components/dock/terminal.ts:169","title":"keyHandler"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#onactivate","text":"\u25b8 onActivate (): void Defined in src/renderer/components/dock/terminal.ts:159 Returns: void","title":"onActivate"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#onapidata","text":"\u25b8 onApiData ( data : string): void Defined in src/renderer/components/dock/terminal.ts:137","title":"onApiData"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#onclear","text":"\u25b8 onClear (): void Defined in src/renderer/components/dock/terminal.ts:150 Returns: void","title":"onClear"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#onclicklink","text":"\u25b8 onClickLink ( evt : MouseEvent, link : string): void Defined in src/renderer/components/dock/terminal.ts:165","title":"onClickLink"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#ondata","text":"\u25b8 onData ( data : string): void Defined in src/renderer/components/dock/terminal.ts:141","title":"onData"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#onresize","text":"\u25b8 onResize (): void Defined in src/renderer/components/dock/terminal.ts:154 Returns: void","title":"onResize"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#onscroll","text":"\u25b8 onScroll (): void Defined in src/renderer/components/dock/terminal.ts:146 Returns: void","title":"onScroll"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#settheme","text":"\u25b8 Protected setTheme ( colors : Record\\ ): void Defined in src/renderer/components/dock/terminal.ts:36","title":"setTheme"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#init_1","text":"\u25b8 Static init (): void Defined in src/renderer/components/dock/terminal.ts:13 Returns: void","title":"init"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_.terminal/#preloadfonts","text":"\u25b8 Static preloadFonts (): Promise \\ Defined in src/renderer/components/dock/terminal.ts:23 Returns: Promise \\","title":"preloadFonts"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/terminal.store\" / TerminalStore Class: TerminalStore # Hierarchy # TerminalStore Index # Constructors # constructor Properties # connections terminals Methods # connect disconnect getTerminal isConnected isDisconnected reconnect reset sendCommand Constructors # constructor # + new TerminalStore (): TerminalStore Defined in src/renderer/components/dock/terminal.store.ts:29 Returns: TerminalStore Properties # connections # \u2022 Protected connections : ObservableMap\\ TerminalApi > = observable.map\\ () Defined in src/renderer/components/dock/terminal.store.ts:29 terminals # \u2022 Protected terminals : Map\\ Terminal > = new Map\\ () Defined in src/renderer/components/dock/terminal.store.ts:28 Methods # connect # \u25b8 connect ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/terminal.store.ts:49 Parameters: Name Type tabId TabId Returns: Promise \\ disconnect # \u25b8 disconnect ( tabId : TabId ): void Defined in src/renderer/components/dock/terminal.store.ts:63 Parameters: Name Type tabId TabId Returns: void getTerminal # \u25b8 getTerminal ( tabId : TabId ): Terminal Defined in src/renderer/components/dock/terminal.store.ts:105 Parameters: Name Type tabId TabId Returns: Terminal isConnected # \u25b8 isConnected ( tabId : TabId ): boolean Defined in src/renderer/components/dock/terminal.store.ts:80 Parameters: Name Type tabId TabId Returns: boolean isDisconnected # \u25b8 isDisconnected ( tabId : TabId ): boolean Defined in src/renderer/components/dock/terminal.store.ts:84 Parameters: Name Type tabId TabId Returns: boolean reconnect # \u25b8 reconnect ( tabId : TabId ): void Defined in src/renderer/components/dock/terminal.store.ts:75 Parameters: Name Type tabId TabId Returns: void reset # \u25b8 reset (): void Defined in src/renderer/components/dock/terminal.store.ts:109 Returns: void sendCommand # \u25b8 sendCommand ( command : string, options? : { enter?: boolean ; newTab?: boolean ; tabId?: TabId }): void Defined in src/renderer/components/dock/terminal.store.ts:91 Parameters: Name Type Default value command string - options { enter?: boolean ; newTab?: boolean ; tabId?: TabId } {} Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#class-terminalstore","text":"","title":"Class: TerminalStore"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#hierarchy","text":"TerminalStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#properties","text":"connections terminals","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#methods","text":"connect disconnect getTerminal isConnected isDisconnected reconnect reset sendCommand","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#constructor","text":"+ new TerminalStore (): TerminalStore Defined in src/renderer/components/dock/terminal.store.ts:29 Returns: TerminalStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#connections","text":"\u2022 Protected connections : ObservableMap\\ TerminalApi > = observable.map\\ () Defined in src/renderer/components/dock/terminal.store.ts:29","title":"connections"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#terminals","text":"\u2022 Protected terminals : Map\\ Terminal > = new Map\\ () Defined in src/renderer/components/dock/terminal.store.ts:28","title":"terminals"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#connect","text":"\u25b8 connect ( tabId : TabId ): Promise \\ Defined in src/renderer/components/dock/terminal.store.ts:49","title":"connect"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#disconnect","text":"\u25b8 disconnect ( tabId : TabId ): void Defined in src/renderer/components/dock/terminal.store.ts:63","title":"disconnect"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#getterminal","text":"\u25b8 getTerminal ( tabId : TabId ): Terminal Defined in src/renderer/components/dock/terminal.store.ts:105","title":"getTerminal"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#isconnected","text":"\u25b8 isConnected ( tabId : TabId ): boolean Defined in src/renderer/components/dock/terminal.store.ts:80","title":"isConnected"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#isdisconnected","text":"\u25b8 isDisconnected ( tabId : TabId ): boolean Defined in src/renderer/components/dock/terminal.store.ts:84","title":"isDisconnected"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#reconnect","text":"\u25b8 reconnect ( tabId : TabId ): void Defined in src/renderer/components/dock/terminal.store.ts:75","title":"reconnect"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#reset","text":"\u25b8 reset (): void Defined in src/renderer/components/dock/terminal.store.ts:109 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_dock_terminal_store_.terminalstore/#sendcommand","text":"\u25b8 sendCommand ( command : string, options? : { enter?: boolean ; newTab?: boolean ; tabId?: TabId }): void Defined in src/renderer/components/dock/terminal.store.ts:91","title":"sendCommand"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer\" / Drawer Class: Drawer # Hierarchy # Component\\< DrawerProps > \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\\< DrawerProps >): Drawer Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< DrawerProps > Returns: Drawer + new Drawer ( props : DrawerProps , context? : any): Drawer Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< DrawerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/drawer/drawer.tsx:31 Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< DrawerProps > nextState Readonly\\<{}> nextContext any Returns: void close # \u25b8 close (): void Defined in src/renderer/components/drawer/drawer.tsx:96 Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/drawer/drawer.tsx:42 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< DrawerProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerProps > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/drawer/drawer.tsx:49 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< DrawerProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< DrawerProps > prevState Readonly\\<{}> Returns: any | 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 Overrides void Defined in src/renderer/components/drawer/drawer.tsx:101 Returns: Element 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 \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< DrawerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< DrawerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< DrawerProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#class-drawer","text":"","title":"Class: Drawer"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#hierarchy","text":"Component\\< DrawerProps > \u21b3 Drawer","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.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/_src_renderer_components_drawer_drawer_.drawer/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#constructor","text":"+ new Drawer ( props : Readonly\\< DrawerProps >): Drawer Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_.drawer/#props","text":"\u2022 Readonly props : Readonly\\< DrawerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_.drawer/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/drawer/drawer.tsx:31","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#close","text":"\u25b8 close (): void Defined in src/renderer/components/drawer/drawer.tsx:96 Returns: void","title":"close"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/drawer/drawer.tsx:42 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/drawer/drawer.tsx:49 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#onclickoutside","text":"\u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/drawer/drawer.tsx:77","title":"onClickOutside"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#onescapekey","text":"\u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/drawer/drawer.tsx:68","title":"onEscapeKey"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#onmousedown","text":"\u25b8 onMouseDown ( evt : MouseEvent): void Defined in src/renderer/components/drawer/drawer.tsx:90","title":"onMouseDown"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/drawer/drawer.tsx:101 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#restorescrollpos","text":"\u25b8 restoreScrollPos (): void Defined in src/renderer/components/drawer/drawer.tsx:62 Returns: void","title":"restoreScrollPos"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#savescrollpos","text":"\u25b8 saveScrollPos (): void Defined in src/renderer/components/drawer/drawer.tsx:56 Returns: void","title":"saveScrollPos"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< DrawerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_.drawer/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-item\" / DrawerItem Class: DrawerItem # Hierarchy # Component\\< DrawerItemProps > \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\\< DrawerItemProps >): DrawerItem Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< DrawerItemProps > Returns: DrawerItem + new DrawerItem ( props : DrawerItemProps , context? : any): DrawerItem Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< DrawerItemProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerItemProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerItemProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< DrawerItemProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerItemProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< DrawerItemProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerItemProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerItemProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< DrawerItemProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerItemProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< DrawerItemProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/drawer/drawer-item.tsx:14 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< DrawerItemProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< DrawerItemProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerItemProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< DrawerItemProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#class-draweritem","text":"","title":"Class: DrawerItem"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#hierarchy","text":"Component\\< DrawerItemProps > \u21b3 DrawerItem","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.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/_src_renderer_components_drawer_drawer_item_.draweritem/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#constructor","text":"+ new DrawerItem ( props : Readonly\\< DrawerItemProps >): DrawerItem Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_item_.draweritem/#props","text":"\u2022 Readonly props : Readonly\\< DrawerItemProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_item_.draweritem/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerItemProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerItemProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerItemProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerItemProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/drawer/drawer-item.tsx:14 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< DrawerItemProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_item_.draweritem/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerItemProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-param-toggler\" / DrawerParamToggler Class: DrawerParamToggler # Hierarchy # Component\\< DrawerParamTogglerProps , State > \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\\< DrawerParamTogglerProps >): DrawerParamToggler Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< DrawerParamTogglerProps > Returns: DrawerParamToggler + new DrawerParamToggler ( props : DrawerParamTogglerProps , context? : any): DrawerParamToggler Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< DrawerParamTogglerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : State Overrides Tooltip . state Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:16 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerParamTogglerProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerParamTogglerProps > nextState Readonly\\< State > nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerParamTogglerProps >, prevState : Readonly\\< State >, snapshot? : any): void Inherited from Tooltip . 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\\< DrawerParamTogglerProps > prevState Readonly\\< State > snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerParamTogglerProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerParamTogglerProps > nextState Readonly\\< State > nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerParamTogglerProps >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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\\< DrawerParamTogglerProps > prevState Readonly\\< State > Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:22 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< DrawerParamTogglerProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof State Parameters: Name Type state (prevState: Readonly\\< State >, props: Readonly\\< DrawerParamTogglerProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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\\< DrawerParamTogglerProps > nextState Readonly\\< State > nextContext any Returns: boolean toggle # \u25b8 toggle (): void Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:18 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#class-drawerparamtoggler","text":"","title":"Class: DrawerParamToggler"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#hierarchy","text":"Component\\< DrawerParamTogglerProps , State > \u21b3 DrawerParamToggler","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.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/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#constructor","text":"+ new DrawerParamToggler ( props : Readonly\\< DrawerParamTogglerProps >): DrawerParamToggler Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#props","text":"\u2022 Readonly props : Readonly\\< DrawerParamTogglerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#state","text":"\u2022 state : State Overrides Tooltip . state Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:16","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerParamTogglerProps >, prevState : Readonly\\< State >, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerParamTogglerProps >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:22 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< DrawerParamTogglerProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtoggler/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerParamTogglerProps >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_param_toggler_.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/_src_renderer_components_drawer_drawer_title_.drawertitle/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-title\" / DrawerTitle Class: DrawerTitle # Hierarchy # Component\\< DrawerTitleProps > \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\\< DrawerTitleProps >): DrawerTitle Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< DrawerTitleProps > Returns: DrawerTitle + new DrawerTitle ( props : DrawerTitleProps , context? : any): DrawerTitle Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< DrawerTitleProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerTitleProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerTitleProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerTitleProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< DrawerTitleProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerTitleProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< DrawerTitleProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerTitleProps >, nextContext : any): void Inherited from Tooltip . 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\\< DrawerTitleProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerTitleProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< DrawerTitleProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerTitleProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< DrawerTitleProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/drawer/drawer-title.tsx:11 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< DrawerTitleProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< DrawerTitleProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerTitleProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< DrawerTitleProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#class-drawertitle","text":"","title":"Class: DrawerTitle"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#hierarchy","text":"Component\\< DrawerTitleProps > \u21b3 DrawerTitle","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.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/_src_renderer_components_drawer_drawer_title_.drawertitle/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#constructor","text":"+ new DrawerTitle ( props : Readonly\\< DrawerTitleProps >): DrawerTitle Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_title_.drawertitle/#props","text":"\u2022 Readonly props : Readonly\\< DrawerTitleProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_drawer_drawer_title_.drawertitle/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< DrawerTitleProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< DrawerTitleProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< DrawerTitleProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< DrawerTitleProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< DrawerTitleProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< DrawerTitleProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/drawer/drawer-title.tsx:11 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< DrawerTitleProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_drawer_drawer_title_.drawertitle/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< DrawerTitleProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/","text":"@k8slens/extensions Globals / \"src/renderer/components/error-boundary/error-boundary\" / ErrorBoundary Class: ErrorBoundary # Hierarchy # Component\\< Props , State > \u21b3 ErrorBoundary Index # Constructors # constructor Properties # context props refs resetOnNavigate state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate back componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # + new ErrorBoundary ( props : Readonly\\< Props >): ErrorBoundary Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: ErrorBoundary + new ErrorBoundary ( props : Props , context? : any): ErrorBoundary Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: ErrorBoundary Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 resetOnNavigate # \u2022 resetOnNavigate : IReactionDisposer = reaction( () => navigation.getPath(), () => this.setState({ error: null, errorInfo: null }) ) Defined in src/renderer/components/error-boundary/error-boundary.tsx:25 state # \u2022 state : State Overrides Tooltip . state Defined in src/renderer/components/error-boundary/error-boundary.tsx:22 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: void back # \u25b8 back (): void Defined in src/renderer/components/error-boundary/error-boundary.tsx:34 Returns: void componentDidCatch # \u25b8 componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Overrides Tooltip . componentDidCatch Defined in src/renderer/components/error-boundary/error-boundary.tsx:30 Parameters: Name Type error Error errorInfo ErrorInfo Returns: void componentDidMount # \u25b8 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\< State > snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\< State > Returns: any | null render # \u25b8 render (): object Overrides void Defined in src/renderer/components/error-boundary/error-boundary.tsx:38 Returns: object setState # \u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof State Parameters: Name Type state (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#class-errorboundary","text":"","title":"Class: ErrorBoundary"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#hierarchy","text":"Component\\< Props , State > \u21b3 ErrorBoundary","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#properties","text":"context props refs resetOnNavigate state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate back componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#constructor","text":"+ new ErrorBoundary ( props : Readonly\\< Props >): ErrorBoundary Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#resetonnavigate","text":"\u2022 resetOnNavigate : IReactionDisposer = reaction( () => navigation.getPath(), () => this.setState({ error: null, errorInfo: null }) ) Defined in src/renderer/components/error-boundary/error-boundary.tsx:25","title":"resetOnNavigate"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#state","text":"\u2022 state : State Overrides Tooltip . state Defined in src/renderer/components/error-boundary/error-boundary.tsx:22","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#back","text":"\u25b8 back (): void Defined in src/renderer/components/error-boundary/error-boundary.tsx:34 Returns: void","title":"back"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#componentdidcatch","text":"\u25b8 componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Overrides Tooltip . componentDidCatch Defined in src/renderer/components/error-boundary/error-boundary.tsx:30","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#render","text":"\u25b8 render (): object Overrides void Defined in src/renderer/components/error-boundary/error-boundary.tsx:38 Returns: object","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_error_boundary_error_boundary_.errorboundary/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/","text":"@k8slens/extensions Globals / \"src/renderer/components/icon/icon\" / Icon Class: Icon # Hierarchy # PureComponent\\< IconProps > \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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< IconProps >, nextContext : any): void Inherited from Tooltip . 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\\< IconProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< IconProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< IconProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< IconProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< IconProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< IconProps >, nextContext : any): void Inherited from Tooltip . 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\\< IconProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< IconProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< IconProps > nextState Readonly\\<{}> nextContext any Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< IconProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< IconProps > prevState Readonly\\<{}> Returns: any | 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\\ ): void Defined in src/renderer/components/icon/icon.tsx:49 Parameters: Name Type evt KeyboardEvent\\ Returns: void render # \u25b8 render (): Element Defined in src/renderer/components/icon/icon.tsx:63 Returns: Element shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< IconProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< IconProps > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/icon/icon.tsx:29 Properties: Name Type Value focusable true true","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#class-icon","text":"","title":"Class: Icon"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#hierarchy","text":"PureComponent\\< IconProps > \u21b3 Icon","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#accessors","text":"isInteractive","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.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/_src_renderer_components_icon_icon_.icon/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#isinteractive","text":"\u2022 get isInteractive (): boolean Defined in src/renderer/components/icon/icon.tsx:33 Returns: boolean","title":"isInteractive"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< IconProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< IconProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< IconProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< IconProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< IconProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< IconProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#onclick","text":"\u25b8 onClick ( evt : MouseEvent): void Defined in src/renderer/components/icon/icon.tsx:39","title":"onClick"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/icon/icon.tsx:49","title":"onKeyDown"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#render","text":"\u25b8 render (): Element Defined in src/renderer/components/icon/icon.tsx:63 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< IconProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_icon_icon_.icon/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/icon/icon.tsx:29","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/file-input\" / FileInput Class: FileInput # Hierarchy # Component\\< Props > \u21b3 FileInput Index # Constructors # constructor Properties # context input props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onChange render selectFiles setState shouldComponentUpdate Object literals # style Constructors # constructor # + new FileInput ( props : Readonly\\< Props >): FileInput Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: FileInput + new FileInput ( props : Props , context? : any): FileInput Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: FileInput Properties # context # \u2022 context : any Inherited from Tooltip . 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 Protected input : HTMLInputElement Defined in src/renderer/components/input/file-input.tsx:18 props # \u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null onChange # \u25b8 Protected onChange ( evt : ChangeEvent\\ ): Promise \\ Defined in src/renderer/components/input/file-input.tsx:29 Parameters: Name Type evt ChangeEvent\\ Returns: Promise \\ render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/input/file-input.tsx:54 Returns: Element selectFiles # \u25b8 selectFiles (): void Defined in src/renderer/components/input/file-input.tsx:25 Returns: void setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # style # \u25aa Protected style : object Defined in src/renderer/components/input/file-input.tsx:20 Properties: Name Type Value display string \"none\" position \\\"absolute\\\" \"absolute\"","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#class-fileinput","text":"","title":"Class: FileInput"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#hierarchy","text":"Component\\< Props > \u21b3 FileInput","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#properties","text":"context input props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onChange render selectFiles setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#object-literals","text":"style","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#constructor","text":"+ new FileInput ( props : Readonly\\< Props >): FileInput Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_input_file_input_.fileinput/#input","text":"\u2022 Protected input : HTMLInputElement Defined in src/renderer/components/input/file-input.tsx:18","title":"input"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_input_file_input_.fileinput/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#onchange","text":"\u25b8 Protected onChange ( evt : ChangeEvent\\ ): Promise \\ Defined in src/renderer/components/input/file-input.tsx:29","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/input/file-input.tsx:54 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#selectfiles","text":"\u25b8 selectFiles (): void Defined in src/renderer/components/input/file-input.tsx:25 Returns: void","title":"selectFiles"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_input_file_input_.fileinput/#style","text":"\u25aa Protected style : object Defined in src/renderer/components/input/file-input.tsx:20","title":"style"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/input\" / Input Class: Input # Hierarchy # Component\\< InputProps , State > \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\\< InputProps >): Input Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< InputProps > Returns: Input + new Input ( props : InputProps , context? : any): Input Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< InputProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 validators # \u2022 validators : InputValidator [] = [] Defined in src/renderer/components/input/input.tsx:56 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< InputProps >, nextContext : any): void Inherited from Tooltip . 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\\< InputProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< InputProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< InputProps > nextState Readonly\\< State > 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 componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/input/input.tsx:242 Returns: void componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : InputProps ): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/input/input.tsx:247 Parameters: Name Type prevProps InputProps Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< InputProps >, nextContext : any): void Inherited from Tooltip . 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\\< InputProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< InputProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< InputProps > nextState Readonly\\< State > nextContext any Returns: void focus # \u25b8 focus (): void Defined in src/renderer/components/input/input.tsx:80 Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< InputProps >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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\\< InputProps > prevState Readonly\\< State > Returns: any | null getValue # \u25b8 getValue (): string Defined in src/renderer/components/input/input.tsx:73 Returns: string onBlur # \u25b8 onBlur ( evt : FocusEvent\\< InputElement >): void Defined in src/renderer/components/input/input.tsx:190 Parameters: Name Type evt FocusEvent\\< InputElement > Returns: void onChange # \u25b8 onChange ( evt : ChangeEvent\\ ): void Defined in src/renderer/components/input/input.tsx:198 Parameters: Name Type evt ChangeEvent\\ Returns: void onFocus # \u25b8 onFocus ( evt : FocusEvent\\< InputElement >): void Defined in src/renderer/components/input/input.tsx:182 Parameters: Name Type evt FocusEvent\\< InputElement > Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/input/input.tsx:217 Parameters: Name Type evt KeyboardEvent\\ Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/input/input.tsx:266 Returns: Element 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 value dirty boolean true Returns: void setState # \u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< InputProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof State Parameters: Name Type state (prevState: Readonly\\< State >, props: Readonly\\< InputProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null callback? () => 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 shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< InputProps >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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\\< InputProps > nextState Readonly\\< State > nextContext any Returns: boolean validate # \u25b8 validate ( value? : string): Promise \\ Defined in src/renderer/components/input/input.tsx:106 Parameters: Name Type Default value value string this.getValue() Returns: Promise \\ Object literals # state # \u25aa state : object Overrides Tooltip . state Defined in src/renderer/components/input/input.tsx:58 Properties: Name Type Value dirty boolean !!this.props.dirty errors undefined[] [] valid true true","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#class-input","text":"","title":"Class: Input"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#hierarchy","text":"Component\\< InputProps , State > \u21b3 Input","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#properties","text":"context input props refs validators contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#accessors","text":"isUncontrolled showMaxLenIndicator","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.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/_src_renderer_components_input_input_.input/#object-literals","text":"state","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#constructor","text":"+ new Input ( props : Readonly\\< InputProps >): Input Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_input_input_.input/#input","text":"\u2022 input : InputElement Defined in src/renderer/components/input/input.tsx:55","title":"input"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#props","text":"\u2022 Readonly props : Readonly\\< InputProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_input_input_.input/#validators","text":"\u2022 validators : InputValidator [] = [] Defined in src/renderer/components/input/input.tsx:56","title":"validators"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/input/input.tsx:53","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#isuncontrolled","text":"\u2022 get isUncontrolled (): boolean Defined in src/renderer/components/input/input.tsx:238 Returns: boolean","title":"isUncontrolled"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#showmaxlenindicator","text":"\u2022 get showMaxLenIndicator (): boolean Defined in src/renderer/components/input/input.tsx:233 Returns: boolean","title":"showMaxLenIndicator"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< InputProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< InputProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#bindref","text":"\u25b8 bindRef ( elem : InputElement ): void Defined in src/renderer/components/input/input.tsx:262","title":"bindRef"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#blur","text":"\u25b8 blur (): void Defined in src/renderer/components/input/input.tsx:84 Returns: void","title":"blur"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/input/input.tsx:242 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : InputProps ): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/input/input.tsx:247","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< InputProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< InputProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#focus","text":"\u25b8 focus (): void Defined in src/renderer/components/input/input.tsx:80 Returns: void","title":"focus"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< InputProps >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#getvalue","text":"\u25b8 getValue (): string Defined in src/renderer/components/input/input.tsx:73 Returns: string","title":"getValue"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#onblur","text":"\u25b8 onBlur ( evt : FocusEvent\\< InputElement >): void Defined in src/renderer/components/input/input.tsx:190","title":"onBlur"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#onchange","text":"\u25b8 onChange ( evt : ChangeEvent\\ ): void Defined in src/renderer/components/input/input.tsx:198","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#onfocus","text":"\u25b8 onFocus ( evt : FocusEvent\\< InputElement >): void Defined in src/renderer/components/input/input.tsx:182","title":"onFocus"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/input/input.tsx:217","title":"onKeyDown"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/input/input.tsx:266 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#select","text":"\u25b8 select (): void Defined in src/renderer/components/input/input.tsx:88 Returns: void","title":"select"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#setdirty","text":"\u25b8 setDirty ( dirty? : boolean): void Defined in src/renderer/components/input/input.tsx:176","title":"setDirty"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< InputProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#setvalidation","text":"\u25b8 setValidation ( errors : React.ReactNode[]): void Defined in src/renderer/components/input/input.tsx:148","title":"setValidation"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#setvalue","text":"\u25b8 setValue ( value : string): void Defined in src/renderer/components/input/input.tsx:64","title":"setValue"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< InputProps >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#validate","text":"\u25b8 validate ( value? : string): Promise \\ Defined in src/renderer/components/input/input.tsx:106","title":"validate"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_input_input_.input/#state","text":"\u25aa state : object Overrides Tooltip . state Defined in src/renderer/components/input/input.tsx:58","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/search-input\" / SearchInput Class: SearchInput # Hierarchy # Component\\< Props > \u21b3 SearchInput Index # Constructors # constructor Properties # context props refs state contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate clear componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate onChange onKeyDown render setState shouldComponentUpdate Constructors # constructor # + new SearchInput ( props : Readonly\\< Props >): SearchInput Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: SearchInput + new SearchInput ( props : Props , context? : any): SearchInput Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: SearchInput Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/input/search-input.tsx:27 Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void clear # \u25b8 clear (): void Defined in src/renderer/components/input/search-input.tsx:39 Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/input/search-input.tsx:31 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/input/search-input.tsx:35 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void focus # \u25b8 focus ( evt : KeyboardEvent): void Defined in src/renderer/components/input/search-input.tsx:62 Parameters: Name Type evt KeyboardEvent Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null onChange # \u25b8 onChange ( val : string, evt : ChangeEvent\\ ): void Defined in src/renderer/components/input/search-input.tsx:45 Parameters: Name Type val string evt ChangeEvent\\ Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/input/search-input.tsx:49 Parameters: Name Type evt KeyboardEvent\\ Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/input/search-input.tsx:69 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#class-searchinput","text":"","title":"Class: SearchInput"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#hierarchy","text":"Component\\< Props > \u21b3 SearchInput","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate clear componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate onChange onKeyDown render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#constructor","text":"+ new SearchInput ( props : Readonly\\< Props >): SearchInput Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_input_search_input_.searchinput/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_input_search_input_.searchinput/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/input/search-input.tsx:27","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#clear","text":"\u25b8 clear (): void Defined in src/renderer/components/input/search-input.tsx:39 Returns: void","title":"clear"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/input/search-input.tsx:31 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/input/search-input.tsx:35 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#focus","text":"\u25b8 focus ( evt : KeyboardEvent): void Defined in src/renderer/components/input/search-input.tsx:62","title":"focus"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#onchange","text":"\u25b8 onChange ( val : string, evt : ChangeEvent\\ ): void Defined in src/renderer/components/input/search-input.tsx:45","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/input/search-input.tsx:49","title":"onKeyDown"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/input/search-input.tsx:69 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_.searchinput/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/search-input-url\" / SearchInputUrl Class: SearchInputUrl # Hierarchy # Component\\< Props > \u21b3 SearchInputUrl Index # Constructors # constructor Properties # context inputVal props refs state updateInput updateUrl contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate clear componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onChange render setState setValue shouldComponentUpdate Constructors # constructor # + new SearchInputUrl ( props : Readonly\\< Props >): SearchInputUrl Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: SearchInputUrl + new SearchInputUrl ( props : Props , context? : any): SearchInputUrl Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: SearchInputUrl Properties # context # \u2022 context : any Inherited from Tooltip . 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 inputVal # \u2022 inputVal : string = \"\" Defined in src/renderer/components/input/search-input-url.tsx:15 props # \u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 updateInput # \u2022 updateInput : IReactionDisposer = autorun(() => this.inputVal = getSearch()) Defined in src/renderer/components/input/search-input-url.tsx:18 updateUrl # \u2022 updateUrl : (Anonymous function) & Cancelable = debounce((val: string) => setSearch(val), 250) Defined in src/renderer/components/input/search-input-url.tsx:19 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void clear # \u25b8 clear (): void Defined in src/renderer/components/input/search-input-url.tsx:26 Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null onChange # \u25b8 onChange ( val : string, evt : ChangeEvent\\ ): void Defined in src/renderer/components/input/search-input-url.tsx:31 Parameters: Name Type val string evt ChangeEvent\\ Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/input/search-input-url.tsx:38 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void setValue # \u25b8 setValue ( value : string): void Defined in src/renderer/components/input/search-input-url.tsx:21 Parameters: Name Type value string Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#class-searchinputurl","text":"","title":"Class: SearchInputUrl"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#hierarchy","text":"Component\\< Props > \u21b3 SearchInputUrl","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#properties","text":"context inputVal props refs state updateInput updateUrl contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate clear componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onChange render setState setValue shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#constructor","text":"+ new SearchInputUrl ( props : Readonly\\< Props >): SearchInputUrl Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_input_search_input_url_.searchinputurl/#inputval","text":"\u2022 inputVal : string = \"\" Defined in src/renderer/components/input/search-input-url.tsx:15","title":"inputVal"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_input_search_input_url_.searchinputurl/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#updateinput","text":"\u2022 updateInput : IReactionDisposer = autorun(() => this.inputVal = getSearch()) Defined in src/renderer/components/input/search-input-url.tsx:18","title":"updateInput"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#updateurl","text":"\u2022 updateUrl : (Anonymous function) & Cancelable = debounce((val: string) => setSearch(val), 250) Defined in src/renderer/components/input/search-input-url.tsx:19","title":"updateUrl"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#clear","text":"\u25b8 clear (): void Defined in src/renderer/components/input/search-input-url.tsx:26 Returns: void","title":"clear"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#onchange","text":"\u25b8 onChange ( val : string, evt : ChangeEvent\\ ): void Defined in src/renderer/components/input/search-input-url.tsx:31","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/input/search-input-url.tsx:38 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#setvalue","text":"\u25b8 setValue ( value : string): void Defined in src/renderer/components/input/search-input-url.tsx:21","title":"setValue"},{"location":"extensions/api/classes/_src_renderer_components_input_search_input_url_.searchinputurl/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/item-list-layout\" / ItemListLayout Class: ItemListLayout # Hierarchy # Component\\< ItemListLayoutProps > \u21b3 ItemListLayout Index # Constructors # constructor Properties # context isUnmounting props refs state contextType defaultProps Accessors # allItems filters isReady items Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate applyFilters componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getRow getSnapshotBeforeUpdate removeItemsDialog render renderFilters renderFooter renderHeader renderHeaderContent renderInfo renderList renderNoItems setState shouldComponentUpdate Object literals # userSettings Constructors # constructor # + new ItemListLayout ( props : ItemListLayoutProps ): ItemListLayout Overrides Tooltip . constructor Defined in src/renderer/components/item-object-list/item-list-layout.tsx:99 Parameters: Name Type props ItemListLayoutProps Returns: ItemListLayout Properties # context # \u2022 context : any Inherited from Tooltip . 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 isUnmounting # \u2022 isUnmounting : boolean = false Defined in src/renderer/components/item-object-list/item-list-layout.tsx:94 props # \u2022 Readonly props : Readonly\\< ItemListLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/item-object-list/item-list-layout.tsx:92 Accessors # allItems # \u2022 get allItems (): ItemObject [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:181 Returns: ItemObject [] filters # \u2022 get filters (): Filter [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:164 Returns: Filter [] isReady # \u2022 get isReady (): boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:159 Returns: boolean items # \u2022 get items (): ItemObject [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:186 Returns: ItemObject [] Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< ItemListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< ItemListLayoutProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< ItemListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< ItemListLayoutProps > nextState Readonly\\<{}> nextContext any Returns: void applyFilters # \u25b8 applyFilters \\ ( filters : ItemsFilter [], items : T[]): T[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:176 Type parameters: Name T Parameters: Name Type filters ItemsFilter [] items T[] Returns: T[] componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 \\ Overrides Icon . componentDidMount Defined in src/renderer/components/item-object-list/item-list-layout.tsx:113 Returns: Promise \\ componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< ItemListLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< ItemListLayoutProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< ItemListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< ItemListLayoutProps > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/item-object-list/item-list-layout.tsx:127 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< ItemListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< ItemListLayoutProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getRow # \u25b8 getRow ( uid : string): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:201 Parameters: Name Type uid string Returns: Element getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< ItemListLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< ItemListLayoutProps > prevState Readonly\\<{}> Returns: any | null removeItemsDialog # \u25b8 removeItemsDialog (): void Defined in src/renderer/components/item-object-list/item-list-layout.tsx:251 Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/item-object-list/item-list-layout.tsx:433 Returns: Element renderFilters # \u25b8 renderFilters (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:274 Returns: Element renderFooter # \u25b8 renderFooter (): ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:427 Returns: ReactNode renderHeader # \u25b8 renderHeader (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:339 Returns: Element renderHeaderContent # \u25b8 renderHeaderContent ( placeholders : IHeaderPlaceholders ): ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:303 Parameters: Name Type placeholders IHeaderPlaceholders Returns: ReactNode renderInfo # \u25b8 renderInfo (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:317 Returns: Element renderList # \u25b8 renderList (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:373 Returns: Element renderNoItems # \u25b8 renderNoItems (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:283 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< ItemListLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< ItemListLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< ItemListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< ItemListLayoutProps > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # userSettings # \u25aa userSettings : object Defined in src/renderer/components/item-object-list/item-list-layout.tsx:97 Properties: Name Type Value showAppliedFilters false false","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#class-itemlistlayout","text":"","title":"Class: ItemListLayout"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#hierarchy","text":"Component\\< ItemListLayoutProps > \u21b3 ItemListLayout","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#properties","text":"context isUnmounting props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#accessors","text":"allItems filters isReady items","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate applyFilters componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getRow getSnapshotBeforeUpdate removeItemsDialog render renderFilters renderFooter renderHeader renderHeaderContent renderInfo renderList renderNoItems setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#object-literals","text":"userSettings","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#constructor","text":"+ new ItemListLayout ( props : ItemListLayoutProps ): ItemListLayout Overrides Tooltip . constructor Defined in src/renderer/components/item-object-list/item-list-layout.tsx:99","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#isunmounting","text":"\u2022 isUnmounting : boolean = false Defined in src/renderer/components/item-object-list/item-list-layout.tsx:94","title":"isUnmounting"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#props","text":"\u2022 Readonly props : Readonly\\< ItemListLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/item-object-list/item-list-layout.tsx:92","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#allitems","text":"\u2022 get allItems (): ItemObject [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:181 Returns: ItemObject []","title":"allItems"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#filters","text":"\u2022 get filters (): Filter [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:164 Returns: Filter []","title":"filters"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#isready","text":"\u2022 get isReady (): boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:159 Returns: boolean","title":"isReady"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#items","text":"\u2022 get items (): ItemObject [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:186 Returns: ItemObject []","title":"items"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< ItemListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< ItemListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#applyfilters","text":"\u25b8 applyFilters \\ ( filters : ItemsFilter [], items : T[]): T[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:176","title":"applyFilters"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#componentdidmount","text":"\u25b8 componentDidMount (): Promise \\ Overrides Icon . componentDidMount Defined in src/renderer/components/item-object-list/item-list-layout.tsx:113 Returns: Promise \\","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< ItemListLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< ItemListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/item-object-list/item-list-layout.tsx:127 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< ItemListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#getrow","text":"\u25b8 getRow ( uid : string): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:201","title":"getRow"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< ItemListLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#removeitemsdialog","text":"\u25b8 removeItemsDialog (): void Defined in src/renderer/components/item-object-list/item-list-layout.tsx:251 Returns: void","title":"removeItemsDialog"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/item-object-list/item-list-layout.tsx:433 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#renderfilters","text":"\u25b8 renderFilters (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:274 Returns: Element","title":"renderFilters"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#renderfooter","text":"\u25b8 renderFooter (): ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:427 Returns: ReactNode","title":"renderFooter"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#renderheader","text":"\u25b8 renderHeader (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:339 Returns: Element","title":"renderHeader"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#renderheadercontent","text":"\u25b8 renderHeaderContent ( placeholders : IHeaderPlaceholders ): ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:303","title":"renderHeaderContent"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#renderinfo","text":"\u25b8 renderInfo (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:317 Returns: Element","title":"renderInfo"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#renderlist","text":"\u25b8 renderList (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:373 Returns: Element","title":"renderList"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#rendernoitems","text":"\u25b8 renderNoItems (): Element Defined in src/renderer/components/item-object-list/item-list-layout.tsx:283 Returns: Element","title":"renderNoItems"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< ItemListLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< ItemListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayout/#usersettings","text":"\u25aa userSettings : object Defined in src/renderer/components/item-object-list/item-list-layout.tsx:97","title":"userSettings"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters-list\" / PageFiltersList Class: PageFiltersList # Hierarchy # Component\\< Props > \u21b3 PageFiltersList 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 remove render renderContent reset setState shouldComponentUpdate Object literals # defaultProps Constructors # constructor # + new PageFiltersList ( props : Readonly\\< Props >): PageFiltersList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: PageFiltersList + new PageFiltersList ( props : Props , context? : any): PageFiltersList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: PageFiltersList Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null remove # \u25b8 remove ( filter : Filter ): void Defined in src/renderer/components/item-object-list/page-filters-list.tsx:24 Parameters: Name Type filter Filter Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/item-object-list/page-filters-list.tsx:66 Returns: Element renderContent # \u25b8 renderContent (): Element Defined in src/renderer/components/item-object-list/page-filters-list.tsx:26 Returns: Element reset # \u25b8 reset (): void Defined in src/renderer/components/item-object-list/page-filters-list.tsx:23 Returns: void setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/item-object-list/page-filters-list.tsx:17 Properties: Name Type Value filters","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#class-pagefilterslist","text":"","title":"Class: PageFiltersList"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#hierarchy","text":"Component\\< Props > \u21b3 PageFiltersList","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate remove render renderContent reset setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#constructor","text":"+ new PageFiltersList ( props : Readonly\\< Props >): PageFiltersList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#remove","text":"\u25b8 remove ( filter : Filter ): void Defined in src/renderer/components/item-object-list/page-filters-list.tsx:24","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/item-object-list/page-filters-list.tsx:66 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#rendercontent","text":"\u25b8 renderContent (): Element Defined in src/renderer/components/item-object-list/page-filters-list.tsx:26 Returns: Element","title":"renderContent"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#reset","text":"\u25b8 reset (): void Defined in src/renderer/components/item-object-list/page-filters-list.tsx:23 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_list_.pagefilterslist/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/item-object-list/page-filters-list.tsx:17","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters-select\" / PageFiltersSelect Class: PageFiltersSelect # Hierarchy # Component\\< Props > \u21b3 PageFiltersSelect Index # Constructors # constructor Properties # context props refs state contextType Accessors # groupedOptions options 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 PageFiltersSelect ( props : Readonly\\< Props >): PageFiltersSelect Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: PageFiltersSelect + new PageFiltersSelect ( props : Props , context? : any): PageFiltersSelect Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: PageFiltersSelect Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # groupedOptions # \u2022 get groupedOptions (): GroupSelectOption \\< SelectOptionFilter >[] Defined in src/renderer/components/item-object-list/page-filters-select.tsx:31 Returns: GroupSelectOption \\< SelectOptionFilter >[] options # \u2022 get options (): SelectOptionFilter [] Defined in src/renderer/components/item-object-list/page-filters-select.tsx:52 Returns: SelectOptionFilter [] Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/item-object-list/page-filters-select.tsx:82 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/item-object-list/page-filters-select.tsx:26 Properties: Name Type Value allowEmpty true true disableFilters object {}","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#class-pagefiltersselect","text":"","title":"Class: PageFiltersSelect"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#hierarchy","text":"Component\\< Props > \u21b3 PageFiltersSelect","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#accessors","text":"groupedOptions options","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#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/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#constructor","text":"+ new PageFiltersSelect ( props : Readonly\\< Props >): PageFiltersSelect Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#groupedoptions","text":"\u2022 get groupedOptions (): GroupSelectOption \\< SelectOptionFilter >[] Defined in src/renderer/components/item-object-list/page-filters-select.tsx:31 Returns: GroupSelectOption \\< SelectOptionFilter >[]","title":"groupedOptions"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#options","text":"\u2022 get options (): SelectOptionFilter [] Defined in src/renderer/components/item-object-list/page-filters-select.tsx:52 Returns: SelectOptionFilter []","title":"options"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/item-object-list/page-filters-select.tsx:82 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< Props >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_select_.pagefiltersselect/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/item-object-list/page-filters-select.tsx:26","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters.store\" / PageFiltersStore Class: PageFiltersStore # Hierarchy # PageFiltersStore Index # Constructors # constructor Properties # filters isDisabled Accessors # activeFilters Methods # addFilter disable enable getByType getValues isEnabled removeFilter reset syncWithContextNamespace syncWithGlobalSearch Constructors # constructor # + new PageFiltersStore (): PageFiltersStore Defined in src/renderer/components/item-object-list/page-filters.store.ts:23 Returns: PageFiltersStore Properties # filters # \u2022 Protected filters : IObservableArray\\< Filter > = observable.array\\ ([], { deep: false }) Defined in src/renderer/components/item-object-list/page-filters.store.ts:18 isDisabled # \u2022 Protected isDisabled : ObservableMap\\< FilterType , boolean> = observable.map\\ () Defined in src/renderer/components/item-object-list/page-filters.store.ts:19 Accessors # activeFilters # \u2022 get activeFilters (): Filter [] Defined in src/renderer/components/item-object-list/page-filters.store.ts:21 Returns: Filter [] Methods # addFilter # \u25b8 addFilter ( filter : Filter , begin? : boolean): void Defined in src/renderer/components/item-object-list/page-filters.store.ts:71 Parameters: Name Type Default value filter Filter - begin boolean false Returns: void disable # \u25b8 disable ( type : FilterType | FilterType []): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:101 Parameters: Name Type type FilterType | FilterType [] Returns: (Anonymous function) enable # \u25b8 enable ( type : FilterType | FilterType []): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:106 Parameters: Name Type type FilterType | FilterType [] Returns: (Anonymous function) getByType # \u25b8 getByType ( type : FilterType , value? : any): Filter Defined in src/renderer/components/item-object-list/page-filters.store.ts:85 Parameters: Name Type type FilterType value? any Returns: Filter getValues # \u25b8 getValues ( type : FilterType ): string[] Defined in src/renderer/components/item-object-list/page-filters.store.ts:91 Parameters: Name Type type FilterType Returns: string[] isEnabled # \u25b8 isEnabled ( type : FilterType ): boolean Defined in src/renderer/components/item-object-list/page-filters.store.ts:97 Parameters: Name Type type FilterType Returns: boolean removeFilter # \u25b8 removeFilter ( filter : Filter ): void Defined in src/renderer/components/item-object-list/page-filters.store.ts:78 Parameters: Name Type filter Filter Returns: void reset # \u25b8 reset (): void Defined in src/renderer/components/item-object-list/page-filters.store.ts:111 Returns: void syncWithContextNamespace # \u25b8 Protected syncWithContextNamespace (): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:30 Returns: (Anonymous function) syncWithGlobalSearch # \u25b8 Protected syncWithGlobalSearch (): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:53 Returns: (Anonymous function)","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#class-pagefiltersstore","text":"","title":"Class: PageFiltersStore"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#hierarchy","text":"PageFiltersStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#properties","text":"filters isDisabled","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#accessors","text":"activeFilters","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#methods","text":"addFilter disable enable getByType getValues isEnabled removeFilter reset syncWithContextNamespace syncWithGlobalSearch","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#constructor","text":"+ new PageFiltersStore (): PageFiltersStore Defined in src/renderer/components/item-object-list/page-filters.store.ts:23 Returns: PageFiltersStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#filters","text":"\u2022 Protected filters : IObservableArray\\< Filter > = observable.array\\ ([], { deep: false }) Defined in src/renderer/components/item-object-list/page-filters.store.ts:18","title":"filters"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#isdisabled","text":"\u2022 Protected isDisabled : ObservableMap\\< FilterType , boolean> = observable.map\\ () Defined in src/renderer/components/item-object-list/page-filters.store.ts:19","title":"isDisabled"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#activefilters","text":"\u2022 get activeFilters (): Filter [] Defined in src/renderer/components/item-object-list/page-filters.store.ts:21 Returns: Filter []","title":"activeFilters"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#addfilter","text":"\u25b8 addFilter ( filter : Filter , begin? : boolean): void Defined in src/renderer/components/item-object-list/page-filters.store.ts:71","title":"addFilter"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#disable","text":"\u25b8 disable ( type : FilterType | FilterType []): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:101","title":"disable"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#enable","text":"\u25b8 enable ( type : FilterType | FilterType []): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:106","title":"enable"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#getbytype","text":"\u25b8 getByType ( type : FilterType , value? : any): Filter Defined in src/renderer/components/item-object-list/page-filters.store.ts:85","title":"getByType"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#getvalues","text":"\u25b8 getValues ( type : FilterType ): string[] Defined in src/renderer/components/item-object-list/page-filters.store.ts:91","title":"getValues"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#isenabled","text":"\u25b8 isEnabled ( type : FilterType ): boolean Defined in src/renderer/components/item-object-list/page-filters.store.ts:97","title":"isEnabled"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#removefilter","text":"\u25b8 removeFilter ( filter : Filter ): void Defined in src/renderer/components/item-object-list/page-filters.store.ts:78","title":"removeFilter"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#reset","text":"\u25b8 reset (): void Defined in src/renderer/components/item-object-list/page-filters.store.ts:111 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#syncwithcontextnamespace","text":"\u25b8 Protected syncWithContextNamespace (): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:30 Returns: (Anonymous function)","title":"syncWithContextNamespace"},{"location":"extensions/api/classes/_src_renderer_components_item_object_list_page_filters_store_.pagefiltersstore/#syncwithglobalsearch","text":"\u25b8 Protected syncWithGlobalSearch (): (Anonymous function) Defined in src/renderer/components/item-object-list/page-filters.store.ts:53 Returns: (Anonymous function)","title":"syncWithGlobalSearch"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-details\" / KubeObjectDetails Class: KubeObjectDetails # 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\\<{}>): KubeObjectDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\<{}> Returns: KubeObjectDetails + new KubeObjectDetails ( props : {}, context? : any): KubeObjectDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props {} context? any Returns: KubeObjectDetails Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/kube-object/kube-object-details.tsx:65 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#class-kubeobjectdetails","text":"","title":"Class: KubeObjectDetails"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#hierarchy","text":"Component \u21b3 KubeObjectDetails","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#properties","text":"context isLoading loader loadingError props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#accessors","text":"isCrdInstance object path","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.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/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#constructor","text":"+ new KubeObjectDetails ( props : Readonly\\<{}>): KubeObjectDetails Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_details_.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/_src_renderer_components_kube_object_kube_object_details_.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/_src_renderer_components_kube_object_kube_object_details_.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/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#props","text":"\u2022 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.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/_src_renderer_components_kube_object_kube_object_details_.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/_src_renderer_components_kube_object_kube_object_details_.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/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/kube-object/kube-object-details.tsx:65 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetails/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-list-layout\" / KubeObjectListLayout Class: KubeObjectListLayout # Hierarchy # Component\\< KubeObjectListLayoutProps > \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\\< KubeObjectListLayoutProps >): KubeObjectListLayout Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< KubeObjectListLayoutProps > Returns: KubeObjectListLayout + new KubeObjectListLayout ( props : KubeObjectListLayoutProps , context? : any): KubeObjectListLayout Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< KubeObjectListLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectListLayoutProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectListLayoutProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeObjectListLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< KubeObjectListLayoutProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectListLayoutProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectListLayoutProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeObjectListLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< KubeObjectListLayoutProps > prevState Readonly\\<{}> Returns: any | 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 Overrides void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:30 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectListLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectListLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< KubeObjectListLayoutProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#class-kubeobjectlistlayout","text":"","title":"Class: KubeObjectListLayout"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#hierarchy","text":"Component\\< KubeObjectListLayoutProps > \u21b3 KubeObjectListLayout","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#accessors","text":"selectedItem","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.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/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#constructor","text":"+ new KubeObjectListLayout ( props : Readonly\\< KubeObjectListLayoutProps >): KubeObjectListLayout Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#props","text":"\u2022 Readonly props : Readonly\\< KubeObjectListLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.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/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeObjectListLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeObjectListLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#ondetails","text":"\u25b8 onDetails ( item : KubeObject ): void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:21","title":"onDetails"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:30 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectListLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeObjectListLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-menu\" / KubeObjectMenu Class: KubeObjectMenu # Hierarchy # Component\\< KubeObjectMenuProps > \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\\< KubeObjectMenuProps >): KubeObjectMenu Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< KubeObjectMenuProps > Returns: KubeObjectMenu + new KubeObjectMenu ( props : KubeObjectMenuProps , context? : any): KubeObjectMenu Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< KubeObjectMenuProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 \\ Defined in src/renderer/components/kube-object/kube-object-menu.tsx:18 Returns: KubeObjectStore \\ Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMenuProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMenuProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeObjectMenuProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMenuProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeObjectMenuProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< KubeObjectMenuProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMenuProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMenuProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeObjectMenuProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMenuProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeObjectMenuProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< KubeObjectMenuProps > prevState Readonly\\<{}> Returns: any | null remove # \u25b8 remove (): Promise \\ Defined in src/renderer/components/kube-object/kube-object-menu.tsx:41 Returns: Promise \\ render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/kube-object/kube-object-menu.tsx:58 Returns: Element renderRemoveMessage # \u25b8 renderRemoveMessage (): Element Defined in src/renderer/components/kube-object/kube-object-menu.tsx:49 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectMenuProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectMenuProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeObjectMenuProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< KubeObjectMenuProps > nextState Readonly\\<{}> nextContext any Returns: boolean update # \u25b8 update (): Promise \\ Defined in src/renderer/components/kube-object/kube-object-menu.tsx:35 Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#class-kubeobjectmenu","text":"","title":"Class: KubeObjectMenu"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#hierarchy","text":"Component\\< KubeObjectMenuProps > \u21b3 KubeObjectMenu","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#accessors","text":"isEditable isRemovable store","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.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/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#constructor","text":"+ new KubeObjectMenu ( props : Readonly\\< KubeObjectMenuProps >): KubeObjectMenu Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#props","text":"\u2022 Readonly props : Readonly\\< KubeObjectMenuProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.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/_src_renderer_components_kube_object_kube_object_menu_.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/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#store","text":"\u2022 get store (): KubeObjectStore \\ Defined in src/renderer/components/kube-object/kube-object-menu.tsx:18 Returns: KubeObjectStore \\","title":"store"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMenuProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeObjectMenuProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeObjectMenuProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMenuProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeObjectMenuProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeObjectMenuProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#remove","text":"\u25b8 remove (): Promise \\ Defined in src/renderer/components/kube-object/kube-object-menu.tsx:41 Returns: Promise \\","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/kube-object/kube-object-menu.tsx:58 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#renderremovemessage","text":"\u25b8 renderRemoveMessage (): Element Defined in src/renderer/components/kube-object/kube-object-menu.tsx:49 Returns: Element","title":"renderRemoveMessage"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectMenuProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeObjectMenuProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenu/#update","text":"\u25b8 update (): Promise \\ Defined in src/renderer/components/kube-object/kube-object-menu.tsx:35 Returns: Promise \\","title":"update"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-meta\" / KubeObjectMeta Class: KubeObjectMeta # Hierarchy # Component\\< KubeObjectMetaProps > \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\\< KubeObjectMetaProps >): KubeObjectMeta Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< KubeObjectMetaProps > Returns: KubeObjectMeta + new KubeObjectMeta ( props : KubeObjectMetaProps , context? : any): KubeObjectMeta Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< KubeObjectMetaProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultHiddenFields # \u25aa Static defaultHiddenFields : IKubeMetaField [] = [ \"uid\", \"resourceVersion\", \"selfLink\" ] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:15 Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMetaProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMetaProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeObjectMetaProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMetaProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeObjectMetaProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< KubeObjectMetaProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMetaProps >, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMetaProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeObjectMetaProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< KubeObjectMetaProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeObjectMetaProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< KubeObjectMetaProps > prevState Readonly\\<{}> Returns: any | null isHidden # \u25b8 isHidden ( field : IKubeMetaField ): boolean Defined in src/renderer/components/kube-object/kube-object-meta.tsx:19 Parameters: Name Type field IKubeMetaField Returns: boolean render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/kube-object/kube-object-meta.tsx:24 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectMetaProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectMetaProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeObjectMetaProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< KubeObjectMetaProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#class-kubeobjectmeta","text":"","title":"Class: KubeObjectMeta"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#hierarchy","text":"Component\\< KubeObjectMetaProps > \u21b3 KubeObjectMeta","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#properties","text":"context props refs state contextType defaultHiddenFields","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.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/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#constructor","text":"+ new KubeObjectMeta ( props : Readonly\\< KubeObjectMetaProps >): KubeObjectMeta Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#props","text":"\u2022 Readonly props : Readonly\\< KubeObjectMetaProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#defaulthiddenfields","text":"\u25aa Static defaultHiddenFields : IKubeMetaField [] = [ \"uid\", \"resourceVersion\", \"selfLink\" ] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:15","title":"defaultHiddenFields"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMetaProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< KubeObjectMetaProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< KubeObjectMetaProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< KubeObjectMetaProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< KubeObjectMetaProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< KubeObjectMetaProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#ishidden","text":"\u25b8 isHidden ( field : IKubeMetaField ): boolean Defined in src/renderer/components/kube-object/kube-object-meta.tsx:19","title":"isHidden"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/kube-object/kube-object-meta.tsx:24 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< KubeObjectMetaProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmeta/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< KubeObjectMetaProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/page-layout\" / PageLayout Class: PageLayout # Hierarchy # Component\\< PageLayoutProps > \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\\< PageLayoutProps >): PageLayout Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< PageLayoutProps > Returns: PageLayout + new PageLayout ( props : PageLayoutProps , context? : any): PageLayout Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< PageLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/layout/page-layout.tsx:27 Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< PageLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< PageLayoutProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< PageLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< PageLayoutProps > nextState Readonly\\<{}> 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 componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 \\ Overrides Icon . componentDidMount Defined in src/renderer/components/layout/page-layout.tsx:38 Returns: Promise \\ componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< PageLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< PageLayoutProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< PageLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< PageLayoutProps > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/layout/page-layout.tsx:42 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< PageLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< PageLayoutProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< PageLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< PageLayoutProps > prevState Readonly\\<{}> Returns: any | 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 Overrides void Defined in src/renderer/components/layout/page-layout.tsx:56 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< PageLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< PageLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< PageLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< PageLayoutProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#class-pagelayout","text":"","title":"Class: PageLayout"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#hierarchy","text":"Component\\< PageLayoutProps > \u21b3 PageLayout","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.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/_src_renderer_components_layout_page_layout_.pagelayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#constructor","text":"+ new PageLayout ( props : Readonly\\< PageLayoutProps >): PageLayout Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_layout_page_layout_.pagelayout/#props","text":"\u2022 Readonly props : Readonly\\< PageLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_layout_page_layout_.pagelayout/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/layout/page-layout.tsx:27","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< PageLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< PageLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#back","text":"\u25b8 back ( evt? : MouseEvent | KeyboardEvent): void Defined in src/renderer/components/layout/page-layout.tsx:30","title":"back"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#componentdidmount","text":"\u25b8 componentDidMount (): Promise \\ Overrides Icon . componentDidMount Defined in src/renderer/components/layout/page-layout.tsx:38 Returns: Promise \\","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< PageLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< PageLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/layout/page-layout.tsx:42 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< PageLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< PageLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#onescapekey","text":"\u25b8 onEscapeKey ( evt : KeyboardEvent): void Defined in src/renderer/components/layout/page-layout.tsx:46","title":"onEscapeKey"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/layout/page-layout.tsx:56 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< PageLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_layout_page_layout_.pagelayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< PageLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/wizard-layout\" / WizardLayout Class: WizardLayout # Hierarchy # Component\\< WizardLayoutProps > \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\\< WizardLayoutProps >): WizardLayout Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< WizardLayoutProps > Returns: WizardLayout + new WizardLayout ( props : WizardLayoutProps , context? : any): WizardLayout Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< WizardLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< WizardLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< WizardLayoutProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< WizardLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< WizardLayoutProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< WizardLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< WizardLayoutProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< WizardLayoutProps >, nextContext : any): void Inherited from Tooltip . 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\\< WizardLayoutProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< WizardLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< WizardLayoutProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< WizardLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< WizardLayoutProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/layout/wizard-layout.tsx:19 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< WizardLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< WizardLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< WizardLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< WizardLayoutProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#class-wizardlayout","text":"","title":"Class: WizardLayout"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#hierarchy","text":"Component\\< WizardLayoutProps > \u21b3 WizardLayout","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.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/_src_renderer_components_layout_wizard_layout_.wizardlayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#constructor","text":"+ new WizardLayout ( props : Readonly\\< WizardLayoutProps >): WizardLayout Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_layout_wizard_layout_.wizardlayout/#props","text":"\u2022 Readonly props : Readonly\\< WizardLayoutProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_layout_wizard_layout_.wizardlayout/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< WizardLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< WizardLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< WizardLayoutProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< WizardLayoutProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< WizardLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< WizardLayoutProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/layout/wizard-layout.tsx:19 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< WizardLayoutProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_layout_wizard_layout_.wizardlayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< WizardLayoutProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/","text":"@k8slens/extensions Globals / \"src/renderer/components/line-progress/line-progress\" / LineProgress Class: LineProgress # Hierarchy # PureComponent\\< LineProgressProps > \u21b3 LineProgress Index # Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate getSnapshotBeforeUpdate render shouldComponentUpdate Object literals # defaultProps Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< LineProgressProps >, nextContext : any): void Inherited from Tooltip . 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\\< LineProgressProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< LineProgressProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< LineProgressProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< LineProgressProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< LineProgressProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< LineProgressProps >, nextContext : any): void Inherited from Tooltip . 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\\< LineProgressProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< LineProgressProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< LineProgressProps > nextState Readonly\\<{}> nextContext any Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< LineProgressProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< LineProgressProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Defined in src/renderer/components/line-progress/line-progress.tsx:23 Returns: Element shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< LineProgressProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< LineProgressProps > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/line-progress/line-progress.tsx:16 Properties: Name Type Value max number 100 min number 0 precise number 2 value number 0","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#class-lineprogress","text":"","title":"Class: LineProgress"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#hierarchy","text":"PureComponent\\< LineProgressProps > \u21b3 LineProgress","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.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/_src_renderer_components_line_progress_line_progress_.lineprogress/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< LineProgressProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< LineProgressProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< LineProgressProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< LineProgressProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< LineProgressProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< LineProgressProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#render","text":"\u25b8 render (): Element Defined in src/renderer/components/line-progress/line-progress.tsx:23 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< LineProgressProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_line_progress_line_progress_.lineprogress/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/line-progress/line-progress.tsx:16","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu\" / Menu Class: Menu # Hierarchy # Component\\< MenuProps , State > \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\\< MenuProps >): Menu Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< MenuProps > Returns: Menu + new Menu ( props : MenuProps , context? : any): Menu Inherited from Tooltip . 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 Tooltip . 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 items # \u2022 Protected items : { [index:number]: MenuItem ; } Defined in src/renderer/components/menu/menu.tsx:55 opener # \u2022 opener : HTMLElement Defined in src/renderer/components/menu/menu.tsx:53 props # \u2022 Readonly props : Readonly\\< MenuProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . 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 : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : State Overrides Tooltip . state Defined in src/renderer/components/menu/menu.tsx:57 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultPropsMenu as object Defined in src/renderer/components/menu/menu.tsx:51 Accessors # focusableItems # \u2022 Protected get focusableItems (): MenuItem [] Defined in src/renderer/components/menu/menu.tsx:93 Returns: MenuItem [] focusedItem # \u2022 Protected get focusedItem (): MenuItem Defined in src/renderer/components/menu/menu.tsx:97 Returns: MenuItem isOpen # \u2022 get isOpen (): boolean Defined in src/renderer/components/menu/menu.tsx:59 Returns: boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< MenuProps >, nextContext : any): void Inherited from Tooltip . 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\\< MenuProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< MenuProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< MenuProps > nextState Readonly\\< State > nextContext any Returns: void bindItemRef # \u25b8 Protected bindItemRef ( item : MenuItem , index : number): void Defined in src/renderer/components/menu/menu.tsx:220 Parameters: Name Type item MenuItem index number Returns: void bindRef # \u25b8 Protected 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 componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/menu/menu.tsx:63 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< MenuProps >, prevState : Readonly\\< State >, snapshot? : any): void Inherited from Tooltip . 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\\< MenuProps > prevState Readonly\\< State > snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< MenuProps >, nextContext : any): void Inherited from Tooltip . 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\\< MenuProps > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/menu/menu.tsx:82 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< MenuProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< MenuProps > nextState Readonly\\< State > nextContext any Returns: void focusNextItem # \u25b8 Protected focusNextItem ( reverse? : boolean): void Defined in src/renderer/components/menu/menu.tsx:101 Parameters: Name Type Default value reverse boolean false Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< MenuProps >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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\\< MenuProps > prevState Readonly\\< State > Returns: any | 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 Overrides void Defined in src/renderer/components/menu/menu.tsx:224 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< MenuProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof State Parameters: Name Type state (prevState: Readonly\\< State >, props: Readonly\\< MenuProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< MenuProps >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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\\< MenuProps > nextState Readonly\\< State > nextContext any Returns: boolean toggle # \u25b8 toggle (): void Defined in src/renderer/components/menu/menu.tsx:162 Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#class-menu","text":"","title":"Class: Menu"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#hierarchy","text":"Component\\< MenuProps , State > \u21b3 Menu","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#properties","text":"context elem items opener props refreshPosition refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#accessors","text":"focusableItems focusedItem isOpen","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.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/_src_renderer_components_menu_menu_.menu/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#constructor","text":"+ new Menu ( props : Readonly\\< MenuProps >): Menu Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_menu_menu_.menu/#elem","text":"\u2022 elem : HTMLUListElement Defined in src/renderer/components/menu/menu.tsx:54","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#items","text":"\u2022 Protected items : { [index:number]: MenuItem ; } Defined in src/renderer/components/menu/menu.tsx:55","title":"items"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#opener","text":"\u2022 opener : HTMLElement Defined in src/renderer/components/menu/menu.tsx:53","title":"opener"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#props","text":"\u2022 Readonly props : Readonly\\< MenuProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.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/_src_renderer_components_menu_menu_.menu/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_menu_menu_.menu/#state","text":"\u2022 state : State Overrides Tooltip . state Defined in src/renderer/components/menu/menu.tsx:57","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#defaultprops","text":"\u25aa Static defaultProps : object = defaultPropsMenu as object Defined in src/renderer/components/menu/menu.tsx:51","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#focusableitems","text":"\u2022 Protected get focusableItems (): MenuItem [] Defined in src/renderer/components/menu/menu.tsx:93 Returns: MenuItem []","title":"focusableItems"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#focuseditem","text":"\u2022 Protected get focusedItem (): MenuItem Defined in src/renderer/components/menu/menu.tsx:97 Returns: MenuItem","title":"focusedItem"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#isopen","text":"\u2022 get isOpen (): boolean Defined in src/renderer/components/menu/menu.tsx:59 Returns: boolean","title":"isOpen"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< MenuProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< MenuProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#binditemref","text":"\u25b8 Protected bindItemRef ( item : MenuItem , index : number): void Defined in src/renderer/components/menu/menu.tsx:220","title":"bindItemRef"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#bindref","text":"\u25b8 Protected bindRef ( elem : HTMLUListElement): void Defined in src/renderer/components/menu/menu.tsx:216","title":"bindRef"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#close","text":"\u25b8 close (): void Defined in src/renderer/components/menu/menu.tsx:157 Returns: void","title":"close"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/menu/menu.tsx:63 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< MenuProps >, prevState : Readonly\\< State >, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< MenuProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/menu/menu.tsx:82 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< MenuProps >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#focusnextitem","text":"\u25b8 Protected focusNextItem ( reverse? : boolean): void Defined in src/renderer/components/menu/menu.tsx:101","title":"focusNextItem"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< MenuProps >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#onclickoutside","text":"\u25b8 onClickOutside ( evt : MouseEvent): void Defined in src/renderer/components/menu/menu.tsx:205","title":"onClickOutside"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent): void Defined in src/renderer/components/menu/menu.tsx:166","title":"onKeyDown"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#onscrolloutside","text":"\u25b8 onScrollOutside ( evt : UIEvent): void Defined in src/renderer/components/menu/menu.tsx:196","title":"onScrollOutside"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#onwindowresize","text":"\u25b8 onWindowResize ( evt : UIEvent): void Defined in src/renderer/components/menu/menu.tsx:191","title":"onWindowResize"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#open","text":"\u25b8 open (): void Defined in src/renderer/components/menu/menu.tsx:150 Returns: void","title":"open"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/menu/menu.tsx:224 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< MenuProps >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< MenuProps >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menu/#toggle","text":"\u25b8 toggle (): void Defined in src/renderer/components/menu/menu.tsx:162 Returns: void","title":"toggle"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu\" / MenuItem Class: MenuItem # Hierarchy # Component\\< MenuItemProps > \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\\< MenuItemProps >): MenuItem Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< MenuItemProps > Returns: MenuItem + new MenuItem ( props : MenuItemProps , context? : any): MenuItem Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< MenuItemProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static contextType : Context\\< Menu > = MenuContext Overrides Tooltip . contextType Defined in src/renderer/components/menu/menu.tsx:287 defaultProps # \u25aa Static 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< MenuItemProps >, nextContext : any): void Inherited from Tooltip . 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\\< MenuItemProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< MenuItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< MenuItemProps > nextState Readonly\\<{}> nextContext any Returns: void bindRef # \u25b8 Protected bindRef ( elem : HTMLElement): void Defined in src/renderer/components/menu/menu.tsx:311 Parameters: Name Type elem HTMLElement Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< MenuItemProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< MenuItemProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< MenuItemProps >, nextContext : any): void Inherited from Tooltip . 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\\< MenuItemProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< MenuItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< MenuItemProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< MenuItemProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< MenuItemProps > prevState Readonly\\<{}> Returns: any | 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 Overrides void Defined in src/renderer/components/menu/menu.tsx:315 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< MenuItemProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< MenuItemProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< MenuItemProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< MenuItemProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#class-menuitem","text":"","title":"Class: MenuItem"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#hierarchy","text":"Component\\< MenuItemProps > \u21b3 MenuItem","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#properties","text":"context elem props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#accessors","text":"isFocusable isLink","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.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/_src_renderer_components_menu_menu_.menuitem/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#constructor","text":"+ new MenuItem ( props : Readonly\\< MenuItemProps >): MenuItem Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#context","text":"\u2022 context : MenuContextValue Overrides Tooltip . context Defined in src/renderer/components/menu/menu.tsx:289","title":"context"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/menu/menu.tsx:290","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#props","text":"\u2022 Readonly props : Readonly\\< MenuItemProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_menu_menu_.menuitem/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#contexttype","text":"\u25aa Static contextType : Context\\< Menu > = MenuContext Overrides Tooltip . contextType Defined in src/renderer/components/menu/menu.tsx:287","title":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#defaultprops","text":"\u25aa Static defaultProps : object = defaultPropsMenuItem as object Defined in src/renderer/components/menu/menu.tsx:286","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#isfocusable","text":"\u2022 get isFocusable (): boolean Defined in src/renderer/components/menu/menu.tsx:292 Returns: boolean","title":"isFocusable"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#islink","text":"\u2022 get isLink (): boolean Defined in src/renderer/components/menu/menu.tsx:297 Returns: boolean","title":"isLink"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< MenuItemProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< MenuItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#bindref","text":"\u25b8 Protected bindRef ( elem : HTMLElement): void Defined in src/renderer/components/menu/menu.tsx:311","title":"bindRef"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< MenuItemProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< MenuItemProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< MenuItemProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< MenuItemProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#onclick","text":"\u25b8 onClick ( evt : MouseEvent): void Defined in src/renderer/components/menu/menu.tsx:301","title":"onClick"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/menu/menu.tsx:315 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< MenuItemProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_.menuitem/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< MenuItemProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu-actions\" / MenuActions Class: MenuActions # Hierarchy # Component\\< MenuActionsProps > \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\\< MenuActionsProps >): MenuActions Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< MenuActionsProps > Returns: MenuActions + new MenuActions ( props : MenuActionsProps , context? : any): MenuActions Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< MenuActionsProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< MenuActionsProps >, nextContext : any): void Inherited from Tooltip . 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\\< MenuActionsProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< MenuActionsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< MenuActionsProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< MenuActionsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< MenuActionsProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< MenuActionsProps >, nextContext : any): void Inherited from Tooltip . 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\\< MenuActionsProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< MenuActionsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< MenuActionsProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< MenuActionsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< MenuActionsProps > prevState Readonly\\<{}> Returns: any | null remove # \u25b8 remove (): void Defined in src/renderer/components/menu/menu-actions.tsx:42 Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/menu/menu-actions.tsx:78 Returns: Element renderTriggerIcon # \u25b8 renderTriggerIcon (): Element Defined in src/renderer/components/menu/menu-actions.tsx:55 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< MenuActionsProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< MenuActionsProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< MenuActionsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< MenuActionsProps > nextState Readonly\\<{}> nextContext any Returns: boolean toggle # \u25b8 toggle (): void Defined in src/renderer/components/menu/menu-actions.tsx:36 Returns: void Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/menu/menu-actions.tsx:26 Properties: Name Type Value removeConfirmationMessage","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#class-menuactions","text":"","title":"Class: MenuActions"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#hierarchy","text":"Component\\< MenuActionsProps > \u21b3 MenuActions","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#properties","text":"context id isOpen props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.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/_src_renderer_components_menu_menu_actions_.menuactions/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#constructor","text":"+ new MenuActions ( props : Readonly\\< MenuActionsProps >): MenuActions Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_menu_menu_actions_.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/_src_renderer_components_menu_menu_actions_.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/_src_renderer_components_menu_menu_actions_.menuactions/#props","text":"\u2022 Readonly props : Readonly\\< MenuActionsProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_menu_menu_actions_.menuactions/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< MenuActionsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< MenuActionsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< MenuActionsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< MenuActionsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< MenuActionsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< MenuActionsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#remove","text":"\u25b8 remove (): void Defined in src/renderer/components/menu/menu-actions.tsx:42 Returns: void","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/menu/menu-actions.tsx:78 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#rendertriggericon","text":"\u25b8 renderTriggerIcon (): Element Defined in src/renderer/components/menu/menu-actions.tsx:55 Returns: Element","title":"renderTriggerIcon"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< MenuActionsProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< MenuActionsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#toggle","text":"\u25b8 toggle (): void Defined in src/renderer/components/menu/menu-actions.tsx:36 Returns: void","title":"toggle"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_menu_menu_actions_.menuactions/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/menu/menu-actions.tsx:26","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/","text":"@k8slens/extensions Globals / \"src/renderer/components/notifications/notifications\" / Notifications Class: Notifications # 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\\<{}>): Notifications Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\<{}> Returns: Notifications + new Notifications ( props : {}, context? : any): Notifications Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props {} context? any Returns: Notifications Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/notifications/notifications.tsx:41 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getMessage # \u25b8 getMessage ( notification : Notification ): (string | number | {} | ReactElement\\ ReactElement | null | {}> | ReactNodeArray | ReactPortal)[] Defined in src/renderer/components/notifications/notifications.tsx:59 Parameters: Name Type notification Notification Returns: (string | number | {} | ReactElement\\ ReactElement | null | {}> | ReactNodeArray | ReactPortal)[] getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\<{}> prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/notifications/notifications.tsx:67 Returns: Element scrollToLastNotification # \u25b8 scrollToLastNotification (): void Defined in src/renderer/components/notifications/notifications.tsx:49 Returns: void setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\<{}> nextState Readonly\\<{}> nextContext any Returns: boolean error # \u25b8 Static error ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:24 Parameters: Name Type message NotificationMessage Returns: void info # \u25b8 Static info ( message : NotificationMessage , customOpts? : Partial\\< Notification >): void Defined in src/renderer/components/notifications/notifications.tsx:32 Parameters: Name Type Default value message NotificationMessage - customOpts Partial\\< Notification > {} Returns: void ok # \u25b8 Static ok ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:16 Parameters: Name Type message NotificationMessage Returns: void","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#class-notifications","text":"","title":"Class: Notifications"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#hierarchy","text":"Component \u21b3 Notifications","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#properties","text":"context elem props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.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/_src_renderer_components_notifications_notifications_.notifications/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#constructor","text":"+ new Notifications ( props : Readonly\\<{}>): Notifications Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_notifications_notifications_.notifications/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/notifications/notifications.tsx:14","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#props","text":"\u2022 Readonly props : Readonly\\<{}> & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_notifications_notifications_.notifications/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/notifications/notifications.tsx:41 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#getmessage","text":"\u25b8 getMessage ( notification : Notification ): (string | number | {} | ReactElement\\ ReactElement | null | {}> | ReactNodeArray | ReactPortal)[] Defined in src/renderer/components/notifications/notifications.tsx:59","title":"getMessage"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\<{}>, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/notifications/notifications.tsx:67 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#scrolltolastnotification","text":"\u25b8 scrollToLastNotification (): void Defined in src/renderer/components/notifications/notifications.tsx:49 Returns: void","title":"scrollToLastNotification"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\<{}>) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\<{}>, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#error","text":"\u25b8 Static error ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:24","title":"error"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#info","text":"\u25b8 Static info ( message : NotificationMessage , customOpts? : Partial\\< Notification >): void Defined in src/renderer/components/notifications/notifications.tsx:32","title":"info"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_.notifications/#ok","text":"\u25b8 Static ok ( message : NotificationMessage ): void Defined in src/renderer/components/notifications/notifications.tsx:16","title":"ok"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/","text":"@k8slens/extensions Globals / \"src/renderer/components/notifications/notifications.store\" / NotificationsStore Class: NotificationsStore # Hierarchy # NotificationsStore Index # Properties # autoHideTimers notifications Methods # add addAutoHideTimer remove removeAutoHideTimer Properties # autoHideTimers # \u2022 Protected autoHideTimers : Map\\ = new Map\\ () Defined in src/renderer/components/notifications/notifications.store.ts:28 notifications # \u2022 notifications : IObservableArray\\< Notification > = 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":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#class-notificationsstore","text":"","title":"Class: NotificationsStore"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#hierarchy","text":"NotificationsStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#properties","text":"autoHideTimers notifications","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#methods","text":"add addAutoHideTimer remove removeAutoHideTimer","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#autohidetimers","text":"\u2022 Protected autoHideTimers : Map\\ = new Map\\ () Defined in src/renderer/components/notifications/notifications.store.ts:28","title":"autoHideTimers"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#notifications","text":"\u2022 notifications : IObservableArray\\< Notification > = observable\\ ([], { deep: false }) Defined in src/renderer/components/notifications/notifications.store.ts:26","title":"notifications"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#add","text":"\u25b8 add ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:48","title":"add"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#addautohidetimer","text":"\u25b8 addAutoHideTimer ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:30","title":"addAutoHideTimer"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#remove","text":"\u25b8 remove ( itemOrId : NotificationId | Notification ): boolean Defined in src/renderer/components/notifications/notifications.store.ts:59","title":"remove"},{"location":"extensions/api/classes/_src_renderer_components_notifications_notifications_store_.notificationsstore/#removeautohidetimer","text":"\u25b8 removeAutoHideTimer ( notification : Notification ): void Defined in src/renderer/components/notifications/notifications.store.ts:39","title":"removeAutoHideTimer"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/","text":"@k8slens/extensions Globals / \"src/renderer/components/radio/radio\" / Radio Class: Radio # Hierarchy # Component\\< RadioProps > \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\\< RadioProps >): Radio Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< RadioProps > Returns: Radio + new Radio ( props : RadioProps , context? : any): Radio Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< RadioProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< RadioProps >, nextContext : any): void Inherited from Tooltip . 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\\< RadioProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< RadioProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< RadioProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< RadioProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< RadioProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< RadioProps >, nextContext : any): void Inherited from Tooltip . 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\\< RadioProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< RadioProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< RadioProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< RadioProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< RadioProps > prevState Readonly\\<{}> Returns: any | null onChange # \u25b8 onChange (): void Defined in src/renderer/components/radio/radio.tsx:50 Returns: void onKeyDown # \u25b8 onKeyDown ( e : KeyboardEvent\\ ): void Defined in src/renderer/components/radio/radio.tsx:57 Parameters: Name Type e KeyboardEvent\\ Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/radio/radio.tsx:66 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< RadioProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< RadioProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< RadioProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< RadioProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#class-radio","text":"","title":"Class: Radio"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#hierarchy","text":"Component\\< RadioProps > \u21b3 Radio","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.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/_src_renderer_components_radio_radio_.radio/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#constructor","text":"+ new Radio ( props : Readonly\\< RadioProps >): Radio Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_radio_radio_.radio/#props","text":"\u2022 Readonly props : Readonly\\< RadioProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_radio_radio_.radio/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< RadioProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< RadioProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< RadioProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< RadioProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< RadioProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< RadioProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#onchange","text":"\u25b8 onChange (): void Defined in src/renderer/components/radio/radio.tsx:50 Returns: void","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#onkeydown","text":"\u25b8 onKeyDown ( e : KeyboardEvent\\ ): void Defined in src/renderer/components/radio/radio.tsx:57","title":"onKeyDown"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/radio/radio.tsx:66 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< RadioProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radio/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< RadioProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/","text":"@k8slens/extensions Globals / \"src/renderer/components/radio/radio\" / RadioGroup Class: RadioGroup # Hierarchy # Component\\< RadioGroupProps , {}> \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\\< RadioGroupProps >): RadioGroup Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< RadioGroupProps > Returns: RadioGroup + new RadioGroup ( props : RadioGroupProps , context? : any): RadioGroup Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< RadioGroupProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< RadioGroupProps >, nextContext : any): void Inherited from Tooltip . 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\\< RadioGroupProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< RadioGroupProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< RadioGroupProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< RadioGroupProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< RadioGroupProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< RadioGroupProps >, nextContext : any): void Inherited from Tooltip . 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\\< RadioGroupProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< RadioGroupProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< RadioGroupProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< RadioGroupProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< RadioGroupProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/radio/radio.tsx:17 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< RadioGroupProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< RadioGroupProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< RadioGroupProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< RadioGroupProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#class-radiogroup","text":"","title":"Class: RadioGroup"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#hierarchy","text":"Component\\< RadioGroupProps , {}> \u21b3 RadioGroup","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.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/_src_renderer_components_radio_radio_.radiogroup/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#constructor","text":"+ new RadioGroup ( props : Readonly\\< RadioGroupProps >): RadioGroup Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_radio_radio_.radiogroup/#props","text":"\u2022 Readonly props : Readonly\\< RadioGroupProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_radio_radio_.radiogroup/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< RadioGroupProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< RadioGroupProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< RadioGroupProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< RadioGroupProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< RadioGroupProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< RadioGroupProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/radio/radio.tsx:17 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< RadioGroupProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_radio_radio_.radiogroup/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< RadioGroupProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/","text":"@k8slens/extensions Globals / \"src/renderer/components/select/select\" / Select Class: Select # Hierarchy # Component\\< SelectProps > \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\\< SelectProps >): Select Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< SelectProps > Returns: Select + new Select ( props : SelectProps , context? : any): Select Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< SelectProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 \\ | SelectOption \\ [] Defined in src/renderer/components/select/select.tsx:57 Returns: SelectOption \\ | SelectOption \\ [] theme # \u2022 get theme (): \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Defined in src/renderer/components/select/select.tsx:42 Returns: \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< SelectProps >, nextContext : any): void Inherited from Tooltip . 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\\< SelectProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< SelectProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< SelectProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< SelectProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< SelectProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< SelectProps >, nextContext : any): void Inherited from Tooltip . 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\\< SelectProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< SelectProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< SelectProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< SelectProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< SelectProps > prevState Readonly\\<{}> Returns: any | null isValidOption # \u25b8 Protected 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\\ ): void Defined in src/renderer/components/select/select.tsx:79 Parameters: Name Type value SelectOption meta ActionMeta\\ Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/select/select.tsx:86 Parameters: Name Type evt KeyboardEvent\\ Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/select/select.tsx:94 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< SelectProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< SelectProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< SelectProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< SelectProps > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/select/select.tsx:36 Properties: Name Type Value autoConvertOptions true true menuPlacement \\\"auto\\\" \"auto\" menuPortalTarget HTMLElement document.body","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#class-select","text":"","title":"Class: Select"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#hierarchy","text":"Component\\< SelectProps > \u21b3 Select","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#accessors","text":"options selectedOption theme","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.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/_src_renderer_components_select_select_.select/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#constructor","text":"+ new Select ( props : Readonly\\< SelectProps >): Select Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_select_select_.select/#props","text":"\u2022 Readonly props : Readonly\\< SelectProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_select_select_.select/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#options","text":"\u2022 get options (): SelectOption [] Defined in src/renderer/components/select/select.tsx:68 Returns: SelectOption []","title":"options"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#selectedoption","text":"\u2022 get selectedOption (): SelectOption \\ | SelectOption \\ [] Defined in src/renderer/components/select/select.tsx:57 Returns: SelectOption \\ | SelectOption \\ []","title":"selectedOption"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.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/_src_renderer_components_select_select_.select/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< SelectProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< SelectProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< SelectProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< SelectProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< SelectProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< SelectProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#isvalidoption","text":"\u25b8 Protected isValidOption ( opt : SelectOption | any): boolean Defined in src/renderer/components/select/select.tsx:53","title":"isValidOption"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#onchange","text":"\u25b8 onChange ( value : SelectOption , meta : ActionMeta\\ ): void Defined in src/renderer/components/select/select.tsx:79","title":"onChange"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/select/select.tsx:86","title":"onKeyDown"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/select/select.tsx:94 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< SelectProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< SelectProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_select_select_.select/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/select/select.tsx:36","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/","text":"@k8slens/extensions Globals / \"src/renderer/components/slider/slider\" / Slider Class: Slider # Hierarchy # Component\\< SliderProps > \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\\< SliderProps >): Slider Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< SliderProps > Returns: Slider + new Slider ( props : SliderProps , context? : any): Slider Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< SliderProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/slider/slider.tsx:21 Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< SliderProps >, nextContext : any): void Inherited from Tooltip . 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\\< SliderProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< SliderProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< SliderProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< SliderProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< SliderProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< SliderProps >, nextContext : any): void Inherited from Tooltip . 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\\< SliderProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< SliderProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< SliderProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< SliderProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< SliderProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/slider/slider.tsx:30 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< SliderProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< SliderProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< SliderProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< SliderProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#class-slider","text":"","title":"Class: Slider"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#hierarchy","text":"Component\\< SliderProps > \u21b3 Slider","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.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/_src_renderer_components_slider_slider_.slider/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#constructor","text":"+ new Slider ( props : Readonly\\< SliderProps >): Slider Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_slider_slider_.slider/#props","text":"\u2022 Readonly props : Readonly\\< SliderProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_slider_slider_.slider/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/slider/slider.tsx:21","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< SliderProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< SliderProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< SliderProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< SliderProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< SliderProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< SliderProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/slider/slider.tsx:30 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< SliderProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_slider_slider_.slider/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< SliderProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/","text":"@k8slens/extensions Globals / \"src/renderer/components/spinner/cube-spinner\" / CubeSpinner Class: CubeSpinner # Hierarchy # Component\\< CubeSpinnerProps > \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\\< CubeSpinnerProps >): CubeSpinner Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< CubeSpinnerProps > Returns: CubeSpinner + new CubeSpinner ( props : CubeSpinnerProps , context? : any): CubeSpinner Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< CubeSpinnerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< CubeSpinnerProps >, nextContext : any): void Inherited from Tooltip . 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\\< CubeSpinnerProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< CubeSpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< CubeSpinnerProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< CubeSpinnerProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< CubeSpinnerProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< CubeSpinnerProps >, nextContext : any): void Inherited from Tooltip . 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\\< CubeSpinnerProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< CubeSpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< CubeSpinnerProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< CubeSpinnerProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< CubeSpinnerProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/spinner/cube-spinner.tsx:11 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< CubeSpinnerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< CubeSpinnerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< CubeSpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< CubeSpinnerProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#class-cubespinner","text":"","title":"Class: CubeSpinner"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#hierarchy","text":"Component\\< CubeSpinnerProps > \u21b3 CubeSpinner","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.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/_src_renderer_components_spinner_cube_spinner_.cubespinner/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#constructor","text":"+ new CubeSpinner ( props : Readonly\\< CubeSpinnerProps >): CubeSpinner Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_spinner_cube_spinner_.cubespinner/#props","text":"\u2022 Readonly props : Readonly\\< CubeSpinnerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_spinner_cube_spinner_.cubespinner/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< CubeSpinnerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< CubeSpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< CubeSpinnerProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< CubeSpinnerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< CubeSpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< CubeSpinnerProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/spinner/cube-spinner.tsx:11 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< CubeSpinnerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_spinner_cube_spinner_.cubespinner/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< CubeSpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/","text":"@k8slens/extensions Globals / \"src/renderer/components/spinner/spinner\" / Spinner Class: Spinner # Hierarchy # Component\\< SpinnerProps , {}> \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\\< SpinnerProps >): Spinner Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< SpinnerProps > Returns: Spinner + new Spinner ( props : SpinnerProps , context? : any): Spinner Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< SpinnerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< SpinnerProps >, nextContext : any): void Inherited from Tooltip . 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\\< SpinnerProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< SpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< SpinnerProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< SpinnerProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< SpinnerProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< SpinnerProps >, nextContext : any): void Inherited from Tooltip . 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\\< SpinnerProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< SpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< SpinnerProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< SpinnerProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< SpinnerProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/spinner/spinner.tsx:19 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< SpinnerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< SpinnerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< SpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< SpinnerProps > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/spinner/spinner.tsx:14 Properties: Name Type Value center boolean false singleColor boolean true","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#class-spinner","text":"","title":"Class: Spinner"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#hierarchy","text":"Component\\< SpinnerProps , {}> \u21b3 Spinner","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.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/_src_renderer_components_spinner_spinner_.spinner/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#constructor","text":"+ new Spinner ( props : Readonly\\< SpinnerProps >): Spinner Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_spinner_spinner_.spinner/#props","text":"\u2022 Readonly props : Readonly\\< SpinnerProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_spinner_spinner_.spinner/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< SpinnerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< SpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< SpinnerProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< SpinnerProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< SpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< SpinnerProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/spinner/spinner.tsx:19 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< SpinnerProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< SpinnerProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_spinner_spinner_.spinner/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/spinner/spinner.tsx:14","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/","text":"@k8slens/extensions Globals / \"src/renderer/components/status-brick/status-brick\" / StatusBrick Class: StatusBrick # Hierarchy # Component\\< StatusBrickProps > \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\\< StatusBrickProps >): StatusBrick Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< StatusBrickProps > Returns: StatusBrick + new StatusBrick ( props : StatusBrickProps , context? : any): StatusBrick Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< StatusBrickProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< StatusBrickProps >, nextContext : any): void Inherited from Tooltip . 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\\< StatusBrickProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< StatusBrickProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< StatusBrickProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< StatusBrickProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< StatusBrickProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< StatusBrickProps >, nextContext : any): void Inherited from Tooltip . 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\\< StatusBrickProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< StatusBrickProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< StatusBrickProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< StatusBrickProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< StatusBrickProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/status-brick/status-brick.tsx:12 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< StatusBrickProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< StatusBrickProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< StatusBrickProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< StatusBrickProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#class-statusbrick","text":"","title":"Class: StatusBrick"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#hierarchy","text":"Component\\< StatusBrickProps > \u21b3 StatusBrick","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.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/_src_renderer_components_status_brick_status_brick_.statusbrick/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#constructor","text":"+ new StatusBrick ( props : Readonly\\< StatusBrickProps >): StatusBrick Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_status_brick_status_brick_.statusbrick/#props","text":"\u2022 Readonly props : Readonly\\< StatusBrickProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_status_brick_status_brick_.statusbrick/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< StatusBrickProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< StatusBrickProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< StatusBrickProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< StatusBrickProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< StatusBrickProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< StatusBrickProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/status-brick/status-brick.tsx:12 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< StatusBrickProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_status_brick_status_brick_.statusbrick/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< StatusBrickProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/","text":"@k8slens/extensions Globals / \"src/renderer/components/stepper/stepper\" / Stepper Class: Stepper # Hierarchy # Component\\< StepperProps , {}> \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\\< StepperProps >): Stepper Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< StepperProps > Returns: Stepper + new Stepper ( props : StepperProps , context? : any): Stepper Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< StepperProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< StepperProps >, nextContext : any): void Inherited from Tooltip . 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\\< StepperProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< StepperProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< StepperProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< StepperProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< StepperProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< StepperProps >, nextContext : any): void Inherited from Tooltip . 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\\< StepperProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< StepperProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< StepperProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< StepperProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< StepperProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/stepper/stepper.tsx:15 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< StepperProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< StepperProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< StepperProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< StepperProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#class-stepper","text":"","title":"Class: Stepper"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#hierarchy","text":"Component\\< StepperProps , {}> \u21b3 Stepper","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.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/_src_renderer_components_stepper_stepper_.stepper/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#constructor","text":"+ new Stepper ( props : Readonly\\< StepperProps >): Stepper Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_stepper_stepper_.stepper/#props","text":"\u2022 Readonly props : Readonly\\< StepperProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_stepper_stepper_.stepper/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< StepperProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< StepperProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< StepperProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< StepperProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< StepperProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< StepperProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/stepper/stepper.tsx:15 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< StepperProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_stepper_stepper_.stepper/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< StepperProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table\" / Table Class: Table # Hierarchy # Component\\< TableProps > \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\\< TableProps >): Table Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< TableProps > Returns: Table + new Table ( props : TableProps , context? : any): Table Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< TableProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 sortParamsLocal # \u2022 sortParamsLocal : Partial\\< TableSortParams > = this.props.sortByDefault Defined in src/renderer/components/table/table.tsx:56 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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\\< TableSortParams > Defined in src/renderer/components/table/table.tsx:58 Returns: Partial\\< TableSortParams > Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< TableProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< TableProps > prevState Readonly\\<{}> Returns: any | null getSorted # \u25b8 getSorted ( items : any[]): any[] Defined in src/renderer/components/table/table.tsx:97 Parameters: Name Type items any[] Returns: any[] onSort # \u25b8 Protected onSort ( params : TableSortParams ): void Defined in src/renderer/components/table/table.tsx:108 Parameters: Name Type params TableSortParams Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table.tsx:171 Returns: Element renderHead # \u25b8 renderHead (): ReactElement\\< TableHeadProps , string | (props: P) => ReactElement | null | {}> Defined in src/renderer/components/table/table.tsx:67 Returns: ReactElement\\< TableHeadProps , string | (props: P) => ReactElement | null | {}> renderRows # \u25b8 renderRows (): object Defined in src/renderer/components/table/table.tsx:133 Returns: object setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< TableProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< TableProps > nextState Readonly\\<{}> 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 # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/table/table.tsx:48 Properties: Name Type Value autoSize true true rowLineHeight string \"17px\" rowPadding string \"8px\" scrollable true true sortSyncWithUrl true true","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#class-table","text":"","title":"Class: Table"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#hierarchy","text":"Component\\< TableProps > \u21b3 Table","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#properties","text":"context props refs sortParamsLocal state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#accessors","text":"sortParams","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.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/_src_renderer_components_table_table_.table/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#constructor","text":"+ new Table ( props : Readonly\\< TableProps >): Table Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_table_table_.table/#props","text":"\u2022 Readonly props : Readonly\\< TableProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_table_table_.table/#sortparamslocal","text":"\u2022 sortParamsLocal : Partial\\< TableSortParams > = this.props.sortByDefault Defined in src/renderer/components/table/table.tsx:56","title":"sortParamsLocal"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#sortparams","text":"\u2022 get sortParams (): Partial\\< TableSortParams > Defined in src/renderer/components/table/table.tsx:58 Returns: Partial\\< TableSortParams >","title":"sortParams"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#getsorted","text":"\u25b8 getSorted ( items : any[]): any[] Defined in src/renderer/components/table/table.tsx:97","title":"getSorted"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#onsort","text":"\u25b8 Protected onSort ( params : TableSortParams ): void Defined in src/renderer/components/table/table.tsx:108","title":"onSort"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table.tsx:171 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#renderhead","text":"\u25b8 renderHead (): ReactElement\\< TableHeadProps , string | (props: P) => ReactElement | null | {}> Defined in src/renderer/components/table/table.tsx:67 Returns: ReactElement\\< TableHeadProps , string | (props: P) => ReactElement | null | {}>","title":"renderHead"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#renderrows","text":"\u25b8 renderRows (): object Defined in src/renderer/components/table/table.tsx:133 Returns: object","title":"renderRows"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#sort","text":"\u25b8 sort ( colName : TableSortBy ): void Defined in src/renderer/components/table/table.tsx:122","title":"sort"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_table_table_.table/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/table/table.tsx:48","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-cell\" / TableCell Class: TableCell # Hierarchy # Component\\< TableCellProps > \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\\< TableCellProps >): TableCell Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< TableCellProps > Returns: TableCell + new TableCell ( props : TableCellProps , context? : any): TableCell Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< TableCellProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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:33 Returns: boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableCellProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableCellProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableCellProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableCellProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableCellProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< TableCellProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableCellProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableCellProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableCellProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableCellProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableCellProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< TableCellProps > prevState Readonly\\<{}> Returns: any | null onClick # \u25b8 onClick ( evt : MouseEvent\\ ): void Defined in src/renderer/components/table/table-cell.tsx:24 Parameters: Name Type evt MouseEvent\\ Returns: void render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table-cell.tsx:59 Returns: Element renderCheckbox # \u25b8 renderCheckbox (): Element Defined in src/renderer/components/table/table-cell.tsx:51 Returns: Element renderSortIcon # \u25b8 renderSortIcon (): Element Defined in src/renderer/components/table/table-cell.tsx:38 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableCellProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< TableCellProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableCellProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< TableCellProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#class-tablecell","text":"","title":"Class: TableCell"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#hierarchy","text":"Component\\< TableCellProps > \u21b3 TableCell","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#accessors","text":"isSortable","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.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/_src_renderer_components_table_table_cell_.tablecell/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#constructor","text":"+ new TableCell ( props : Readonly\\< TableCellProps >): TableCell Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_table_table_cell_.tablecell/#props","text":"\u2022 Readonly props : Readonly\\< TableCellProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_table_table_cell_.tablecell/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#issortable","text":"\u2022 get isSortable (): boolean Defined in src/renderer/components/table/table-cell.tsx:33 Returns: boolean","title":"isSortable"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableCellProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableCellProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableCellProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableCellProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableCellProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableCellProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#onclick","text":"\u25b8 onClick ( evt : MouseEvent\\ ): void Defined in src/renderer/components/table/table-cell.tsx:24","title":"onClick"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table-cell.tsx:59 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#rendercheckbox","text":"\u25b8 renderCheckbox (): Element Defined in src/renderer/components/table/table-cell.tsx:51 Returns: Element","title":"renderCheckbox"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#rendersorticon","text":"\u25b8 renderSortIcon (): Element Defined in src/renderer/components/table/table-cell.tsx:38 Returns: Element","title":"renderSortIcon"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableCellProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_table_table_cell_.tablecell/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableCellProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-head\" / TableHead Class: TableHead # Hierarchy # Component\\< TableHeadProps > \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\\< TableHeadProps >): TableHead Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< TableHeadProps > Returns: TableHead + new TableHead ( props : TableHeadProps , context? : any): TableHead Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< TableHeadProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableHeadProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableHeadProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableHeadProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableHeadProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableHeadProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< TableHeadProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableHeadProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableHeadProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableHeadProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableHeadProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableHeadProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< TableHeadProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table-head.tsx:20 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableHeadProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< TableHeadProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableHeadProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< TableHeadProps > nextState Readonly\\<{}> nextContext any Returns: boolean Object literals # defaultProps # \u25aa Static defaultProps : object Defined in src/renderer/components/table/table-head.tsx:16 Properties: Name Type Value sticky true true","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#class-tablehead","text":"","title":"Class: TableHead"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#hierarchy","text":"Component\\< TableHeadProps > \u21b3 TableHead","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.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/_src_renderer_components_table_table_head_.tablehead/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#constructor","text":"+ new TableHead ( props : Readonly\\< TableHeadProps >): TableHead Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_table_table_head_.tablehead/#props","text":"\u2022 Readonly props : Readonly\\< TableHeadProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_table_table_head_.tablehead/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableHeadProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableHeadProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableHeadProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableHeadProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableHeadProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableHeadProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table-head.tsx:20 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableHeadProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableHeadProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_table_table_head_.tablehead/#defaultprops","text":"\u25aa Static defaultProps : object Defined in src/renderer/components/table/table-head.tsx:16","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-row\" / TableRow Class: TableRow # Hierarchy # Component\\< TableRowProps > \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\\< TableRowProps >): TableRow Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< TableRowProps > Returns: TableRow + new TableRow ( props : TableRowProps , context? : any): TableRow Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< TableRowProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableRowProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableRowProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableRowProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableRowProps > nextState Readonly\\<{}> nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableRowProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< TableRowProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableRowProps >, nextContext : any): void Inherited from Tooltip . 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\\< TableRowProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableRowProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TableRowProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableRowProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< TableRowProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table-row.tsx:20 Returns: Element setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableRowProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< TableRowProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableRowProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< TableRowProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#class-tablerow","text":"","title":"Class: TableRow"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#hierarchy","text":"Component\\< TableRowProps > \u21b3 TableRow","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.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/_src_renderer_components_table_table_row_.tablerow/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#constructor","text":"+ new TableRow ( props : Readonly\\< TableRowProps >): TableRow Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_table_table_row_.tablerow/#props","text":"\u2022 Readonly props : Readonly\\< TableRowProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_table_table_row_.tablerow/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TableRowProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TableRowProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TableRowProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TableRowProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TableRowProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TableRowProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/table/table-row.tsx:20 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TableRowProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_table_table_row_.tablerow/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TableRowProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/","text":"@k8slens/extensions Globals / \"src/renderer/components/tabs/tabs\" / Tab Class: Tab # Hierarchy # PureComponent\\< TabProps > \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 contextType # \u25aa Static contextType : Context\\< TabsContextValue \\ > = 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TabProps >, nextContext : any): void Inherited from Tooltip . 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\\< TabProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TabProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TabProps > nextState Readonly\\<{}> nextContext any Returns: void bindRef # \u25b8 Protected bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:114 Parameters: Name Type elem HTMLElement Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/tabs/tabs.tsx:107 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TabProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< TabProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TabProps >, nextContext : any): void Inherited from Tooltip . 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\\< TabProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TabProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TabProps > nextState Readonly\\<{}> nextContext any Returns: void focus # \u25b8 focus (): void Defined in src/renderer/components/tabs/tabs.tsx:71 Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TabProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< TabProps > prevState Readonly\\<{}> Returns: any | null onClick # \u25b8 onClick ( evt : MouseEvent\\ ): void Defined in src/renderer/components/tabs/tabs.tsx:83 Parameters: Name Type evt MouseEvent\\ Returns: void onFocus # \u25b8 onFocus ( evt : FocusEvent\\ ): void Defined in src/renderer/components/tabs/tabs.tsx:92 Parameters: Name Type evt FocusEvent\\ Returns: void onKeyDown # \u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/tabs/tabs.tsx:99 Parameters: Name Type evt KeyboardEvent\\ Returns: void render # \u25b8 render (): Element Defined in src/renderer/components/tabs/tabs.tsx:118 Returns: Element scrollIntoView # \u25b8 scrollIntoView (): void Defined in src/renderer/components/tabs/tabs.tsx:75 Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TabProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< TabProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#class-tab","text":"","title":"Class: Tab"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#hierarchy","text":"PureComponent\\< TabProps > \u21b3 Tab","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#properties","text":"context elem contextType","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#accessors","text":"isActive","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.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/_src_renderer_components_tabs_tabs_.tab/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#context","text":"\u2022 context : TabsContextValue Defined in src/renderer/components/tabs/tabs.tsx:63","title":"context"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/tabs/tabs.tsx:64","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#contexttype","text":"\u25aa Static contextType : Context\\< TabsContextValue \\ > = TabsContext Defined in src/renderer/components/tabs/tabs.tsx:62","title":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#isactive","text":"\u2022 get isActive (): boolean Defined in src/renderer/components/tabs/tabs.tsx:66 Returns: boolean","title":"isActive"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TabProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TabProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#bindref","text":"\u25b8 Protected bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:114","title":"bindRef"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/tabs/tabs.tsx:107 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TabProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TabProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TabProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#focus","text":"\u25b8 focus (): void Defined in src/renderer/components/tabs/tabs.tsx:71 Returns: void","title":"focus"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TabProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#onclick","text":"\u25b8 onClick ( evt : MouseEvent\\ ): void Defined in src/renderer/components/tabs/tabs.tsx:83","title":"onClick"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#onfocus","text":"\u25b8 onFocus ( evt : FocusEvent\\ ): void Defined in src/renderer/components/tabs/tabs.tsx:92","title":"onFocus"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#onkeydown","text":"\u25b8 onKeyDown ( evt : KeyboardEvent\\ ): void Defined in src/renderer/components/tabs/tabs.tsx:99","title":"onKeyDown"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#render","text":"\u25b8 render (): Element Defined in src/renderer/components/tabs/tabs.tsx:118 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#scrollintoview","text":"\u25b8 scrollIntoView (): void Defined in src/renderer/components/tabs/tabs.tsx:75 Returns: void","title":"scrollIntoView"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tab/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TabProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/","text":"@k8slens/extensions Globals / \"src/renderer/components/tabs/tabs\" / Tabs Class: Tabs # Hierarchy # PureComponent\\< TabsProps > \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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TabsProps >, nextContext : any): void Inherited from Tooltip . 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\\< TabsProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TabsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TabsProps > nextState Readonly\\<{}> nextContext any Returns: void bindRef # \u25b8 Protected bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:28 Parameters: Name Type elem HTMLElement Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Optional componentDidMount (): void Inherited from Icon . 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 componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TabsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< TabsProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TabsProps >, nextContext : any): void Inherited from Tooltip . 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\\< TabsProps > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TabsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TabsProps > nextState Readonly\\<{}> nextContext any Returns: void getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TabsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< TabsProps > prevState Readonly\\<{}> Returns: any | null render # \u25b8 render (): Element Defined in src/renderer/components/tabs/tabs.tsx:32 Returns: Element shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TabsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< TabsProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#class-tabs","text":"","title":"Class: Tabs"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#hierarchy","text":"PureComponent\\< TabsProps > \u21b3 Tabs","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#properties","text":"elem","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.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/_src_renderer_components_tabs_tabs_.tabs/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/tabs/tabs.tsx:25","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TabsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TabsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#bindref","text":"\u25b8 Protected bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tabs/tabs.tsx:28","title":"bindRef"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Inherited from Icon . 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":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TabsProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TabsProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TabsProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TabsProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#render","text":"\u25b8 render (): Element Defined in src/renderer/components/tabs/tabs.tsx:32 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_tabs_tabs_.tabs/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TabsProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/tooltip\" / Tooltip Class: Tooltip # Hierarchy # Component\\< TooltipProps > \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\\< TooltipProps >): Tooltip Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< TooltipProps > Returns: Tooltip + new Tooltip ( props : TooltipProps , context? : any): Tooltip Inherited from Tooltip . 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 Tooltip . 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 Readonly props : Readonly\\< TooltipProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 state # \u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static 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 # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TooltipProps >, nextContext : any): void Inherited from Tooltip . 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\\< TooltipProps > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TooltipProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TooltipProps > nextState Readonly\\<{}> 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 componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/tooltip/tooltip.tsx:66 Returns: void componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TooltipProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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\\< TooltipProps > prevState Readonly\\<{}> snapshot? any Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TooltipProps >, nextContext : any): void Inherited from Tooltip . 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\\< TooltipProps > nextContext any Returns: void componentWillUnmount # \u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/tooltip/tooltip.tsx:71 Returns: void componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TooltipProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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\\< TooltipProps > nextState Readonly\\<{}> nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getPosition # \u25b8 Protected 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 Name Type bottom number left number right number top number getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TooltipProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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\\< TooltipProps > prevState Readonly\\<{}> Returns: any | null onEnterTarget # \u25b8 Protected onEnterTarget ( evt : MouseEvent): void Defined in src/renderer/components/tooltip/tooltip.tsx:77 Parameters: Name Type evt MouseEvent Returns: void onLeaveTarget # \u25b8 Protected 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 Overrides void Defined in src/renderer/components/tooltip/tooltip.tsx:195 Returns: Element setPosition # \u25b8 Protected setPosition ( pos : { left: number ; top: number }): void Defined in src/renderer/components/tooltip/tooltip.tsx:134 Parameters: Name Type pos { left: number ; top: number } Returns: void setState # \u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TooltipProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof {} Parameters: Name Type state (prevState: Readonly\\<{}>, props: Readonly\\< TooltipProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TooltipProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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\\< TooltipProps > nextState Readonly\\<{}> nextContext any Returns: boolean","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#class-tooltip","text":"","title":"Class: Tooltip"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#hierarchy","text":"Component\\< TooltipProps > \u21b3 Tooltip","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#properties","text":"activePosition context elem isVisible props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#accessors","text":"hoverTarget targetElem","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.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/_src_renderer_components_tooltip_tooltip_.tooltip/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#constructor","text":"+ new Tooltip ( props : Readonly\\< TooltipProps >): Tooltip Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#activeposition","text":"\u2022 activePosition : TooltipPosition Defined in src/renderer/components/tooltip/tooltip.tsx:51","title":"activePosition"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_tooltip_tooltip_.tooltip/#elem","text":"\u2022 elem : HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:50","title":"elem"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#isvisible","text":"\u2022 isVisible : boolean = !!this.props.visible Defined in src/renderer/components/tooltip/tooltip.tsx:52","title":"isVisible"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#props","text":"\u2022 Readonly props : Readonly\\< TooltipProps > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_tooltip_tooltip_.tooltip/#state","text":"\u2022 state : Readonly\\<{}> Inherited from Tooltip . state Defined in node_modules/@types/react/index.d.ts:512","title":"state"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/tooltip/tooltip.tsx:48","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#hovertarget","text":"\u2022 get hoverTarget (): HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:58 Returns: HTMLElement","title":"hoverTarget"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#targetelem","text":"\u2022 get targetElem (): HTMLElement Defined in src/renderer/components/tooltip/tooltip.tsx:54 Returns: HTMLElement","title":"targetElem"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< TooltipProps >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< TooltipProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#bindref","text":"\u25b8 bindRef ( elem : HTMLElement): void Defined in src/renderer/components/tooltip/tooltip.tsx:191","title":"bindRef"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/tooltip/tooltip.tsx:66 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps : Readonly\\< TooltipProps >, prevState : Readonly\\<{}>, snapshot? : any): void Inherited from Tooltip . 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.","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< TooltipProps >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void Overrides Icon . componentWillUnmount Defined in src/renderer/components/tooltip/tooltip.tsx:71 Returns: void","title":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< TooltipProps >, nextState : Readonly\\<{}>, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#getposition","text":"\u25b8 Protected getPosition ( position : TooltipPosition , tooltipBounds : DOMRect, targetBounds : DOMRect): object Defined in src/renderer/components/tooltip/tooltip.tsx:140","title":"getPosition"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< TooltipProps >, prevState : Readonly\\<{}>): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#onentertarget","text":"\u25b8 Protected onEnterTarget ( evt : MouseEvent): void Defined in src/renderer/components/tooltip/tooltip.tsx:77","title":"onEnterTarget"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#onleavetarget","text":"\u25b8 Protected onLeaveTarget ( evt : MouseEvent): void Defined in src/renderer/components/tooltip/tooltip.tsx:83","title":"onLeaveTarget"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#refreshposition","text":"\u25b8 refreshPosition (): void Defined in src/renderer/components/tooltip/tooltip.tsx:88 Returns: void","title":"refreshPosition"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/tooltip/tooltip.tsx:195 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#setposition","text":"\u25b8 Protected setPosition ( pos : { left: number ; top: number }): void Defined in src/renderer/components/tooltip/tooltip.tsx:134","title":"setPosition"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\<{}>, props: Readonly\\< TooltipProps >) => Pick\\<{}, K> | {} | null | Pick\\<{}, K> | {} | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_tooltip_tooltip_.tooltip/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< TooltipProps >, nextState : Readonly\\<{}>, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/","text":"@k8slens/extensions Globals / \"src/renderer/components/virtual-list/virtual-list\" / VirtualList Class: VirtualList # Hierarchy # Component\\< Props , State > \u21b3 VirtualList Index # Constructors # constructor Properties # context props refs scrollToSelectedItem setListHeight contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getItemSize getSnapshotBeforeUpdate render scrollToItem setState shouldComponentUpdate Object literals # state Constructors # constructor # + new VirtualList ( props : Readonly\\< Props >): VirtualList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Readonly\\< Props > Returns: VirtualList + new VirtualList ( props : Props , context? : any): VirtualList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:488 deprecated see https://reactjs.org/docs/legacy-context.html Parameters: Name Type props Props context? any Returns: VirtualList Properties # context # \u2022 context : any Inherited from Tooltip . 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 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511 refs # \u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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 scrollToSelectedItem # \u2022 scrollToSelectedItem : (Anonymous function) & Cancelable = debounce(() => { if (!this.props.selectedItemId) return; const { items, selectedItemId } = this.props; const index = items.findIndex(item => item.getId() == selectedItemId); if (index === -1) return; this.listRef.current.scrollToItem(index, \"start\"); }) Defined in src/renderer/components/virtual-list/virtual-list.tsx:78 setListHeight # \u2022 setListHeight : (Anonymous function) & Cancelable = throttle(() => { const { parentRef, state: { height } } = this; if (!parentRef.current) return; const parentHeight = parentRef.current.clientHeight; if (parentHeight === height) return; this.setState({ height: parentHeight, }) }, 250) Defined in src/renderer/components/virtual-list/virtual-list.tsx:66 contextType # \u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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 defaultProps # \u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/virtual-list/virtual-list.tsx:42 Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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 UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: void componentDidCatch # \u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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 Icon . componentDidMount Defined in src/renderer/components/virtual-list/virtual-list.tsx:52 Returns: void componentDidUpdate # \u25b8 componentDidUpdate ( prevProps : Props ): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/virtual-list/virtual-list.tsx:59 Parameters: Name Type prevProps Props Returns: void componentWillMount # \u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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 componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextContext any Returns: void componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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 componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: void forceUpdate # \u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503 Parameters: Name Type callback? () => void Returns: void getItemSize # \u25b8 getItemSize ( index : number): number Defined in src/renderer/components/virtual-list/virtual-list.tsx:76 Parameters: Name Type index number Returns: number getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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\\< Props > prevState Readonly\\< State > Returns: any | null render # \u25b8 render (): Element Overrides void Defined in src/renderer/components/virtual-list/virtual-list.tsx:90 Returns: Element scrollToItem # \u25b8 scrollToItem ( index : number, align : Align): void Defined in src/renderer/components/virtual-list/virtual-list.tsx:86 Parameters: Name Type index number align Align Returns: void setState # \u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498 Type parameters: Name Type K keyof State Parameters: Name Type state (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null callback? () => void Returns: void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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\\< Props > nextState Readonly\\< State > nextContext any Returns: boolean Object literals # state # \u25aa state : object Overrides Tooltip . state Defined in src/renderer/components/virtual-list/virtual-list.tsx:47 Properties: Name Type Value height number 0 overscanCount number this.props.initialOffset","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#class-virtuallist","text":"","title":"Class: VirtualList"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#hierarchy","text":"Component\\< Props , State > \u21b3 VirtualList","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#properties","text":"context props refs scrollToSelectedItem setListHeight contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getItemSize getSnapshotBeforeUpdate render scrollToItem setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#object-literals","text":"state","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#constructor","text":"+ new VirtualList ( props : Readonly\\< Props >): VirtualList Inherited from Tooltip . constructor Defined in node_modules/@types/react/index.d.ts:486 deprecated see https://reactjs.org/docs/legacy-context.html","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#context","text":"\u2022 context : any Inherited from Tooltip . 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/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#props","text":"\u2022 Readonly props : Readonly\\< Props > & Readonly\\<{ children?: ReactNode }> Inherited from Tooltip . props Defined in node_modules/@types/react/index.d.ts:511","title":"props"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#refs","text":"\u2022 refs : { [key:string]: ReactInstance; } Inherited from Tooltip . 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/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#scrolltoselecteditem","text":"\u2022 scrollToSelectedItem : (Anonymous function) & Cancelable = debounce(() => { if (!this.props.selectedItemId) return; const { items, selectedItemId } = this.props; const index = items.findIndex(item => item.getId() == selectedItemId); if (index === -1) return; this.listRef.current.scrollToItem(index, \"start\"); }) Defined in src/renderer/components/virtual-list/virtual-list.tsx:78","title":"scrollToSelectedItem"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#setlistheight","text":"\u2022 setListHeight : (Anonymous function) & Cancelable = throttle(() => { const { parentRef, state: { height } } = this; if (!parentRef.current) return; const parentHeight = parentRef.current.clientHeight; if (parentHeight === height) return; this.setState({ height: parentHeight, }) }, 250) Defined in src/renderer/components/virtual-list/virtual-list.tsx:66","title":"setListHeight"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#contexttype","text":"\u25aa Static Optional contextType : Context\\ Inherited from Tooltip . 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":"contextType"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#defaultprops","text":"\u25aa Static defaultProps : object = defaultProps as object Defined in src/renderer/components/virtual-list/virtual-list.tsx:42","title":"defaultProps"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Inherited from Tooltip . 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":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"UNSAFE_componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error : Error , errorInfo : ErrorInfo): void Inherited from Tooltip . 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.","title":"componentDidCatch"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#componentdidmount","text":"\u25b8 componentDidMount (): void Overrides Icon . componentDidMount Defined in src/renderer/components/virtual-list/virtual-list.tsx:52 Returns: void","title":"componentDidMount"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps : Props ): void Overrides Tooltip . componentDidUpdate Defined in src/renderer/components/virtual-list/virtual-list.tsx:59","title":"componentDidUpdate"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Inherited from Tooltip . 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":"componentWillMount"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps : Readonly\\< Props >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillReceiveProps"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Inherited from Icon . 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":"componentWillUnmount"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): void Inherited from Tooltip . 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","title":"componentWillUpdate"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#forceupdate","text":"\u25b8 forceUpdate ( callback? : () => void): void Inherited from Tooltip . forceUpdate Defined in node_modules/@types/react/index.d.ts:503","title":"forceUpdate"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#getitemsize","text":"\u25b8 getItemSize ( index : number): number Defined in src/renderer/components/virtual-list/virtual-list.tsx:76","title":"getItemSize"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps : Readonly\\< Props >, prevState : Readonly\\< State >): any | null Inherited from Tooltip . 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.","title":"getSnapshotBeforeUpdate"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#render","text":"\u25b8 render (): Element Overrides void Defined in src/renderer/components/virtual-list/virtual-list.tsx:90 Returns: Element","title":"render"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#scrolltoitem","text":"\u25b8 scrollToItem ( index : number, align : Align): void Defined in src/renderer/components/virtual-list/virtual-list.tsx:86","title":"scrollToItem"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#setstate","text":"\u25b8 setState \\ ( state : (prevState: Readonly\\< State >, props: Readonly\\< Props >) => Pick\\< State , K> | State | null | Pick\\< State , K> | State | null, callback? : () => void): void Inherited from Tooltip . setState Defined in node_modules/@types/react/index.d.ts:498","title":"setState"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps : Readonly\\< Props >, nextState : Readonly\\< State >, nextContext : any): boolean Inherited from Tooltip . 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.","title":"shouldComponentUpdate"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_components_virtual_list_virtual_list_.virtuallist/#state","text":"\u25aa state : object Overrides Tooltip . state Defined in src/renderer/components/virtual-list/virtual-list.tsx:47","title":"state"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/","text":"@k8slens/extensions Globals / \"src/renderer/i18n\" / LocalizationStore Class: LocalizationStore # Hierarchy # LocalizationStore Index # Constructors # constructor Properties # activeLang defaultLocale languages Methods # init setLocale Constructors # constructor # + new LocalizationStore (): LocalizationStore Defined in src/renderer/i18n.ts:32 Returns: LocalizationStore Properties # activeLang # \u2022 activeLang : string = this.defaultLocale Defined in src/renderer/i18n.ts:25 defaultLocale # \u2022 Readonly defaultLocale : \\\"en\\\" = \"en\" Defined in src/renderer/i18n.ts:24 languages # \u2022 languages : ILanguage [] = orderBy\\ ([ { code: \"en\", title: \"English\", nativeTitle: \"English\" }, { code: \"ru\", title: \"Russian\", nativeTitle: \"\u0420\u0443\u0441\u0441\u043a\u0438\u0439\" }, { code: \"fi\", title: \"Finnish\", nativeTitle: \"Suomi\" }, ], \"title\") Defined in src/renderer/i18n.ts:28 Methods # init # \u25b8 init (): Promise \\ Defined in src/renderer/i18n.ts:40 Returns: Promise \\ setLocale # \u25b8 setLocale ( locale : string): Promise \\ Defined in src/renderer/i18n.ts:44 Parameters: Name Type locale string Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#class-localizationstore","text":"","title":"Class: LocalizationStore"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#hierarchy","text":"LocalizationStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#properties","text":"activeLang defaultLocale languages","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#methods","text":"init setLocale","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#constructor","text":"+ new LocalizationStore (): LocalizationStore Defined in src/renderer/i18n.ts:32 Returns: LocalizationStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#activelang","text":"\u2022 activeLang : string = this.defaultLocale Defined in src/renderer/i18n.ts:25","title":"activeLang"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#defaultlocale","text":"\u2022 Readonly defaultLocale : \\\"en\\\" = \"en\" Defined in src/renderer/i18n.ts:24","title":"defaultLocale"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#languages","text":"\u2022 languages : ILanguage [] = orderBy\\ ([ { code: \"en\", title: \"English\", nativeTitle: \"English\" }, { code: \"ru\", title: \"Russian\", nativeTitle: \"\u0420\u0443\u0441\u0441\u043a\u0438\u0439\" }, { code: \"fi\", title: \"Finnish\", nativeTitle: \"Suomi\" }, ], \"title\") Defined in src/renderer/i18n.ts:28","title":"languages"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#init","text":"\u25b8 init (): Promise \\ Defined in src/renderer/i18n.ts:40 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_renderer_i18n_.localizationstore/#setlocale","text":"\u25b8 setLocale ( locale : string): Promise \\ Defined in src/renderer/i18n.ts:44","title":"setLocale"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/","text":"@k8slens/extensions Globals / \"src/renderer/item.store\" / ItemStore Class: ItemStore\\ # Type parameters # Name Type Default T ItemObject ItemObject Hierarchy # ItemStore \u21b3 KubeObjectStore Index # Properties # isLoaded isLoading items selectedItemsIds Accessors # selectedItems Methods # [Symbol.iterator] createItem defaultSorting getByName isSelected isSelectedAll loadAll loadItem loadItems removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect updateItem Properties # isLoaded # \u2022 isLoaded : boolean = false Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Defined in src/renderer/item.store.ts:18 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Defined in src/renderer/item.store.ts:19 Accessors # selectedItems # \u2022 get selectedItems (): T[] Defined in src/renderer/item.store.ts:21 Returns: T[] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\\ Defined in src/renderer/item.store.ts:162 Returns: Generator\\ createItem # \u25b8 Protected createItem (... args : any[]): Promise \\ Defined in src/renderer/item.store.ts:35 Parameters: Name Type ...args any[] Returns: Promise \\ defaultSorting # \u25b8 Protected defaultSorting ( item : T): string Defined in src/renderer/item.store.ts:14 Parameters: Name Type item T Returns: string getByName # \u25b8 getByName ( name : string, ... args : any[]): T Defined in src/renderer/item.store.ts:25 Parameters: Name Type name string ...args any[] Returns: T isSelected # \u25b8 isSelected ( item : T): boolean Defined in src/renderer/item.store.ts:102 Parameters: Name Type item T Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems? : T[]): boolean Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default value visibleItems T[] this.items Returns: boolean loadAll # \u25b8 Abstract loadAll (): Promise \\ Defined in src/renderer/item.store.ts:12 Returns: Promise \\ loadItem # \u25b8 Protected loadItem (... args : any[]): Promise \\ Defined in src/renderer/item.store.ts:68 Parameters: Name Type ...args any[] Returns: Promise \\ loadItems # \u25b8 Protected loadItems (... args : any[]): Promise \\ Defined in src/renderer/item.store.ts:50 Parameters: Name Type ...args any[] Returns: Promise \\ removeItem # \u25b8 Protected removeItem ( item : T, request : () => Promise \\ ): Promise \\ Defined in src/renderer/item.store.ts:96 Parameters: Name Type item T request () => Promise \\ Returns: Promise \\ removeSelectedItems # \u25b8 Optional removeSelectedItems (): Promise \\ Defined in src/renderer/item.store.ts:156 Returns: Promise \\ reset # \u25b8 reset (): void Defined in src/renderer/item.store.ts:148 Returns: void resetSelection # \u25b8 resetSelection (): void Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : T): void Defined in src/renderer/item.store.ts:107 Parameters: Name Type item T Returns: void sortItems # \u25b8 Protected sortItems ( items? : T[], sorting? : (item: T) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): T[] Defined in src/renderer/item.store.ts:31 Parameters: Name Type Default value items T[] this.items sorting? (item: T) => any[] - order? \\\"asc\\\" | \\\"desc\\\" - Returns: T[] subscribe # \u25b8 subscribe (... args : any[]): any Defined in src/renderer/item.store.ts:158 Parameters: Name Type ...args any[] Returns: any toggleSelection # \u25b8 toggleSelection ( item : T): void Defined in src/renderer/item.store.ts:117 Parameters: Name Type item T Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? : T[]): void Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default value visibleItems T[] this.items Returns: void unselect # \u25b8 unselect ( item : T): void Defined in src/renderer/item.store.ts:112 Parameters: Name Type item T Returns: void updateItem # \u25b8 Protected updateItem ( item : T, request : () => Promise \\ ): Promise \\ Defined in src/renderer/item.store.ts:88 Parameters: Name Type item T request () => Promise \\ Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#class-itemstore","text":"","title":"Class: ItemStore\\"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#type-parameters","text":"Name Type Default T ItemObject ItemObject","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#hierarchy","text":"ItemStore \u21b3 KubeObjectStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#properties","text":"isLoaded isLoading items selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#accessors","text":"selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#methods","text":"[Symbol.iterator] createItem defaultSorting getByName isSelected isSelectedAll loadAll loadItem loadItems removeItem removeSelectedItems reset resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect updateItem","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#isloaded","text":"\u2022 isLoaded : boolean = false Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#isloading","text":"\u2022 isLoading : boolean = false Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#items","text":"\u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#selecteditems","text":"\u2022 get selectedItems (): T[] Defined in src/renderer/item.store.ts:21 Returns: T[]","title":"selectedItems"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\\ Defined in src/renderer/item.store.ts:162 Returns: Generator\\","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#createitem","text":"\u25b8 Protected createItem (... args : any[]): Promise \\ Defined in src/renderer/item.store.ts:35","title":"createItem"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item : T): string Defined in src/renderer/item.store.ts:14","title":"defaultSorting"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#getbyname","text":"\u25b8 getByName ( name : string, ... args : any[]): T Defined in src/renderer/item.store.ts:25","title":"getByName"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#isselected","text":"\u25b8 isSelected ( item : T): boolean Defined in src/renderer/item.store.ts:102","title":"isSelected"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? : T[]): boolean Defined in src/renderer/item.store.ts:137","title":"isSelectedAll"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#loadall","text":"\u25b8 Abstract loadAll (): Promise \\ Defined in src/renderer/item.store.ts:12 Returns: Promise \\","title":"loadAll"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#loaditem","text":"\u25b8 Protected loadItem (... args : any[]): Promise \\ Defined in src/renderer/item.store.ts:68","title":"loadItem"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#loaditems","text":"\u25b8 Protected loadItems (... args : any[]): Promise \\ Defined in src/renderer/item.store.ts:50","title":"loadItems"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#removeitem","text":"\u25b8 Protected removeItem ( item : T, request : () => Promise \\ ): Promise \\ Defined in src/renderer/item.store.ts:96","title":"removeItem"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#removeselecteditems","text":"\u25b8 Optional removeSelectedItems (): Promise \\ Defined in src/renderer/item.store.ts:156 Returns: Promise \\","title":"removeSelectedItems"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#reset","text":"\u25b8 reset (): void Defined in src/renderer/item.store.ts:148 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#resetselection","text":"\u25b8 resetSelection (): void Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#select","text":"\u25b8 select ( item : T): void Defined in src/renderer/item.store.ts:107","title":"select"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#sortitems","text":"\u25b8 Protected sortItems ( items? : T[], sorting? : (item: T) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): T[] Defined in src/renderer/item.store.ts:31","title":"sortItems"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#subscribe","text":"\u25b8 subscribe (... args : any[]): any Defined in src/renderer/item.store.ts:158","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#toggleselection","text":"\u25b8 toggleSelection ( item : T): void Defined in src/renderer/item.store.ts:117","title":"toggleSelection"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? : T[]): void Defined in src/renderer/item.store.ts:127","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#unselect","text":"\u25b8 unselect ( item : T): void Defined in src/renderer/item.store.ts:112","title":"unselect"},{"location":"extensions/api/classes/_src_renderer_item_store_.itemstore/#updateitem","text":"\u25b8 Protected updateItem ( item : T, request : () => Promise \\ ): Promise \\ Defined in src/renderer/item.store.ts:88","title":"updateItem"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/","text":"@k8slens/extensions Globals / \"src/renderer/kube-object.store\" / KubeObjectStore Class: KubeObjectStore\\ # Type parameters # Name Type Default T KubeObject any Hierarchy # ItemStore \\ \u21b3 KubeObjectStore \u21b3\u21b3 CRDResourceStore \u21b3\u21b3 CRDStore \u21b3\u21b3 NamespaceStore \u21b3\u21b3 PodsStore \u21b3\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 # api # \u2022 Abstract api : KubeApi \\ Defined in src/renderer/kube-object.store.ts:13 eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Defined in src/renderer/kube-object.store.ts:145 isLoaded # \u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17 isLoading # \u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16 items # \u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . 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\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19 Accessors # selectedItems # \u2022 get selectedItems (): T[] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: T[] Methods # [Symbol.iterator] # \u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\ bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Defined in src/renderer/kube-object.store.ts:147 Parameters: Name Type Default value delay number 1000 Returns: IReactionDisposer create # \u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Defined in src/renderer/kube-object.store.ts:120 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\ Returns: Promise \\ createItem # \u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116 Parameters: Name Type params { name: string ; namespace?: string } data? Partial\\ Returns: Promise \\ defaultSorting # \u25b8 Protected defaultSorting ( item : T): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14 Parameters: Name Type item T Returns: string filterItemsOnLoad # \u25b8 Protected 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 value namespace string | string[] - strict boolean false Returns: T[] getByLabel # \u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): T[] Defined in src/renderer/kube-object.store.ts:45 Parameters: Name Type labels string[] | { [label:string]: string; } Returns: T[] getByName # \u25b8 getByName ( name : string, namespace? : string): T Overrides ItemStore . getByName 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 getStatuses # \u25b8 Optional getStatuses ( items : T[]): Record\\ Defined in src/renderer/kube-object.store.ts:22 Parameters: Name Type items T[] Returns: Record\\ isSelected # \u25b8 isSelected ( item : T): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102 Parameters: Name Type item T Returns: boolean isSelectedAll # \u25b8 isSelectedAll ( visibleItems? : T[]): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137 Parameters: Name Type Default value visibleItems T[] this.items Returns: boolean load # \u25b8 load ( params : { name: string ; namespace?: string }): Promise \\ Defined in src/renderer/kube-object.store.ts:99 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\ loadAll # \u25b8 loadAll (): Promise \\ Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\ loadFromPath # \u25b8 loadFromPath ( resourcePath : string): Promise \\ Defined in src/renderer/kube-object.store.ts:111 Parameters: Name Type resourcePath string Returns: Promise \\ loadItem # \u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\ Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94 Parameters: Name Type params { name: string ; namespace?: string } Returns: Promise \\ loadItems # \u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\ Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60 Parameters: Name Type allowedNamespaces? string[] Returns: Promise \\ onWatchApiEvent # \u25b8 Protected 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 \\ Defined in src/renderer/kube-object.store.ts:134 Parameters: Name Type item T Returns: Promise \\ removeItem # \u25b8 Protected removeItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96 Parameters: Name Type item T request () => Promise \\ Returns: Promise \\ removeSelectedItems # \u25b8 removeSelectedItems (): Promise \\ Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\ reset # \u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void resetSelection # \u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void select # \u25b8 select ( item : T): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107 Parameters: Name Type item T Returns: void sortItems # \u25b8 Protected sortItems ( items? : T[], sorting? : (item: T) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): T[] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31 Parameters: Name Type Default value items T[] this.items sorting? (item: T) => any[] - order? \\\"asc\\\" | \\\"desc\\\" - Returns: T[] subscribe # \u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153 Parameters: Name Type Default value apis KubeApi \\ [] [this.api] Returns: (Anonymous function) toggleSelection # \u25b8 toggleSelection ( item : T): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117 Parameters: Name Type item T Returns: void toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? : T[]): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127 Parameters: Name Type Default value visibleItems T[] this.items Returns: void unselect # \u25b8 unselect ( item : T): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112 Parameters: Name Type item T Returns: void update # \u25b8 update ( item : T, data : Partial\\ ): Promise \\ Defined in src/renderer/kube-object.store.ts:127 Parameters: Name Type item T data Partial\\ Returns: Promise \\ updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Defined in src/renderer/kube-object.store.ts:163 Returns: void updateItem # \u25b8 Protected updateItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88 Parameters: Name Type item T request () => Promise \\ Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#class-kubeobjectstore","text":"","title":"Class: KubeObjectStore\\"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#type-parameters","text":"Name Type Default T KubeObject any","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#hierarchy","text":"ItemStore \\ \u21b3 KubeObjectStore \u21b3\u21b3 CRDResourceStore \u21b3\u21b3 CRDStore \u21b3\u21b3 NamespaceStore \u21b3\u21b3 PodsStore \u21b3\u21b3 EventStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#properties","text":"api eventsBuffer isLoaded isLoading items limit selectedItemsIds","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#accessors","text":"selectedItems","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.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/_src_renderer_kube_object_store_.kubeobjectstore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#constructor","text":"+ new KubeObjectStore (): KubeObjectStore Defined in src/renderer/kube-object.store.ts:14 Returns: KubeObjectStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#api","text":"\u2022 Abstract api : KubeApi \\ Defined in src/renderer/kube-object.store.ts:13","title":"api"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray\\< IKubeWatchEvent \\< KubeJsonApiData >> = observable\\ >([], { deep: false }) Defined in src/renderer/kube-object.store.ts:145","title":"eventsBuffer"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#isloaded","text":"\u2022 isLoaded : boolean = false Inherited from ItemStore . isLoaded Defined in src/renderer/item.store.ts:17","title":"isLoaded"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#isloading","text":"\u2022 isLoading : boolean = false Inherited from ItemStore . isLoading Defined in src/renderer/item.store.ts:16","title":"isLoading"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#items","text":"\u2022 items : IObservableArray\\ = observable.array\\ ([], { deep: false }) Inherited from ItemStore . items Defined in src/renderer/item.store.ts:18","title":"items"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#limit","text":"\u2022 limit : number Defined in src/renderer/kube-object.store.ts:14","title":"limit"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap\\ = observable.map\\ () Inherited from ItemStore . selectedItemsIds Defined in src/renderer/item.store.ts:19","title":"selectedItemsIds"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#selecteditems","text":"\u2022 get selectedItems (): T[] Inherited from ItemStore . selectedItems Defined in src/renderer/item.store.ts:21 Returns: T[]","title":"selectedItems"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#symboliterator","text":"\u25b8 [Symbol.iterator] (): Generator\\ Inherited from ItemStore . [Symbol.iterator] Defined in src/renderer/item.store.ts:162 Returns: Generator\\","title":"[Symbol.iterator]"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? : number): IReactionDisposer Defined in src/renderer/kube-object.store.ts:147","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#create","text":"\u25b8 create ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Defined in src/renderer/kube-object.store.ts:120","title":"create"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#createitem","text":"\u25b8 Protected createItem ( params : { name: string ; namespace?: string }, data? : Partial\\ ): Promise \\ Overrides ItemStore . createItem Defined in src/renderer/kube-object.store.ts:116","title":"createItem"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item : T): string Inherited from ItemStore . defaultSorting Defined in src/renderer/item.store.ts:14","title":"defaultSorting"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items : T[]): T[] Defined in src/renderer/kube-object.store.ts:72","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#getallbyns","text":"\u25b8 getAllByNs ( namespace : string | string[], strict? : boolean): T[] Defined in src/renderer/kube-object.store.ts:24","title":"getAllByNs"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#getbylabel","text":"\u25b8 getByLabel ( labels : string[] | { [label:string]: string; }): T[] Defined in src/renderer/kube-object.store.ts:45","title":"getByLabel"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#getbyname","text":"\u25b8 getByName ( name : string, namespace? : string): T Overrides ItemStore . getByName Defined in src/renderer/kube-object.store.ts:33","title":"getByName"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#getbypath","text":"\u25b8 getByPath ( path : string): T Defined in src/renderer/kube-object.store.ts:41","title":"getByPath"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#getstatuses","text":"\u25b8 Optional getStatuses ( items : T[]): Record\\ Defined in src/renderer/kube-object.store.ts:22","title":"getStatuses"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#isselected","text":"\u25b8 isSelected ( item : T): boolean Inherited from ItemStore . isSelected Defined in src/renderer/item.store.ts:102","title":"isSelected"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? : T[]): boolean Inherited from ItemStore . isSelectedAll Defined in src/renderer/item.store.ts:137","title":"isSelectedAll"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#load","text":"\u25b8 load ( params : { name: string ; namespace?: string }): Promise \\ Defined in src/renderer/kube-object.store.ts:99","title":"load"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#loadall","text":"\u25b8 loadAll (): Promise \\ Overrides ItemStore . loadAll Defined in src/renderer/kube-object.store.ts:77 Returns: Promise \\","title":"loadAll"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath : string): Promise \\ Defined in src/renderer/kube-object.store.ts:111","title":"loadFromPath"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#loaditem","text":"\u25b8 Protected loadItem ( params : { name: string ; namespace?: string }): Promise \\ Overrides ItemStore . loadItem Defined in src/renderer/kube-object.store.ts:94","title":"loadItem"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#loaditems","text":"\u25b8 Protected loadItems ( allowedNamespaces? : string[]): Promise \\ Overrides ItemStore . loadItems Defined in src/renderer/kube-object.store.ts:60","title":"loadItems"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#onwatchapievent","text":"\u25b8 Protected onWatchApiEvent ( evt : IKubeWatchEvent ): void Defined in src/renderer/kube-object.store.ts:157","title":"onWatchApiEvent"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#remove","text":"\u25b8 remove ( item : T): Promise \\ Defined in src/renderer/kube-object.store.ts:134","title":"remove"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#removeitem","text":"\u25b8 Protected removeItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . removeItem Defined in src/renderer/item.store.ts:96","title":"removeItem"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise \\ Overrides ItemStore . removeSelectedItems Defined in src/renderer/kube-object.store.ts:140 Returns: Promise \\","title":"removeSelectedItems"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#reset","text":"\u25b8 reset (): void Inherited from ItemStore . reset Defined in src/renderer/item.store.ts:148 Returns: void","title":"reset"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#resetselection","text":"\u25b8 resetSelection (): void Inherited from ItemStore . resetSelection Defined in src/renderer/item.store.ts:143 Returns: void","title":"resetSelection"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#select","text":"\u25b8 select ( item : T): void Inherited from ItemStore . select Defined in src/renderer/item.store.ts:107","title":"select"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#sortitems","text":"\u25b8 Protected sortItems ( items? : T[], sorting? : (item: T) => any[], order? : \\\"asc\\\" | \\\"desc\\\"): T[] Inherited from ItemStore . sortItems Defined in src/renderer/item.store.ts:31","title":"sortItems"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#subscribe","text":"\u25b8 subscribe ( apis? : KubeApi \\ []): (Anonymous function) Overrides ItemStore . subscribe Defined in src/renderer/kube-object.store.ts:153","title":"subscribe"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#toggleselection","text":"\u25b8 toggleSelection ( item : T): void Inherited from ItemStore . toggleSelection Defined in src/renderer/item.store.ts:117","title":"toggleSelection"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? : T[]): void Inherited from ItemStore . toggleSelectionAll Defined in src/renderer/item.store.ts:127","title":"toggleSelectionAll"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#unselect","text":"\u25b8 unselect ( item : T): void Inherited from ItemStore . unselect Defined in src/renderer/item.store.ts:112","title":"unselect"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#update","text":"\u25b8 update ( item : T, data : Partial\\ ): Promise \\ Defined in src/renderer/kube-object.store.ts:127","title":"update"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void Defined in src/renderer/kube-object.store.ts:163 Returns: void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/_src_renderer_kube_object_store_.kubeobjectstore/#updateitem","text":"\u25b8 Protected updateItem ( item : T, request : () => Promise \\ ): Promise \\ Inherited from ItemStore . updateItem Defined in src/renderer/item.store.ts:88","title":"updateItem"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/","text":"@k8slens/extensions Globals / \"src/renderer/theme.store\" / ThemeStore Class: ThemeStore # Hierarchy # ThemeStore Index # Constructors # constructor Properties # styles themes Accessors # activeTheme activeThemeId Methods # applyTheme getThemeById init loadTheme Constructors # constructor # + new ThemeStore (): ThemeStore Defined in src/renderer/theme.store.ts:42 Returns: ThemeStore Properties # styles # \u2022 Protected styles : HTMLStyleElement Defined in src/renderer/theme.store.ts:24 themes # \u2022 themes : Theme [] = [ { id: \"lens-dark\", type: ThemeType.DARK }, { id: \"lens-light\", type: ThemeType.LIGHT }, ] Defined in src/renderer/theme.store.ts:27 Accessors # activeTheme # \u2022 get activeTheme (): Theme Defined in src/renderer/theme.store.ts:36 Returns: Theme activeThemeId # \u2022 get activeThemeId (): string Defined in src/renderer/theme.store.ts:32 Returns: string Methods # applyTheme # \u25b8 Protected applyTheme ( theme? : Theme ): void Defined in src/renderer/theme.store.ts:87 Parameters: Name Type Default value theme Theme this.activeTheme Returns: void getThemeById # \u25b8 getThemeById ( themeId : ThemeId ): Theme Defined in src/renderer/theme.store.ts:66 Parameters: Name Type themeId ThemeId Returns: Theme init # \u25b8 init (): Promise \\ Defined in src/renderer/theme.store.ts:59 Returns: Promise \\ loadTheme # \u25b8 Protected loadTheme ( themeId : ThemeId ): Promise \\< Theme > Defined in src/renderer/theme.store.ts:70 Parameters: Name Type themeId ThemeId Returns: Promise \\< Theme >","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#class-themestore","text":"","title":"Class: ThemeStore"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#hierarchy","text":"ThemeStore","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#properties","text":"styles themes","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#accessors","text":"activeTheme activeThemeId","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#methods","text":"applyTheme getThemeById init loadTheme","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#constructor","text":"+ new ThemeStore (): ThemeStore Defined in src/renderer/theme.store.ts:42 Returns: ThemeStore","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#styles","text":"\u2022 Protected styles : HTMLStyleElement Defined in src/renderer/theme.store.ts:24","title":"styles"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#themes","text":"\u2022 themes : Theme [] = [ { id: \"lens-dark\", type: ThemeType.DARK }, { id: \"lens-light\", type: ThemeType.LIGHT }, ] Defined in src/renderer/theme.store.ts:27","title":"themes"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#activetheme","text":"\u2022 get activeTheme (): Theme Defined in src/renderer/theme.store.ts:36 Returns: Theme","title":"activeTheme"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#activethemeid","text":"\u2022 get activeThemeId (): string Defined in src/renderer/theme.store.ts:32 Returns: string","title":"activeThemeId"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#applytheme","text":"\u25b8 Protected applyTheme ( theme? : Theme ): void Defined in src/renderer/theme.store.ts:87","title":"applyTheme"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#getthemebyid","text":"\u25b8 getThemeById ( themeId : ThemeId ): Theme Defined in src/renderer/theme.store.ts:66","title":"getThemeById"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#init","text":"\u25b8 init (): Promise \\ Defined in src/renderer/theme.store.ts:59 Returns: Promise \\","title":"init"},{"location":"extensions/api/classes/_src_renderer_theme_store_.themestore/#loadtheme","text":"\u25b8 Protected loadTheme ( themeId : ThemeId ): Promise \\< Theme > Defined in src/renderer/theme.store.ts:70","title":"loadTheme"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/","text":"@k8slens/extensions Globals / \"src/renderer/utils/createStorage\" / StorageHelper Class: StorageHelper\\ # Type parameters # Name T Hierarchy # StorageHelper Index # Constructors # constructor Properties # defaultValue key options keyPrefix Accessors # storage Methods # clear get getDefaultValue merge restoreDefaultValue set Object literals # defaultOptions Constructors # constructor # + new StorageHelper ( key : string, defaultValue? : T, options? : IStorageHelperOptions ): StorageHelper Defined in src/renderer/utils/createStorage.ts:18 Parameters: Name Type key string defaultValue? T options? IStorageHelperOptions Returns: StorageHelper Properties # defaultValue # \u2022 Protected Optional defaultValue : T Defined in src/renderer/utils/createStorage.ts:20 key # \u2022 Protected key : string Defined in src/renderer/utils/createStorage.ts:20 options # \u2022 Protected Optional options : IStorageHelperOptions Defined in src/renderer/utils/createStorage.ts:20 keyPrefix # \u25aa Static keyPrefix : string = \"lens_\" Defined in src/renderer/utils/createStorage.ts:13 Accessors # storage # \u2022 Protected get storage (): Storage Defined in src/renderer/utils/createStorage.ts:28 Returns: Storage Methods # clear # \u25b8 clear (): this Defined in src/renderer/utils/createStorage.ts:55 Returns: this get # \u25b8 get (): T Defined in src/renderer/utils/createStorage.ts:33 Returns: T getDefaultValue # \u25b8 getDefaultValue (): T Defined in src/renderer/utils/createStorage.ts:60 Returns: T merge # \u25b8 merge ( value : Partial\\ ): this Defined in src/renderer/utils/createStorage.ts:50 Parameters: Name Type value Partial\\ Returns: this restoreDefaultValue # \u25b8 restoreDefaultValue (): this Defined in src/renderer/utils/createStorage.ts:64 Returns: this set # \u25b8 set ( value : T): this Defined in src/renderer/utils/createStorage.ts:45 Parameters: Name Type value T Returns: this Object literals # defaultOptions # \u25aa Static defaultOptions : object Defined in src/renderer/utils/createStorage.ts:15 Properties: Name Type Value addKeyPrefix true true useSession false false","title":"API Reference"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#class-storagehelper","text":"","title":"Class: StorageHelper\\"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#type-parameters","text":"Name T","title":"Type parameters"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#hierarchy","text":"StorageHelper","title":"Hierarchy"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#index","text":"","title":"Index"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#properties","text":"defaultValue key options keyPrefix","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#accessors","text":"storage","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#methods","text":"clear get getDefaultValue merge restoreDefaultValue set","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#object-literals","text":"defaultOptions","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#constructor","text":"+ new StorageHelper ( key : string, defaultValue? : T, options? : IStorageHelperOptions ): StorageHelper Defined in src/renderer/utils/createStorage.ts:18","title":"constructor"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#defaultvalue","text":"\u2022 Protected Optional defaultValue : T Defined in src/renderer/utils/createStorage.ts:20","title":"defaultValue"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#key","text":"\u2022 Protected key : string Defined in src/renderer/utils/createStorage.ts:20","title":"key"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#options","text":"\u2022 Protected Optional options : IStorageHelperOptions Defined in src/renderer/utils/createStorage.ts:20","title":"options"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#keyprefix","text":"\u25aa Static keyPrefix : string = \"lens_\" Defined in src/renderer/utils/createStorage.ts:13","title":"keyPrefix"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#storage","text":"\u2022 Protected get storage (): Storage Defined in src/renderer/utils/createStorage.ts:28 Returns: Storage","title":"storage"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#clear","text":"\u25b8 clear (): this Defined in src/renderer/utils/createStorage.ts:55 Returns: this","title":"clear"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#get","text":"\u25b8 get (): T Defined in src/renderer/utils/createStorage.ts:33 Returns: T","title":"get"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#getdefaultvalue","text":"\u25b8 getDefaultValue (): T Defined in src/renderer/utils/createStorage.ts:60 Returns: T","title":"getDefaultValue"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#merge","text":"\u25b8 merge ( value : Partial\\ ): this Defined in src/renderer/utils/createStorage.ts:50","title":"merge"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#restoredefaultvalue","text":"\u25b8 restoreDefaultValue (): this Defined in src/renderer/utils/createStorage.ts:64 Returns: this","title":"restoreDefaultValue"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#set","text":"\u25b8 set ( value : T): this Defined in src/renderer/utils/createStorage.ts:45","title":"set"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/classes/_src_renderer_utils_createstorage_.storagehelper/#defaultoptions","text":"\u25aa Static defaultOptions : object Defined in src/renderer/utils/createStorage.ts:15","title":"defaultOptions"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/","text":"@k8slens/extensions Globals / \"src/main/cluster\" / ClusterMetadataKey Enumeration: ClusterMetadataKey # Index # Enumeration members # CLUSTER_ID DISTRIBUTION LAST_SEEN NODES_COUNT VERSION Enumeration members # CLUSTER_ID # \u2022 CLUSTER_ID : = \"id\" Defined in src/main/cluster.ts:27 DISTRIBUTION # \u2022 DISTRIBUTION : = \"distribution\" Defined in src/main/cluster.ts:28 LAST_SEEN # \u2022 LAST_SEEN : = \"lastSeen\" Defined in src/main/cluster.ts:30 NODES_COUNT # \u2022 NODES_COUNT : = \"nodes\" Defined in src/main/cluster.ts:29 VERSION # \u2022 VERSION : = \"version\" Defined in src/main/cluster.ts:26","title":"API Reference"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#enumeration-clustermetadatakey","text":"","title":"Enumeration: ClusterMetadataKey"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#enumeration-members","text":"CLUSTER_ID DISTRIBUTION LAST_SEEN NODES_COUNT VERSION","title":"Enumeration members"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#cluster_id","text":"\u2022 CLUSTER_ID : = \"id\" Defined in src/main/cluster.ts:27","title":"CLUSTER_ID"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#distribution","text":"\u2022 DISTRIBUTION : = \"distribution\" Defined in src/main/cluster.ts:28","title":"DISTRIBUTION"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#last_seen","text":"\u2022 LAST_SEEN : = \"lastSeen\" Defined in src/main/cluster.ts:30","title":"LAST_SEEN"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#nodes_count","text":"\u2022 NODES_COUNT : = \"nodes\" Defined in src/main/cluster.ts:29","title":"NODES_COUNT"},{"location":"extensions/api/enums/_src_main_cluster_.clustermetadatakey/#version","text":"\u2022 VERSION : = \"version\" Defined in src/main/cluster.ts:26","title":"VERSION"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/","text":"@k8slens/extensions Globals / \"src/main/cluster\" / ClusterStatus Enumeration: ClusterStatus # Index # Enumeration members # AccessDenied AccessGranted Offline Enumeration members # AccessDenied # \u2022 AccessDenied : = 1 Defined in src/main/cluster.ts:21 AccessGranted # \u2022 AccessGranted : = 2 Defined in src/main/cluster.ts:20 Offline # \u2022 Offline : = 0 Defined in src/main/cluster.ts:22","title":"API Reference"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/#enumeration-clusterstatus","text":"","title":"Enumeration: ClusterStatus"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/#enumeration-members","text":"AccessDenied AccessGranted Offline","title":"Enumeration members"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/#accessdenied","text":"\u2022 AccessDenied : = 1 Defined in src/main/cluster.ts:21","title":"AccessDenied"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/#accessgranted","text":"\u2022 AccessGranted : = 2 Defined in src/main/cluster.ts:20","title":"AccessGranted"},{"location":"extensions/api/enums/_src_main_cluster_.clusterstatus/#offline","text":"\u2022 Offline : = 0 Defined in src/main/cluster.ts:22","title":"Offline"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster.api\" / ClusterStatus Enumeration: ClusterStatus # Index # Enumeration members # ACTIVE CREATING ERROR REMOVING Enumeration members # ACTIVE # \u2022 ACTIVE : = \"Active\" Defined in src/renderer/api/endpoints/cluster.api.ts:31 CREATING # \u2022 CREATING : = \"Creating\" Defined in src/renderer/api/endpoints/cluster.api.ts:32 ERROR # \u2022 ERROR : = \"Error\" Defined in src/renderer/api/endpoints/cluster.api.ts:34 REMOVING # \u2022 REMOVING : = \"Removing\" Defined in src/renderer/api/endpoints/cluster.api.ts:33","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#enumeration-clusterstatus","text":"","title":"Enumeration: ClusterStatus"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#enumeration-members","text":"ACTIVE CREATING ERROR REMOVING","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#active","text":"\u2022 ACTIVE : = \"Active\" Defined in src/renderer/api/endpoints/cluster.api.ts:31","title":"ACTIVE"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#creating","text":"\u2022 CREATING : = \"Creating\" Defined in src/renderer/api/endpoints/cluster.api.ts:32","title":"CREATING"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#error","text":"\u2022 ERROR : = \"Error\" Defined in src/renderer/api/endpoints/cluster.api.ts:34","title":"ERROR"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_cluster_api_.clusterstatus/#removing","text":"\u2022 REMOVING : = \"Removing\" Defined in src/renderer/api/endpoints/cluster.api.ts:33","title":"REMOVING"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/hpa.api\" / HpaMetricType Enumeration: HpaMetricType # Index # Enumeration members # External Object Pods Resource Enumeration members # External # \u2022 External : = \"External\" Defined in src/renderer/api/endpoints/hpa.api.ts:8 Object # \u2022 Object : = \"Object\" Defined in src/renderer/api/endpoints/hpa.api.ts:7 Pods # \u2022 Pods : = \"Pods\" Defined in src/renderer/api/endpoints/hpa.api.ts:6 Resource # \u2022 Resource : = \"Resource\" Defined in src/renderer/api/endpoints/hpa.api.ts:5","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#enumeration-hpametrictype","text":"","title":"Enumeration: HpaMetricType"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#enumeration-members","text":"External Object Pods Resource","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#external","text":"\u2022 External : = \"External\" Defined in src/renderer/api/endpoints/hpa.api.ts:8","title":"External"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#object","text":"\u2022 Object : = \"Object\" Defined in src/renderer/api/endpoints/hpa.api.ts:7","title":"Object"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#pods","text":"\u2022 Pods : = \"Pods\" Defined in src/renderer/api/endpoints/hpa.api.ts:6","title":"Pods"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_hpa_api_.hpametrictype/#resource","text":"\u2022 Resource : = \"Resource\" Defined in src/renderer/api/endpoints/hpa.api.ts:5","title":"Resource"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/namespaces.api\" / NamespaceStatus Enumeration: NamespaceStatus # Index # Enumeration members # ACTIVE TERMINATING Enumeration members # ACTIVE # \u2022 ACTIVE : = \"Active\" Defined in src/renderer/api/endpoints/namespaces.api.ts:6 TERMINATING # \u2022 TERMINATING : = \"Terminating\" Defined in src/renderer/api/endpoints/namespaces.api.ts:7","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/#enumeration-namespacestatus","text":"","title":"Enumeration: NamespaceStatus"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/#enumeration-members","text":"ACTIVE TERMINATING","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/#active","text":"\u2022 ACTIVE : = \"Active\" Defined in src/renderer/api/endpoints/namespaces.api.ts:6","title":"ACTIVE"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_namespaces_api_.namespacestatus/#terminating","text":"\u2022 TERMINATING : = \"Terminating\" Defined in src/renderer/api/endpoints/namespaces.api.ts:7","title":"TERMINATING"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / PodStatus Enumeration: PodStatus # Index # Enumeration members # EVICTED FAILED PENDING RUNNING SUCCEEDED TERMINATED Enumeration members # EVICTED # \u2022 EVICTED : = \"Evicted\" Defined in src/renderer/api/endpoints/pods.api.ts:61 FAILED # \u2022 FAILED : = \"Failed\" Defined in src/renderer/api/endpoints/pods.api.ts:57 PENDING # \u2022 PENDING : = \"Pending\" Defined in src/renderer/api/endpoints/pods.api.ts:58 RUNNING # \u2022 RUNNING : = \"Running\" Defined in src/renderer/api/endpoints/pods.api.ts:59 SUCCEEDED # \u2022 SUCCEEDED : = \"Succeeded\" Defined in src/renderer/api/endpoints/pods.api.ts:60 TERMINATED # \u2022 TERMINATED : = \"Terminated\" Defined in src/renderer/api/endpoints/pods.api.ts:56","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#enumeration-podstatus","text":"","title":"Enumeration: PodStatus"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#enumeration-members","text":"EVICTED FAILED PENDING RUNNING SUCCEEDED TERMINATED","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#evicted","text":"\u2022 EVICTED : = \"Evicted\" Defined in src/renderer/api/endpoints/pods.api.ts:61","title":"EVICTED"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#failed","text":"\u2022 FAILED : = \"Failed\" Defined in src/renderer/api/endpoints/pods.api.ts:57","title":"FAILED"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#pending","text":"\u2022 PENDING : = \"Pending\" Defined in src/renderer/api/endpoints/pods.api.ts:58","title":"PENDING"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#running","text":"\u2022 RUNNING : = \"Running\" Defined in src/renderer/api/endpoints/pods.api.ts:59","title":"RUNNING"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#succeeded","text":"\u2022 SUCCEEDED : = \"Succeeded\" Defined in src/renderer/api/endpoints/pods.api.ts:60","title":"SUCCEEDED"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_pods_api_.podstatus/#terminated","text":"\u2022 TERMINATED : = \"Terminated\" Defined in src/renderer/api/endpoints/pods.api.ts:56","title":"TERMINATED"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/secret.api\" / SecretType Enumeration: SecretType # Index # Enumeration members # BasicAuth BootstrapToken DockerConfigJson Dockercfg Opaque SSHAuth ServiceAccountToken TLS Enumeration members # BasicAuth # \u2022 BasicAuth : = \"kubernetes.io/basic-auth\" Defined in src/renderer/api/endpoints/secret.api.ts:11 BootstrapToken # \u2022 BootstrapToken : = \"bootstrap.kubernetes.io/token\" Defined in src/renderer/api/endpoints/secret.api.ts:14 DockerConfigJson # \u2022 DockerConfigJson : = \"kubernetes.io/dockerconfigjson\" Defined in src/renderer/api/endpoints/secret.api.ts:10 Dockercfg # \u2022 Dockercfg : = \"kubernetes.io/dockercfg\" Defined in src/renderer/api/endpoints/secret.api.ts:9 Opaque # \u2022 Opaque : = \"Opaque\" Defined in src/renderer/api/endpoints/secret.api.ts:7 SSHAuth # \u2022 SSHAuth : = \"kubernetes.io/ssh-auth\" Defined in src/renderer/api/endpoints/secret.api.ts:12 ServiceAccountToken # \u2022 ServiceAccountToken : = \"kubernetes.io/service-account-token\" Defined in src/renderer/api/endpoints/secret.api.ts:8 TLS # \u2022 TLS : = \"kubernetes.io/tls\" Defined in src/renderer/api/endpoints/secret.api.ts:13","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#enumeration-secrettype","text":"","title":"Enumeration: SecretType"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#enumeration-members","text":"BasicAuth BootstrapToken DockerConfigJson Dockercfg Opaque SSHAuth ServiceAccountToken TLS","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#basicauth","text":"\u2022 BasicAuth : = \"kubernetes.io/basic-auth\" Defined in src/renderer/api/endpoints/secret.api.ts:11","title":"BasicAuth"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#bootstraptoken","text":"\u2022 BootstrapToken : = \"bootstrap.kubernetes.io/token\" Defined in src/renderer/api/endpoints/secret.api.ts:14","title":"BootstrapToken"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#dockerconfigjson","text":"\u2022 DockerConfigJson : = \"kubernetes.io/dockerconfigjson\" Defined in src/renderer/api/endpoints/secret.api.ts:10","title":"DockerConfigJson"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#dockercfg","text":"\u2022 Dockercfg : = \"kubernetes.io/dockercfg\" Defined in src/renderer/api/endpoints/secret.api.ts:9","title":"Dockercfg"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#opaque","text":"\u2022 Opaque : = \"Opaque\" Defined in src/renderer/api/endpoints/secret.api.ts:7","title":"Opaque"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#sshauth","text":"\u2022 SSHAuth : = \"kubernetes.io/ssh-auth\" Defined in src/renderer/api/endpoints/secret.api.ts:12","title":"SSHAuth"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#serviceaccounttoken","text":"\u2022 ServiceAccountToken : = \"kubernetes.io/service-account-token\" Defined in src/renderer/api/endpoints/secret.api.ts:8","title":"ServiceAccountToken"},{"location":"extensions/api/enums/_src_renderer_api_endpoints_secret_api_.secrettype/#tls","text":"\u2022 TLS : = \"kubernetes.io/tls\" Defined in src/renderer/api/endpoints/secret.api.ts:13","title":"TLS"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/","text":"@k8slens/extensions Globals / \"src/renderer/api/terminal-api\" / TerminalChannels Enumeration: TerminalChannels # Index # Enumeration members # STDERR STDIN STDOUT TERMINAL_SIZE TOKEN Enumeration members # STDERR # \u2022 STDERR : = 2 Defined in src/renderer/api/terminal-api.ts:10 STDIN # \u2022 STDIN : = 0 Defined in src/renderer/api/terminal-api.ts:8 STDOUT # \u2022 STDOUT : = 1 Defined in src/renderer/api/terminal-api.ts:9 TERMINAL_SIZE # \u2022 TERMINAL_SIZE : = 4 Defined in src/renderer/api/terminal-api.ts:11 TOKEN # \u2022 TOKEN : = 9 Defined in src/renderer/api/terminal-api.ts:12","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#enumeration-terminalchannels","text":"","title":"Enumeration: TerminalChannels"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#enumeration-members","text":"STDERR STDIN STDOUT TERMINAL_SIZE TOKEN","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#stderr","text":"\u2022 STDERR : = 2 Defined in src/renderer/api/terminal-api.ts:10","title":"STDERR"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#stdin","text":"\u2022 STDIN : = 0 Defined in src/renderer/api/terminal-api.ts:8","title":"STDIN"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#stdout","text":"\u2022 STDOUT : = 1 Defined in src/renderer/api/terminal-api.ts:9","title":"STDOUT"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#terminal_size","text":"\u2022 TERMINAL_SIZE : = 4 Defined in src/renderer/api/terminal-api.ts:11","title":"TERMINAL_SIZE"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalchannels/#token","text":"\u2022 TOKEN : = 9 Defined in src/renderer/api/terminal-api.ts:12","title":"TOKEN"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/","text":"@k8slens/extensions Globals / \"src/renderer/api/terminal-api\" / TerminalColor Enumeration: TerminalColor # Index # Enumeration members # BLUE CYAN GRAY GREEN LIGHT_GRAY MAGENTA NO_COLOR RED YELLOW Enumeration members # BLUE # \u2022 BLUE : = \"\u001b[34m\" Defined in src/renderer/api/terminal-api.ts:19 CYAN # \u2022 CYAN : = \"\u001b[36m\" Defined in src/renderer/api/terminal-api.ts:21 GRAY # \u2022 GRAY : = \"\u001b[90m\" Defined in src/renderer/api/terminal-api.ts:22 GREEN # \u2022 GREEN : = \"\u001b[32m\" Defined in src/renderer/api/terminal-api.ts:17 LIGHT_GRAY # \u2022 LIGHT_GRAY : = \"\u001b[37m\" Defined in src/renderer/api/terminal-api.ts:23 MAGENTA # \u2022 MAGENTA : = \"\u001b[35m\" Defined in src/renderer/api/terminal-api.ts:20 NO_COLOR # \u2022 NO_COLOR : = \"\u001b[0m\" Defined in src/renderer/api/terminal-api.ts:24 RED # \u2022 RED : = \"\u001b[31m\" Defined in src/renderer/api/terminal-api.ts:16 YELLOW # \u2022 YELLOW : = \"\u001b[33m\" Defined in src/renderer/api/terminal-api.ts:18","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#enumeration-terminalcolor","text":"","title":"Enumeration: TerminalColor"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#enumeration-members","text":"BLUE CYAN GRAY GREEN LIGHT_GRAY MAGENTA NO_COLOR RED YELLOW","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#blue","text":"\u2022 BLUE : = \"\u001b[34m\" Defined in src/renderer/api/terminal-api.ts:19","title":"BLUE"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#cyan","text":"\u2022 CYAN : = \"\u001b[36m\" Defined in src/renderer/api/terminal-api.ts:21","title":"CYAN"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#gray","text":"\u2022 GRAY : = \"\u001b[90m\" Defined in src/renderer/api/terminal-api.ts:22","title":"GRAY"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#green","text":"\u2022 GREEN : = \"\u001b[32m\" Defined in src/renderer/api/terminal-api.ts:17","title":"GREEN"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#light_gray","text":"\u2022 LIGHT_GRAY : = \"\u001b[37m\" Defined in src/renderer/api/terminal-api.ts:23","title":"LIGHT_GRAY"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#magenta","text":"\u2022 MAGENTA : = \"\u001b[35m\" Defined in src/renderer/api/terminal-api.ts:20","title":"MAGENTA"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#no_color","text":"\u2022 NO_COLOR : = \"\u001b[0m\" Defined in src/renderer/api/terminal-api.ts:24","title":"NO_COLOR"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#red","text":"\u2022 RED : = \"\u001b[31m\" Defined in src/renderer/api/terminal-api.ts:16","title":"RED"},{"location":"extensions/api/enums/_src_renderer_api_terminal_api_.terminalcolor/#yellow","text":"\u2022 YELLOW : = \"\u001b[33m\" Defined in src/renderer/api/terminal-api.ts:18","title":"YELLOW"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/","text":"@k8slens/extensions Globals / \"src/renderer/api/websocket-api\" / WebSocketApiState Enumeration: WebSocketApiState # Index # Enumeration members # CLOSED CONNECTING OPEN PENDING RECONNECTING Enumeration members # CLOSED # \u2022 CLOSED : Defined in src/renderer/api/websocket-api.ts:23 CONNECTING # \u2022 CONNECTING : Defined in src/renderer/api/websocket-api.ts:21 OPEN # \u2022 OPEN : Defined in src/renderer/api/websocket-api.ts:20 PENDING # \u2022 PENDING : = -1 Defined in src/renderer/api/websocket-api.ts:19 RECONNECTING # \u2022 RECONNECTING : Defined in src/renderer/api/websocket-api.ts:22","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#enumeration-websocketapistate","text":"","title":"Enumeration: WebSocketApiState"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#enumeration-members","text":"CLOSED CONNECTING OPEN PENDING RECONNECTING","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#closed","text":"\u2022 CLOSED : Defined in src/renderer/api/websocket-api.ts:23","title":"CLOSED"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#connecting","text":"\u2022 CONNECTING : Defined in src/renderer/api/websocket-api.ts:21","title":"CONNECTING"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#open","text":"\u2022 OPEN : Defined in src/renderer/api/websocket-api.ts:20","title":"OPEN"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#pending","text":"\u2022 PENDING : = -1 Defined in src/renderer/api/websocket-api.ts:19","title":"PENDING"},{"location":"extensions/api/enums/_src_renderer_api_websocket_api_.websocketapistate/#reconnecting","text":"\u2022 RECONNECTING : Defined in src/renderer/api/websocket-api.ts:22","title":"RECONNECTING"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-list\" / sortBy Enumeration: sortBy # Index # Enumeration members # age group kind scope version Enumeration members # age # \u2022 age : = \"age\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:21 group # \u2022 group : = \"group\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:18 kind # \u2022 kind : = \"kind\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:17 scope # \u2022 scope : = \"scope\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:20 version # \u2022 version : = \"version\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:19","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#enumeration-sortby","text":"","title":"Enumeration: sortBy"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#enumeration-members","text":"age group kind scope version","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#age","text":"\u2022 age : = \"age\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:21","title":"age"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#group","text":"\u2022 group : = \"group\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:18","title":"group"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#kind","text":"\u2022 kind : = \"kind\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:17","title":"kind"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#scope","text":"\u2022 scope : = \"scope\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:20","title":"scope"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_list_.sortby/#version","text":"\u2022 version : = \"version\" Defined in src/renderer/components/+custom-resources/crd-list.tsx:19","title":"version"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resources\" / sortBy Enumeration: sortBy # Index # Enumeration members # age name namespace Enumeration members # age # \u2022 age : = \"age\" Defined in src/renderer/components/+custom-resources/crd-resources.tsx:22 name # \u2022 name : = \"name\" Defined in src/renderer/components/+custom-resources/crd-resources.tsx:20 namespace # \u2022 namespace : = \"namespace\" Defined in src/renderer/components/+custom-resources/crd-resources.tsx:21","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/#enumeration-sortby","text":"","title":"Enumeration: sortBy"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/#enumeration-members","text":"age name namespace","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/#age","text":"\u2022 age : = \"age\" Defined in src/renderer/components/+custom-resources/crd-resources.tsx:22","title":"age"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/#name","text":"\u2022 name : = \"name\" Defined in src/renderer/components/+custom-resources/crd-resources.tsx:20","title":"name"},{"location":"extensions/api/enums/_src_renderer_components__custom_resources_crd_resources_.sortby/#namespace","text":"\u2022 namespace : = \"namespace\" Defined in src/renderer/components/+custom-resources/crd-resources.tsx:21","title":"namespace"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/dock.store\" / TabKind Enumeration: TabKind # Index # Enumeration members # CREATE_RESOURCE EDIT_RESOURCE INSTALL_CHART POD_LOGS TERMINAL UPGRADE_CHART Enumeration members # CREATE_RESOURCE # \u2022 CREATE_RESOURCE : = \"create-resource\" Defined in src/renderer/components/dock/dock.store.ts:10 EDIT_RESOURCE # \u2022 EDIT_RESOURCE : = \"edit-resource\" Defined in src/renderer/components/dock/dock.store.ts:11 INSTALL_CHART # \u2022 INSTALL_CHART : = \"install-chart\" Defined in src/renderer/components/dock/dock.store.ts:12 POD_LOGS # \u2022 POD_LOGS : = \"pod-logs\" Defined in src/renderer/components/dock/dock.store.ts:14 TERMINAL # \u2022 TERMINAL : = \"terminal\" Defined in src/renderer/components/dock/dock.store.ts:9 UPGRADE_CHART # \u2022 UPGRADE_CHART : = \"upgrade-chart\" Defined in src/renderer/components/dock/dock.store.ts:13","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#enumeration-tabkind","text":"","title":"Enumeration: TabKind"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#enumeration-members","text":"CREATE_RESOURCE EDIT_RESOURCE INSTALL_CHART POD_LOGS TERMINAL UPGRADE_CHART","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#create_resource","text":"\u2022 CREATE_RESOURCE : = \"create-resource\" Defined in src/renderer/components/dock/dock.store.ts:10","title":"CREATE_RESOURCE"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#edit_resource","text":"\u2022 EDIT_RESOURCE : = \"edit-resource\" Defined in src/renderer/components/dock/dock.store.ts:11","title":"EDIT_RESOURCE"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#install_chart","text":"\u2022 INSTALL_CHART : = \"install-chart\" Defined in src/renderer/components/dock/dock.store.ts:12","title":"INSTALL_CHART"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#pod_logs","text":"\u2022 POD_LOGS : = \"pod-logs\" Defined in src/renderer/components/dock/dock.store.ts:14","title":"POD_LOGS"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#terminal","text":"\u2022 TERMINAL : = \"terminal\" Defined in src/renderer/components/dock/dock.store.ts:9","title":"TERMINAL"},{"location":"extensions/api/enums/_src_renderer_components_dock_dock_store_.tabkind/#upgrade_chart","text":"\u2022 UPGRADE_CHART : = \"upgrade-chart\" Defined in src/renderer/components/dock/dock.store.ts:13","title":"UPGRADE_CHART"},{"location":"extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters.store\" / FilterType Enumeration: FilterType # Index # Enumeration members # NAMESPACE SEARCH Enumeration members # NAMESPACE # \u2022 NAMESPACE : = \"namespace\" Defined in src/renderer/components/item-object-list/page-filters.store.ts:8 SEARCH # \u2022 SEARCH : = \"search\" Defined in src/renderer/components/item-object-list/page-filters.store.ts:7","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/#enumeration-filtertype","text":"","title":"Enumeration: FilterType"},{"location":"extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/#enumeration-members","text":"NAMESPACE SEARCH","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/#namespace","text":"\u2022 NAMESPACE : = \"namespace\" Defined in src/renderer/components/item-object-list/page-filters.store.ts:8","title":"NAMESPACE"},{"location":"extensions/api/enums/_src_renderer_components_item_object_list_page_filters_store_.filtertype/#search","text":"\u2022 SEARCH : = \"search\" Defined in src/renderer/components/item-object-list/page-filters.store.ts:7","title":"SEARCH"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/","text":"@k8slens/extensions Globals / \"src/renderer/components/notifications/notifications.store\" / NotificationStatus 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":"API Reference"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/#enumeration-notificationstatus","text":"","title":"Enumeration: NotificationStatus"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/#enumeration-members","text":"ERROR INFO OK","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/#error","text":"\u2022 ERROR : = \"error\" Defined in src/renderer/components/notifications/notifications.store.ts:13","title":"ERROR"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/#info","text":"\u2022 INFO : = \"info\" Defined in src/renderer/components/notifications/notifications.store.ts:14","title":"INFO"},{"location":"extensions/api/enums/_src_renderer_components_notifications_notifications_store_.notificationstatus/#ok","text":"\u2022 OK : = \"ok\" Defined in src/renderer/components/notifications/notifications.store.ts:12","title":"OK"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/tooltip\" / TooltipPosition 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":"API Reference"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/#enumeration-tooltipposition","text":"","title":"Enumeration: TooltipPosition"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/#enumeration-members","text":"BOTTOM BOTTOM_LEFT BOTTOM_RIGHT LEFT RIGHT TOP TOP_LEFT TOP_RIGHT","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/#bottom","text":"\u2022 BOTTOM : = \"bottom\" Defined in src/renderer/components/tooltip/tooltip.tsx:11","title":"BOTTOM"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.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/_src_renderer_components_tooltip_tooltip_.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/_src_renderer_components_tooltip_tooltip_.tooltipposition/#left","text":"\u2022 LEFT : = \"left\" Defined in src/renderer/components/tooltip/tooltip.tsx:12","title":"LEFT"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/#right","text":"\u2022 RIGHT : = \"right\" Defined in src/renderer/components/tooltip/tooltip.tsx:13","title":"RIGHT"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.tooltipposition/#top","text":"\u2022 TOP : = \"top\" Defined in src/renderer/components/tooltip/tooltip.tsx:10","title":"TOP"},{"location":"extensions/api/enums/_src_renderer_components_tooltip_tooltip_.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/_src_renderer_components_tooltip_tooltip_.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/_src_renderer_theme_store_.themetype/","text":"@k8slens/extensions Globals / \"src/renderer/theme.store\" / ThemeType Enumeration: ThemeType # Index # Enumeration members # DARK LIGHT Enumeration members # DARK # \u2022 DARK : = \"dark\" Defined in src/renderer/theme.store.ts:9 LIGHT # \u2022 LIGHT : = \"light\" Defined in src/renderer/theme.store.ts:10","title":"API Reference"},{"location":"extensions/api/enums/_src_renderer_theme_store_.themetype/#enumeration-themetype","text":"","title":"Enumeration: ThemeType"},{"location":"extensions/api/enums/_src_renderer_theme_store_.themetype/#index","text":"","title":"Index"},{"location":"extensions/api/enums/_src_renderer_theme_store_.themetype/#enumeration-members","text":"DARK LIGHT","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_theme_store_.themetype/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/_src_renderer_theme_store_.themetype/#dark","text":"\u2022 DARK : = \"dark\" Defined in src/renderer/theme.store.ts:9","title":"DARK"},{"location":"extensions/api/enums/_src_renderer_theme_store_.themetype/#light","text":"\u2022 LIGHT : = \"light\" Defined in src/renderer/theme.store.ts:10","title":"LIGHT"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/","text":"@k8slens/extensions Globals / \"src/common/base-store\" / BaseStoreParams Interface: BaseStoreParams\\ # Type parameters # Name Default T any Hierarchy # Options\\ \u21b3 BaseStoreParams Index # Properties # accessPropertiesByDotNotation autoLoad clearInvalidConfig configName cwd defaults deserialize encryptionKey fileExtension migrations projectName projectSuffix projectVersion schema serialize syncEnabled syncOptions watch Properties # accessPropertiesByDotNotation # \u2022 Optional Readonly accessPropertiesByDotNotation : boolean Inherited from BaseStoreParams . accessPropertiesByDotNotation Defined in node_modules/conf/dist/source/types.d.ts:193 Access nested properties by dot notation. default true example const config = new Conf(); config.set({ foo: { bar: { foobar: '\ud83e\udd84' } } }); console.log(config.get('foo.bar.foobar')); //=> '\ud83e\udd84' Alternatively, you can set this option to false so the whole string would be treated as one key. example const config = new Conf({accessPropertiesByDotNotation: false}); config.set({ `foo.bar.foobar`: '\ud83e\udd84' }); console.log(config.get('foo.bar.foobar')); //=> '\ud83e\udd84' autoLoad # \u2022 Optional autoLoad : boolean Defined in src/common/base-store.ts:13 clearInvalidConfig # \u2022 Optional clearInvalidConfig : boolean Inherited from BaseStoreParams . clearInvalidConfig Defined in node_modules/conf/dist/source/types.d.ts:128 The config is cleared if reading the config file causes a SyntaxError . This is a good default, as the config file is not intended to be hand-edited, so it usually means the config is corrupt and there's nothing the user can do about it anyway. However, if you let the user edit the config file directly, mistakes might happen and it could be more useful to throw an error when the config is invalid instead of clearing. Disabling this option will make it throw a SyntaxError on invalid config instead of clearing. default true configName # \u2022 Optional configName : string Inherited from BaseStoreParams . configName Defined in node_modules/conf/dist/source/types.d.ts:55 Name of the config file (without extension). Useful if you need multiple config files for your app or module. For example, different config files between two major versions. default 'config' cwd # \u2022 Optional cwd : string Inherited from BaseStoreParams . cwd Defined in node_modules/conf/dist/source/types.d.ts:104 You most likely don't need this. Please don't use it unless you really have to. The only use-case I can think of is having the config located in the app directory or on some external storage. Default: System default user config directory . defaults # \u2022 Optional defaults : Readonly\\ Inherited from BaseStoreParams . defaults Defined in node_modules/conf/dist/source/types.d.ts:11 Config used if there are no existing config. Note: * The values in defaults will overwrite the default key in the schema option. deserialize # \u2022 Optional Readonly deserialize : Deserialize\\ Inherited from BaseStoreParams . deserialize Defined in node_modules/conf/dist/source/types.d.ts:144 Function to deserialize the config object from a UTF-8 string when reading the config file. You would usually not need this, but it could be useful if you want to use a format other than JSON. default JSON.parse encryptionKey # \u2022 Optional encryptionKey : string | Buffer | NodeJS.TypedArray | DataView Inherited from BaseStoreParams . encryptionKey Defined in node_modules/conf/dist/source/types.d.ts:114 Note that this is not intended for security purposes , since the encryption key would be easily found inside a plain-text Node.js app. Its main use is for obscurity. If a user looks through the config directory and finds the config file, since it's just a JSON file, they may be tempted to modify it. By providing an encryption key, the file will be obfuscated, which should hopefully deter any users from doing so. It also has the added bonus of ensuring the config file's integrity. If the file is changed in any way, the decryption will not work, in which case the store will just reset back to its default state. When specified, the store will be encrypted using the aes-256-cbc encryption algorithm. fileExtension # \u2022 Optional fileExtension : string Inherited from BaseStoreParams . fileExtension Defined in node_modules/conf/dist/source/types.d.ts:122 Extension of the config file. You would usually not need this, but could be useful if you want to interact with a file with a custom file extension that can be associated with your app. These might be simple save/export/preference files that are intended to be shareable or saved outside of the app. default 'json' migrations # \u2022 Optional migrations : Migrations\\ Inherited from BaseStoreParams . migrations Defined in node_modules/conf/dist/source/types.d.ts:98 You can use migrations to perform operations to the store whenever a version is changed. The migrations object should consist of a key-value pair of 'version': handler . The version can also be a semver range . Note: The version the migrations use refers to the project version by default. If you want to change this behavior, specify the projectVersion option. example import Conf = require('conf'); const store = new Conf({ migrations: { '0.0.1': store => { store.set('debugPhase', true); }, '1.0.0': store => { store.delete('debugPhase'); store.set('phase', '1.0.0'); }, '1.0.2': store => { store.set('phase', '1.0.2'); }, '>=2.0.0': store => { store.set('phase', '>=2.0.0'); } } }); projectName # \u2022 Optional projectName : string Inherited from BaseStoreParams . projectName Defined in node_modules/conf/dist/source/types.d.ts:61 You only need to specify this if you don't have a package.json file in your project or if it doesn't have a name defined within it. Default: The name field in the package.json closest to where conf is imported. projectSuffix # \u2022 Optional Readonly projectSuffix : string Inherited from BaseStoreParams . projectSuffix Defined in node_modules/conf/dist/source/types.d.ts:156 You most likely don't need this. Please don't use it unless you really have to. Suffix appended to projectName during config file creation to avoid name conflicts with native apps. You can pass an empty string to remove the suffix. For example, on macOS, the config file will be stored in the ~/Library/Preferences/foo-nodejs directory, where foo is the projectName . default 'nodejs' projectVersion # \u2022 Optional projectVersion : string Inherited from BaseStoreParams . projectVersion Defined in node_modules/conf/dist/source/types.d.ts:67 You only need to specify this if you don't have a package.json file in your project or if it doesn't have a version defined within it. Default: The name field in the package.json closest to where conf is imported. schema # \u2022 Optional schema : Schema\\ Inherited from BaseStoreParams . schema Defined in node_modules/conf/dist/source/types.d.ts:47 JSON Schema to validate your config data. Under the hood, the JSON Schema validator ajv is used to validate your config. We use JSON Schema draft-07 and support all validation keywords and formats . You should define your schema as an object where each key is the name of your data's property and each value is a JSON schema used to validate that property. See more here . example import Conf = require('conf'); const schema = { foo: { type: 'number', maximum: 100, minimum: 1, default: 50 }, bar: { type: 'string', format: 'url' } }; const config = new Conf({schema}); console.log(config.get('foo')); //=> 50 config.set('foo', '1'); // [Error: Config schema violation: `foo` should be number] Note: * The default value will be overwritten by the defaults option if set. serialize # \u2022 Optional Readonly serialize : Serialize\\ Inherited from BaseStoreParams . serialize Defined in node_modules/conf/dist/source/types.d.ts:136 Function to serialize the config object to a UTF-8 string when writing the config file. You would usually not need this, but it could be useful if you want to use a format other than JSON. default value => JSON.stringify(value, null, '\\t') syncEnabled # \u2022 Optional syncEnabled : boolean Defined in src/common/base-store.ts:14 syncOptions # \u2022 Optional syncOptions : IReactionOptions Defined in src/common/base-store.ts:15 watch # \u2022 Optional Readonly watch : boolean Inherited from BaseStoreParams . watch Defined in node_modules/conf/dist/source/types.d.ts:201 Watch for any changes in the config file and call the callback for onDidChange if set. This is useful if there are multiple processes changing the same config file. Currently this option doesn't work on Node.js 8 on macOS. default false","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#interface-basestoreparams","text":"","title":"Interface: BaseStoreParams\\"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#hierarchy","text":"Options\\ \u21b3 BaseStoreParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#properties","text":"accessPropertiesByDotNotation autoLoad clearInvalidConfig configName cwd defaults deserialize encryptionKey fileExtension migrations projectName projectSuffix projectVersion schema serialize syncEnabled syncOptions watch","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#accesspropertiesbydotnotation","text":"\u2022 Optional Readonly accessPropertiesByDotNotation : boolean Inherited from BaseStoreParams . accessPropertiesByDotNotation Defined in node_modules/conf/dist/source/types.d.ts:193 Access nested properties by dot notation. default true example const config = new Conf(); config.set({ foo: { bar: { foobar: '\ud83e\udd84' } } }); console.log(config.get('foo.bar.foobar')); //=> '\ud83e\udd84' Alternatively, you can set this option to false so the whole string would be treated as one key. example const config = new Conf({accessPropertiesByDotNotation: false}); config.set({ `foo.bar.foobar`: '\ud83e\udd84' }); console.log(config.get('foo.bar.foobar')); //=> '\ud83e\udd84'","title":"accessPropertiesByDotNotation"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#autoload","text":"\u2022 Optional autoLoad : boolean Defined in src/common/base-store.ts:13","title":"autoLoad"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#clearinvalidconfig","text":"\u2022 Optional clearInvalidConfig : boolean Inherited from BaseStoreParams . clearInvalidConfig Defined in node_modules/conf/dist/source/types.d.ts:128 The config is cleared if reading the config file causes a SyntaxError . This is a good default, as the config file is not intended to be hand-edited, so it usually means the config is corrupt and there's nothing the user can do about it anyway. However, if you let the user edit the config file directly, mistakes might happen and it could be more useful to throw an error when the config is invalid instead of clearing. Disabling this option will make it throw a SyntaxError on invalid config instead of clearing. default true","title":"clearInvalidConfig"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#configname","text":"\u2022 Optional configName : string Inherited from BaseStoreParams . configName Defined in node_modules/conf/dist/source/types.d.ts:55 Name of the config file (without extension). Useful if you need multiple config files for your app or module. For example, different config files between two major versions. default 'config'","title":"configName"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#cwd","text":"\u2022 Optional cwd : string Inherited from BaseStoreParams . cwd Defined in node_modules/conf/dist/source/types.d.ts:104 You most likely don't need this. Please don't use it unless you really have to. The only use-case I can think of is having the config located in the app directory or on some external storage. Default: System default user config directory .","title":"cwd"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#defaults","text":"\u2022 Optional defaults : Readonly\\ Inherited from BaseStoreParams . defaults Defined in node_modules/conf/dist/source/types.d.ts:11 Config used if there are no existing config. Note: * The values in defaults will overwrite the default key in the schema option.","title":"defaults"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#deserialize","text":"\u2022 Optional Readonly deserialize : Deserialize\\ Inherited from BaseStoreParams . deserialize Defined in node_modules/conf/dist/source/types.d.ts:144 Function to deserialize the config object from a UTF-8 string when reading the config file. You would usually not need this, but it could be useful if you want to use a format other than JSON. default JSON.parse","title":"deserialize"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#encryptionkey","text":"\u2022 Optional encryptionKey : string | Buffer | NodeJS.TypedArray | DataView Inherited from BaseStoreParams . encryptionKey Defined in node_modules/conf/dist/source/types.d.ts:114 Note that this is not intended for security purposes , since the encryption key would be easily found inside a plain-text Node.js app. Its main use is for obscurity. If a user looks through the config directory and finds the config file, since it's just a JSON file, they may be tempted to modify it. By providing an encryption key, the file will be obfuscated, which should hopefully deter any users from doing so. It also has the added bonus of ensuring the config file's integrity. If the file is changed in any way, the decryption will not work, in which case the store will just reset back to its default state. When specified, the store will be encrypted using the aes-256-cbc encryption algorithm.","title":"encryptionKey"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#fileextension","text":"\u2022 Optional fileExtension : string Inherited from BaseStoreParams . fileExtension Defined in node_modules/conf/dist/source/types.d.ts:122 Extension of the config file. You would usually not need this, but could be useful if you want to interact with a file with a custom file extension that can be associated with your app. These might be simple save/export/preference files that are intended to be shareable or saved outside of the app. default 'json'","title":"fileExtension"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#migrations","text":"\u2022 Optional migrations : Migrations\\ Inherited from BaseStoreParams . migrations Defined in node_modules/conf/dist/source/types.d.ts:98 You can use migrations to perform operations to the store whenever a version is changed. The migrations object should consist of a key-value pair of 'version': handler . The version can also be a semver range . Note: The version the migrations use refers to the project version by default. If you want to change this behavior, specify the projectVersion option. example import Conf = require('conf'); const store = new Conf({ migrations: { '0.0.1': store => { store.set('debugPhase', true); }, '1.0.0': store => { store.delete('debugPhase'); store.set('phase', '1.0.0'); }, '1.0.2': store => { store.set('phase', '1.0.2'); }, '>=2.0.0': store => { store.set('phase', '>=2.0.0'); } } });","title":"migrations"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#projectname","text":"\u2022 Optional projectName : string Inherited from BaseStoreParams . projectName Defined in node_modules/conf/dist/source/types.d.ts:61 You only need to specify this if you don't have a package.json file in your project or if it doesn't have a name defined within it. Default: The name field in the package.json closest to where conf is imported.","title":"projectName"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#projectsuffix","text":"\u2022 Optional Readonly projectSuffix : string Inherited from BaseStoreParams . projectSuffix Defined in node_modules/conf/dist/source/types.d.ts:156 You most likely don't need this. Please don't use it unless you really have to. Suffix appended to projectName during config file creation to avoid name conflicts with native apps. You can pass an empty string to remove the suffix. For example, on macOS, the config file will be stored in the ~/Library/Preferences/foo-nodejs directory, where foo is the projectName . default 'nodejs'","title":"projectSuffix"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#projectversion","text":"\u2022 Optional projectVersion : string Inherited from BaseStoreParams . projectVersion Defined in node_modules/conf/dist/source/types.d.ts:67 You only need to specify this if you don't have a package.json file in your project or if it doesn't have a version defined within it. Default: The name field in the package.json closest to where conf is imported.","title":"projectVersion"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#schema","text":"\u2022 Optional schema : Schema\\ Inherited from BaseStoreParams . schema Defined in node_modules/conf/dist/source/types.d.ts:47 JSON Schema to validate your config data. Under the hood, the JSON Schema validator ajv is used to validate your config. We use JSON Schema draft-07 and support all validation keywords and formats . You should define your schema as an object where each key is the name of your data's property and each value is a JSON schema used to validate that property. See more here . example import Conf = require('conf'); const schema = { foo: { type: 'number', maximum: 100, minimum: 1, default: 50 }, bar: { type: 'string', format: 'url' } }; const config = new Conf({schema}); console.log(config.get('foo')); //=> 50 config.set('foo', '1'); // [Error: Config schema violation: `foo` should be number] Note: * The default value will be overwritten by the defaults option if set.","title":"schema"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#serialize","text":"\u2022 Optional Readonly serialize : Serialize\\ Inherited from BaseStoreParams . serialize Defined in node_modules/conf/dist/source/types.d.ts:136 Function to serialize the config object to a UTF-8 string when writing the config file. You would usually not need this, but it could be useful if you want to use a format other than JSON. default value => JSON.stringify(value, null, '\\t')","title":"serialize"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#syncenabled","text":"\u2022 Optional syncEnabled : boolean Defined in src/common/base-store.ts:14","title":"syncEnabled"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#syncoptions","text":"\u2022 Optional syncOptions : IReactionOptions Defined in src/common/base-store.ts:15","title":"syncOptions"},{"location":"extensions/api/interfaces/_src_common_base_store_.basestoreparams/#watch","text":"\u2022 Optional Readonly watch : boolean Inherited from BaseStoreParams . watch Defined in node_modules/conf/dist/source/types.d.ts:201 Watch for any changes in the config file and call the callback for onDidChange if set. This is useful if there are multiple processes changing the same config file. Currently this option doesn't work on Node.js 8 on macOS. default false","title":"watch"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/","text":"@k8slens/extensions Globals / \"src/common/cluster-store\" / ClusterIconUpload Interface: ClusterIconUpload # Hierarchy # ClusterIconUpload Index # Properties # clusterId name path Properties # clusterId # \u2022 clusterId : string Defined in src/common/cluster-store.ts:18 name # \u2022 name : string Defined in src/common/cluster-store.ts:19 path # \u2022 path : string Defined in src/common/cluster-store.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#interface-clustericonupload","text":"","title":"Interface: ClusterIconUpload"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#hierarchy","text":"ClusterIconUpload","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#properties","text":"clusterId name path","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#clusterid","text":"\u2022 clusterId : string Defined in src/common/cluster-store.ts:18","title":"clusterId"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#name","text":"\u2022 name : string Defined in src/common/cluster-store.ts:19","title":"name"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustericonupload/#path","text":"\u2022 path : string Defined in src/common/cluster-store.ts:20","title":"path"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermetadata/","text":"@k8slens/extensions Globals / \"src/common/cluster-store\" / ClusterMetadata Interface: ClusterMetadata # Hierarchy # ClusterMetadata Indexable # \u25aa [key: string]: string | number | boolean","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermetadata/#interface-clustermetadata","text":"","title":"Interface: ClusterMetadata"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermetadata/#hierarchy","text":"ClusterMetadata","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermetadata/#indexable","text":"\u25aa [key: string]: string | number | boolean","title":"Indexable"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/","text":"@k8slens/extensions Globals / \"src/common/cluster-store\" / ClusterModel Interface: ClusterModel # Hierarchy # ClusterModel Implemented by # Cluster Index # Properties # accessibleNamespaces contextName id kubeConfig kubeConfigPath metadata ownerRef preferences workspace Properties # accessibleNamespaces # \u2022 Optional accessibleNamespaces : string[] Defined in src/common/cluster-store.ts:42 contextName # \u2022 Optional contextName : string Defined in src/common/cluster-store.ts:38 id # \u2022 id : ClusterId Defined in src/common/cluster-store.ts:35 kubeConfig # \u2022 Optional kubeConfig : string Defined in src/common/cluster-store.ts:45 deprecated kubeConfigPath # \u2022 kubeConfigPath : string Defined in src/common/cluster-store.ts:36 metadata # \u2022 Optional metadata : ClusterMetadata Defined in src/common/cluster-store.ts:40 ownerRef # \u2022 Optional ownerRef : string Defined in src/common/cluster-store.ts:41 preferences # \u2022 Optional preferences : ClusterPreferences Defined in src/common/cluster-store.ts:39 workspace # \u2022 Optional workspace : WorkspaceId Defined in src/common/cluster-store.ts:37","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#interface-clustermodel","text":"","title":"Interface: ClusterModel"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#hierarchy","text":"ClusterModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#implemented-by","text":"Cluster","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#properties","text":"accessibleNamespaces contextName id kubeConfig kubeConfigPath metadata ownerRef preferences workspace","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#accessiblenamespaces","text":"\u2022 Optional accessibleNamespaces : string[] Defined in src/common/cluster-store.ts:42","title":"accessibleNamespaces"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#contextname","text":"\u2022 Optional contextName : string Defined in src/common/cluster-store.ts:38","title":"contextName"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#id","text":"\u2022 id : ClusterId Defined in src/common/cluster-store.ts:35","title":"id"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#kubeconfig","text":"\u2022 Optional kubeConfig : string Defined in src/common/cluster-store.ts:45 deprecated","title":"kubeConfig"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#kubeconfigpath","text":"\u2022 kubeConfigPath : string Defined in src/common/cluster-store.ts:36","title":"kubeConfigPath"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#metadata","text":"\u2022 Optional metadata : ClusterMetadata Defined in src/common/cluster-store.ts:40","title":"metadata"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#ownerref","text":"\u2022 Optional ownerRef : string Defined in src/common/cluster-store.ts:41","title":"ownerRef"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#preferences","text":"\u2022 Optional preferences : ClusterPreferences Defined in src/common/cluster-store.ts:39","title":"preferences"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clustermodel/#workspace","text":"\u2022 Optional workspace : WorkspaceId Defined in src/common/cluster-store.ts:37","title":"workspace"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/","text":"@k8slens/extensions Globals / \"src/common/cluster-store\" / ClusterPreferences Interface: ClusterPreferences # Hierarchy # ClusterPreferences Index # Properties # clusterName httpsProxy icon iconOrder prometheus prometheusProvider terminalCWD Properties # clusterName # \u2022 Optional clusterName : string Defined in src/common/cluster-store.ts:50 httpsProxy # \u2022 Optional httpsProxy : string Defined in src/common/cluster-store.ts:62 icon # \u2022 Optional icon : string Defined in src/common/cluster-store.ts:61 iconOrder # \u2022 Optional iconOrder : number Defined in src/common/cluster-store.ts:60 prometheus # \u2022 Optional prometheus : { namespace: string ; port: number ; prefix: string ; service: string } Defined in src/common/cluster-store.ts:51 Type declaration: Name Type namespace string port number prefix string service string prometheusProvider # \u2022 Optional prometheusProvider : { type: string } Defined in src/common/cluster-store.ts:57 Type declaration: Name Type type string terminalCWD # \u2022 Optional terminalCWD : string Defined in src/common/cluster-store.ts:49","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#interface-clusterpreferences","text":"","title":"Interface: ClusterPreferences"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#hierarchy","text":"ClusterPreferences","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#properties","text":"clusterName httpsProxy icon iconOrder prometheus prometheusProvider terminalCWD","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#clustername","text":"\u2022 Optional clusterName : string Defined in src/common/cluster-store.ts:50","title":"clusterName"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#httpsproxy","text":"\u2022 Optional httpsProxy : string Defined in src/common/cluster-store.ts:62","title":"httpsProxy"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#icon","text":"\u2022 Optional icon : string Defined in src/common/cluster-store.ts:61","title":"icon"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#iconorder","text":"\u2022 Optional iconOrder : number Defined in src/common/cluster-store.ts:60","title":"iconOrder"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#prometheus","text":"\u2022 Optional prometheus : { namespace: string ; port: number ; prefix: string ; service: string } Defined in src/common/cluster-store.ts:51","title":"prometheus"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#prometheusprovider","text":"\u2022 Optional prometheusProvider : { type: string } Defined in src/common/cluster-store.ts:57","title":"prometheusProvider"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterpreferences/#terminalcwd","text":"\u2022 Optional terminalCWD : string Defined in src/common/cluster-store.ts:49","title":"terminalCWD"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/","text":"@k8slens/extensions Globals / \"src/common/cluster-store\" / ClusterStoreModel Interface: ClusterStoreModel # Hierarchy # ClusterStoreModel Index # Properties # activeCluster clusters Properties # activeCluster # \u2022 Optional activeCluster : ClusterId Defined in src/common/cluster-store.ts:28 clusters # \u2022 Optional clusters : ClusterModel [] Defined in src/common/cluster-store.ts:29","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/#interface-clusterstoremodel","text":"","title":"Interface: ClusterStoreModel"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/#hierarchy","text":"ClusterStoreModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/#properties","text":"activeCluster clusters","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/#activecluster","text":"\u2022 Optional activeCluster : ClusterId Defined in src/common/cluster-store.ts:28","title":"activeCluster"},{"location":"extensions/api/interfaces/_src_common_cluster_store_.clusterstoremodel/#clusters","text":"\u2022 Optional clusters : ClusterModel [] Defined in src/common/cluster-store.ts:29","title":"clusters"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/","text":"@k8slens/extensions Globals / \"src/common/event-emitter\" / Options Interface: Options # Hierarchy # Options Index # Properties # once prepend Properties # once # \u2022 Optional once : boolean Defined in src/common/event-emitter.ts:4 prepend # \u2022 Optional prepend : boolean Defined in src/common/event-emitter.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/#interface-options","text":"","title":"Interface: Options"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/#hierarchy","text":"Options","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/#properties","text":"once prepend","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/#once","text":"\u2022 Optional once : boolean Defined in src/common/event-emitter.ts:4","title":"once"},{"location":"extensions/api/interfaces/_src_common_event_emitter_.options/#prepend","text":"\u2022 Optional prepend : boolean Defined in src/common/event-emitter.ts:5","title":"prepend"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/","text":"@k8slens/extensions Globals / \"src/common/ipc\" / IpcBroadcastParams Interface: IpcBroadcastParams\\ # Type parameters # Name Type Default A any[] any Hierarchy # IpcBroadcastParams Index # Properties # args channel filter frameId frameOnly timeout webContentId Properties # args # \u2022 Optional args : A Defined in src/common/ipc.ts:60 channel # \u2022 channel : IpcChannel Defined in src/common/ipc.ts:54 filter # \u2022 Optional filter : (webContent: WebContents) => boolean Defined in src/common/ipc.ts:58 frameId # \u2022 Optional frameId : number Defined in src/common/ipc.ts:56 frameOnly # \u2022 Optional frameOnly : boolean Defined in src/common/ipc.ts:57 timeout # \u2022 Optional timeout : number Defined in src/common/ipc.ts:59 webContentId # \u2022 Optional webContentId : number Defined in src/common/ipc.ts:55","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#interface-ipcbroadcastparams","text":"","title":"Interface: IpcBroadcastParams\\"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#type-parameters","text":"Name Type Default A any[] any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#hierarchy","text":"IpcBroadcastParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#properties","text":"args channel filter frameId frameOnly timeout webContentId","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#args","text":"\u2022 Optional args : A Defined in src/common/ipc.ts:60","title":"args"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#channel","text":"\u2022 channel : IpcChannel Defined in src/common/ipc.ts:54","title":"channel"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#filter","text":"\u2022 Optional filter : (webContent: WebContents) => boolean Defined in src/common/ipc.ts:58","title":"filter"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#frameid","text":"\u2022 Optional frameId : number Defined in src/common/ipc.ts:56","title":"frameId"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#frameonly","text":"\u2022 Optional frameOnly : boolean Defined in src/common/ipc.ts:57","title":"frameOnly"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#timeout","text":"\u2022 Optional timeout : number Defined in src/common/ipc.ts:59","title":"timeout"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcbroadcastparams/#webcontentid","text":"\u2022 Optional webContentId : number Defined in src/common/ipc.ts:55","title":"webContentId"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/","text":"@k8slens/extensions Globals / \"src/common/ipc\" / IpcChannelOptions Interface: IpcChannelOptions # Hierarchy # IpcChannelOptions Index # Properties # autoBind channel handle once timeout Properties # autoBind # \u2022 Optional autoBind : boolean Defined in src/common/ipc.ts:13 channel # \u2022 channel : IpcChannel Defined in src/common/ipc.ts:11 handle # \u2022 Optional handle : (...args: any[]) => Promise \\ | any Defined in src/common/ipc.ts:12 once # \u2022 Optional once : boolean Defined in src/common/ipc.ts:15 timeout # \u2022 Optional timeout : number Defined in src/common/ipc.ts:14","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#interface-ipcchanneloptions","text":"","title":"Interface: IpcChannelOptions"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#hierarchy","text":"IpcChannelOptions","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#properties","text":"autoBind channel handle once timeout","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#autobind","text":"\u2022 Optional autoBind : boolean Defined in src/common/ipc.ts:13","title":"autoBind"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#channel","text":"\u2022 channel : IpcChannel Defined in src/common/ipc.ts:11","title":"channel"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#handle","text":"\u2022 Optional handle : (...args: any[]) => Promise \\ | any Defined in src/common/ipc.ts:12","title":"handle"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#once","text":"\u2022 Optional once : boolean Defined in src/common/ipc.ts:15","title":"once"},{"location":"extensions/api/interfaces/_src_common_ipc_.ipcchanneloptions/#timeout","text":"\u2022 Optional timeout : number Defined in src/common/ipc.ts:14","title":"timeout"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/","text":"@k8slens/extensions Globals / \"src/common/rbac\" / KubeApiResource Interface: KubeApiResource # Hierarchy # KubeApiResource Index # Properties # group resource Properties # group # \u2022 Optional group : string Defined in src/common/rbac.ts:11 resource # \u2022 resource : KubeResource Defined in src/common/rbac.ts:10","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/#interface-kubeapiresource","text":"","title":"Interface: KubeApiResource"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/#hierarchy","text":"KubeApiResource","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/#properties","text":"group resource","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/#group","text":"\u2022 Optional group : string Defined in src/common/rbac.ts:11","title":"group"},{"location":"extensions/api/interfaces/_src_common_rbac_.kubeapiresource/#resource","text":"\u2022 resource : KubeResource Defined in src/common/rbac.ts:10","title":"resource"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/","text":"@k8slens/extensions Globals / \"src/common/user-store\" / UserPreferences Interface: UserPreferences # Hierarchy # UserPreferences Index # Properties # allowTelemetry allowUntrustedCAs colorTheme downloadBinariesPath downloadKubectlBinaries downloadMirror httpsProxy kubectlBinariesPath openAtLogin Properties # allowTelemetry # \u2022 Optional allowTelemetry : boolean Defined in src/common/user-store.ts:25 allowUntrustedCAs # \u2022 Optional allowUntrustedCAs : boolean Defined in src/common/user-store.ts:24 colorTheme # \u2022 Optional colorTheme : string Defined in src/common/user-store.ts:23 downloadBinariesPath # \u2022 Optional downloadBinariesPath : string Defined in src/common/user-store.ts:28 downloadKubectlBinaries # \u2022 Optional downloadKubectlBinaries : boolean Defined in src/common/user-store.ts:27 downloadMirror # \u2022 Optional downloadMirror : string | \\\"default\\\" Defined in src/common/user-store.ts:26 httpsProxy # \u2022 Optional httpsProxy : string Defined in src/common/user-store.ts:22 kubectlBinariesPath # \u2022 Optional kubectlBinariesPath : string Defined in src/common/user-store.ts:29 openAtLogin # \u2022 Optional openAtLogin : boolean Defined in src/common/user-store.ts:30","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#interface-userpreferences","text":"","title":"Interface: UserPreferences"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#hierarchy","text":"UserPreferences","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#properties","text":"allowTelemetry allowUntrustedCAs colorTheme downloadBinariesPath downloadKubectlBinaries downloadMirror httpsProxy kubectlBinariesPath openAtLogin","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#allowtelemetry","text":"\u2022 Optional allowTelemetry : boolean Defined in src/common/user-store.ts:25","title":"allowTelemetry"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#allowuntrustedcas","text":"\u2022 Optional allowUntrustedCAs : boolean Defined in src/common/user-store.ts:24","title":"allowUntrustedCAs"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#colortheme","text":"\u2022 Optional colorTheme : string Defined in src/common/user-store.ts:23","title":"colorTheme"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#downloadbinariespath","text":"\u2022 Optional downloadBinariesPath : string Defined in src/common/user-store.ts:28","title":"downloadBinariesPath"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#downloadkubectlbinaries","text":"\u2022 Optional downloadKubectlBinaries : boolean Defined in src/common/user-store.ts:27","title":"downloadKubectlBinaries"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#downloadmirror","text":"\u2022 Optional downloadMirror : string | \\\"default\\\" Defined in src/common/user-store.ts:26","title":"downloadMirror"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#httpsproxy","text":"\u2022 Optional httpsProxy : string Defined in src/common/user-store.ts:22","title":"httpsProxy"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#kubectlbinariespath","text":"\u2022 Optional kubectlBinariesPath : string Defined in src/common/user-store.ts:29","title":"kubectlBinariesPath"},{"location":"extensions/api/interfaces/_src_common_user_store_.userpreferences/#openatlogin","text":"\u2022 Optional openAtLogin : boolean Defined in src/common/user-store.ts:30","title":"openAtLogin"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/","text":"@k8slens/extensions Globals / \"src/common/user-store\" / UserStoreModel Interface: UserStoreModel # Hierarchy # UserStoreModel Index # Properties # kubeConfigPath lastSeenAppVersion preferences seenContexts Properties # kubeConfigPath # \u2022 kubeConfigPath : string Defined in src/common/user-store.ts:15 lastSeenAppVersion # \u2022 lastSeenAppVersion : string Defined in src/common/user-store.ts:16 preferences # \u2022 preferences : UserPreferences Defined in src/common/user-store.ts:18 seenContexts # \u2022 seenContexts : string[] Defined in src/common/user-store.ts:17","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#interface-userstoremodel","text":"","title":"Interface: UserStoreModel"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#hierarchy","text":"UserStoreModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#properties","text":"kubeConfigPath lastSeenAppVersion preferences seenContexts","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#kubeconfigpath","text":"\u2022 kubeConfigPath : string Defined in src/common/user-store.ts:15","title":"kubeConfigPath"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#lastseenappversion","text":"\u2022 lastSeenAppVersion : string Defined in src/common/user-store.ts:16","title":"lastSeenAppVersion"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#preferences","text":"\u2022 preferences : UserPreferences Defined in src/common/user-store.ts:18","title":"preferences"},{"location":"extensions/api/interfaces/_src_common_user_store_.userstoremodel/#seencontexts","text":"\u2022 seenContexts : string[] Defined in src/common/user-store.ts:17","title":"seenContexts"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/","text":"@k8slens/extensions Globals / \"src/common/utils/buildUrl\" / IURLParams Interface: IURLParams\\ # Type parameters # Name Type Default P object {} Q object {} Hierarchy # IURLParams Index # Properties # params query Properties # params # \u2022 Optional params : P Defined in src/common/utils/buildUrl.ts:4 query # \u2022 Optional query : Q Defined in src/common/utils/buildUrl.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#interface-iurlparams","text":"","title":"Interface: IURLParams\\"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#type-parameters","text":"Name Type Default P object {} Q object {}","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#hierarchy","text":"IURLParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#properties","text":"params query","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#params","text":"\u2022 Optional params : P Defined in src/common/utils/buildUrl.ts:4","title":"params"},{"location":"extensions/api/interfaces/_src_common_utils_buildurl_.iurlparams/#query","text":"\u2022 Optional query : Q Defined in src/common/utils/buildUrl.ts:5","title":"query"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/","text":"@k8slens/extensions Globals / \"src/common/workspace-store\" / WorkspaceModel Interface: WorkspaceModel # Hierarchy # WorkspaceModel Implemented by # Workspace Index # Properties # description id name ownerRef Properties # description # \u2022 Optional 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 ownerRef # \u2022 Optional ownerRef : string Defined in src/common/workspace-store.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#interface-workspacemodel","text":"","title":"Interface: WorkspaceModel"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#hierarchy","text":"WorkspaceModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#implemented-by","text":"Workspace","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#properties","text":"description id name ownerRef","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#description","text":"\u2022 Optional description : string Defined in src/common/workspace-store.ts:19","title":"description"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#id","text":"\u2022 id : WorkspaceId Defined in src/common/workspace-store.ts:17","title":"id"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#name","text":"\u2022 name : string Defined in src/common/workspace-store.ts:18","title":"name"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacemodel/#ownerref","text":"\u2022 Optional ownerRef : string Defined in src/common/workspace-store.ts:20","title":"ownerRef"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/","text":"@k8slens/extensions Globals / \"src/common/workspace-store\" / WorkspaceState Interface: WorkspaceState # Hierarchy # WorkspaceState Implemented by # Workspace Index # Properties # enabled Properties # enabled # \u2022 enabled : boolean Defined in src/common/workspace-store.ts:24","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/#interface-workspacestate","text":"","title":"Interface: WorkspaceState"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/#hierarchy","text":"WorkspaceState","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/#implemented-by","text":"Workspace","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/#properties","text":"enabled","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestate/#enabled","text":"\u2022 enabled : boolean Defined in src/common/workspace-store.ts:24","title":"enabled"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/","text":"@k8slens/extensions Globals / \"src/common/workspace-store\" / WorkspaceStoreModel Interface: WorkspaceStoreModel # Hierarchy # WorkspaceStoreModel Index # Properties # currentWorkspace workspaces Properties # currentWorkspace # \u2022 Optional currentWorkspace : WorkspaceId Defined in src/common/workspace-store.ts:12 workspaces # \u2022 workspaces : WorkspaceModel [] Defined in src/common/workspace-store.ts:13","title":"API Reference"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/#interface-workspacestoremodel","text":"","title":"Interface: WorkspaceStoreModel"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/#hierarchy","text":"WorkspaceStoreModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/#properties","text":"currentWorkspace workspaces","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/#currentworkspace","text":"\u2022 Optional currentWorkspace : WorkspaceId Defined in src/common/workspace-store.ts:12","title":"currentWorkspace"},{"location":"extensions/api/interfaces/_src_common_workspace_store_.workspacestoremodel/#workspaces","text":"\u2022 workspaces : WorkspaceModel [] Defined in src/common/workspace-store.ts:13","title":"workspaces"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/","text":"@k8slens/extensions Globals / \"src/extensions/cluster-feature\" / ClusterFeatureStatus 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":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#interface-clusterfeaturestatus","text":"","title":"Interface: ClusterFeatureStatus"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#hierarchy","text":"ClusterFeatureStatus","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#properties","text":"canUpgrade currentVersion installed latestVersion","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#canupgrade","text":"\u2022 canUpgrade : boolean Defined in src/extensions/cluster-feature.ts:15","title":"canUpgrade"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#currentversion","text":"\u2022 currentVersion : string Defined in src/extensions/cluster-feature.ts:12","title":"currentVersion"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#installed","text":"\u2022 installed : boolean Defined in src/extensions/cluster-feature.ts:13","title":"installed"},{"location":"extensions/api/interfaces/_src_extensions_cluster_feature_.clusterfeaturestatus/#latestversion","text":"\u2022 latestVersion : string Defined in src/extensions/cluster-feature.ts:14","title":"latestVersion"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/","text":"@k8slens/extensions Globals / \"src/extensions/extension-manager\" / InstalledExtension Interface: InstalledExtension # Hierarchy # InstalledExtension Index # Properties # isBundled isEnabled manifest manifestPath Properties # isBundled # \u2022 Readonly isBundled : boolean Defined in src/extensions/extension-manager.ts:13 isEnabled # \u2022 isEnabled : boolean Defined in src/extensions/extension-manager.ts:14 manifest # \u2022 Readonly manifest : LensExtensionManifest Defined in src/extensions/extension-manager.ts:11 manifestPath # \u2022 Readonly manifestPath : string Defined in src/extensions/extension-manager.ts:12","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#interface-installedextension","text":"","title":"Interface: InstalledExtension"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#hierarchy","text":"InstalledExtension","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#properties","text":"isBundled isEnabled manifest manifestPath","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#isbundled","text":"\u2022 Readonly isBundled : boolean Defined in src/extensions/extension-manager.ts:13","title":"isBundled"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#isenabled","text":"\u2022 isEnabled : boolean Defined in src/extensions/extension-manager.ts:14","title":"isEnabled"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#manifest","text":"\u2022 Readonly manifest : LensExtensionManifest Defined in src/extensions/extension-manager.ts:11","title":"manifest"},{"location":"extensions/api/interfaces/_src_extensions_extension_manager_.installedextension/#manifestpath","text":"\u2022 Readonly manifestPath : string Defined in src/extensions/extension-manager.ts:12","title":"manifestPath"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/","text":"@k8slens/extensions Globals / \"src/extensions/extensions-store\" / LensExtensionsStoreModel Interface: LensExtensionsStoreModel # Hierarchy # LensExtensionsStoreModel Index # Properties # extensions Properties # extensions # \u2022 extensions : Record\\< LensExtensionId , LensExtensionState > Defined in src/extensions/extensions-store.ts:7","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/#interface-lensextensionsstoremodel","text":"","title":"Interface: LensExtensionsStoreModel"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/#hierarchy","text":"LensExtensionsStoreModel","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/#properties","text":"extensions","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionsstoremodel/#extensions","text":"\u2022 extensions : Record\\< LensExtensionId , LensExtensionState > Defined in src/extensions/extensions-store.ts:7","title":"extensions"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/","text":"@k8slens/extensions Globals / \"src/extensions/extensions-store\" / LensExtensionState Interface: LensExtensionState # Hierarchy # LensExtensionState Index # Properties # enabled Properties # enabled # \u2022 Optional enabled : boolean Defined in src/extensions/extensions-store.ts:11","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/#interface-lensextensionstate","text":"","title":"Interface: LensExtensionState"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/#hierarchy","text":"LensExtensionState","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/#properties","text":"enabled","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_extensions_store_.lensextensionstate/#enabled","text":"\u2022 Optional enabled : boolean Defined in src/extensions/extensions-store.ts:11","title":"enabled"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/","text":"@k8slens/extensions Globals / \"src/extensions/lens-extension\" / LensExtensionManifest Interface: LensExtensionManifest # Hierarchy # LensExtensionManifest Index # Properties # description main name renderer version Properties # description # \u2022 Optional description : string Defined in src/extensions/lens-extension.ts:11 main # \u2022 Optional main : string Defined in src/extensions/lens-extension.ts:12 name # \u2022 name : string Defined in src/extensions/lens-extension.ts:9 renderer # \u2022 Optional renderer : string Defined in src/extensions/lens-extension.ts:13 version # \u2022 version : string Defined in src/extensions/lens-extension.ts:10","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#interface-lensextensionmanifest","text":"","title":"Interface: LensExtensionManifest"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#hierarchy","text":"LensExtensionManifest","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#properties","text":"description main name renderer version","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#description","text":"\u2022 Optional description : string Defined in src/extensions/lens-extension.ts:11","title":"description"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#main","text":"\u2022 Optional main : string Defined in src/extensions/lens-extension.ts:12","title":"main"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#name","text":"\u2022 name : string Defined in src/extensions/lens-extension.ts:9","title":"name"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#renderer","text":"\u2022 Optional renderer : string Defined in src/extensions/lens-extension.ts:13","title":"renderer"},{"location":"extensions/api/interfaces/_src_extensions_lens_extension_.lensextensionmanifest/#version","text":"\u2022 version : string Defined in src/extensions/lens-extension.ts:10","title":"version"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/","text":"@k8slens/extensions Globals / \"src/extensions/registries/app-preference-registry\" / AppPreferenceComponents Interface: AppPreferenceComponents # Hierarchy # AppPreferenceComponents Index # Properties # Hint Input Properties # Hint # \u2022 Hint : React.ComponentType\\ Defined in src/extensions/registries/app-preference-registry.ts:5 Input # \u2022 Input : React.ComponentType\\ Defined in src/extensions/registries/app-preference-registry.ts:6","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/#interface-apppreferencecomponents","text":"","title":"Interface: AppPreferenceComponents"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/#hierarchy","text":"AppPreferenceComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/#properties","text":"Hint Input","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/#hint","text":"\u2022 Hint : React.ComponentType\\ Defined in src/extensions/registries/app-preference-registry.ts:5","title":"Hint"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferencecomponents/#input","text":"\u2022 Input : React.ComponentType\\ Defined in src/extensions/registries/app-preference-registry.ts:6","title":"Input"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/","text":"@k8slens/extensions Globals / \"src/extensions/registries/app-preference-registry\" / AppPreferenceRegistration 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":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/#interface-apppreferenceregistration","text":"","title":"Interface: AppPreferenceRegistration"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/#hierarchy","text":"AppPreferenceRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/#properties","text":"components title","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/#components","text":"\u2022 components : AppPreferenceComponents Defined in src/extensions/registries/app-preference-registry.ts:11","title":"components"},{"location":"extensions/api/interfaces/_src_extensions_registries_app_preference_registry_.apppreferenceregistration/#title","text":"\u2022 title : string Defined in src/extensions/registries/app-preference-registry.ts:10","title":"title"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/","text":"@k8slens/extensions Globals / \"src/extensions/registries/cluster-feature-registry\" / ClusterFeatureComponents Interface: ClusterFeatureComponents # Hierarchy # ClusterFeatureComponents Index # Properties # Description Properties # Description # \u2022 Description : React.ComponentType\\ Defined in src/extensions/registries/cluster-feature-registry.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/#interface-clusterfeaturecomponents","text":"","title":"Interface: ClusterFeatureComponents"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/#hierarchy","text":"ClusterFeatureComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/#properties","text":"Description","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeaturecomponents/#description","text":"\u2022 Description : React.ComponentType\\ Defined in src/extensions/registries/cluster-feature-registry.ts:5","title":"Description"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/","text":"@k8slens/extensions Globals / \"src/extensions/registries/cluster-feature-registry\" / ClusterFeatureRegistration 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":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#interface-clusterfeatureregistration","text":"","title":"Interface: ClusterFeatureRegistration"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#hierarchy","text":"ClusterFeatureRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#properties","text":"components feature title","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#components","text":"\u2022 components : ClusterFeatureComponents Defined in src/extensions/registries/cluster-feature-registry.ts:10","title":"components"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#feature","text":"\u2022 feature : ClusterFeature Defined in src/extensions/registries/cluster-feature-registry.ts:11","title":"feature"},{"location":"extensions/api/interfaces/_src_extensions_registries_cluster_feature_registry_.clusterfeatureregistration/#title","text":"\u2022 title : string Defined in src/extensions/registries/cluster-feature-registry.ts:9","title":"title"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-detail-registry\" / KubeObjectDetailComponents Interface: KubeObjectDetailComponents # Hierarchy # KubeObjectDetailComponents Index # Properties # Details Properties # Details # \u2022 Details : React.ComponentType\\ Defined in src/extensions/registries/kube-object-detail-registry.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/#interface-kubeobjectdetailcomponents","text":"","title":"Interface: KubeObjectDetailComponents"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/#hierarchy","text":"KubeObjectDetailComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/#properties","text":"Details","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailcomponents/#details","text":"\u2022 Details : React.ComponentType\\ Defined in src/extensions/registries/kube-object-detail-registry.ts:5","title":"Details"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-detail-registry\" / KubeObjectDetailRegistration 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":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#interface-kubeobjectdetailregistration","text":"","title":"Interface: KubeObjectDetailRegistration"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#hierarchy","text":"KubeObjectDetailRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#properties","text":"apiVersions components kind","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#apiversions","text":"\u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-detail-registry.ts:10","title":"apiVersions"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#components","text":"\u2022 components : KubeObjectDetailComponents Defined in src/extensions/registries/kube-object-detail-registry.ts:11","title":"components"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_detail_registry_.kubeobjectdetailregistration/#kind","text":"\u2022 kind : string Defined in src/extensions/registries/kube-object-detail-registry.ts:9","title":"kind"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-menu-registry\" / KubeObjectMenuComponents Interface: KubeObjectMenuComponents # Hierarchy # KubeObjectMenuComponents Index # Properties # MenuItem Properties # MenuItem # \u2022 MenuItem : React.ComponentType\\ Defined in src/extensions/registries/kube-object-menu-registry.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/#interface-kubeobjectmenucomponents","text":"","title":"Interface: KubeObjectMenuComponents"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/#hierarchy","text":"KubeObjectMenuComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/#properties","text":"MenuItem","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenucomponents/#menuitem","text":"\u2022 MenuItem : React.ComponentType\\ Defined in src/extensions/registries/kube-object-menu-registry.ts:5","title":"MenuItem"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-menu-registry\" / KubeObjectMenuRegistration 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":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#interface-kubeobjectmenuregistration","text":"","title":"Interface: KubeObjectMenuRegistration"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#hierarchy","text":"KubeObjectMenuRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#properties","text":"apiVersions components kind","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#apiversions","text":"\u2022 apiVersions : string[] Defined in src/extensions/registries/kube-object-menu-registry.ts:10","title":"apiVersions"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#components","text":"\u2022 components : KubeObjectMenuComponents Defined in src/extensions/registries/kube-object-menu-registry.ts:11","title":"components"},{"location":"extensions/api/interfaces/_src_extensions_registries_kube_object_menu_registry_.kubeobjectmenuregistration/#kind","text":"\u2022 kind : string Defined in src/extensions/registries/kube-object-menu-registry.ts:9","title":"kind"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/","text":"@k8slens/extensions Globals / \"src/extensions/registries/menu-registry\" / MenuRegistration Interface: MenuRegistration # Hierarchy # MenuItemConstructorOptions \u21b3 MenuRegistration Index # Properties # accelerator acceleratorWorksWhenHidden after afterGroupContaining before beforeGroupContaining checked click enabled icon id label parentId registerAccelerator role sublabel submenu toolTip type visible Properties # accelerator # \u2022 Optional accelerator : Accelerator Inherited from MenuRegistration . accelerator Overrides MenuRegistration . accelerator Defined in node_modules/electron/electron.d.ts:12208 acceleratorWorksWhenHidden # \u2022 Optional acceleratorWorksWhenHidden : boolean Inherited from MenuRegistration . acceleratorWorksWhenHidden Overrides MenuRegistration . acceleratorWorksWhenHidden Defined in node_modules/electron/electron.d.ts:12220 default is true , and when false will prevent the accelerator from triggering the item if the item is not visible`. platform darwin after # \u2022 Optional after : string[] Inherited from MenuRegistration . after Overrides MenuRegistration . after Defined in node_modules/electron/electron.d.ts:12258 Inserts this item after the item with the specified label. If the referenced item doesn't exist the item will be inserted at the end of the menu. afterGroupContaining # \u2022 Optional afterGroupContaining : string[] Inherited from MenuRegistration . afterGroupContaining Overrides MenuRegistration . afterGroupContaining Defined in node_modules/electron/electron.d.ts:12270 Provides a means for a single context menu to declare the placement of their containing group after the containing group of the item with the specified label. before # \u2022 Optional before : string[] Inherited from MenuRegistration . before Overrides MenuRegistration . before Defined in node_modules/electron/electron.d.ts:12253 Inserts this item before the item with the specified label. If the referenced item doesn't exist the item will be inserted at the end of the menu. Also implies that the menu item in question should be placed in the same \u201cgroup\u201d as the item. beforeGroupContaining # \u2022 Optional beforeGroupContaining : string[] Inherited from MenuRegistration . beforeGroupContaining Overrides MenuRegistration . beforeGroupContaining Defined in node_modules/electron/electron.d.ts:12264 Provides a means for a single context menu to declare the placement of their containing group before the containing group of the item with the specified label. checked # \u2022 Optional checked : boolean Inherited from MenuRegistration . checked Overrides MenuRegistration . checked Defined in node_modules/electron/electron.d.ts:12228 Should only be specified for checkbox or radio type menu items. click # \u2022 Optional click : (menuItem: MenuItem, browserWindow: BrowserWindow | undefined, event: KeyboardEvent) => void Inherited from MenuRegistration . click Overrides MenuRegistration . click Defined in node_modules/electron/electron.d.ts:12183 Will be called with click(menuItem, browserWindow, event) when the menu item is clicked. enabled # \u2022 Optional enabled : boolean Inherited from MenuRegistration . enabled Overrides MenuRegistration . enabled Defined in node_modules/electron/electron.d.ts:12213 If false, the menu item will be greyed out and unclickable. icon # \u2022 Optional icon : NativeImage | string Inherited from MenuRegistration . icon Overrides MenuRegistration . icon Defined in node_modules/electron/electron.d.ts:12209 id # \u2022 Optional id : string Inherited from MenuRegistration . id Overrides MenuRegistration . id Defined in node_modules/electron/electron.d.ts:12246 Unique within a single menu. If defined then it can be used as a reference to this item by the position attribute. label # \u2022 Optional label : string Inherited from MenuRegistration . label Overrides MenuRegistration . label Defined in node_modules/electron/electron.d.ts:12200 parentId # \u2022 parentId : string Defined in src/extensions/registries/menu-registry.ts:7 registerAccelerator # \u2022 Optional registerAccelerator : boolean Inherited from MenuRegistration . registerAccelerator Overrides MenuRegistration . registerAccelerator Defined in node_modules/electron/electron.d.ts:12235 If false, the accelerator won't be registered with the system, but it will still be displayed. Defaults to true. platform linux,win32 role # \u2022 Optional role : \\\"undo\\\" | \\\"redo\\\" | \\\"cut\\\" | \\\"copy\\\" | \\\"paste\\\" | \\\"pasteAndMatchStyle\\\" | \\\"delete\\\" | \\\"selectAll\\\" | \\\"reload\\\" | \\\"forceReload\\\" | \\\"toggleDevTools\\\" | \\\"resetZoom\\\" | \\\"zoomIn\\\" | \\\"zoomOut\\\" | \\\"togglefullscreen\\\" | \\\"window\\\" | \\\"minimize\\\" | \\\"close\\\" | \\\"help\\\" | \\\"about\\\" | \\\"services\\\" | \\\"hide\\\" | \\\"hideOthers\\\" | \\\"unhide\\\" | \\\"quit\\\" | \\\"startSpeaking\\\" | \\\"stopSpeaking\\\" | \\\"zoom\\\" | \\\"front\\\" | \\\"appMenu\\\" | \\\"fileMenu\\\" | \\\"editMenu\\\" | \\\"viewMenu\\\" | \\\"recentDocuments\\\" | \\\"toggleTabBar\\\" | \\\"selectNextTab\\\" | \\\"selectPreviousTab\\\" | \\\"mergeAllWindows\\\" | \\\"clearRecentDocuments\\\" | \\\"moveTabToNewWindow\\\" | \\\"windowMenu\\\" Inherited from MenuRegistration . role Overrides MenuRegistration . role Defined in node_modules/electron/electron.d.ts:12195 Can be undo , redo , cut , copy , paste , pasteAndMatchStyle , delete , selectAll , reload , forceReload , toggleDevTools , resetZoom , zoomIn , zoomOut , togglefullscreen , window , minimize , close , help , about , services , hide , hideOthers , unhide , quit , startSpeaking , stopSpeaking , zoom , front , appMenu , fileMenu , editMenu , viewMenu , recentDocuments , toggleTabBar , selectNextTab , selectPreviousTab , mergeAllWindows , clearRecentDocuments , moveTabToNewWindow or windowMenu - Define the action of the menu item, when specified the click property will be ignored. See roles. sublabel # \u2022 Optional sublabel : string Inherited from MenuRegistration . sublabel Overrides MenuRegistration . sublabel Defined in node_modules/electron/electron.d.ts:12201 submenu # \u2022 Optional submenu : MenuItemConstructorOptions[] | Menu Inherited from MenuRegistration . submenu Overrides MenuRegistration . submenu Defined in node_modules/electron/electron.d.ts:12241 Should be specified for submenu type menu items. If submenu is specified, the type: 'submenu' can be omitted. If the value is not a Menu then it will be automatically converted to one using Menu.buildFromTemplate . toolTip # \u2022 Optional toolTip : string Inherited from MenuRegistration . toolTip Overrides MenuRegistration . toolTip Defined in node_modules/electron/electron.d.ts:12207 Hover text for this menu item. platform darwin type # \u2022 Optional type : \\\"normal\\\" | \\\"separator\\\" | \\\"submenu\\\" | \\\"checkbox\\\" | \\\"radio\\\" Inherited from MenuRegistration . type Overrides MenuRegistration . type Defined in node_modules/electron/electron.d.ts:12199 Can be normal , separator , submenu , checkbox or radio . visible # \u2022 Optional visible : boolean Inherited from MenuRegistration . visible Overrides MenuRegistration . visible Defined in node_modules/electron/electron.d.ts:12224 If false, the menu item will be entirely hidden.","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#interface-menuregistration","text":"","title":"Interface: MenuRegistration"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#hierarchy","text":"MenuItemConstructorOptions \u21b3 MenuRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#properties","text":"accelerator acceleratorWorksWhenHidden after afterGroupContaining before beforeGroupContaining checked click enabled icon id label parentId registerAccelerator role sublabel submenu toolTip type visible","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#accelerator","text":"\u2022 Optional accelerator : Accelerator Inherited from MenuRegistration . accelerator Overrides MenuRegistration . accelerator Defined in node_modules/electron/electron.d.ts:12208","title":"accelerator"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#acceleratorworkswhenhidden","text":"\u2022 Optional acceleratorWorksWhenHidden : boolean Inherited from MenuRegistration . acceleratorWorksWhenHidden Overrides MenuRegistration . acceleratorWorksWhenHidden Defined in node_modules/electron/electron.d.ts:12220 default is true , and when false will prevent the accelerator from triggering the item if the item is not visible`. platform darwin","title":"acceleratorWorksWhenHidden"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#after","text":"\u2022 Optional after : string[] Inherited from MenuRegistration . after Overrides MenuRegistration . after Defined in node_modules/electron/electron.d.ts:12258 Inserts this item after the item with the specified label. If the referenced item doesn't exist the item will be inserted at the end of the menu.","title":"after"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#aftergroupcontaining","text":"\u2022 Optional afterGroupContaining : string[] Inherited from MenuRegistration . afterGroupContaining Overrides MenuRegistration . afterGroupContaining Defined in node_modules/electron/electron.d.ts:12270 Provides a means for a single context menu to declare the placement of their containing group after the containing group of the item with the specified label.","title":"afterGroupContaining"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#before","text":"\u2022 Optional before : string[] Inherited from MenuRegistration . before Overrides MenuRegistration . before Defined in node_modules/electron/electron.d.ts:12253 Inserts this item before the item with the specified label. If the referenced item doesn't exist the item will be inserted at the end of the menu. Also implies that the menu item in question should be placed in the same \u201cgroup\u201d as the item.","title":"before"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#beforegroupcontaining","text":"\u2022 Optional beforeGroupContaining : string[] Inherited from MenuRegistration . beforeGroupContaining Overrides MenuRegistration . beforeGroupContaining Defined in node_modules/electron/electron.d.ts:12264 Provides a means for a single context menu to declare the placement of their containing group before the containing group of the item with the specified label.","title":"beforeGroupContaining"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#checked","text":"\u2022 Optional checked : boolean Inherited from MenuRegistration . checked Overrides MenuRegistration . checked Defined in node_modules/electron/electron.d.ts:12228 Should only be specified for checkbox or radio type menu items.","title":"checked"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#click","text":"\u2022 Optional click : (menuItem: MenuItem, browserWindow: BrowserWindow | undefined, event: KeyboardEvent) => void Inherited from MenuRegistration . click Overrides MenuRegistration . click Defined in node_modules/electron/electron.d.ts:12183 Will be called with click(menuItem, browserWindow, event) when the menu item is clicked.","title":"click"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#enabled","text":"\u2022 Optional enabled : boolean Inherited from MenuRegistration . enabled Overrides MenuRegistration . enabled Defined in node_modules/electron/electron.d.ts:12213 If false, the menu item will be greyed out and unclickable.","title":"enabled"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#icon","text":"\u2022 Optional icon : NativeImage | string Inherited from MenuRegistration . icon Overrides MenuRegistration . icon Defined in node_modules/electron/electron.d.ts:12209","title":"icon"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#id","text":"\u2022 Optional id : string Inherited from MenuRegistration . id Overrides MenuRegistration . id Defined in node_modules/electron/electron.d.ts:12246 Unique within a single menu. If defined then it can be used as a reference to this item by the position attribute.","title":"id"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#label","text":"\u2022 Optional label : string Inherited from MenuRegistration . label Overrides MenuRegistration . label Defined in node_modules/electron/electron.d.ts:12200","title":"label"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#parentid","text":"\u2022 parentId : string Defined in src/extensions/registries/menu-registry.ts:7","title":"parentId"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#registeraccelerator","text":"\u2022 Optional registerAccelerator : boolean Inherited from MenuRegistration . registerAccelerator Overrides MenuRegistration . registerAccelerator Defined in node_modules/electron/electron.d.ts:12235 If false, the accelerator won't be registered with the system, but it will still be displayed. Defaults to true. platform linux,win32","title":"registerAccelerator"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#role","text":"\u2022 Optional role : \\\"undo\\\" | \\\"redo\\\" | \\\"cut\\\" | \\\"copy\\\" | \\\"paste\\\" | \\\"pasteAndMatchStyle\\\" | \\\"delete\\\" | \\\"selectAll\\\" | \\\"reload\\\" | \\\"forceReload\\\" | \\\"toggleDevTools\\\" | \\\"resetZoom\\\" | \\\"zoomIn\\\" | \\\"zoomOut\\\" | \\\"togglefullscreen\\\" | \\\"window\\\" | \\\"minimize\\\" | \\\"close\\\" | \\\"help\\\" | \\\"about\\\" | \\\"services\\\" | \\\"hide\\\" | \\\"hideOthers\\\" | \\\"unhide\\\" | \\\"quit\\\" | \\\"startSpeaking\\\" | \\\"stopSpeaking\\\" | \\\"zoom\\\" | \\\"front\\\" | \\\"appMenu\\\" | \\\"fileMenu\\\" | \\\"editMenu\\\" | \\\"viewMenu\\\" | \\\"recentDocuments\\\" | \\\"toggleTabBar\\\" | \\\"selectNextTab\\\" | \\\"selectPreviousTab\\\" | \\\"mergeAllWindows\\\" | \\\"clearRecentDocuments\\\" | \\\"moveTabToNewWindow\\\" | \\\"windowMenu\\\" Inherited from MenuRegistration . role Overrides MenuRegistration . role Defined in node_modules/electron/electron.d.ts:12195 Can be undo , redo , cut , copy , paste , pasteAndMatchStyle , delete , selectAll , reload , forceReload , toggleDevTools , resetZoom , zoomIn , zoomOut , togglefullscreen , window , minimize , close , help , about , services , hide , hideOthers , unhide , quit , startSpeaking , stopSpeaking , zoom , front , appMenu , fileMenu , editMenu , viewMenu , recentDocuments , toggleTabBar , selectNextTab , selectPreviousTab , mergeAllWindows , clearRecentDocuments , moveTabToNewWindow or windowMenu - Define the action of the menu item, when specified the click property will be ignored. See roles.","title":"role"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#sublabel","text":"\u2022 Optional sublabel : string Inherited from MenuRegistration . sublabel Overrides MenuRegistration . sublabel Defined in node_modules/electron/electron.d.ts:12201","title":"sublabel"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#submenu","text":"\u2022 Optional submenu : MenuItemConstructorOptions[] | Menu Inherited from MenuRegistration . submenu Overrides MenuRegistration . submenu Defined in node_modules/electron/electron.d.ts:12241 Should be specified for submenu type menu items. If submenu is specified, the type: 'submenu' can be omitted. If the value is not a Menu then it will be automatically converted to one using Menu.buildFromTemplate .","title":"submenu"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#tooltip","text":"\u2022 Optional toolTip : string Inherited from MenuRegistration . toolTip Overrides MenuRegistration . toolTip Defined in node_modules/electron/electron.d.ts:12207 Hover text for this menu item. platform darwin","title":"toolTip"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#type","text":"\u2022 Optional type : \\\"normal\\\" | \\\"separator\\\" | \\\"submenu\\\" | \\\"checkbox\\\" | \\\"radio\\\" Inherited from MenuRegistration . type Overrides MenuRegistration . type Defined in node_modules/electron/electron.d.ts:12199 Can be normal , separator , submenu , checkbox or radio .","title":"type"},{"location":"extensions/api/interfaces/_src_extensions_registries_menu_registry_.menuregistration/#visible","text":"\u2022 Optional visible : boolean Inherited from MenuRegistration . visible Overrides MenuRegistration . visible Defined in node_modules/electron/electron.d.ts:12224 If false, the menu item will be entirely hidden.","title":"visible"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/","text":"@k8slens/extensions Globals / \"src/extensions/registries/page-registry\" / PageComponents Interface: PageComponents # Hierarchy # PageComponents Index # Properties # MenuIcon Page Properties # MenuIcon # \u2022 Optional MenuIcon : React.ComponentType\\< IconProps > Defined in src/extensions/registries/page-registry.ts:21 Page # \u2022 Page : React.ComponentType\\ Defined in src/extensions/registries/page-registry.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/#interface-pagecomponents","text":"","title":"Interface: PageComponents"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/#hierarchy","text":"PageComponents","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/#properties","text":"MenuIcon Page","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/#menuicon","text":"\u2022 Optional MenuIcon : React.ComponentType\\< IconProps > Defined in src/extensions/registries/page-registry.ts:21","title":"MenuIcon"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pagecomponents/#page","text":"\u2022 Page : React.ComponentType\\ Defined in src/extensions/registries/page-registry.ts:20","title":"Page"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/","text":"@k8slens/extensions Globals / \"src/extensions/registries/page-registry\" / PageRegistration Interface: PageRegistration # Hierarchy # RouteProps \u21b3 PageRegistration Index # Properties # children className component components exact hideInMenu location path render sensitive strict subPages title url Properties # children # \u2022 Optional children : (props: RouteChildrenProps\\ ) => React.ReactNode | React.ReactNode Inherited from TabRoute . children Defined in node_modules/@types/react-router/index.d.ts:91 className # \u2022 Optional className : IClassName Defined in src/extensions/registries/page-registry.ts:11 component # \u2022 Optional component : React.ComponentType\\ > | React.ComponentType\\ Inherited from TabRoute . 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 exact # \u2022 Optional exact : boolean Inherited from TabRoute . exact Defined in node_modules/@types/react-router/index.d.ts:93 hideInMenu # \u2022 Optional hideInMenu : boolean Defined in src/extensions/registries/page-registry.ts:14 location # \u2022 Optional location : Location Inherited from TabRoute . location Defined in node_modules/@types/react-router/index.d.ts:88 path # \u2022 Optional path : string | string[] Inherited from TabRoute . path Defined in node_modules/@types/react-router/index.d.ts:92 render # \u2022 Optional render : (props: RouteComponentProps\\ ) => React.ReactNode Inherited from TabRoute . render Defined in node_modules/@types/react-router/index.d.ts:90 sensitive # \u2022 Optional sensitive : boolean Inherited from TabRoute . sensitive Defined in node_modules/@types/react-router/index.d.ts:94 strict # \u2022 Optional strict : boolean Inherited from TabRoute . strict Defined in node_modules/@types/react-router/index.d.ts:95 subPages # \u2022 Optional subPages : PageRegistration & TabRoute [] Defined in src/extensions/registries/page-registry.ts:15 title # \u2022 Optional title : React.ReactNode Defined in src/extensions/registries/page-registry.ts:13 url # \u2022 Optional url : string Defined in src/extensions/registries/page-registry.ts:12","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#interface-pageregistration","text":"","title":"Interface: PageRegistration"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#hierarchy","text":"RouteProps \u21b3 PageRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#properties","text":"children className component components exact hideInMenu location path render sensitive strict subPages title url","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#children","text":"\u2022 Optional children : (props: RouteChildrenProps\\ ) => React.ReactNode | React.ReactNode Inherited from TabRoute . children Defined in node_modules/@types/react-router/index.d.ts:91","title":"children"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#classname","text":"\u2022 Optional className : IClassName Defined in src/extensions/registries/page-registry.ts:11","title":"className"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#component","text":"\u2022 Optional component : React.ComponentType\\ > | React.ComponentType\\ Inherited from TabRoute . component Defined in node_modules/@types/react-router/index.d.ts:89","title":"component"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#components","text":"\u2022 components : PageComponents Defined in src/extensions/registries/page-registry.ts:16","title":"components"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#exact","text":"\u2022 Optional exact : boolean Inherited from TabRoute . exact Defined in node_modules/@types/react-router/index.d.ts:93","title":"exact"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#hideinmenu","text":"\u2022 Optional hideInMenu : boolean Defined in src/extensions/registries/page-registry.ts:14","title":"hideInMenu"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#location","text":"\u2022 Optional location : Location Inherited from TabRoute . location Defined in node_modules/@types/react-router/index.d.ts:88","title":"location"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#path","text":"\u2022 Optional path : string | string[] Inherited from TabRoute . path Defined in node_modules/@types/react-router/index.d.ts:92","title":"path"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#render","text":"\u2022 Optional render : (props: RouteComponentProps\\ ) => React.ReactNode Inherited from TabRoute . render Defined in node_modules/@types/react-router/index.d.ts:90","title":"render"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#sensitive","text":"\u2022 Optional sensitive : boolean Inherited from TabRoute . sensitive Defined in node_modules/@types/react-router/index.d.ts:94","title":"sensitive"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#strict","text":"\u2022 Optional strict : boolean Inherited from TabRoute . strict Defined in node_modules/@types/react-router/index.d.ts:95","title":"strict"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#subpages","text":"\u2022 Optional subPages : PageRegistration & TabRoute [] Defined in src/extensions/registries/page-registry.ts:15","title":"subPages"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#title","text":"\u2022 Optional title : React.ReactNode Defined in src/extensions/registries/page-registry.ts:13","title":"title"},{"location":"extensions/api/interfaces/_src_extensions_registries_page_registry_.pageregistration/#url","text":"\u2022 Optional url : string Defined in src/extensions/registries/page-registry.ts:12","title":"url"},{"location":"extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/","text":"@k8slens/extensions Globals / \"src/extensions/registries/status-bar-registry\" / StatusBarRegistration Interface: StatusBarRegistration # Hierarchy # StatusBarRegistration Index # Properties # item Properties # item # \u2022 Optional item : React.ReactNode Defined in src/extensions/registries/status-bar-registry.ts:7","title":"API Reference"},{"location":"extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/#interface-statusbarregistration","text":"","title":"Interface: StatusBarRegistration"},{"location":"extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/#hierarchy","text":"StatusBarRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/#properties","text":"item","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_extensions_registries_status_bar_registry_.statusbarregistration/#item","text":"\u2022 Optional item : React.ReactNode Defined in src/extensions/registries/status-bar-registry.ts:7","title":"item"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/","text":"@k8slens/extensions Globals / \"src/main/cluster\" / ClusterState Interface: ClusterState # Hierarchy # ClusterState Implemented by # Cluster Index # Properties # accessible allowedNamespaces allowedResources apiUrl disconnected eventCount failureReason initialized isAdmin online ready Properties # accessible # \u2022 accessible : boolean Defined in src/main/cluster.ts:42 allowedNamespaces # \u2022 allowedNamespaces : string[] Defined in src/main/cluster.ts:47 allowedResources # \u2022 allowedResources : string[] Defined in src/main/cluster.ts:48 apiUrl # \u2022 apiUrl : string Defined in src/main/cluster.ts:39 disconnected # \u2022 disconnected : boolean Defined in src/main/cluster.ts:41 eventCount # \u2022 eventCount : number Defined in src/main/cluster.ts:45 failureReason # \u2022 failureReason : string Defined in src/main/cluster.ts:44 initialized # \u2022 initialized : boolean Defined in src/main/cluster.ts:38 isAdmin # \u2022 isAdmin : boolean Defined in src/main/cluster.ts:46 online # \u2022 online : boolean Defined in src/main/cluster.ts:40 ready # \u2022 ready : boolean Defined in src/main/cluster.ts:43","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#interface-clusterstate","text":"","title":"Interface: ClusterState"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#hierarchy","text":"ClusterState","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#implemented-by","text":"Cluster","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#properties","text":"accessible allowedNamespaces allowedResources apiUrl disconnected eventCount failureReason initialized isAdmin online ready","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#accessible","text":"\u2022 accessible : boolean Defined in src/main/cluster.ts:42","title":"accessible"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#allowednamespaces","text":"\u2022 allowedNamespaces : string[] Defined in src/main/cluster.ts:47","title":"allowedNamespaces"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#allowedresources","text":"\u2022 allowedResources : string[] Defined in src/main/cluster.ts:48","title":"allowedResources"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#apiurl","text":"\u2022 apiUrl : string Defined in src/main/cluster.ts:39","title":"apiUrl"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#disconnected","text":"\u2022 disconnected : boolean Defined in src/main/cluster.ts:41","title":"disconnected"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#eventcount","text":"\u2022 eventCount : number Defined in src/main/cluster.ts:45","title":"eventCount"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#failurereason","text":"\u2022 failureReason : string Defined in src/main/cluster.ts:44","title":"failureReason"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#initialized","text":"\u2022 initialized : boolean Defined in src/main/cluster.ts:38","title":"initialized"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#isadmin","text":"\u2022 isAdmin : boolean Defined in src/main/cluster.ts:46","title":"isAdmin"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#online","text":"\u2022 online : boolean Defined in src/main/cluster.ts:40","title":"online"},{"location":"extensions/api/interfaces/_src_main_cluster_.clusterstate/#ready","text":"\u2022 ready : boolean Defined in src/main/cluster.ts:43","title":"ready"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-repo-manager\" / HelmRepo Interface: HelmRepo # Hierarchy # HelmRepo Index # Properties # caFile cacheFilePath certFile insecure_skip_tls_verify keyFile name password url username Properties # caFile # \u2022 Optional caFile : string Defined in src/main/helm/helm-repo-manager.ts:23 cacheFilePath # \u2022 Optional cacheFilePath : string Defined in src/main/helm/helm-repo-manager.ts:22 certFile # \u2022 Optional certFile : string Defined in src/main/helm/helm-repo-manager.ts:24 insecure_skip_tls_verify # \u2022 Optional insecure_skip_tls_verify : boolean Defined in src/main/helm/helm-repo-manager.ts:25 keyFile # \u2022 Optional keyFile : string Defined in src/main/helm/helm-repo-manager.ts:26 name # \u2022 name : string Defined in src/main/helm/helm-repo-manager.ts:20 password # \u2022 Optional password : string Defined in src/main/helm/helm-repo-manager.ts:28 url # \u2022 url : string Defined in src/main/helm/helm-repo-manager.ts:21 username # \u2022 Optional username : string Defined in src/main/helm/helm-repo-manager.ts:27","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#interface-helmrepo","text":"","title":"Interface: HelmRepo"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#hierarchy","text":"HelmRepo","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#properties","text":"caFile cacheFilePath certFile insecure_skip_tls_verify keyFile name password url username","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#cafile","text":"\u2022 Optional caFile : string Defined in src/main/helm/helm-repo-manager.ts:23","title":"caFile"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#cachefilepath","text":"\u2022 Optional cacheFilePath : string Defined in src/main/helm/helm-repo-manager.ts:22","title":"cacheFilePath"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#certfile","text":"\u2022 Optional certFile : string Defined in src/main/helm/helm-repo-manager.ts:24","title":"certFile"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#insecure_skip_tls_verify","text":"\u2022 Optional insecure_skip_tls_verify : boolean Defined in src/main/helm/helm-repo-manager.ts:25","title":"insecure_skip_tls_verify"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#keyfile","text":"\u2022 Optional keyFile : string Defined in src/main/helm/helm-repo-manager.ts:26","title":"keyFile"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#name","text":"\u2022 name : string Defined in src/main/helm/helm-repo-manager.ts:20","title":"name"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#password","text":"\u2022 Optional password : string Defined in src/main/helm/helm-repo-manager.ts:28","title":"password"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#url","text":"\u2022 url : string Defined in src/main/helm/helm-repo-manager.ts:21","title":"url"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepo/#username","text":"\u2022 Optional username : string Defined in src/main/helm/helm-repo-manager.ts:27","title":"username"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-repo-manager\" / HelmRepoConfig Interface: HelmRepoConfig # Hierarchy # HelmRepoConfig Index # Properties # repositories Properties # repositories # \u2022 repositories : HelmRepo [] Defined in src/main/helm/helm-repo-manager.ts:16","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/#interface-helmrepoconfig","text":"","title":"Interface: HelmRepoConfig"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/#hierarchy","text":"HelmRepoConfig","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/#properties","text":"repositories","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_helm_helm_repo_manager_.helmrepoconfig/#repositories","text":"\u2022 repositories : HelmRepo [] Defined in src/main/helm/helm-repo-manager.ts:16","title":"repositories"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/","text":"@k8slens/extensions Globals / \"src/main/kube-auth-proxy\" / KubeAuthProxyLog Interface: KubeAuthProxyLog # Hierarchy # KubeAuthProxyLog Index # Properties # data error Properties # data # \u2022 data : string Defined in src/main/kube-auth-proxy.ts:9 error # \u2022 Optional error : boolean Defined in src/main/kube-auth-proxy.ts:10","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/#interface-kubeauthproxylog","text":"","title":"Interface: KubeAuthProxyLog"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/#hierarchy","text":"KubeAuthProxyLog","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/#properties","text":"data error","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/#data","text":"\u2022 data : string Defined in src/main/kube-auth-proxy.ts:9","title":"data"},{"location":"extensions/api/interfaces/_src_main_kube_auth_proxy_.kubeauthproxylog/#error","text":"\u2022 Optional error : boolean Defined in src/main/kube-auth-proxy.ts:10","title":"error"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/","text":"@k8slens/extensions Globals / \"src/main/prometheus/provider-registry\" / PrometheusProvider Interface: PrometheusProvider # Hierarchy # PrometheusProvider Implemented by # PrometheusHelm PrometheusLens PrometheusOperator PrometheusStacklight Index # Properties # id name Methods # getPrometheusService getQueries Properties # id # \u2022 id : string Defined in src/main/prometheus/provider-registry.ts:63 name # \u2022 name : string Defined in src/main/prometheus/provider-registry.ts:64 Methods # getPrometheusService # \u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Defined in src/main/prometheus/provider-registry.ts:66 Parameters: Name Type client CoreV1Api Returns: Promise \\< PrometheusService > getQueries # \u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Defined in src/main/prometheus/provider-registry.ts:65 Parameters: Name Type opts PrometheusQueryOpts Returns: PrometheusQuery","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#interface-prometheusprovider","text":"","title":"Interface: PrometheusProvider"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#hierarchy","text":"PrometheusProvider","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#implemented-by","text":"PrometheusHelm PrometheusLens PrometheusOperator PrometheusStacklight","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#properties","text":"id name","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#methods","text":"getPrometheusService getQueries","title":"Methods"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#id","text":"\u2022 id : string Defined in src/main/prometheus/provider-registry.ts:63","title":"id"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#name","text":"\u2022 name : string Defined in src/main/prometheus/provider-registry.ts:64","title":"name"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#getprometheusservice","text":"\u25b8 getPrometheusService ( client : CoreV1Api): Promise \\< PrometheusService > Defined in src/main/prometheus/provider-registry.ts:66","title":"getPrometheusService"},{"location":"extensions/api/interfaces/_src_main_prometheus_provider_registry_.prometheusprovider/#getqueries","text":"\u25b8 getQueries ( opts : PrometheusQueryOpts ): PrometheusQuery Defined in src/main/prometheus/provider-registry.ts:65","title":"getQueries"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/","text":"@k8slens/extensions Globals / \"src/main/router\" / LensApiRequest Interface: LensApiRequest\\ # Type parameters # Name Default P any Hierarchy # LensApiRequest Index # Properties # cluster params path payload query raw response Properties # cluster # \u2022 cluster : Cluster Defined in src/main/router.ts:32 params # \u2022 params : RouteParams Defined in src/main/router.ts:31 path # \u2022 path : string Defined in src/main/router.ts:29 payload # \u2022 payload : P Defined in src/main/router.ts:30 query # \u2022 query : URLSearchParams Defined in src/main/router.ts:34 raw # \u2022 raw : { req: IncomingMessage } Defined in src/main/router.ts:35 Type declaration: Name Type req IncomingMessage response # \u2022 response : ServerResponse Defined in src/main/router.ts:33","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#interface-lensapirequest","text":"","title":"Interface: LensApiRequest\\"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#type-parameters","text":"Name Default P any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#hierarchy","text":"LensApiRequest","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#properties","text":"cluster params path payload query raw response","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#cluster","text":"\u2022 cluster : Cluster Defined in src/main/router.ts:32","title":"cluster"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#params","text":"\u2022 params : RouteParams Defined in src/main/router.ts:31","title":"params"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#path","text":"\u2022 path : string Defined in src/main/router.ts:29","title":"path"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#payload","text":"\u2022 payload : P Defined in src/main/router.ts:30","title":"payload"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#query","text":"\u2022 query : URLSearchParams Defined in src/main/router.ts:34","title":"query"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#raw","text":"\u2022 raw : { req: IncomingMessage } Defined in src/main/router.ts:35","title":"raw"},{"location":"extensions/api/interfaces/_src_main_router_.lensapirequest/#response","text":"\u2022 response : ServerResponse Defined in src/main/router.ts:33","title":"response"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/","text":"@k8slens/extensions Globals / \"src/main/router\" / RouteParams Interface: RouteParams # Hierarchy # {} \u21b3 RouteParams Index # Properties # account chart namespace path release repo service Properties # account # \u2022 Optional account : string Defined in src/main/router.ts:22 chart # \u2022 Optional chart : string Defined in src/main/router.ts:25 namespace # \u2022 Optional namespace : string Defined in src/main/router.ts:20 path # \u2022 Optional path : string Defined in src/main/router.ts:19 release # \u2022 Optional release : string Defined in src/main/router.ts:23 repo # \u2022 Optional repo : string Defined in src/main/router.ts:24 service # \u2022 Optional service : string Defined in src/main/router.ts:21","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#interface-routeparams","text":"","title":"Interface: RouteParams"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#hierarchy","text":"{} \u21b3 RouteParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#properties","text":"account chart namespace path release repo service","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#account","text":"\u2022 Optional account : string Defined in src/main/router.ts:22","title":"account"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#chart","text":"\u2022 Optional chart : string Defined in src/main/router.ts:25","title":"chart"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#namespace","text":"\u2022 Optional namespace : string Defined in src/main/router.ts:20","title":"namespace"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#path","text":"\u2022 Optional path : string Defined in src/main/router.ts:19","title":"path"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#release","text":"\u2022 Optional release : string Defined in src/main/router.ts:23","title":"release"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#repo","text":"\u2022 Optional repo : string Defined in src/main/router.ts:24","title":"repo"},{"location":"extensions/api/interfaces/_src_main_router_.routeparams/#service","text":"\u2022 Optional service : string Defined in src/main/router.ts:21","title":"service"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/","text":"@k8slens/extensions Globals / \"src/main/router\" / RouterRequestOpts Interface: RouterRequestOpts # Hierarchy # RouterRequestOpts Index # Properties # cluster params req res url Properties # cluster # \u2022 cluster : Cluster Defined in src/main/router.ts:13 params # \u2022 params : RouteParams Defined in src/main/router.ts:14 req # \u2022 req : IncomingMessage Defined in src/main/router.ts:11 res # \u2022 res : ServerResponse Defined in src/main/router.ts:12 url # \u2022 url : URL Defined in src/main/router.ts:15","title":"API Reference"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#interface-routerrequestopts","text":"","title":"Interface: RouterRequestOpts"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#hierarchy","text":"RouterRequestOpts","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#properties","text":"cluster params req res url","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#cluster","text":"\u2022 cluster : Cluster Defined in src/main/router.ts:13","title":"cluster"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#params","text":"\u2022 params : RouteParams Defined in src/main/router.ts:14","title":"params"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#req","text":"\u2022 req : IncomingMessage Defined in src/main/router.ts:11","title":"req"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#res","text":"\u2022 res : ServerResponse Defined in src/main/router.ts:12","title":"res"},{"location":"extensions/api/interfaces/_src_main_router_.routerrequestopts/#url","text":"\u2022 url : URL Defined in src/main/router.ts:15","title":"url"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/","text":"@k8slens/extensions Globals / \"src/migrations/migration-wrapper\" / MigrationOpts Interface: MigrationOpts # Hierarchy # MigrationOpts Index # Properties # version Methods # run Properties # version # \u2022 version : string Defined in src/migrations/migration-wrapper.ts:5 Methods # run # \u25b8 run ( storeConfig : Config\\ , log : (...args: any[]) => void): void Defined in src/migrations/migration-wrapper.ts:6 Parameters: Name Type storeConfig Config\\ log (...args: any[]) => void Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#interface-migrationopts","text":"","title":"Interface: MigrationOpts"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#hierarchy","text":"MigrationOpts","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#properties","text":"version","title":"Properties"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#methods","text":"run","title":"Methods"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#version","text":"\u2022 version : string Defined in src/migrations/migration-wrapper.ts:5","title":"version"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_migrations_migration_wrapper_.migrationopts/#run","text":"\u25b8 run ( storeConfig : Config\\ , log : (...args: any[]) => void): void Defined in src/migrations/migration-wrapper.ts:6","title":"run"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster.api\" / IClusterMetrics Interface: IClusterMetrics\\ # Type parameters # Name Default T IMetrics Hierarchy # IClusterMetrics Indexable # \u25aa [metric: string]: T Index # Properties # cpuCapacity cpuLimits cpuRequests cpuUsage fsSize fsUsage memoryCapacity memoryLimits memoryRequests memoryUsage podCapacity podUsage Properties # cpuCapacity # \u2022 cpuCapacity : T Defined in src/renderer/api/endpoints/cluster.api.ts:46 cpuLimits # \u2022 cpuLimits : T Defined in src/renderer/api/endpoints/cluster.api.ts:45 cpuRequests # \u2022 cpuRequests : T Defined in src/renderer/api/endpoints/cluster.api.ts:44 cpuUsage # \u2022 cpuUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:43 fsSize # \u2022 fsSize : T Defined in src/renderer/api/endpoints/cluster.api.ts:49 fsUsage # \u2022 fsUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:50 memoryCapacity # \u2022 memoryCapacity : T Defined in src/renderer/api/endpoints/cluster.api.ts:42 memoryLimits # \u2022 memoryLimits : T Defined in src/renderer/api/endpoints/cluster.api.ts:41 memoryRequests # \u2022 memoryRequests : T Defined in src/renderer/api/endpoints/cluster.api.ts:40 memoryUsage # \u2022 memoryUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:39 podCapacity # \u2022 podCapacity : T Defined in src/renderer/api/endpoints/cluster.api.ts:48 podUsage # \u2022 podUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:47","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#interface-iclustermetrics","text":"","title":"Interface: IClusterMetrics\\"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#type-parameters","text":"Name Default T IMetrics","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#hierarchy","text":"IClusterMetrics","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#indexable","text":"\u25aa [metric: string]: T","title":"Indexable"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#properties","text":"cpuCapacity cpuLimits cpuRequests cpuUsage fsSize fsUsage memoryCapacity memoryLimits memoryRequests memoryUsage podCapacity podUsage","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#cpucapacity","text":"\u2022 cpuCapacity : T Defined in src/renderer/api/endpoints/cluster.api.ts:46","title":"cpuCapacity"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#cpulimits","text":"\u2022 cpuLimits : T Defined in src/renderer/api/endpoints/cluster.api.ts:45","title":"cpuLimits"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#cpurequests","text":"\u2022 cpuRequests : T Defined in src/renderer/api/endpoints/cluster.api.ts:44","title":"cpuRequests"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#cpuusage","text":"\u2022 cpuUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:43","title":"cpuUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#fssize","text":"\u2022 fsSize : T Defined in src/renderer/api/endpoints/cluster.api.ts:49","title":"fsSize"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#fsusage","text":"\u2022 fsUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:50","title":"fsUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#memorycapacity","text":"\u2022 memoryCapacity : T Defined in src/renderer/api/endpoints/cluster.api.ts:42","title":"memoryCapacity"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#memorylimits","text":"\u2022 memoryLimits : T Defined in src/renderer/api/endpoints/cluster.api.ts:41","title":"memoryLimits"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#memoryrequests","text":"\u2022 memoryRequests : T Defined in src/renderer/api/endpoints/cluster.api.ts:40","title":"memoryRequests"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#memoryusage","text":"\u2022 memoryUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:39","title":"memoryUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#podcapacity","text":"\u2022 podCapacity : T Defined in src/renderer/api/endpoints/cluster.api.ts:48","title":"podCapacity"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_cluster_api_.iclustermetrics/#podusage","text":"\u2022 podUsage : T Defined in src/renderer/api/endpoints/cluster.api.ts:47","title":"podUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" / IEndpointAddress Interface: IEndpointAddress # Hierarchy # IEndpointAddress Implemented by # EndpointAddress Index # Properties # hostname ip nodeName Properties # hostname # \u2022 hostname : string Defined in src/renderer/api/endpoints/endpoint.api.ts:12 ip # \u2022 ip : string Defined in src/renderer/api/endpoints/endpoint.api.ts:13 nodeName # \u2022 nodeName : string Defined in src/renderer/api/endpoints/endpoint.api.ts:14","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#interface-iendpointaddress","text":"","title":"Interface: IEndpointAddress"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#hierarchy","text":"IEndpointAddress","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#implemented-by","text":"EndpointAddress","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#properties","text":"hostname ip nodeName","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#hostname","text":"\u2022 hostname : string Defined in src/renderer/api/endpoints/endpoint.api.ts:12","title":"hostname"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#ip","text":"\u2022 ip : string Defined in src/renderer/api/endpoints/endpoint.api.ts:13","title":"ip"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointaddress/#nodename","text":"\u2022 nodeName : string Defined in src/renderer/api/endpoints/endpoint.api.ts:14","title":"nodeName"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" / IEndpointPort Interface: IEndpointPort # Hierarchy # IEndpointPort Index # Properties # name port protocol Properties # name # \u2022 Optional name : string Defined in src/renderer/api/endpoints/endpoint.api.ts:6 port # \u2022 port : number Defined in src/renderer/api/endpoints/endpoint.api.ts:8 protocol # \u2022 protocol : string Defined in src/renderer/api/endpoints/endpoint.api.ts:7","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#interface-iendpointport","text":"","title":"Interface: IEndpointPort"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#hierarchy","text":"IEndpointPort","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#properties","text":"name port protocol","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#name","text":"\u2022 Optional name : string Defined in src/renderer/api/endpoints/endpoint.api.ts:6","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#port","text":"\u2022 port : number Defined in src/renderer/api/endpoints/endpoint.api.ts:8","title":"port"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointport/#protocol","text":"\u2022 protocol : string Defined in src/renderer/api/endpoints/endpoint.api.ts:7","title":"protocol"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" / IEndpointSubset Interface: IEndpointSubset # Hierarchy # IEndpointSubset Implemented by # EndpointSubset Index # Properties # addresses notReadyAddresses ports Properties # addresses # \u2022 addresses : IEndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:18 notReadyAddresses # \u2022 notReadyAddresses : IEndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:19 ports # \u2022 ports : IEndpointPort [] Defined in src/renderer/api/endpoints/endpoint.api.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#interface-iendpointsubset","text":"","title":"Interface: IEndpointSubset"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#hierarchy","text":"IEndpointSubset","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#implemented-by","text":"EndpointSubset","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#properties","text":"addresses notReadyAddresses ports","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#addresses","text":"\u2022 addresses : IEndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:18","title":"addresses"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#notreadyaddresses","text":"\u2022 notReadyAddresses : IEndpointAddress [] Defined in src/renderer/api/endpoints/endpoint.api.ts:19","title":"notReadyAddresses"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.iendpointsubset/#ports","text":"\u2022 ports : IEndpointPort [] Defined in src/renderer/api/endpoints/endpoint.api.ts:20","title":"ports"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" / ITargetRef Interface: ITargetRef # Hierarchy # ITargetRef Index # Properties # apiVersion kind name namespace resourceVersion uid Properties # apiVersion # \u2022 apiVersion : string Defined in src/renderer/api/endpoints/endpoint.api.ts:29 kind # \u2022 kind : string Defined in src/renderer/api/endpoints/endpoint.api.ts:24 name # \u2022 name : string Defined in src/renderer/api/endpoints/endpoint.api.ts:26 namespace # \u2022 namespace : string Defined in src/renderer/api/endpoints/endpoint.api.ts:25 resourceVersion # \u2022 resourceVersion : string Defined in src/renderer/api/endpoints/endpoint.api.ts:28 uid # \u2022 uid : string Defined in src/renderer/api/endpoints/endpoint.api.ts:27","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#interface-itargetref","text":"","title":"Interface: ITargetRef"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#hierarchy","text":"ITargetRef","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#properties","text":"apiVersion kind name namespace resourceVersion uid","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/endpoints/endpoint.api.ts:29","title":"apiVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#kind","text":"\u2022 kind : string Defined in src/renderer/api/endpoints/endpoint.api.ts:24","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/endpoint.api.ts:26","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#namespace","text":"\u2022 namespace : string Defined in src/renderer/api/endpoints/endpoint.api.ts:25","title":"namespace"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#resourceversion","text":"\u2022 resourceVersion : string Defined in src/renderer/api/endpoints/endpoint.api.ts:28","title":"resourceVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_endpoint_api_.itargetref/#uid","text":"\u2022 uid : string Defined in src/renderer/api/endpoints/endpoint.api.ts:27","title":"uid"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/hpa.api\" / IHpaMetric Interface: IHpaMetric # Hierarchy # IHpaMetric Indexable # \u25aa [kind: string]: IHpaMetricData Index # Properties # external object pods resource type Properties # external # \u2022 Optional external : IHpaMetricData Defined in src/renderer/api/endpoints/hpa.api.ts:31 object # \u2022 Optional object : IHpaMetricData \\<{ describedObject: { apiVersion: string ; kind: string ; name: string } }> Defined in src/renderer/api/endpoints/hpa.api.ts:32 pods # \u2022 Optional pods : IHpaMetricData Defined in src/renderer/api/endpoints/hpa.api.ts:30 resource # \u2022 Optional resource : IHpaMetricData \\<{ name: string }> Defined in src/renderer/api/endpoints/hpa.api.ts:29 type # \u2022 type : HpaMetricType Defined in src/renderer/api/endpoints/hpa.api.ts:28","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#interface-ihpametric","text":"","title":"Interface: IHpaMetric"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#hierarchy","text":"IHpaMetric","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#indexable","text":"\u25aa [kind: string]: IHpaMetricData","title":"Indexable"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#properties","text":"external object pods resource type","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#external","text":"\u2022 Optional external : IHpaMetricData Defined in src/renderer/api/endpoints/hpa.api.ts:31","title":"external"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#object","text":"\u2022 Optional object : IHpaMetricData \\<{ describedObject: { apiVersion: string ; kind: string ; name: string } }> Defined in src/renderer/api/endpoints/hpa.api.ts:32","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#pods","text":"\u2022 Optional pods : IHpaMetricData Defined in src/renderer/api/endpoints/hpa.api.ts:30","title":"pods"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#resource","text":"\u2022 Optional resource : IHpaMetricData \\<{ name: string }> Defined in src/renderer/api/endpoints/hpa.api.ts:29","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_hpa_api_.ihpametric/#type","text":"\u2022 type : HpaMetricType Defined in src/renderer/api/endpoints/hpa.api.ts:28","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/ingress.api\" / IIngressMetrics Interface: IIngressMetrics\\ # Type parameters # Name Default T IMetrics Hierarchy # IIngressMetrics Indexable # \u25aa [metric: string]: T Index # Properties # bytesSentFailure bytesSentSuccess requestDurationSeconds responseDurationSeconds Properties # bytesSentFailure # \u2022 bytesSentFailure : T Defined in src/renderer/api/endpoints/ingress.api.ts:23 bytesSentSuccess # \u2022 bytesSentSuccess : T Defined in src/renderer/api/endpoints/ingress.api.ts:22 requestDurationSeconds # \u2022 requestDurationSeconds : T Defined in src/renderer/api/endpoints/ingress.api.ts:24 responseDurationSeconds # \u2022 responseDurationSeconds : T Defined in src/renderer/api/endpoints/ingress.api.ts:25","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#interface-iingressmetrics","text":"","title":"Interface: IIngressMetrics\\"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#type-parameters","text":"Name Default T IMetrics","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#hierarchy","text":"IIngressMetrics","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#indexable","text":"\u25aa [metric: string]: T","title":"Indexable"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#properties","text":"bytesSentFailure bytesSentSuccess requestDurationSeconds responseDurationSeconds","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#bytessentfailure","text":"\u2022 bytesSentFailure : T Defined in src/renderer/api/endpoints/ingress.api.ts:23","title":"bytesSentFailure"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#bytessentsuccess","text":"\u2022 bytesSentSuccess : T Defined in src/renderer/api/endpoints/ingress.api.ts:22","title":"bytesSentSuccess"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#requestdurationseconds","text":"\u2022 requestDurationSeconds : T Defined in src/renderer/api/endpoints/ingress.api.ts:24","title":"requestDurationSeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iingressmetrics/#responsedurationseconds","text":"\u2022 responseDurationSeconds : T Defined in src/renderer/api/endpoints/ingress.api.ts:25","title":"responseDurationSeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/ingress.api\" / ILoadBalancerIngress Interface: ILoadBalancerIngress # Hierarchy # ILoadBalancerIngress Index # Properties # hostname ip Properties # hostname # \u2022 Optional hostname : string Defined in src/renderer/api/endpoints/ingress.api.ts:29 ip # \u2022 Optional ip : string Defined in src/renderer/api/endpoints/ingress.api.ts:30","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/#interface-iloadbalanceringress","text":"","title":"Interface: ILoadBalancerIngress"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/#hierarchy","text":"ILoadBalancerIngress","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/#properties","text":"hostname ip","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/#hostname","text":"\u2022 Optional hostname : string Defined in src/renderer/api/endpoints/ingress.api.ts:29","title":"hostname"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_ingress_api_.iloadbalanceringress/#ip","text":"\u2022 Optional ip : string Defined in src/renderer/api/endpoints/ingress.api.ts:30","title":"ip"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/metrics.api\" / IMetrics Interface: IMetrics # Hierarchy # IMetrics Index # Properties # data status Properties # data # \u2022 data : { result: IMetricsResult [] ; resultType: string } Defined in src/renderer/api/endpoints/metrics.api.ts:9 Type declaration: Name Type result IMetricsResult [] resultType string status # \u2022 status : string Defined in src/renderer/api/endpoints/metrics.api.ts:8","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/#interface-imetrics","text":"","title":"Interface: IMetrics"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/#hierarchy","text":"IMetrics","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/#properties","text":"data status","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/#data","text":"\u2022 data : { result: IMetricsResult [] ; resultType: string } Defined in src/renderer/api/endpoints/metrics.api.ts:9","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetrics/#status","text":"\u2022 status : string Defined in src/renderer/api/endpoints/metrics.api.ts:8","title":"status"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/metrics.api\" / IMetricsReqParams Interface: IMetricsReqParams # Hierarchy # IMetricsReqParams Index # Properties # end namespace range start step Properties # end # \u2022 Optional end : number | string Defined in src/renderer/api/endpoints/metrics.api.ts:30 namespace # \u2022 Optional namespace : string Defined in src/renderer/api/endpoints/metrics.api.ts:33 range # \u2022 Optional range : number Defined in src/renderer/api/endpoints/metrics.api.ts:32 start # \u2022 Optional start : number | string Defined in src/renderer/api/endpoints/metrics.api.ts:29 step # \u2022 Optional step : number Defined in src/renderer/api/endpoints/metrics.api.ts:31","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#interface-imetricsreqparams","text":"","title":"Interface: IMetricsReqParams"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#hierarchy","text":"IMetricsReqParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#properties","text":"end namespace range start step","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#end","text":"\u2022 Optional end : number | string Defined in src/renderer/api/endpoints/metrics.api.ts:30","title":"end"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#namespace","text":"\u2022 Optional namespace : string Defined in src/renderer/api/endpoints/metrics.api.ts:33","title":"namespace"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#range","text":"\u2022 Optional range : number Defined in src/renderer/api/endpoints/metrics.api.ts:32","title":"range"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#start","text":"\u2022 Optional start : number | string Defined in src/renderer/api/endpoints/metrics.api.ts:29","title":"start"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsreqparams/#step","text":"\u2022 Optional step : number Defined in src/renderer/api/endpoints/metrics.api.ts:31","title":"step"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/metrics.api\" / IMetricsResult Interface: IMetricsResult # Hierarchy # IMetricsResult Index # Properties # metric values Properties # metric # \u2022 metric : { [name:string]: string; instance: string ; kubernetes?: string ; kubernetes_namespace?: string ; kubernetes_node?: string ; node?: string ; pod?: string } Defined in src/renderer/api/endpoints/metrics.api.ts:16 Type declaration: Name Type instance string kubernetes? string kubernetes_namespace? string kubernetes_node? string node? string pod? string values # \u2022 values : [number, string][] Defined in src/renderer/api/endpoints/metrics.api.ts:25","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/#interface-imetricsresult","text":"","title":"Interface: IMetricsResult"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/#hierarchy","text":"IMetricsResult","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/#properties","text":"metric values","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/#metric","text":"\u2022 metric : { [name:string]: string; instance: string ; kubernetes?: string ; kubernetes_namespace?: string ; kubernetes_node?: string ; node?: string ; pod?: string } Defined in src/renderer/api/endpoints/metrics.api.ts:16","title":"metric"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_metrics_api_.imetricsresult/#values","text":"\u2022 values : [number, string][] Defined in src/renderer/api/endpoints/metrics.api.ts:25","title":"values"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/network-policy.api\" / IPolicyEgress Interface: IPolicyEgress # Hierarchy # IPolicyEgress Index # Properties # ports to Properties # ports # \u2022 ports : { port: number ; protocol: string }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:32 to # \u2022 to : { ipBlock: IPolicyIpBlock }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:29","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/#interface-ipolicyegress","text":"","title":"Interface: IPolicyEgress"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/#hierarchy","text":"IPolicyEgress","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/#properties","text":"ports to","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/#ports","text":"\u2022 ports : { port: number ; protocol: string }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:32","title":"ports"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyegress/#to","text":"\u2022 to : { ipBlock: IPolicyIpBlock }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:29","title":"to"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/network-policy.api\" / IPolicyIngress Interface: IPolicyIngress # Hierarchy # IPolicyIngress Index # Properties # from ports Properties # from # \u2022 from : { ipBlock?: IPolicyIpBlock ; namespaceSelector?: IPolicySelector ; podSelector?: IPolicySelector }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:17 ports # \u2022 ports : { port: number ; protocol: string }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:22","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/#interface-ipolicyingress","text":"","title":"Interface: IPolicyIngress"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/#hierarchy","text":"IPolicyIngress","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/#properties","text":"from ports","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/#from","text":"\u2022 from : { ipBlock?: IPolicyIpBlock ; namespaceSelector?: IPolicySelector ; podSelector?: IPolicySelector }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:17","title":"from"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyingress/#ports","text":"\u2022 ports : { port: number ; protocol: string }[] Defined in src/renderer/api/endpoints/network-policy.api.ts:22","title":"ports"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/network-policy.api\" / IPolicyIpBlock Interface: IPolicyIpBlock # Hierarchy # IPolicyIpBlock Index # Properties # cidr except Properties # cidr # \u2022 cidr : string Defined in src/renderer/api/endpoints/network-policy.api.ts:6 except # \u2022 Optional except : string[] Defined in src/renderer/api/endpoints/network-policy.api.ts:7","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/#interface-ipolicyipblock","text":"","title":"Interface: IPolicyIpBlock"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/#hierarchy","text":"IPolicyIpBlock","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/#properties","text":"cidr except","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/#cidr","text":"\u2022 cidr : string Defined in src/renderer/api/endpoints/network-policy.api.ts:6","title":"cidr"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyipblock/#except","text":"\u2022 Optional except : string[] Defined in src/renderer/api/endpoints/network-policy.api.ts:7","title":"except"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/network-policy.api\" / IPolicySelector Interface: IPolicySelector # Hierarchy # IPolicySelector Index # Properties # matchLabels Properties # matchLabels # \u2022 matchLabels : { [label:string]: string; } Defined in src/renderer/api/endpoints/network-policy.api.ts:11","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/#interface-ipolicyselector","text":"","title":"Interface: IPolicySelector"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/#hierarchy","text":"IPolicySelector","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/#properties","text":"matchLabels","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_network_policy_api_.ipolicyselector/#matchlabels","text":"\u2022 matchLabels : { [label:string]: string; } Defined in src/renderer/api/endpoints/network-policy.api.ts:11","title":"matchLabels"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/nodes.api\" / INodeMetrics Interface: INodeMetrics\\ # Type parameters # Name Default T IMetrics Hierarchy # INodeMetrics Indexable # \u25aa [metric: string]: T Index # Properties # cpuCapacity cpuUsage fsSize fsUsage memoryCapacity memoryUsage Properties # cpuCapacity # \u2022 cpuCapacity : T Defined in src/renderer/api/endpoints/nodes.api.ts:26 cpuUsage # \u2022 cpuUsage : T Defined in src/renderer/api/endpoints/nodes.api.ts:25 fsSize # \u2022 fsSize : T Defined in src/renderer/api/endpoints/nodes.api.ts:28 fsUsage # \u2022 fsUsage : T Defined in src/renderer/api/endpoints/nodes.api.ts:27 memoryCapacity # \u2022 memoryCapacity : T Defined in src/renderer/api/endpoints/nodes.api.ts:24 memoryUsage # \u2022 memoryUsage : T Defined in src/renderer/api/endpoints/nodes.api.ts:23","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#interface-inodemetrics","text":"","title":"Interface: INodeMetrics\\"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#type-parameters","text":"Name Default T IMetrics","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#hierarchy","text":"INodeMetrics","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#indexable","text":"\u25aa [metric: string]: T","title":"Indexable"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#properties","text":"cpuCapacity cpuUsage fsSize fsUsage memoryCapacity memoryUsage","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#cpucapacity","text":"\u2022 cpuCapacity : T Defined in src/renderer/api/endpoints/nodes.api.ts:26","title":"cpuCapacity"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#cpuusage","text":"\u2022 cpuUsage : T Defined in src/renderer/api/endpoints/nodes.api.ts:25","title":"cpuUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#fssize","text":"\u2022 fsSize : T Defined in src/renderer/api/endpoints/nodes.api.ts:28","title":"fsSize"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#fsusage","text":"\u2022 fsUsage : T Defined in src/renderer/api/endpoints/nodes.api.ts:27","title":"fsUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#memorycapacity","text":"\u2022 memoryCapacity : T Defined in src/renderer/api/endpoints/nodes.api.ts:24","title":"memoryCapacity"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_nodes_api_.inodemetrics/#memoryusage","text":"\u2022 memoryUsage : T Defined in src/renderer/api/endpoints/nodes.api.ts:23","title":"memoryUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/persistent-volume-claims.api\" / IPvcMetrics Interface: IPvcMetrics\\ # Type parameters # Name Default T IMetrics Hierarchy # IPvcMetrics Indexable # \u25aa [key: string]: T Index # Properties # diskCapacity diskUsage Properties # diskCapacity # \u2022 diskCapacity : T Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:21 diskUsage # \u2022 diskUsage : T Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#interface-ipvcmetrics","text":"","title":"Interface: IPvcMetrics\\"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#type-parameters","text":"Name Default T IMetrics","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#hierarchy","text":"IPvcMetrics","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#indexable","text":"\u25aa [key: string]: T","title":"Indexable"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#properties","text":"diskCapacity diskUsage","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#diskcapacity","text":"\u2022 diskCapacity : T Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:21","title":"diskCapacity"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_persistent_volume_claims_api_.ipvcmetrics/#diskusage","text":"\u2022 diskUsage : T Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:20","title":"diskUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / IContainerProbe Interface: IContainerProbe # Hierarchy # IContainerProbe Index # Properties # exec failureThreshold httpGet initialDelaySeconds periodSeconds successThreshold tcpSocket timeoutSeconds Properties # exec # \u2022 Optional exec : { command: string[] } Defined in src/renderer/api/endpoints/pods.api.ts:124 Type declaration: Name Type command string[] failureThreshold # \u2022 Optional failureThreshold : number Defined in src/renderer/api/endpoints/pods.api.ts:134 httpGet # \u2022 Optional httpGet : { host?: string ; path?: string ; port: number ; scheme: string } Defined in src/renderer/api/endpoints/pods.api.ts:118 Type declaration: Name Type host? string path? string port number scheme string initialDelaySeconds # \u2022 Optional initialDelaySeconds : number Defined in src/renderer/api/endpoints/pods.api.ts:130 periodSeconds # \u2022 Optional periodSeconds : number Defined in src/renderer/api/endpoints/pods.api.ts:132 successThreshold # \u2022 Optional successThreshold : number Defined in src/renderer/api/endpoints/pods.api.ts:133 tcpSocket # \u2022 Optional tcpSocket : { port: number } Defined in src/renderer/api/endpoints/pods.api.ts:127 Type declaration: Name Type port number timeoutSeconds # \u2022 Optional timeoutSeconds : number Defined in src/renderer/api/endpoints/pods.api.ts:131","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#interface-icontainerprobe","text":"","title":"Interface: IContainerProbe"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#hierarchy","text":"IContainerProbe","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#properties","text":"exec failureThreshold httpGet initialDelaySeconds periodSeconds successThreshold tcpSocket timeoutSeconds","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#exec","text":"\u2022 Optional exec : { command: string[] } Defined in src/renderer/api/endpoints/pods.api.ts:124","title":"exec"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#failurethreshold","text":"\u2022 Optional failureThreshold : number Defined in src/renderer/api/endpoints/pods.api.ts:134","title":"failureThreshold"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#httpget","text":"\u2022 Optional httpGet : { host?: string ; path?: string ; port: number ; scheme: string } Defined in src/renderer/api/endpoints/pods.api.ts:118","title":"httpGet"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#initialdelayseconds","text":"\u2022 Optional initialDelaySeconds : number Defined in src/renderer/api/endpoints/pods.api.ts:130","title":"initialDelaySeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#periodseconds","text":"\u2022 Optional periodSeconds : number Defined in src/renderer/api/endpoints/pods.api.ts:132","title":"periodSeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#successthreshold","text":"\u2022 Optional successThreshold : number Defined in src/renderer/api/endpoints/pods.api.ts:133","title":"successThreshold"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#tcpsocket","text":"\u2022 Optional tcpSocket : { port: number } Defined in src/renderer/api/endpoints/pods.api.ts:127","title":"tcpSocket"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.icontainerprobe/#timeoutseconds","text":"\u2022 Optional timeoutSeconds : number Defined in src/renderer/api/endpoints/pods.api.ts:131","title":"timeoutSeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / IPodContainer Interface: IPodContainer # Hierarchy # IPodContainer Index # Properties # args command env envFrom image imagePullPolicy livenessProbe name ports readinessProbe resources volumeMounts Properties # args # \u2022 Optional args : string[] Defined in src/renderer/api/endpoints/pods.api.ts:68 command # \u2022 Optional command : string[] Defined in src/renderer/api/endpoints/pods.api.ts:67 env # \u2022 Optional env : { name: string ; value?: string ; valueFrom?: { configMapKeyRef?: { key: string ; name: string } ; fieldRef?: { apiVersion: string ; fieldPath: string } ; secretKeyRef?: { key: string ; name: string } } }[] Defined in src/renderer/api/endpoints/pods.api.ts:84 envFrom # \u2022 Optional envFrom : { configMapRef?: { name: string } }[] 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 livenessProbe # \u2022 Optional 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 : { containerPort: number ; name?: string ; protocol: string }[] Defined in src/renderer/api/endpoints/pods.api.ts:69 readinessProbe # \u2022 Optional readinessProbe : IContainerProbe Defined in src/renderer/api/endpoints/pods.api.ts:113 resources # \u2022 Optional resources : { limits: { cpu: string ; memory: string } ; requests: { cpu: string ; memory: string } } Defined in src/renderer/api/endpoints/pods.api.ts:74 Type declaration: Name Type limits { cpu: string ; memory: string } requests { cpu: string ; memory: string } volumeMounts # \u2022 Optional volumeMounts : { mountPath: string ; name: string ; readOnly: boolean }[] Defined in src/renderer/api/endpoints/pods.api.ts:107","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#interface-ipodcontainer","text":"","title":"Interface: IPodContainer"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#hierarchy","text":"IPodContainer","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#properties","text":"args command env envFrom image imagePullPolicy livenessProbe name ports readinessProbe resources volumeMounts","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#args","text":"\u2022 Optional args : string[] Defined in src/renderer/api/endpoints/pods.api.ts:68","title":"args"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#command","text":"\u2022 Optional command : string[] Defined in src/renderer/api/endpoints/pods.api.ts:67","title":"command"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#env","text":"\u2022 Optional env : { name: string ; value?: string ; valueFrom?: { configMapKeyRef?: { key: string ; name: string } ; fieldRef?: { apiVersion: string ; fieldPath: string } ; secretKeyRef?: { key: string ; name: string } } }[] Defined in src/renderer/api/endpoints/pods.api.ts:84","title":"env"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#envfrom","text":"\u2022 Optional envFrom : { configMapRef?: { name: string } }[] Defined in src/renderer/api/endpoints/pods.api.ts:102","title":"envFrom"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#image","text":"\u2022 image : string Defined in src/renderer/api/endpoints/pods.api.ts:66","title":"image"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#imagepullpolicy","text":"\u2022 imagePullPolicy : string Defined in src/renderer/api/endpoints/pods.api.ts:114","title":"imagePullPolicy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#livenessprobe","text":"\u2022 Optional livenessProbe : IContainerProbe Defined in src/renderer/api/endpoints/pods.api.ts:112","title":"livenessProbe"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/pods.api.ts:65","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#ports","text":"\u2022 ports : { containerPort: number ; name?: string ; protocol: string }[] Defined in src/renderer/api/endpoints/pods.api.ts:69","title":"ports"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#readinessprobe","text":"\u2022 Optional readinessProbe : IContainerProbe Defined in src/renderer/api/endpoints/pods.api.ts:113","title":"readinessProbe"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#resources","text":"\u2022 Optional resources : { limits: { cpu: string ; memory: string } ; requests: { cpu: string ; memory: string } } Defined in src/renderer/api/endpoints/pods.api.ts:74","title":"resources"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainer/#volumemounts","text":"\u2022 Optional volumeMounts : { mountPath: string ; name: string ; readOnly: boolean }[] Defined in src/renderer/api/endpoints/pods.api.ts:107","title":"volumeMounts"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / IPodContainerStatus 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 : { [index:string]: object; terminated?: { containerID: string ; exitCode: number ; finishedAt: string ; reason: string ; startedAt: string } } Defined in src/renderer/api/endpoints/pods.api.ts:155 Type declaration: Name Type terminated? { 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 : { [index:string]: object; running?: { startedAt: string } ; terminated?: { exitCode: number ; finishedAt: string ; reason: string ; startedAt: string } ; waiting?: { message: string ; reason: string } } Defined in src/renderer/api/endpoints/pods.api.ts:139 Type declaration: Name Type running? { startedAt: string } terminated? { exitCode: number ; finishedAt: string ; reason: string ; startedAt: string } waiting? { message: string ; reason: string }","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#interface-ipodcontainerstatus","text":"","title":"Interface: IPodContainerStatus"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#hierarchy","text":"IPodContainerStatus","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#properties","text":"containerID image imageID lastState name ready restartCount state","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#containerid","text":"\u2022 containerID : string Defined in src/renderer/api/endpoints/pods.api.ts:169","title":"containerID"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#image","text":"\u2022 image : string Defined in src/renderer/api/endpoints/pods.api.ts:167","title":"image"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#imageid","text":"\u2022 imageID : string Defined in src/renderer/api/endpoints/pods.api.ts:168","title":"imageID"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#laststate","text":"\u2022 lastState : { [index:string]: object; terminated?: { containerID: string ; exitCode: number ; finishedAt: string ; reason: string ; startedAt: string } } Defined in src/renderer/api/endpoints/pods.api.ts:155","title":"lastState"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/pods.api.ts:138","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#ready","text":"\u2022 ready : boolean Defined in src/renderer/api/endpoints/pods.api.ts:165","title":"ready"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#restartcount","text":"\u2022 restartCount : number Defined in src/renderer/api/endpoints/pods.api.ts:166","title":"restartCount"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodcontainerstatus/#state","text":"\u2022 state : { [index:string]: object; running?: { startedAt: string } ; terminated?: { exitCode: number ; finishedAt: string ; reason: string ; startedAt: string } ; waiting?: { message: string ; reason: string } } Defined in src/renderer/api/endpoints/pods.api.ts:139","title":"state"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / IPodLogsQuery Interface: IPodLogsQuery # Hierarchy # IPodLogsQuery Index # Properties # container follow previous sinceTime tailLines timestamps Properties # container # \u2022 Optional container : string Defined in src/renderer/api/endpoints/pods.api.ts:47 follow # \u2022 Optional follow : boolean Defined in src/renderer/api/endpoints/pods.api.ts:51 previous # \u2022 Optional previous : boolean Defined in src/renderer/api/endpoints/pods.api.ts:52 sinceTime # \u2022 Optional sinceTime : string Defined in src/renderer/api/endpoints/pods.api.ts:50 tailLines # \u2022 Optional tailLines : number Defined in src/renderer/api/endpoints/pods.api.ts:48 timestamps # \u2022 Optional timestamps : boolean Defined in src/renderer/api/endpoints/pods.api.ts:49","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#interface-ipodlogsquery","text":"","title":"Interface: IPodLogsQuery"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#hierarchy","text":"IPodLogsQuery","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#properties","text":"container follow previous sinceTime tailLines timestamps","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#container","text":"\u2022 Optional container : string Defined in src/renderer/api/endpoints/pods.api.ts:47","title":"container"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#follow","text":"\u2022 Optional follow : boolean Defined in src/renderer/api/endpoints/pods.api.ts:51","title":"follow"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#previous","text":"\u2022 Optional previous : boolean Defined in src/renderer/api/endpoints/pods.api.ts:52","title":"previous"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#sincetime","text":"\u2022 Optional sinceTime : string Defined in src/renderer/api/endpoints/pods.api.ts:50","title":"sinceTime"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#taillines","text":"\u2022 Optional tailLines : number Defined in src/renderer/api/endpoints/pods.api.ts:48","title":"tailLines"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodlogsquery/#timestamps","text":"\u2022 Optional timestamps : boolean Defined in src/renderer/api/endpoints/pods.api.ts:49","title":"timestamps"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" / IPodMetrics Interface: IPodMetrics\\ # Type parameters # Name Default T IMetrics Hierarchy # IPodMetrics Indexable # \u25aa [metric: string]: T Index # Properties # cpuLimits cpuRequests cpuUsage fsUsage memoryLimits memoryRequests memoryUsage networkReceive networkTransmit Properties # cpuLimits # \u2022 cpuLimits : T Defined in src/renderer/api/endpoints/pods.api.ts:36 cpuRequests # \u2022 cpuRequests : T Defined in src/renderer/api/endpoints/pods.api.ts:35 cpuUsage # \u2022 cpuUsage : T Defined in src/renderer/api/endpoints/pods.api.ts:34 fsUsage # \u2022 fsUsage : T Defined in src/renderer/api/endpoints/pods.api.ts:40 memoryLimits # \u2022 memoryLimits : T Defined in src/renderer/api/endpoints/pods.api.ts:39 memoryRequests # \u2022 memoryRequests : T Defined in src/renderer/api/endpoints/pods.api.ts:38 memoryUsage # \u2022 memoryUsage : T Defined in src/renderer/api/endpoints/pods.api.ts:37 networkReceive # \u2022 networkReceive : T Defined in src/renderer/api/endpoints/pods.api.ts:41 networkTransmit # \u2022 networkTransmit : T Defined in src/renderer/api/endpoints/pods.api.ts:42","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#interface-ipodmetrics","text":"","title":"Interface: IPodMetrics\\"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#type-parameters","text":"Name Default T IMetrics","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#hierarchy","text":"IPodMetrics","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#indexable","text":"\u25aa [metric: string]: T","title":"Indexable"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#properties","text":"cpuLimits cpuRequests cpuUsage fsUsage memoryLimits memoryRequests memoryUsage networkReceive networkTransmit","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#cpulimits","text":"\u2022 cpuLimits : T Defined in src/renderer/api/endpoints/pods.api.ts:36","title":"cpuLimits"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#cpurequests","text":"\u2022 cpuRequests : T Defined in src/renderer/api/endpoints/pods.api.ts:35","title":"cpuRequests"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#cpuusage","text":"\u2022 cpuUsage : T Defined in src/renderer/api/endpoints/pods.api.ts:34","title":"cpuUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#fsusage","text":"\u2022 fsUsage : T Defined in src/renderer/api/endpoints/pods.api.ts:40","title":"fsUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#memorylimits","text":"\u2022 memoryLimits : T Defined in src/renderer/api/endpoints/pods.api.ts:39","title":"memoryLimits"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#memoryrequests","text":"\u2022 memoryRequests : T Defined in src/renderer/api/endpoints/pods.api.ts:38","title":"memoryRequests"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#memoryusage","text":"\u2022 memoryUsage : T Defined in src/renderer/api/endpoints/pods.api.ts:37","title":"memoryUsage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#networkreceive","text":"\u2022 networkReceive : T Defined in src/renderer/api/endpoints/pods.api.ts:41","title":"networkReceive"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_pods_api_.ipodmetrics/#networktransmit","text":"\u2022 networkTransmit : T Defined in src/renderer/api/endpoints/pods.api.ts:42","title":"networkTransmit"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/resource-quota.api\" / IResourceQuotaValues Interface: IResourceQuotaValues # Hierarchy # IResourceQuotaValues Indexable # \u25aa [quota: string]: string Index # Properties # count/configmaps count/cronjobs.batch count/deployments.apps count/deployments.extensions count/jobs.batch count/persistentvolumeclaims count/pods count/replicasets.apps count/replicationcontrollers count/secrets count/services count/statefulsets.apps limits.cpu limits.memory persistentvolumeclaims requests.cpu requests.memory requests.storage Properties # count/configmaps # \u2022 Optional count/configmaps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:23 count/cronjobs.batch # \u2022 Optional count/cronjobs.batch : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:29 count/deployments.apps # \u2022 Optional count/deployments.apps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:25 count/deployments.extensions # \u2022 Optional count/deployments.extensions : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:30 count/jobs.batch # \u2022 Optional count/jobs.batch : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:28 count/persistentvolumeclaims # \u2022 Optional count/persistentvolumeclaims : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:20 count/pods # \u2022 Optional count/pods : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:19 count/replicasets.apps # \u2022 Optional count/replicasets.apps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:26 count/replicationcontrollers # \u2022 Optional count/replicationcontrollers : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:24 count/secrets # \u2022 Optional count/secrets : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:22 count/services # \u2022 Optional count/services : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:21 count/statefulsets.apps # \u2022 Optional count/statefulsets.apps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:27 limits.cpu # \u2022 Optional limits.cpu : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:9 limits.memory # \u2022 Optional limits.memory : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:10 persistentvolumeclaims # \u2022 Optional persistentvolumeclaims : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:16 requests.cpu # \u2022 Optional requests.cpu : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:11 requests.memory # \u2022 Optional requests.memory : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:12 requests.storage # \u2022 Optional requests.storage : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:15","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#interface-iresourcequotavalues","text":"","title":"Interface: IResourceQuotaValues"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#hierarchy","text":"IResourceQuotaValues","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#indexable","text":"\u25aa [quota: string]: string","title":"Indexable"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#properties","text":"count/configmaps count/cronjobs.batch count/deployments.apps count/deployments.extensions count/jobs.batch count/persistentvolumeclaims count/pods count/replicasets.apps count/replicationcontrollers count/secrets count/services count/statefulsets.apps limits.cpu limits.memory persistentvolumeclaims requests.cpu requests.memory requests.storage","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countconfigmaps","text":"\u2022 Optional count/configmaps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:23","title":"count/configmaps"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countcronjobsbatch","text":"\u2022 Optional count/cronjobs.batch : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:29","title":"count/cronjobs.batch"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countdeploymentsapps","text":"\u2022 Optional count/deployments.apps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:25","title":"count/deployments.apps"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countdeploymentsextensions","text":"\u2022 Optional count/deployments.extensions : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:30","title":"count/deployments.extensions"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countjobsbatch","text":"\u2022 Optional count/jobs.batch : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:28","title":"count/jobs.batch"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countpersistentvolumeclaims","text":"\u2022 Optional count/persistentvolumeclaims : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:20","title":"count/persistentvolumeclaims"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countpods","text":"\u2022 Optional count/pods : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:19","title":"count/pods"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countreplicasetsapps","text":"\u2022 Optional count/replicasets.apps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:26","title":"count/replicasets.apps"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countreplicationcontrollers","text":"\u2022 Optional count/replicationcontrollers : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:24","title":"count/replicationcontrollers"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countsecrets","text":"\u2022 Optional count/secrets : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:22","title":"count/secrets"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countservices","text":"\u2022 Optional count/services : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:21","title":"count/services"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#countstatefulsetsapps","text":"\u2022 Optional count/statefulsets.apps : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:27","title":"count/statefulsets.apps"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#limitscpu","text":"\u2022 Optional limits.cpu : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:9","title":"limits.cpu"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#limitsmemory","text":"\u2022 Optional limits.memory : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:10","title":"limits.memory"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#persistentvolumeclaims","text":"\u2022 Optional persistentvolumeclaims : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:16","title":"persistentvolumeclaims"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#requestscpu","text":"\u2022 Optional requests.cpu : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:11","title":"requests.cpu"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#requestsmemory","text":"\u2022 Optional requests.memory : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:12","title":"requests.memory"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_resource_quota_api_.iresourcequotavalues/#requestsstorage","text":"\u2022 Optional requests.storage : string Defined in src/renderer/api/endpoints/resource-quota.api.ts:15","title":"requests.storage"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/role-binding.api\" / IRoleBindingSubject Interface: IRoleBindingSubject # Hierarchy # IRoleBindingSubject Index # Properties # apiGroup kind name namespace Properties # apiGroup # \u2022 Optional apiGroup : string Defined in src/renderer/api/endpoints/role-binding.api.ts:9 kind # \u2022 kind : string Defined in src/renderer/api/endpoints/role-binding.api.ts:6 name # \u2022 name : string Defined in src/renderer/api/endpoints/role-binding.api.ts:7 namespace # \u2022 Optional namespace : string Defined in src/renderer/api/endpoints/role-binding.api.ts:8","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#interface-irolebindingsubject","text":"","title":"Interface: IRoleBindingSubject"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#hierarchy","text":"IRoleBindingSubject","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#properties","text":"apiGroup kind name namespace","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#apigroup","text":"\u2022 Optional apiGroup : string Defined in src/renderer/api/endpoints/role-binding.api.ts:9","title":"apiGroup"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#kind","text":"\u2022 kind : string Defined in src/renderer/api/endpoints/role-binding.api.ts:6","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/role-binding.api.ts:7","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_role_binding_api_.irolebindingsubject/#namespace","text":"\u2022 Optional namespace : string Defined in src/renderer/api/endpoints/role-binding.api.ts:8","title":"namespace"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/secret.api\" / ISecretRef Interface: ISecretRef # Hierarchy # ISecretRef Index # Properties # key name Properties # key # \u2022 Optional 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/#interface-isecretref","text":"","title":"Interface: ISecretRef"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/#hierarchy","text":"ISecretRef","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/#properties","text":"key name","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/#key","text":"\u2022 Optional key : string Defined in src/renderer/api/endpoints/secret.api.ts:18","title":"key"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_secret_api_.isecretref/#name","text":"\u2022 name : string Defined in src/renderer/api/endpoints/secret.api.ts:19","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\" / ISelfSubjectReviewRule Interface: ISelfSubjectReviewRule # Hierarchy # ISelfSubjectReviewRule Index # Properties # apiGroups nonResourceURLs resourceNames resources verbs Properties # apiGroups # \u2022 Optional apiGroups : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:17 nonResourceURLs # \u2022 Optional nonResourceURLs : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:20 resourceNames # \u2022 Optional resourceNames : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:19 resources # \u2022 Optional resources : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:18 verbs # \u2022 verbs : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:16","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#interface-iselfsubjectreviewrule","text":"","title":"Interface: ISelfSubjectReviewRule"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#hierarchy","text":"ISelfSubjectReviewRule","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#properties","text":"apiGroups nonResourceURLs resourceNames resources verbs","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#apigroups","text":"\u2022 Optional apiGroups : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:17","title":"apiGroups"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#nonresourceurls","text":"\u2022 Optional nonResourceURLs : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:20","title":"nonResourceURLs"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#resourcenames","text":"\u2022 Optional resourceNames : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:19","title":"resourceNames"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#resources","text":"\u2022 Optional resources : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:18","title":"resources"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_.iselfsubjectreviewrule/#verbs","text":"\u2022 verbs : string[] Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:16","title":"verbs"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/service.api\" / IServicePort Interface: IServicePort # Hierarchy # IServicePort Implemented by # ServicePort Index # Properties # name port protocol targetPort Properties # name # \u2022 Optional name : string Defined in src/renderer/api/endpoints/service.api.ts:6 port # \u2022 port : number Defined in src/renderer/api/endpoints/service.api.ts:8 protocol # \u2022 protocol : string Defined in src/renderer/api/endpoints/service.api.ts:7 targetPort # \u2022 targetPort : number Defined in src/renderer/api/endpoints/service.api.ts:9","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#interface-iserviceport","text":"","title":"Interface: IServicePort"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#hierarchy","text":"IServicePort","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#implemented-by","text":"ServicePort","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#properties","text":"name port protocol targetPort","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#name","text":"\u2022 Optional name : string Defined in src/renderer/api/endpoints/service.api.ts:6","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#port","text":"\u2022 port : number Defined in src/renderer/api/endpoints/service.api.ts:8","title":"port"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#protocol","text":"\u2022 protocol : string Defined in src/renderer/api/endpoints/service.api.ts:7","title":"protocol"},{"location":"extensions/api/interfaces/_src_renderer_api_endpoints_service_api_.iserviceport/#targetport","text":"\u2022 targetPort : number Defined in src/renderer/api/endpoints/service.api.ts:9","title":"targetPort"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" / JsonApiConfig Interface: JsonApiConfig # Hierarchy # JsonApiConfig Index # Properties # apiBase debug Properties # apiBase # \u2022 apiBase : string Defined in src/renderer/api/json-api.ts:30 debug # \u2022 Optional debug : boolean Defined in src/renderer/api/json-api.ts:31","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/#interface-jsonapiconfig","text":"","title":"Interface: JsonApiConfig"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/#hierarchy","text":"JsonApiConfig","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/#properties","text":"apiBase debug","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/#apibase","text":"\u2022 apiBase : string Defined in src/renderer/api/json-api.ts:30","title":"apiBase"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiconfig/#debug","text":"\u2022 Optional debug : boolean Defined in src/renderer/api/json-api.ts:31","title":"debug"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapidata/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" / JsonApiData Interface: JsonApiData # Hierarchy # JsonApiData \u21b3 KubeJsonApiData","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapidata/#interface-jsonapidata","text":"","title":"Interface: JsonApiData"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapidata/#hierarchy","text":"JsonApiData \u21b3 KubeJsonApiData","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" / JsonApiError Interface: JsonApiError # Hierarchy # JsonApiError \u21b3 KubeJsonApiError Index # Properties # code errors message Properties # code # \u2022 Optional code : number Defined in src/renderer/api/json-api.ts:11 errors # \u2022 Optional errors : { id: string ; status?: number ; title: string }[] Defined in src/renderer/api/json-api.ts:13 message # \u2022 Optional message : string Defined in src/renderer/api/json-api.ts:12","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#interface-jsonapierror","text":"","title":"Interface: JsonApiError"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#hierarchy","text":"JsonApiError \u21b3 KubeJsonApiError","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#properties","text":"code errors message","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#code","text":"\u2022 Optional code : number Defined in src/renderer/api/json-api.ts:11","title":"code"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#errors","text":"\u2022 Optional errors : { id: string ; status?: number ; title: string }[] Defined in src/renderer/api/json-api.ts:13","title":"errors"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapierror/#message","text":"\u2022 Optional message : string Defined in src/renderer/api/json-api.ts:12","title":"message"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" / JsonApiLog Interface: JsonApiLog # Hierarchy # JsonApiLog Index # Properties # data error method reqInit reqUrl Properties # data # \u2022 Optional data : any Defined in src/renderer/api/json-api.ts:25 error # \u2022 Optional error : any Defined in src/renderer/api/json-api.ts:26 method # \u2022 method : string Defined in src/renderer/api/json-api.ts:22 reqInit # \u2022 reqInit : RequestInit Defined in src/renderer/api/json-api.ts:24 reqUrl # \u2022 reqUrl : string Defined in src/renderer/api/json-api.ts:23","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#interface-jsonapilog","text":"","title":"Interface: JsonApiLog"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#hierarchy","text":"JsonApiLog","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#properties","text":"data error method reqInit reqUrl","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#data","text":"\u2022 Optional data : any Defined in src/renderer/api/json-api.ts:25","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#error","text":"\u2022 Optional error : any Defined in src/renderer/api/json-api.ts:26","title":"error"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#method","text":"\u2022 method : string Defined in src/renderer/api/json-api.ts:22","title":"method"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#reqinit","text":"\u2022 reqInit : RequestInit Defined in src/renderer/api/json-api.ts:24","title":"reqInit"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapilog/#requrl","text":"\u2022 reqUrl : string Defined in src/renderer/api/json-api.ts:23","title":"reqUrl"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" / JsonApiParams Interface: JsonApiParams\\ # Type parameters # Name Default D any Hierarchy # JsonApiParams Index # Properties # data query Properties # data # \u2022 Optional data : D Defined in src/renderer/api/json-api.ts:18 query # \u2022 Optional query : { [param:string]: string | number | any; } Defined in src/renderer/api/json-api.ts:17","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#interface-jsonapiparams","text":"","title":"Interface: JsonApiParams\\"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#type-parameters","text":"Name Default D any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#hierarchy","text":"JsonApiParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#properties","text":"data query","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#data","text":"\u2022 Optional data : D Defined in src/renderer/api/json-api.ts:18","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_api_json_api_.jsonapiparams/#query","text":"\u2022 Optional query : { [param:string]: string | number | any; } Defined in src/renderer/api/json-api.ts:17","title":"query"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api\" / IKubeApiCluster Interface: IKubeApiCluster # Hierarchy # IKubeApiCluster Index # Properties # id Properties # id # \u2022 id : string Defined in src/renderer/api/kube-api.ts:30","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/#interface-ikubeapicluster","text":"","title":"Interface: IKubeApiCluster"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/#hierarchy","text":"IKubeApiCluster","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/#properties","text":"id","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapicluster/#id","text":"\u2022 id : string Defined in src/renderer/api/kube-api.ts:30","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api\" / IKubeApiOptions Interface: IKubeApiOptions\\ # Type parameters # Name Type T KubeObject Hierarchy # IKubeApiOptions Index # Properties # apiBase isNamespaced kind objectConstructor request Properties # apiBase # \u2022 Optional apiBase : string Defined in src/renderer/api/kube-api.ts:14 isNamespaced # \u2022 Optional isNamespaced : boolean Defined in src/renderer/api/kube-api.ts:17 kind # \u2022 Optional kind : string Defined in src/renderer/api/kube-api.ts:18 objectConstructor # \u2022 Optional objectConstructor : IKubeObjectConstructor \\ Defined in src/renderer/api/kube-api.ts:15 request # \u2022 Optional request : KubeJsonApi Defined in src/renderer/api/kube-api.ts:16","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#interface-ikubeapioptions","text":"","title":"Interface: IKubeApiOptions\\"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#type-parameters","text":"Name Type T KubeObject","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#hierarchy","text":"IKubeApiOptions","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#properties","text":"apiBase isNamespaced kind objectConstructor request","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#apibase","text":"\u2022 Optional apiBase : string Defined in src/renderer/api/kube-api.ts:14","title":"apiBase"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#isnamespaced","text":"\u2022 Optional isNamespaced : boolean Defined in src/renderer/api/kube-api.ts:17","title":"isNamespaced"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#kind","text":"\u2022 Optional kind : string Defined in src/renderer/api/kube-api.ts:18","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#objectconstructor","text":"\u2022 Optional objectConstructor : IKubeObjectConstructor \\ Defined in src/renderer/api/kube-api.ts:15","title":"objectConstructor"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapioptions/#request","text":"\u2022 Optional request : KubeJsonApi Defined in src/renderer/api/kube-api.ts:16","title":"request"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api\" / IKubeApiQueryParams Interface: IKubeApiQueryParams # Hierarchy # IKubeApiQueryParams Index # Properties # continue limit resourceVersion timeoutSeconds watch Properties # continue # \u2022 Optional continue : string Defined in src/renderer/api/kube-api.ts:26 limit # \u2022 Optional limit : number Defined in src/renderer/api/kube-api.ts:25 resourceVersion # \u2022 Optional resourceVersion : string Defined in src/renderer/api/kube-api.ts:23 timeoutSeconds # \u2022 Optional timeoutSeconds : number Defined in src/renderer/api/kube-api.ts:24 watch # \u2022 Optional watch : boolean | number Defined in src/renderer/api/kube-api.ts:22","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#interface-ikubeapiqueryparams","text":"","title":"Interface: IKubeApiQueryParams"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#hierarchy","text":"IKubeApiQueryParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#properties","text":"continue limit resourceVersion timeoutSeconds watch","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#continue","text":"\u2022 Optional continue : string Defined in src/renderer/api/kube-api.ts:26","title":"continue"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#limit","text":"\u2022 Optional limit : number Defined in src/renderer/api/kube-api.ts:25","title":"limit"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#resourceversion","text":"\u2022 Optional resourceVersion : string Defined in src/renderer/api/kube-api.ts:23","title":"resourceVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#timeoutseconds","text":"\u2022 Optional timeoutSeconds : number Defined in src/renderer/api/kube-api.ts:24","title":"timeoutSeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_.ikubeapiqueryparams/#watch","text":"\u2022 Optional watch : boolean | number Defined in src/renderer/api/kube-api.ts:22","title":"watch"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api-parse\" / IKubeApiLinkRef Interface: IKubeApiLinkRef # Hierarchy # IKubeApiLinkRef \u21b3 IKubeApiParsed Index # Properties # apiPrefix apiVersion name namespace resource Properties # apiPrefix # \u2022 Optional apiPrefix : string Defined in src/renderer/api/kube-api-parse.ts:15 apiVersion # \u2022 apiVersion : string Defined in src/renderer/api/kube-api-parse.ts:16 name # \u2022 name : string Defined in src/renderer/api/kube-api-parse.ts:18 namespace # \u2022 Optional namespace : string Defined in src/renderer/api/kube-api-parse.ts:19 resource # \u2022 resource : string Defined in src/renderer/api/kube-api-parse.ts:17","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#interface-ikubeapilinkref","text":"","title":"Interface: IKubeApiLinkRef"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#hierarchy","text":"IKubeApiLinkRef \u21b3 IKubeApiParsed","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#properties","text":"apiPrefix apiVersion name namespace resource","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#apiprefix","text":"\u2022 Optional apiPrefix : string Defined in src/renderer/api/kube-api-parse.ts:15","title":"apiPrefix"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/kube-api-parse.ts:16","title":"apiVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#name","text":"\u2022 name : string Defined in src/renderer/api/kube-api-parse.ts:18","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#namespace","text":"\u2022 Optional namespace : string Defined in src/renderer/api/kube-api-parse.ts:19","title":"namespace"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapilinkref/#resource","text":"\u2022 resource : string Defined in src/renderer/api/kube-api-parse.ts:17","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api-parse\" / IKubeApiParsed Interface: IKubeApiParsed # Hierarchy # IKubeApiLinkRef \u21b3 IKubeApiParsed Index # Properties # apiBase apiGroup apiPrefix apiVersion apiVersionWithGroup name namespace resource Properties # apiBase # \u2022 apiBase : string Defined in src/renderer/api/kube-api-parse.ts:23 apiGroup # \u2022 apiGroup : string Defined in src/renderer/api/kube-api-parse.ts:24 apiPrefix # \u2022 Optional apiPrefix : string Inherited from IKubeApiLinkRef . apiPrefix Defined in src/renderer/api/kube-api-parse.ts:15 apiVersion # \u2022 apiVersion : string Inherited from IKubeApiLinkRef . apiVersion Defined in src/renderer/api/kube-api-parse.ts:16 apiVersionWithGroup # \u2022 apiVersionWithGroup : string Defined in src/renderer/api/kube-api-parse.ts:25 name # \u2022 name : string Inherited from IKubeApiLinkRef . name Defined in src/renderer/api/kube-api-parse.ts:18 namespace # \u2022 Optional namespace : string Inherited from IKubeApiLinkRef . namespace Defined in src/renderer/api/kube-api-parse.ts:19 resource # \u2022 resource : string Inherited from IKubeApiLinkRef . resource Defined in src/renderer/api/kube-api-parse.ts:17","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#interface-ikubeapiparsed","text":"","title":"Interface: IKubeApiParsed"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#hierarchy","text":"IKubeApiLinkRef \u21b3 IKubeApiParsed","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#properties","text":"apiBase apiGroup apiPrefix apiVersion apiVersionWithGroup name namespace resource","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#apibase","text":"\u2022 apiBase : string Defined in src/renderer/api/kube-api-parse.ts:23","title":"apiBase"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#apigroup","text":"\u2022 apiGroup : string Defined in src/renderer/api/kube-api-parse.ts:24","title":"apiGroup"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#apiprefix","text":"\u2022 Optional apiPrefix : string Inherited from IKubeApiLinkRef . apiPrefix Defined in src/renderer/api/kube-api-parse.ts:15","title":"apiPrefix"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#apiversion","text":"\u2022 apiVersion : string Inherited from IKubeApiLinkRef . apiVersion Defined in src/renderer/api/kube-api-parse.ts:16","title":"apiVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#apiversionwithgroup","text":"\u2022 apiVersionWithGroup : string Defined in src/renderer/api/kube-api-parse.ts:25","title":"apiVersionWithGroup"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#name","text":"\u2022 name : string Inherited from IKubeApiLinkRef . name Defined in src/renderer/api/kube-api-parse.ts:18","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#namespace","text":"\u2022 Optional namespace : string Inherited from IKubeApiLinkRef . namespace Defined in src/renderer/api/kube-api-parse.ts:19","title":"namespace"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeapiparsed/#resource","text":"\u2022 resource : string Inherited from IKubeApiLinkRef . resource Defined in src/renderer/api/kube-api-parse.ts:17","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api-parse\" / IKubeObjectRef Interface: IKubeObjectRef # Hierarchy # IKubeObjectRef Index # Properties # apiVersion kind name namespace Properties # apiVersion # \u2022 apiVersion : string Defined in src/renderer/api/kube-api-parse.ts:9 kind # \u2022 kind : string Defined in src/renderer/api/kube-api-parse.ts:8 name # \u2022 name : string Defined in src/renderer/api/kube-api-parse.ts:10 namespace # \u2022 Optional namespace : string Defined in src/renderer/api/kube-api-parse.ts:11","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#interface-ikubeobjectref","text":"","title":"Interface: IKubeObjectRef"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#hierarchy","text":"IKubeObjectRef","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#properties","text":"apiVersion kind name namespace","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/kube-api-parse.ts:9","title":"apiVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#kind","text":"\u2022 kind : string Defined in src/renderer/api/kube-api-parse.ts:8","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#name","text":"\u2022 name : string Defined in src/renderer/api/kube-api-parse.ts:10","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_api_parse_.ikubeobjectref/#namespace","text":"\u2022 Optional namespace : string Defined in src/renderer/api/kube-api-parse.ts:11","title":"namespace"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-json-api\" / KubeJsonApiData Interface: KubeJsonApiData # Hierarchy # JsonApiData \u21b3 KubeJsonApiData Index # Properties # apiVersion kind metadata Properties # apiVersion # \u2022 apiVersion : string Defined in src/renderer/api/kube-json-api.ts:15 kind # \u2022 kind : string Defined in src/renderer/api/kube-json-api.ts:14 metadata # \u2022 metadata : { annotations?: { [annotation:string]: string; } ; continue?: string ; creationTimestamp?: string ; finalizers?: string[] ; labels?: { [label:string]: string; } ; name: string ; namespace?: string ; resourceVersion: string ; selfLink: string ; uid: string } Defined in src/renderer/api/kube-json-api.ts:16 Type declaration: Name Type annotations? { [annotation:string]: string; } continue? string creationTimestamp? string finalizers? string[] labels? { [label:string]: string; } name string namespace? string resourceVersion string selfLink string uid string","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#interface-kubejsonapidata","text":"","title":"Interface: KubeJsonApiData"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#hierarchy","text":"JsonApiData \u21b3 KubeJsonApiData","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#properties","text":"apiVersion kind metadata","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/kube-json-api.ts:15","title":"apiVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#kind","text":"\u2022 kind : string Defined in src/renderer/api/kube-json-api.ts:14","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidata/#metadata","text":"\u2022 metadata : { annotations?: { [annotation:string]: string; } ; continue?: string ; creationTimestamp?: string ; finalizers?: string[] ; labels?: { [label:string]: string; } ; name: string ; namespace?: string ; resourceVersion: string ; selfLink: string ; uid: string } Defined in src/renderer/api/kube-json-api.ts:16","title":"metadata"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-json-api\" / KubeJsonApiDataList Interface: KubeJsonApiDataList\\ # Type parameters # Name Default T KubeJsonApiData Hierarchy # KubeJsonApiDataList Index # Properties # apiVersion items kind metadata Properties # apiVersion # \u2022 apiVersion : string Defined in src/renderer/api/kube-json-api.ts:5 items # \u2022 items : T[] Defined in src/renderer/api/kube-json-api.ts:6 kind # \u2022 kind : string Defined in src/renderer/api/kube-json-api.ts:4 metadata # \u2022 metadata : { resourceVersion: string ; selfLink: string } Defined in src/renderer/api/kube-json-api.ts:7 Type declaration: Name Type resourceVersion string selfLink string","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#interface-kubejsonapidatalist","text":"","title":"Interface: KubeJsonApiDataList\\"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#type-parameters","text":"Name Default T KubeJsonApiData","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#hierarchy","text":"KubeJsonApiDataList","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#properties","text":"apiVersion items kind metadata","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#apiversion","text":"\u2022 apiVersion : string Defined in src/renderer/api/kube-json-api.ts:5","title":"apiVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#items","text":"\u2022 items : T[] Defined in src/renderer/api/kube-json-api.ts:6","title":"items"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#kind","text":"\u2022 kind : string Defined in src/renderer/api/kube-json-api.ts:4","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapidatalist/#metadata","text":"\u2022 metadata : { resourceVersion: string ; selfLink: string } Defined in src/renderer/api/kube-json-api.ts:7","title":"metadata"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-json-api\" / KubeJsonApiError Interface: KubeJsonApiError # Hierarchy # JsonApiError \u21b3 KubeJsonApiError Index # Properties # code details errors message reason status Properties # code # \u2022 code : number Overrides JsonApiError . code Defined in src/renderer/api/kube-json-api.ts:35 details # \u2022 details : { kind: string ; name: string } Defined in src/renderer/api/kube-json-api.ts:39 Type declaration: Name Type kind string name string errors # \u2022 Optional errors : { id: string ; status?: number ; title: string }[] Inherited from JsonApiError . errors Defined in src/renderer/api/json-api.ts:13 message # \u2022 Optional message : string Overrides JsonApiError . message Defined in src/renderer/api/kube-json-api.ts:37 reason # \u2022 reason : string Defined in src/renderer/api/kube-json-api.ts:38 status # \u2022 status : string Defined in src/renderer/api/kube-json-api.ts:36","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#interface-kubejsonapierror","text":"","title":"Interface: KubeJsonApiError"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#hierarchy","text":"JsonApiError \u21b3 KubeJsonApiError","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#properties","text":"code details errors message reason status","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#code","text":"\u2022 code : number Overrides JsonApiError . code Defined in src/renderer/api/kube-json-api.ts:35","title":"code"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#details","text":"\u2022 details : { kind: string ; name: string } Defined in src/renderer/api/kube-json-api.ts:39","title":"details"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#errors","text":"\u2022 Optional errors : { id: string ; status?: number ; title: string }[] Inherited from JsonApiError . errors Defined in src/renderer/api/json-api.ts:13","title":"errors"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#message","text":"\u2022 Optional message : string Overrides JsonApiError . message Defined in src/renderer/api/kube-json-api.ts:37","title":"message"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#reason","text":"\u2022 reason : string Defined in src/renderer/api/kube-json-api.ts:38","title":"reason"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_json_api_.kubejsonapierror/#status","text":"\u2022 status : string Defined in src/renderer/api/kube-json-api.ts:36","title":"status"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-object\" / IKubeObjectMetadata Interface: IKubeObjectMetadata # Hierarchy # IKubeObjectMetadata Index # Properties # annotations continue creationTimestamp deletionTimestamp finalizers labels name namespace ownerReferences resourceVersion selfLink uid Properties # annotations # \u2022 Optional annotations : { [annotation:string]: string; } Defined in src/renderer/api/kube-object.ts:30 continue # \u2022 Optional continue : string Defined in src/renderer/api/kube-object.ts:26 creationTimestamp # \u2022 creationTimestamp : string Defined in src/renderer/api/kube-object.ts:21 deletionTimestamp # \u2022 Optional deletionTimestamp : string Defined in src/renderer/api/kube-object.ts:24 finalizers # \u2022 Optional finalizers : string[] Defined in src/renderer/api/kube-object.ts:25 labels # \u2022 Optional labels : { [label:string]: string; } Defined in src/renderer/api/kube-object.ts:27 name # \u2022 name : string Defined in src/renderer/api/kube-object.ts:19 namespace # \u2022 Optional namespace : string Defined in src/renderer/api/kube-object.ts:20 ownerReferences # \u2022 Optional ownerReferences : { apiVersion: string ; blockOwnerDeletion: boolean ; controller: boolean ; kind: string ; name: string ; uid: string }[] Defined in src/renderer/api/kube-object.ts:33 resourceVersion # \u2022 resourceVersion : string Defined in src/renderer/api/kube-object.ts:22 selfLink # \u2022 selfLink : string Defined in src/renderer/api/kube-object.ts:23 uid # \u2022 uid : string Defined in src/renderer/api/kube-object.ts:18","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#interface-ikubeobjectmetadata","text":"","title":"Interface: IKubeObjectMetadata"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#hierarchy","text":"IKubeObjectMetadata","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#properties","text":"annotations continue creationTimestamp deletionTimestamp finalizers labels name namespace ownerReferences resourceVersion selfLink uid","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#annotations","text":"\u2022 Optional annotations : { [annotation:string]: string; } Defined in src/renderer/api/kube-object.ts:30","title":"annotations"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#continue","text":"\u2022 Optional continue : string Defined in src/renderer/api/kube-object.ts:26","title":"continue"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#creationtimestamp","text":"\u2022 creationTimestamp : string Defined in src/renderer/api/kube-object.ts:21","title":"creationTimestamp"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#deletiontimestamp","text":"\u2022 Optional deletionTimestamp : string Defined in src/renderer/api/kube-object.ts:24","title":"deletionTimestamp"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#finalizers","text":"\u2022 Optional finalizers : string[] Defined in src/renderer/api/kube-object.ts:25","title":"finalizers"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#labels","text":"\u2022 Optional labels : { [label:string]: string; } Defined in src/renderer/api/kube-object.ts:27","title":"labels"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#name","text":"\u2022 name : string Defined in src/renderer/api/kube-object.ts:19","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#namespace","text":"\u2022 Optional namespace : string Defined in src/renderer/api/kube-object.ts:20","title":"namespace"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#ownerreferences","text":"\u2022 Optional ownerReferences : { apiVersion: string ; blockOwnerDeletion: boolean ; controller: boolean ; kind: string ; name: string ; uid: string }[] Defined in src/renderer/api/kube-object.ts:33","title":"ownerReferences"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#resourceversion","text":"\u2022 resourceVersion : string Defined in src/renderer/api/kube-object.ts:22","title":"resourceVersion"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#selflink","text":"\u2022 selfLink : string Defined in src/renderer/api/kube-object.ts:23","title":"selfLink"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_object_.ikubeobjectmetadata/#uid","text":"\u2022 uid : string Defined in src/renderer/api/kube-object.ts:18","title":"uid"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-watch-api\" / IKubeWatchEvent Interface: IKubeWatchEvent\\ # Type parameters # Name Default T any Hierarchy # IKubeWatchEvent Index # Properties # object type Properties # object # \u2022 Optional object : T Defined in src/renderer/api/kube-watch-api.ts:15 type # \u2022 type : \\\"ADDED\\\" | \\\"MODIFIED\\\" | \\\"DELETED\\\" Defined in src/renderer/api/kube-watch-api.ts:14","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#interface-ikubewatchevent","text":"","title":"Interface: IKubeWatchEvent\\"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#hierarchy","text":"IKubeWatchEvent","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#properties","text":"object type","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#object","text":"\u2022 Optional object : T Defined in src/renderer/api/kube-watch-api.ts:15","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchevent/#type","text":"\u2022 type : \\\"ADDED\\\" | \\\"MODIFIED\\\" | \\\"DELETED\\\" Defined in src/renderer/api/kube-watch-api.ts:14","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-watch-api\" / IKubeWatchRouteEvent Interface: IKubeWatchRouteEvent # Hierarchy # IKubeWatchRouteEvent Index # Properties # status type url Properties # status # \u2022 status : number Defined in src/renderer/api/kube-watch-api.ts:21 type # \u2022 type : \\\"STREAM_END\\\" Defined in src/renderer/api/kube-watch-api.ts:19 url # \u2022 url : string Defined in src/renderer/api/kube-watch-api.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#interface-ikubewatchrouteevent","text":"","title":"Interface: IKubeWatchRouteEvent"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#hierarchy","text":"IKubeWatchRouteEvent","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#properties","text":"status type url","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#status","text":"\u2022 status : number Defined in src/renderer/api/kube-watch-api.ts:21","title":"status"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#type","text":"\u2022 type : \\\"STREAM_END\\\" Defined in src/renderer/api/kube-watch-api.ts:19","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchrouteevent/#url","text":"\u2022 url : string Defined in src/renderer/api/kube-watch-api.ts:20","title":"url"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-watch-api\" / IKubeWatchRouteQuery Interface: IKubeWatchRouteQuery # Hierarchy # IKubeWatchRouteQuery Index # Properties # api Properties # api # \u2022 api : string | string[] Defined in src/renderer/api/kube-watch-api.ts:25","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/#interface-ikubewatchroutequery","text":"","title":"Interface: IKubeWatchRouteQuery"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/#hierarchy","text":"IKubeWatchRouteQuery","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/#properties","text":"api","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_kube_watch_api_.ikubewatchroutequery/#api","text":"\u2022 api : string | string[] Defined in src/renderer/api/kube-watch-api.ts:25","title":"api"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/","text":"@k8slens/extensions Globals / \"src/renderer/api/websocket-api\" / IMessage Interface: IMessage # Hierarchy # IMessage Index # Properties # data id Properties # data # \u2022 data : string Defined in src/renderer/api/websocket-api.ts:15 id # \u2022 id : string Defined in src/renderer/api/websocket-api.ts:14","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/#interface-imessage","text":"","title":"Interface: IMessage"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/#hierarchy","text":"IMessage","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/#properties","text":"data id","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/#data","text":"\u2022 data : string Defined in src/renderer/api/websocket-api.ts:15","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.imessage/#id","text":"\u2022 id : string Defined in src/renderer/api/websocket-api.ts:14","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/","text":"@k8slens/extensions Globals / \"src/renderer/api/websocket-api\" / IParams Interface: IParams # Hierarchy # IParams Index # Properties # autoConnect flushOnOpen logging pingIntervalSeconds reconnectDelaySeconds url Properties # autoConnect # \u2022 Optional autoConnect : boolean Defined in src/renderer/api/websocket-api.ts:6 flushOnOpen # \u2022 Optional flushOnOpen : boolean Defined in src/renderer/api/websocket-api.ts:7 logging # \u2022 Optional logging : boolean Defined in src/renderer/api/websocket-api.ts:10 pingIntervalSeconds # \u2022 Optional pingIntervalSeconds : number Defined in src/renderer/api/websocket-api.ts:9 reconnectDelaySeconds # \u2022 Optional reconnectDelaySeconds : number Defined in src/renderer/api/websocket-api.ts:8 url # \u2022 Optional url : string Defined in src/renderer/api/websocket-api.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#interface-iparams","text":"","title":"Interface: IParams"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#hierarchy","text":"IParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#properties","text":"autoConnect flushOnOpen logging pingIntervalSeconds reconnectDelaySeconds url","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#autoconnect","text":"\u2022 Optional autoConnect : boolean Defined in src/renderer/api/websocket-api.ts:6","title":"autoConnect"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#flushonopen","text":"\u2022 Optional flushOnOpen : boolean Defined in src/renderer/api/websocket-api.ts:7","title":"flushOnOpen"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#logging","text":"\u2022 Optional logging : boolean Defined in src/renderer/api/websocket-api.ts:10","title":"logging"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#pingintervalseconds","text":"\u2022 Optional pingIntervalSeconds : number Defined in src/renderer/api/websocket-api.ts:9","title":"pingIntervalSeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#reconnectdelayseconds","text":"\u2022 Optional reconnectDelaySeconds : number Defined in src/renderer/api/websocket-api.ts:8","title":"reconnectDelaySeconds"},{"location":"extensions/api/interfaces/_src_renderer_api_websocket_api_.iparams/#url","text":"\u2022 Optional url : string Defined in src/renderer/api/websocket-api.ts:5","title":"url"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/","text":"@k8slens/extensions Globals / \"src/renderer/api/workload-kube-object\" / IAffinity Interface: IAffinity # Hierarchy # IAffinity Index # Properties # nodeAffinity podAffinity podAntiAffinity Properties # nodeAffinity # \u2022 Optional nodeAffinity : { preferredDuringSchedulingIgnoredDuringExecution?: INodeAffinity [] ; requiredDuringSchedulingIgnoredDuringExecution?: INodeAffinity [] } Defined in src/renderer/api/workload-kube-object.ts:35 Type declaration: Name Type preferredDuringSchedulingIgnoredDuringExecution? INodeAffinity [] requiredDuringSchedulingIgnoredDuringExecution? INodeAffinity [] podAffinity # \u2022 Optional podAffinity : { preferredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] ; requiredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] } Defined in src/renderer/api/workload-kube-object.ts:39 Type declaration: Name Type preferredDuringSchedulingIgnoredDuringExecution? IPodAffinity [] requiredDuringSchedulingIgnoredDuringExecution? IPodAffinity [] podAntiAffinity # \u2022 Optional podAntiAffinity : { preferredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] ; requiredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] } Defined in src/renderer/api/workload-kube-object.ts:43 Type declaration: Name Type preferredDuringSchedulingIgnoredDuringExecution? IPodAffinity [] requiredDuringSchedulingIgnoredDuringExecution? IPodAffinity []","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#interface-iaffinity","text":"","title":"Interface: IAffinity"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#hierarchy","text":"IAffinity","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#properties","text":"nodeAffinity podAffinity podAntiAffinity","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#nodeaffinity","text":"\u2022 Optional nodeAffinity : { preferredDuringSchedulingIgnoredDuringExecution?: INodeAffinity [] ; requiredDuringSchedulingIgnoredDuringExecution?: INodeAffinity [] } Defined in src/renderer/api/workload-kube-object.ts:35","title":"nodeAffinity"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#podaffinity","text":"\u2022 Optional podAffinity : { preferredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] ; requiredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] } Defined in src/renderer/api/workload-kube-object.ts:39","title":"podAffinity"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.iaffinity/#podantiaffinity","text":"\u2022 Optional podAntiAffinity : { preferredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] ; requiredDuringSchedulingIgnoredDuringExecution?: IPodAffinity [] } Defined in src/renderer/api/workload-kube-object.ts:43","title":"podAntiAffinity"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/","text":"@k8slens/extensions Globals / \"src/renderer/api/workload-kube-object\" / IMatchExpression Interface: IMatchExpression # Hierarchy # IMatchExpression Index # Properties # key operator values Properties # key # \u2022 key : string Defined in src/renderer/api/workload-kube-object.ts:12 operator # \u2022 operator : string Defined in src/renderer/api/workload-kube-object.ts:13 values # \u2022 values : string[] Defined in src/renderer/api/workload-kube-object.ts:14","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#interface-imatchexpression","text":"","title":"Interface: IMatchExpression"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#hierarchy","text":"IMatchExpression","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#properties","text":"key operator values","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#key","text":"\u2022 key : string Defined in src/renderer/api/workload-kube-object.ts:12","title":"key"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#operator","text":"\u2022 operator : string Defined in src/renderer/api/workload-kube-object.ts:13","title":"operator"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.imatchexpression/#values","text":"\u2022 values : string[] Defined in src/renderer/api/workload-kube-object.ts:14","title":"values"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/","text":"@k8slens/extensions Globals / \"src/renderer/api/workload-kube-object\" / INodeAffinity Interface: INodeAffinity # Hierarchy # INodeAffinity Index # Properties # nodeSelectorTerms preference weight Properties # nodeSelectorTerms # \u2022 Optional nodeSelectorTerms : { matchExpressions: IMatchExpression [] }[] Defined in src/renderer/api/workload-kube-object.ts:18 preference # \u2022 preference : { matchExpressions: IMatchExpression [] } Defined in src/renderer/api/workload-kube-object.ts:22 Type declaration: Name Type matchExpressions IMatchExpression [] weight # \u2022 weight : number Defined in src/renderer/api/workload-kube-object.ts:21","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#interface-inodeaffinity","text":"","title":"Interface: INodeAffinity"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#hierarchy","text":"INodeAffinity","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#properties","text":"nodeSelectorTerms preference weight","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#nodeselectorterms","text":"\u2022 Optional nodeSelectorTerms : { matchExpressions: IMatchExpression [] }[] Defined in src/renderer/api/workload-kube-object.ts:18","title":"nodeSelectorTerms"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#preference","text":"\u2022 preference : { matchExpressions: IMatchExpression [] } Defined in src/renderer/api/workload-kube-object.ts:22","title":"preference"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.inodeaffinity/#weight","text":"\u2022 weight : number Defined in src/renderer/api/workload-kube-object.ts:21","title":"weight"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/","text":"@k8slens/extensions Globals / \"src/renderer/api/workload-kube-object\" / IPodAffinity Interface: IPodAffinity # Hierarchy # IPodAffinity Index # Properties # labelSelector topologyKey Properties # labelSelector # \u2022 labelSelector : { matchExpressions: IMatchExpression [] } Defined in src/renderer/api/workload-kube-object.ts:28 Type declaration: Name Type matchExpressions IMatchExpression [] topologyKey # \u2022 topologyKey : string Defined in src/renderer/api/workload-kube-object.ts:31","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/#interface-ipodaffinity","text":"","title":"Interface: IPodAffinity"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/#hierarchy","text":"IPodAffinity","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/#properties","text":"labelSelector topologyKey","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/#labelselector","text":"\u2022 labelSelector : { matchExpressions: IMatchExpression [] } Defined in src/renderer/api/workload-kube-object.ts:28","title":"labelSelector"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.ipodaffinity/#topologykey","text":"\u2022 topologyKey : string Defined in src/renderer/api/workload-kube-object.ts:31","title":"topologyKey"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/","text":"@k8slens/extensions Globals / \"src/renderer/api/workload-kube-object\" / IToleration Interface: IToleration # Hierarchy # IToleration Index # Properties # effect key operator tolerationSeconds Properties # effect # \u2022 Optional effect : string Defined in src/renderer/api/workload-kube-object.ts:7 key # \u2022 Optional key : string Defined in src/renderer/api/workload-kube-object.ts:5 operator # \u2022 Optional operator : string Defined in src/renderer/api/workload-kube-object.ts:6 tolerationSeconds # \u2022 Optional tolerationSeconds : number Defined in src/renderer/api/workload-kube-object.ts:8","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#interface-itoleration","text":"","title":"Interface: IToleration"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#hierarchy","text":"IToleration","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#properties","text":"effect key operator tolerationSeconds","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#effect","text":"\u2022 Optional effect : string Defined in src/renderer/api/workload-kube-object.ts:7","title":"effect"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#key","text":"\u2022 Optional key : string Defined in src/renderer/api/workload-kube-object.ts:5","title":"key"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#operator","text":"\u2022 Optional operator : string Defined in src/renderer/api/workload-kube-object.ts:6","title":"operator"},{"location":"extensions/api/interfaces/_src_renderer_api_workload_kube_object_.itoleration/#tolerationseconds","text":"\u2022 Optional tolerationSeconds : number Defined in src/renderer/api/workload-kube-object.ts:8","title":"tolerationSeconds"},{"location":"extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/","text":"@k8slens/extensions Globals / \"src/renderer/components/+cluster-settings/cluster-settings.route\" / IClusterSettingsRouteParams Interface: IClusterSettingsRouteParams # Hierarchy # IClusterViewRouteParams \u21b3 IClusterSettingsRouteParams Index # Properties # clusterId Properties # clusterId # \u2022 clusterId : string Inherited from IClusterViewRouteParams . clusterId Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/#interface-iclustersettingsrouteparams","text":"","title":"Interface: IClusterSettingsRouteParams"},{"location":"extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/#hierarchy","text":"IClusterViewRouteParams \u21b3 IClusterSettingsRouteParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/#properties","text":"clusterId","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__cluster_settings_cluster_settings_route_.iclustersettingsrouteparams/#clusterid","text":"\u2022 clusterId : string Inherited from IClusterViewRouteParams . clusterId Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:5","title":"clusterId"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-details\" / Props Interface: Props # Hierarchy # KubeObjectDetailsProps \\< CustomResourceDefinition > \u21b3 Props Index # Properties # className object Properties # className # \u2022 Optional className : string Inherited from Props . className Defined in src/renderer/components/kube-object/kube-object-details.tsx:18 object # \u2022 object : CustomResourceDefinition Inherited from Props . object Defined in src/renderer/components/kube-object/kube-object-details.tsx:19","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/#hierarchy","text":"KubeObjectDetailsProps \\< CustomResourceDefinition > \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/#properties","text":"className object","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/#classname","text":"\u2022 Optional className : string Inherited from Props . className Defined in src/renderer/components/kube-object/kube-object-details.tsx:18","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_details_.props/#object","text":"\u2022 object : CustomResourceDefinition Inherited from Props . object Defined in src/renderer/components/kube-object/kube-object-details.tsx:19","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resource-details\" / Props Interface: Props # Hierarchy # KubeObjectDetailsProps \\< CustomResourceDefinition > \u21b3 Props Index # Properties # className object Properties # className # \u2022 Optional className : string Inherited from Props . className Defined in src/renderer/components/kube-object/kube-object-details.tsx:18 object # \u2022 object : CustomResourceDefinition Inherited from Props . object Defined in src/renderer/components/kube-object/kube-object-details.tsx:19","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/#hierarchy","text":"KubeObjectDetailsProps \\< CustomResourceDefinition > \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/#properties","text":"className object","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/#classname","text":"\u2022 Optional className : string Inherited from Props . className Defined in src/renderer/components/kube-object/kube-object-details.tsx:18","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resource_details_.props/#object","text":"\u2022 object : CustomResourceDefinition Inherited from Props . object Defined in src/renderer/components/kube-object/kube-object-details.tsx:19","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resources\" / Props Interface: Props\\ # Type parameters # Name Type Default C StaticContext StaticContext S - H.LocationState Hierarchy # RouteComponentProps\\< ICRDRouteParams > \u21b3 Props Index # Properties # history location match staticContext Properties # history # \u2022 history : History\\ Inherited from Props . history Defined in node_modules/@types/react-router/index.d.ts:75 location # \u2022 location : Location\\ Inherited from Props . location Defined in node_modules/@types/react-router/index.d.ts:76 match # \u2022 match : match\\< ICRDRouteParams > Inherited from Props . match Defined in node_modules/@types/react-router/index.d.ts:77 staticContext # \u2022 Optional staticContext : C Inherited from Props . staticContext Defined in node_modules/@types/react-router/index.d.ts:78","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#interface-props","text":"","title":"Interface: Props\\"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#type-parameters","text":"Name Type Default C StaticContext StaticContext S - H.LocationState","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#hierarchy","text":"RouteComponentProps\\< ICRDRouteParams > \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#properties","text":"history location match staticContext","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#history","text":"\u2022 history : History\\ Inherited from Props . history Defined in node_modules/@types/react-router/index.d.ts:75","title":"history"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#location","text":"\u2022 location : Location\\ Inherited from Props . location Defined in node_modules/@types/react-router/index.d.ts:76","title":"location"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#match","text":"\u2022 match : match\\< ICRDRouteParams > Inherited from Props . match Defined in node_modules/@types/react-router/index.d.ts:77","title":"match"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_resources_.props/#staticcontext","text":"\u2022 Optional staticContext : C Inherited from Props . staticContext Defined in node_modules/@types/react-router/index.d.ts:78","title":"staticContext"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd.route\" / ICRDListQuery Interface: ICRDListQuery # Hierarchy # ICRDListQuery Index # Properties # groups Properties # groups # \u2022 Optional groups : string Defined in src/renderer/components/+custom-resources/crd.route.ts:17","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/#interface-icrdlistquery","text":"","title":"Interface: ICRDListQuery"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/#hierarchy","text":"ICRDListQuery","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/#properties","text":"groups","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdlistquery/#groups","text":"\u2022 Optional groups : string Defined in src/renderer/components/+custom-resources/crd.route.ts:17","title":"groups"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd.route\" / ICRDRouteParams Interface: ICRDRouteParams # Hierarchy # ICRDRouteParams Index # Properties # group name Properties # group # \u2022 group : string Defined in src/renderer/components/+custom-resources/crd.route.ts:21 name # \u2022 name : string Defined in src/renderer/components/+custom-resources/crd.route.ts:22","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/#interface-icrdrouteparams","text":"","title":"Interface: ICRDRouteParams"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/#hierarchy","text":"ICRDRouteParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/#properties","text":"group name","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/#group","text":"\u2022 group : string Defined in src/renderer/components/+custom-resources/crd.route.ts:21","title":"group"},{"location":"extensions/api/interfaces/_src_renderer_components__custom_resources_crd_route_.icrdrouteparams/#name","text":"\u2022 name : string Defined in src/renderer/components/+custom-resources/crd.route.ts:22","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/+events/kube-event-details\" / KubeEventDetailsProps Interface: KubeEventDetailsProps # Hierarchy # KubeEventDetailsProps Index # Properties # object Properties # object # \u2022 object : KubeObject Defined in src/renderer/components/+events/kube-event-details.tsx:12","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/#interface-kubeeventdetailsprops","text":"","title":"Interface: KubeEventDetailsProps"},{"location":"extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/#hierarchy","text":"KubeEventDetailsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/#properties","text":"object","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__events_kube_event_details_.kubeeventdetailsprops/#object","text":"\u2022 object : KubeObject Defined in src/renderer/components/+events/kube-event-details.tsx:12","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/+namespaces/namespace-select\" / Props Interface: Props\\ # Type parameters # Name Default T any Hierarchy # SelectProps \u21b3 Props Index # Properties # allowCreateWhileLoading aria-label aria-labelledby autoConvertOptions autoFocus backspaceRemovesValue blurInputOnSelect captureMenuScroll className classNamePrefix closeMenuOnScroll closeMenuOnSelect clusterOptionLabel 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 showClusterOption showIcons styles tabIndex tabSelectsValue theme themeName value Methods # customizeOptions onChange Properties # allowCreateWhileLoading # \u2022 Optional allowCreateWhileLoading : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11 aria-label # \u2022 Optional aria-label : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58 aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60 autoConvertOptions # \u2022 Optional autoConvertOptions : boolean Inherited from SelectProps . autoConvertOptions Defined in src/renderer/components/select/select.tsx:30 autoFocus # \u2022 Optional autoFocus : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62 backspaceRemovesValue # \u2022 Optional backspaceRemovesValue : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64 blurInputOnSelect # \u2022 Optional blurInputOnSelect : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66 captureMenuScroll # \u2022 Optional captureMenuScroll : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68 className # \u2022 Optional className : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70 classNamePrefix # \u2022 Optional classNamePrefix : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72 closeMenuOnScroll # \u2022 Optional closeMenuOnScroll : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87 closeMenuOnSelect # \u2022 Optional closeMenuOnSelect : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74 clusterOptionLabel # \u2022 Optional clusterOptionLabel : React.ReactNode Defined in src/renderer/components/+namespaces/namespace-select.tsx:18 components # \u2022 Optional components : SelectComponentsConfig\\ Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97 controlShouldRenderValue # \u2022 Optional controlShouldRenderValue : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99 createOptionPosition # \u2022 Optional createOptionPosition : \\\"first\\\" | \\\"last\\\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26 defaultInputValue # \u2022 Optional defaultInputValue : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207 defaultMenuIsOpen # \u2022 Optional defaultMenuIsOpen : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208 defaultValue # \u2022 Optional defaultValue : ValueType\\ Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209 delimiter # \u2022 Optional delimiter : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101 escapeClearsValue # \u2022 Optional escapeClearsValue : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103 filterOption # \u2022 Optional filterOption : (option: Option, rawInput: string) => boolean | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105 formatCreateLabel # \u2022 Optional formatCreateLabel : (inputValue: string) => React.ReactNode Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14 formatGroupLabel # \u2022 Optional formatGroupLabel : formatGroupLabel \\ Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110 formatOptionLabel # \u2022 Optional formatOptionLabel : (option: T, labelMeta: FormatOptionLabelMeta\\ ) => React.ReactNode Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112 getNewOptionData # \u2022 Optional getNewOptionData : (inputValue: string, optionLabel: React.ReactNode) => T Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20 getOptionLabel # \u2022 Optional getOptionLabel : getOptionLabel \\ Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114 getOptionValue # \u2022 Optional getOptionValue : getOptionValue \\ Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116 hideSelectedOptions # \u2022 Optional hideSelectedOptions : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118 id # \u2022 Optional id : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120 inputId # \u2022 Optional inputId : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124 inputValue # \u2022 Optional inputValue : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122 instanceId # \u2022 Optional instanceId : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126 isClearable # \u2022 Optional isClearable : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128 isCreatable # \u2022 Optional isCreatable : boolean Inherited from SelectProps . isCreatable Defined in src/renderer/components/select/select.tsx:29 isDisabled # \u2022 Optional isDisabled : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130 isLoading # \u2022 Optional isLoading : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132 isMulti # \u2022 Optional isMulti : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138 isOptionDisabled # \u2022 Optional isOptionDisabled : (option: T, options: OptionsType\\ ) => boolean | false Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134 isOptionSelected # \u2022 Optional isOptionSelected : (option: T, options: OptionsType\\ ) => boolean Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136 isRtl # \u2022 Optional isRtl : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140 isSearchable # \u2022 Optional isSearchable : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142 isValidNewOption # \u2022 Optional isValidNewOption : (inputValue: string, value: ValueType\\ , options: OptionsType\\ ) => boolean Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17 loadingMessage # \u2022 Optional loadingMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144 maxMenuHeight # \u2022 Optional maxMenuHeight : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148 menuClass # \u2022 Optional menuClass : string Inherited from SelectProps . menuClass Defined in src/renderer/components/select/select.tsx:28 menuIsOpen # \u2022 Optional menuIsOpen : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150 menuPlacement # \u2022 Optional menuPlacement : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153 menuPortalTarget # \u2022 Optional menuPortalTarget : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157 menuPosition # \u2022 Optional menuPosition : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155 menuShouldBlockScroll # \u2022 Optional menuShouldBlockScroll : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159 menuShouldScrollIntoView # \u2022 Optional menuShouldScrollIntoView : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161 minMenuHeight # \u2022 Optional minMenuHeight : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146 name # \u2022 Optional name : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163 noOptionsMessage # \u2022 Optional noOptionsMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165 onBlur # \u2022 Optional onBlur : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167 onCreateOption # \u2022 Optional onCreateOption : (inputValue: string) => void Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24 onFocus # \u2022 Optional onFocus : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171 onInputChange # \u2022 Optional onInputChange : (newValue: string, actionMeta: InputActionMeta) => void Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175 onMenuClose # \u2022 Optional onMenuClose : () => void Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179 onMenuOpen # \u2022 Optional onMenuOpen : () => void Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177 onMenuScrollToBottom # \u2022 Optional onMenuScrollToBottom : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183 onMenuScrollToTop # \u2022 Optional onMenuScrollToTop : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181 openMenuOnClick # \u2022 Optional openMenuOnClick : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187 openMenuOnFocus # \u2022 Optional openMenuOnFocus : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185 options # \u2022 Optional options : GroupedOptionsType\\ | OptionsType\\ Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189 pageSize # \u2022 Optional pageSize : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191 placeholder # \u2022 Optional placeholder : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193 screenReaderStatus # \u2022 Optional screenReaderStatus : (obj: { count: number }) => string Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195 showClusterOption # \u2022 Optional showClusterOption : boolean Defined in src/renderer/components/+namespaces/namespace-select.tsx:17 showIcons # \u2022 Optional showIcons : boolean Defined in src/renderer/components/+namespaces/namespace-select.tsx:16 styles # \u2022 Optional styles : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197 tabIndex # \u2022 Optional tabIndex : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201 tabSelectsValue # \u2022 Optional tabSelectsValue : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203 theme # \u2022 Optional theme : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199 themeName # \u2022 Optional themeName : \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Inherited from SelectProps . themeName Defined in src/renderer/components/select/select.tsx:27 value # \u2022 Optional value : T Inherited from SelectProps . value Overrides void Defined in src/renderer/components/select/select.tsx:26 Methods # customizeOptions # \u25b8 Optional customizeOptions ( nsOptions : SelectOption []): SelectOption [] Defined in src/renderer/components/+namespaces/namespace-select.tsx:19 Parameters: Name Type nsOptions SelectOption [] Returns: SelectOption [] onChange # \u25b8 Optional onChange ( option : T, meta? : ActionMeta\\ ): void Inherited from SelectProps . onChange Overrides void Defined in src/renderer/components/select/select.tsx:31 Parameters: Name Type option T meta? ActionMeta\\ Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#interface-props","text":"","title":"Interface: Props\\"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#hierarchy","text":"SelectProps \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#properties","text":"allowCreateWhileLoading aria-label aria-labelledby autoConvertOptions autoFocus backspaceRemovesValue blurInputOnSelect captureMenuScroll className classNamePrefix closeMenuOnScroll closeMenuOnSelect clusterOptionLabel 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 showClusterOption showIcons styles tabIndex tabSelectsValue theme themeName value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#methods","text":"customizeOptions onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#allowcreatewhileloading","text":"\u2022 Optional allowCreateWhileLoading : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11","title":"allowCreateWhileLoading"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#aria-label","text":"\u2022 Optional aria-label : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58","title":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60","title":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#autoconvertoptions","text":"\u2022 Optional autoConvertOptions : boolean Inherited from SelectProps . autoConvertOptions Defined in src/renderer/components/select/select.tsx:30","title":"autoConvertOptions"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#backspaceremovesvalue","text":"\u2022 Optional backspaceRemovesValue : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64","title":"backspaceRemovesValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#blurinputonselect","text":"\u2022 Optional blurInputOnSelect : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66","title":"blurInputOnSelect"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#capturemenuscroll","text":"\u2022 Optional captureMenuScroll : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68","title":"captureMenuScroll"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#classname","text":"\u2022 Optional className : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#classnameprefix","text":"\u2022 Optional classNamePrefix : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72","title":"classNamePrefix"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#closemenuonscroll","text":"\u2022 Optional closeMenuOnScroll : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87","title":"closeMenuOnScroll"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#closemenuonselect","text":"\u2022 Optional closeMenuOnSelect : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74","title":"closeMenuOnSelect"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#clusteroptionlabel","text":"\u2022 Optional clusterOptionLabel : React.ReactNode Defined in src/renderer/components/+namespaces/namespace-select.tsx:18","title":"clusterOptionLabel"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#components","text":"\u2022 Optional components : SelectComponentsConfig\\ Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97","title":"components"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#controlshouldrendervalue","text":"\u2022 Optional controlShouldRenderValue : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99","title":"controlShouldRenderValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#createoptionposition","text":"\u2022 Optional createOptionPosition : \\\"first\\\" | \\\"last\\\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26","title":"createOptionPosition"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#defaultinputvalue","text":"\u2022 Optional defaultInputValue : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207","title":"defaultInputValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#defaultmenuisopen","text":"\u2022 Optional defaultMenuIsOpen : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208","title":"defaultMenuIsOpen"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#defaultvalue","text":"\u2022 Optional defaultValue : ValueType\\ Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#delimiter","text":"\u2022 Optional delimiter : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101","title":"delimiter"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#escapeclearsvalue","text":"\u2022 Optional escapeClearsValue : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103","title":"escapeClearsValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#filteroption","text":"\u2022 Optional filterOption : (option: Option, rawInput: string) => boolean | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105","title":"filterOption"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#formatcreatelabel","text":"\u2022 Optional formatCreateLabel : (inputValue: string) => React.ReactNode Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14","title":"formatCreateLabel"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#formatgrouplabel","text":"\u2022 Optional formatGroupLabel : formatGroupLabel \\ Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110","title":"formatGroupLabel"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#formatoptionlabel","text":"\u2022 Optional formatOptionLabel : (option: T, labelMeta: FormatOptionLabelMeta\\ ) => React.ReactNode Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112","title":"formatOptionLabel"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#getnewoptiondata","text":"\u2022 Optional getNewOptionData : (inputValue: string, optionLabel: React.ReactNode) => T Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20","title":"getNewOptionData"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#getoptionlabel","text":"\u2022 Optional getOptionLabel : getOptionLabel \\ Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114","title":"getOptionLabel"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#getoptionvalue","text":"\u2022 Optional getOptionValue : getOptionValue \\ Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116","title":"getOptionValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#hideselectedoptions","text":"\u2022 Optional hideSelectedOptions : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118","title":"hideSelectedOptions"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#id","text":"\u2022 Optional id : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#inputid","text":"\u2022 Optional inputId : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124","title":"inputId"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#inputvalue","text":"\u2022 Optional inputValue : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122","title":"inputValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#instanceid","text":"\u2022 Optional instanceId : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126","title":"instanceId"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#isclearable","text":"\u2022 Optional isClearable : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128","title":"isClearable"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#iscreatable","text":"\u2022 Optional isCreatable : boolean Inherited from SelectProps . isCreatable Defined in src/renderer/components/select/select.tsx:29","title":"isCreatable"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#isdisabled","text":"\u2022 Optional isDisabled : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130","title":"isDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#isloading","text":"\u2022 Optional isLoading : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132","title":"isLoading"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#ismulti","text":"\u2022 Optional isMulti : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138","title":"isMulti"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#isoptiondisabled","text":"\u2022 Optional isOptionDisabled : (option: T, options: OptionsType\\ ) => boolean | false Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134","title":"isOptionDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#isoptionselected","text":"\u2022 Optional isOptionSelected : (option: T, options: OptionsType\\ ) => boolean Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136","title":"isOptionSelected"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#isrtl","text":"\u2022 Optional isRtl : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140","title":"isRtl"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#issearchable","text":"\u2022 Optional isSearchable : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142","title":"isSearchable"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#isvalidnewoption","text":"\u2022 Optional isValidNewOption : (inputValue: string, value: ValueType\\ , options: OptionsType\\ ) => boolean Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17","title":"isValidNewOption"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#loadingmessage","text":"\u2022 Optional loadingMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144","title":"loadingMessage"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#maxmenuheight","text":"\u2022 Optional maxMenuHeight : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148","title":"maxMenuHeight"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#menuclass","text":"\u2022 Optional menuClass : string Inherited from SelectProps . menuClass Defined in src/renderer/components/select/select.tsx:28","title":"menuClass"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#menuisopen","text":"\u2022 Optional menuIsOpen : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150","title":"menuIsOpen"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#menuplacement","text":"\u2022 Optional menuPlacement : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153","title":"menuPlacement"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#menuportaltarget","text":"\u2022 Optional menuPortalTarget : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157","title":"menuPortalTarget"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#menuposition","text":"\u2022 Optional menuPosition : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155","title":"menuPosition"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#menushouldblockscroll","text":"\u2022 Optional menuShouldBlockScroll : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159","title":"menuShouldBlockScroll"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#menushouldscrollintoview","text":"\u2022 Optional menuShouldScrollIntoView : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161","title":"menuShouldScrollIntoView"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#minmenuheight","text":"\u2022 Optional minMenuHeight : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146","title":"minMenuHeight"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#name","text":"\u2022 Optional name : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#nooptionsmessage","text":"\u2022 Optional noOptionsMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165","title":"noOptionsMessage"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#oncreateoption","text":"\u2022 Optional onCreateOption : (inputValue: string) => void Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24","title":"onCreateOption"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#oninputchange","text":"\u2022 Optional onInputChange : (newValue: string, actionMeta: InputActionMeta) => void Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173","title":"onInputChange"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onmenuclose","text":"\u2022 Optional onMenuClose : () => void Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179","title":"onMenuClose"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onmenuopen","text":"\u2022 Optional onMenuOpen : () => void Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177","title":"onMenuOpen"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onmenuscrolltobottom","text":"\u2022 Optional onMenuScrollToBottom : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183","title":"onMenuScrollToBottom"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onmenuscrolltotop","text":"\u2022 Optional onMenuScrollToTop : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181","title":"onMenuScrollToTop"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#openmenuonclick","text":"\u2022 Optional openMenuOnClick : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187","title":"openMenuOnClick"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#openmenuonfocus","text":"\u2022 Optional openMenuOnFocus : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185","title":"openMenuOnFocus"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#options","text":"\u2022 Optional options : GroupedOptionsType\\ | OptionsType\\ Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189","title":"options"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#pagesize","text":"\u2022 Optional pageSize : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191","title":"pageSize"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#placeholder","text":"\u2022 Optional placeholder : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#screenreaderstatus","text":"\u2022 Optional screenReaderStatus : (obj: { count: number }) => string Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195","title":"screenReaderStatus"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#showclusteroption","text":"\u2022 Optional showClusterOption : boolean Defined in src/renderer/components/+namespaces/namespace-select.tsx:17","title":"showClusterOption"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#showicons","text":"\u2022 Optional showIcons : boolean Defined in src/renderer/components/+namespaces/namespace-select.tsx:16","title":"showIcons"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#styles","text":"\u2022 Optional styles : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197","title":"styles"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#tabindex","text":"\u2022 Optional tabIndex : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#tabselectsvalue","text":"\u2022 Optional tabSelectsValue : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203","title":"tabSelectsValue"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#theme","text":"\u2022 Optional theme : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199","title":"theme"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#themename","text":"\u2022 Optional themeName : \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Inherited from SelectProps . themeName Defined in src/renderer/components/select/select.tsx:27","title":"themeName"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#value","text":"\u2022 Optional value : T Inherited from SelectProps . value Overrides void Defined in src/renderer/components/select/select.tsx:26","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#customizeoptions","text":"\u25b8 Optional customizeOptions ( nsOptions : SelectOption []): SelectOption [] Defined in src/renderer/components/+namespaces/namespace-select.tsx:19","title":"customizeOptions"},{"location":"extensions/api/interfaces/_src_renderer_components__namespaces_namespace_select_.props/#onchange","text":"\u25b8 Optional onChange ( option : T, meta? : ActionMeta\\ ): void Inherited from SelectProps . onChange Overrides void Defined in src/renderer/components/select/select.tsx:31","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/ace-editor/ace-editor\" / Props Interface: Props # Hierarchy # {} \u21b3 Props Index # Properties # autoFocus className cursorPos hidden Methods # onBlur onChange onCursorPosChange onFocus Properties # autoFocus # \u2022 Optional autoFocus : boolean Defined in src/renderer/components/ace-editor/ace-editor.tsx:14 className # \u2022 Optional className : string Defined in src/renderer/components/ace-editor/ace-editor.tsx:13 cursorPos # \u2022 Optional cursorPos : Point Defined in src/renderer/components/ace-editor/ace-editor.tsx:16 hidden # \u2022 Optional hidden : boolean Defined in src/renderer/components/ace-editor/ace-editor.tsx:15 Methods # onBlur # \u25b8 Optional onBlur ( evt : FocusEvent, value : string): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:18 Parameters: Name Type evt FocusEvent value string Returns: void onChange # \u25b8 Optional onChange ( value : string, delta : Delta): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:19 Parameters: Name Type value string delta Delta Returns: void onCursorPosChange # \u25b8 Optional onCursorPosChange ( point : Point): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:20 Parameters: Name Type point Point Returns: void onFocus # \u25b8 Optional onFocus ( evt : FocusEvent, value : string): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:17 Parameters: Name Type evt FocusEvent value string Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#hierarchy","text":"{} \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#properties","text":"autoFocus className cursorPos hidden","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#methods","text":"onBlur onChange onCursorPosChange onFocus","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#autofocus","text":"\u2022 Optional autoFocus : boolean Defined in src/renderer/components/ace-editor/ace-editor.tsx:14","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/ace-editor/ace-editor.tsx:13","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#cursorpos","text":"\u2022 Optional cursorPos : Point Defined in src/renderer/components/ace-editor/ace-editor.tsx:16","title":"cursorPos"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#hidden","text":"\u2022 Optional hidden : boolean Defined in src/renderer/components/ace-editor/ace-editor.tsx:15","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#onblur","text":"\u25b8 Optional onBlur ( evt : FocusEvent, value : string): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:18","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#onchange","text":"\u25b8 Optional onChange ( value : string, delta : Delta): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:19","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#oncursorposchange","text":"\u25b8 Optional onCursorPosChange ( point : Point): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:20","title":"onCursorPosChange"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.props/#onfocus","text":"\u25b8 Optional onFocus ( evt : FocusEvent, value : string): void Defined in src/renderer/components/ace-editor/ace-editor.tsx:17","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/","text":"@k8slens/extensions Globals / \"src/renderer/components/ace-editor/ace-editor\" / State Interface: State # Hierarchy # State Index # Properties # ready Properties # ready # \u2022 Optional ready : boolean Defined in src/renderer/components/ace-editor/ace-editor.tsx:24","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/#interface-state","text":"","title":"Interface: State"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/#hierarchy","text":"State","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/#properties","text":"ready","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_ace_editor_ace_editor_.state/#ready","text":"\u2022 Optional ready : boolean Defined in src/renderer/components/ace-editor/ace-editor.tsx:24","title":"ready"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/add-remove-buttons/add-remove-buttons\" / AddRemoveButtonsProps Interface: AddRemoveButtonsProps # Hierarchy # HTMLAttributes\\ \u21b3 AddRemoveButtonsProps Index # Properties # about accessKey addTooltip 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 onAdd 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 onRemove 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 removeTooltip resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab Properties # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 addTooltip # \u2022 Optional addTooltip : React.ReactNode Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:11 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAdd # \u2022 Optional onAdd : () => void Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:9 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onRemove # \u2022 Optional onRemove : () => void Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:10 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 placeholder # \u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 removeTooltip # \u2022 Optional removeTooltip : React.ReactNode Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:12 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#interface-addremovebuttonsprops","text":"","title":"Interface: AddRemoveButtonsProps"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#hierarchy","text":"HTMLAttributes\\ \u21b3 AddRemoveButtonsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#properties","text":"about accessKey addTooltip 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 onAdd 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 onRemove 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 removeTooltip resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#addtooltip","text":"\u2022 Optional addTooltip : React.ReactNode Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:11","title":"addTooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onadd","text":"\u2022 Optional onAdd : () => void Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:9","title":"onAdd"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onremove","text":"\u2022 Optional onRemove : () => void Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:10","title":"onRemove"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#removetooltip","text":"\u2022 Optional removeTooltip : React.ReactNode Defined in src/renderer/components/add-remove-buttons/add-remove-buttons.tsx:12","title":"removeTooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_add_remove_buttons_add_remove_buttons_.addremovebuttonsprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/animate/animate\" / AnimateProps Interface: AnimateProps # Hierarchy # AnimateProps Index # Properties # enter name onEnter onLeave Properties # enter # \u2022 Optional enter : boolean Defined in src/renderer/components/animate/animate.tsx:11 name # \u2022 Optional name : AnimateName Defined in src/renderer/components/animate/animate.tsx:10 onEnter # \u2022 Optional onEnter : () => void Defined in src/renderer/components/animate/animate.tsx:12 onLeave # \u2022 Optional onLeave : () => void Defined in src/renderer/components/animate/animate.tsx:13","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#interface-animateprops","text":"","title":"Interface: AnimateProps"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#hierarchy","text":"AnimateProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#properties","text":"enter name onEnter onLeave","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#enter","text":"\u2022 Optional enter : boolean Defined in src/renderer/components/animate/animate.tsx:11","title":"enter"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#name","text":"\u2022 Optional name : AnimateName Defined in src/renderer/components/animate/animate.tsx:10","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#onenter","text":"\u2022 Optional onEnter : () => void Defined in src/renderer/components/animate/animate.tsx:12","title":"onEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_animate_animate_.animateprops/#onleave","text":"\u2022 Optional onLeave : () => void Defined in src/renderer/components/animate/animate.tsx:13","title":"onLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/badge/badge\" / BadgeProps Interface: BadgeProps # Hierarchy # HTMLAttributes\\ 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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 label # \u2022 Optional label : React.ReactNode Defined in src/renderer/components/badge/badge.tsx:9 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 placeholder # \u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 small # \u2022 Optional small : boolean Defined in src/renderer/components/badge/badge.tsx:8 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 tooltip # \u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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\" translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#interface-badgeprops","text":"","title":"Interface: BadgeProps"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#hierarchy","text":"HTMLAttributes\\ TooltipDecoratorProps \u21b3 BadgeProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.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/_src_renderer_components_badge_badge_.badgeprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#label","text":"\u2022 Optional label : React.ReactNode Defined in src/renderer/components/badge/badge.tsx:9","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#small","text":"\u2022 Optional small : boolean Defined in src/renderer/components/badge/badge.tsx:8","title":"small"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"tooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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":"tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_badge_badge_.badgeprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/button/button\" / ButtonProps Interface: ButtonProps # Hierarchy # ButtonHTMLAttributes\\ 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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accent # \u2022 Optional accent : boolean Defined in src/renderer/components/button/button.tsx:10 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 active # \u2022 Optional active : boolean Defined in src/renderer/components/button/button.tsx:14 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoFocus # \u2022 Optional autoFocus : boolean Inherited from ButtonProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1958 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 big # \u2022 Optional big : boolean Defined in src/renderer/components/button/button.tsx:15 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 disabled # \u2022 Optional disabled : boolean Inherited from ButtonProps . disabled Defined in node_modules/@types/react/index.d.ts:1959 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 form # \u2022 Optional form : string Inherited from ButtonProps . form Defined in node_modules/@types/react/index.d.ts:1960 formAction # \u2022 Optional formAction : string Inherited from ButtonProps . formAction Defined in node_modules/@types/react/index.d.ts:1961 formEncType # \u2022 Optional formEncType : string Inherited from ButtonProps . formEncType Defined in node_modules/@types/react/index.d.ts:1962 formMethod # \u2022 Optional formMethod : string Inherited from ButtonProps . formMethod Defined in node_modules/@types/react/index.d.ts:1963 formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from ButtonProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1964 formTarget # \u2022 Optional formTarget : string Inherited from ButtonProps . formTarget Defined in node_modules/@types/react/index.d.ts:1965 hidden # \u2022 Optional hidden : boolean Overrides IconProps . hidden Defined in src/renderer/components/button/button.tsx:13 href # \u2022 Optional href : string Defined in src/renderer/components/button/button.tsx:17 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 label # \u2022 Optional label : React.ReactNode Defined in src/renderer/components/button/button.tsx:7 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 name # \u2022 Optional name : string Inherited from ButtonProps . name Defined in node_modules/@types/react/index.d.ts:1966 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 outlined # \u2022 Optional outlined : boolean Defined in src/renderer/components/button/button.tsx:12 placeholder # \u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 plain # \u2022 Optional plain : boolean Defined in src/renderer/components/button/button.tsx:11 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 primary # \u2022 Optional primary : boolean Defined in src/renderer/components/button/button.tsx:9 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 round # \u2022 Optional round : boolean Defined in src/renderer/components/button/button.tsx:16 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 target # \u2022 Optional target : \\\"_blank\\\" Defined in src/renderer/components/button/button.tsx:18 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 tooltip # \u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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\" translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 type # \u2022 Optional type : \\\"submit\\\" | \\\"reset\\\" | \\\"button\\\" Inherited from ButtonProps . type Defined in node_modules/@types/react/index.d.ts:1967 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 value # \u2022 Optional value : string | string[] | number Inherited from ButtonProps . value Defined in node_modules/@types/react/index.d.ts:1968 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 waiting # \u2022 Optional waiting : boolean Defined in src/renderer/components/button/button.tsx:8","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#interface-buttonprops","text":"","title":"Interface: ButtonProps"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#hierarchy","text":"ButtonHTMLAttributes\\ TooltipDecoratorProps \u21b3 ButtonProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.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/_src_renderer_components_button_button_.buttonprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#accent","text":"\u2022 Optional accent : boolean Defined in src/renderer/components/button/button.tsx:10","title":"accent"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#active","text":"\u2022 Optional active : boolean Defined in src/renderer/components/button/button.tsx:14","title":"active"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from ButtonProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1958","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#big","text":"\u2022 Optional big : boolean Defined in src/renderer/components/button/button.tsx:15","title":"big"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#disabled","text":"\u2022 Optional disabled : boolean Inherited from ButtonProps . disabled Defined in node_modules/@types/react/index.d.ts:1959","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#form","text":"\u2022 Optional form : string Inherited from ButtonProps . form Defined in node_modules/@types/react/index.d.ts:1960","title":"form"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#formaction","text":"\u2022 Optional formAction : string Inherited from ButtonProps . formAction Defined in node_modules/@types/react/index.d.ts:1961","title":"formAction"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#formenctype","text":"\u2022 Optional formEncType : string Inherited from ButtonProps . formEncType Defined in node_modules/@types/react/index.d.ts:1962","title":"formEncType"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#formmethod","text":"\u2022 Optional formMethod : string Inherited from ButtonProps . formMethod Defined in node_modules/@types/react/index.d.ts:1963","title":"formMethod"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean Inherited from ButtonProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1964","title":"formNoValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#formtarget","text":"\u2022 Optional formTarget : string Inherited from ButtonProps . formTarget Defined in node_modules/@types/react/index.d.ts:1965","title":"formTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#hidden","text":"\u2022 Optional hidden : boolean Overrides IconProps . hidden Defined in src/renderer/components/button/button.tsx:13","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#href","text":"\u2022 Optional href : string Defined in src/renderer/components/button/button.tsx:17","title":"href"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#label","text":"\u2022 Optional label : React.ReactNode Defined in src/renderer/components/button/button.tsx:7","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#name","text":"\u2022 Optional name : string Inherited from ButtonProps . name Defined in node_modules/@types/react/index.d.ts:1966","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#outlined","text":"\u2022 Optional outlined : boolean Defined in src/renderer/components/button/button.tsx:12","title":"outlined"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#plain","text":"\u2022 Optional plain : boolean Defined in src/renderer/components/button/button.tsx:11","title":"plain"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#primary","text":"\u2022 Optional primary : boolean Defined in src/renderer/components/button/button.tsx:9","title":"primary"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#round","text":"\u2022 Optional round : boolean Defined in src/renderer/components/button/button.tsx:16","title":"round"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#target","text":"\u2022 Optional target : \\\"_blank\\\" Defined in src/renderer/components/button/button.tsx:18","title":"target"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"tooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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":"tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#type","text":"\u2022 Optional type : \\\"submit\\\" | \\\"reset\\\" | \\\"button\\\" Inherited from ButtonProps . type Defined in node_modules/@types/react/index.d.ts:1967","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#value","text":"\u2022 Optional value : string | string[] | number Inherited from ButtonProps . value Defined in node_modules/@types/react/index.d.ts:1968","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_button_button_.buttonprops/#waiting","text":"\u2022 Optional waiting : boolean Defined in src/renderer/components/button/button.tsx:8","title":"waiting"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/checkbox/checkbox\" / CheckboxProps Interface: CheckboxProps\\ # Type parameters # Name Default T boolean Hierarchy # CheckboxProps Index # Properties # className disabled inline label theme value Methods # onChange Properties # className # \u2022 Optional className : string Defined in src/renderer/components/checkbox/checkbox.tsx:7 disabled # \u2022 Optional disabled : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:10 inline # \u2022 Optional inline : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:9 label # \u2022 Optional label : React.ReactNode Defined in src/renderer/components/checkbox/checkbox.tsx:8 theme # \u2022 Optional theme : \\\"dark\\\" | \\\"light\\\" Defined in src/renderer/components/checkbox/checkbox.tsx:6 value # \u2022 Optional value : T Defined in src/renderer/components/checkbox/checkbox.tsx:11 Methods # onChange # \u25b8 Optional onChange ( value : T, evt : ChangeEvent\\ ): void Defined in src/renderer/components/checkbox/checkbox.tsx:12 Parameters: Name Type value T evt ChangeEvent\\ Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#interface-checkboxprops","text":"","title":"Interface: CheckboxProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#type-parameters","text":"Name Default T boolean","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#hierarchy","text":"CheckboxProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#properties","text":"className disabled inline label theme value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/checkbox/checkbox.tsx:7","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#disabled","text":"\u2022 Optional disabled : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:10","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#inline","text":"\u2022 Optional inline : boolean Defined in src/renderer/components/checkbox/checkbox.tsx:9","title":"inline"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#label","text":"\u2022 Optional label : React.ReactNode Defined in src/renderer/components/checkbox/checkbox.tsx:8","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#theme","text":"\u2022 Optional theme : \\\"dark\\\" | \\\"light\\\" Defined in src/renderer/components/checkbox/checkbox.tsx:6","title":"theme"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#value","text":"\u2022 Optional value : T Defined in src/renderer/components/checkbox/checkbox.tsx:11","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_checkbox_checkbox_.checkboxprops/#onchange","text":"\u25b8 Optional onChange ( value : T, evt : ChangeEvent\\ ): void Defined in src/renderer/components/checkbox/checkbox.tsx:12","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/","text":"@k8slens/extensions Globals / \"src/renderer/components/cluster-manager/cluster-view.route\" / IClusterViewRouteParams Interface: IClusterViewRouteParams # Hierarchy # IClusterViewRouteParams \u21b3 IClusterSettingsRouteParams Index # Properties # clusterId Properties # clusterId # \u2022 clusterId : string Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/#interface-iclusterviewrouteparams","text":"","title":"Interface: IClusterViewRouteParams"},{"location":"extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/#hierarchy","text":"IClusterViewRouteParams \u21b3 IClusterSettingsRouteParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/#properties","text":"clusterId","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_cluster_manager_cluster_view_route_.iclusterviewrouteparams/#clusterid","text":"\u2022 clusterId : string Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:5","title":"clusterId"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/","text":"@k8slens/extensions Globals / \"src/renderer/components/confirm-dialog/confirm-dialog\" / ConfirmDialogParams Interface: ConfirmDialogParams # Hierarchy # ConfirmDialogParams Index # Properties # cancelButtonProps icon labelCancel labelOk message ok okButtonProps Properties # cancelButtonProps # \u2022 Optional cancelButtonProps : Partial\\< ButtonProps > Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:22 icon # \u2022 Optional icon : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:20 labelCancel # \u2022 Optional labelCancel : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:18 labelOk # \u2022 Optional labelOk : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:17 message # \u2022 Optional message : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:19 ok # \u2022 Optional ok : () => void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:16 okButtonProps # \u2022 Optional okButtonProps : Partial\\< ButtonProps > Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:21","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#interface-confirmdialogparams","text":"","title":"Interface: ConfirmDialogParams"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#hierarchy","text":"ConfirmDialogParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#properties","text":"cancelButtonProps icon labelCancel labelOk message ok okButtonProps","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#cancelbuttonprops","text":"\u2022 Optional cancelButtonProps : Partial\\< ButtonProps > Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:22","title":"cancelButtonProps"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#icon","text":"\u2022 Optional icon : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:20","title":"icon"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#labelcancel","text":"\u2022 Optional labelCancel : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:18","title":"labelCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#labelok","text":"\u2022 Optional labelOk : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:17","title":"labelOk"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#message","text":"\u2022 Optional message : ReactNode Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:19","title":"message"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#ok","text":"\u2022 Optional ok : () => void Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:16","title":"ok"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogparams/#okbuttonprops","text":"\u2022 Optional okButtonProps : Partial\\< ButtonProps > Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:21","title":"okButtonProps"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/confirm-dialog/confirm-dialog\" / ConfirmDialogProps Interface: ConfirmDialogProps # Hierarchy # {} \u21b3 ConfirmDialogProps","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogprops/#interface-confirmdialogprops","text":"","title":"Interface: ConfirmDialogProps"},{"location":"extensions/api/interfaces/_src_renderer_components_confirm_dialog_confirm_dialog_.confirmdialogprops/#hierarchy","text":"{} \u21b3 ConfirmDialogProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/dialog/dialog\" / DialogProps Interface: DialogProps # Hierarchy # DialogProps Index # Properties # animated className close isOpen modal onClose onOpen open pinned Properties # animated # \u2022 Optional animated : boolean Defined in src/renderer/components/dialog/dialog.tsx:22 className # \u2022 Optional className : string Defined in src/renderer/components/dialog/dialog.tsx:14 close # \u2022 Optional close : () => void Defined in src/renderer/components/dialog/dialog.tsx:17 isOpen # \u2022 Optional isOpen : boolean Defined in src/renderer/components/dialog/dialog.tsx:15 modal # \u2022 Optional modal : boolean Defined in src/renderer/components/dialog/dialog.tsx:20 onClose # \u2022 Optional onClose : () => void Defined in src/renderer/components/dialog/dialog.tsx:19 onOpen # \u2022 Optional onOpen : () => void Defined in src/renderer/components/dialog/dialog.tsx:18 open # \u2022 Optional open : () => void Defined in src/renderer/components/dialog/dialog.tsx:16 pinned # \u2022 Optional pinned : boolean Defined in src/renderer/components/dialog/dialog.tsx:21","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#interface-dialogprops","text":"","title":"Interface: DialogProps"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#hierarchy","text":"DialogProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#properties","text":"animated className close isOpen modal onClose onOpen open pinned","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#animated","text":"\u2022 Optional animated : boolean Defined in src/renderer/components/dialog/dialog.tsx:22","title":"animated"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/dialog/dialog.tsx:14","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#close","text":"\u2022 Optional close : () => void Defined in src/renderer/components/dialog/dialog.tsx:17","title":"close"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#isopen","text":"\u2022 Optional isOpen : boolean Defined in src/renderer/components/dialog/dialog.tsx:15","title":"isOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#modal","text":"\u2022 Optional modal : boolean Defined in src/renderer/components/dialog/dialog.tsx:20","title":"modal"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#onclose","text":"\u2022 Optional onClose : () => void Defined in src/renderer/components/dialog/dialog.tsx:19","title":"onClose"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#onopen","text":"\u2022 Optional onOpen : () => void Defined in src/renderer/components/dialog/dialog.tsx:18","title":"onOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#open","text":"\u2022 Optional open : () => void Defined in src/renderer/components/dialog/dialog.tsx:16","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogprops/#pinned","text":"\u2022 Optional pinned : boolean Defined in src/renderer/components/dialog/dialog.tsx:21","title":"pinned"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/","text":"@k8slens/extensions Globals / \"src/renderer/components/dialog/dialog\" / DialogState Interface: DialogState # Hierarchy # DialogState Index # Properties # isOpen Properties # isOpen # \u2022 isOpen : boolean Defined in src/renderer/components/dialog/dialog.tsx:26","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/#interface-dialogstate","text":"","title":"Interface: DialogState"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/#hierarchy","text":"DialogState","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/#properties","text":"isOpen","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dialog_dialog_.dialogstate/#isopen","text":"\u2022 isOpen : boolean Defined in src/renderer/components/dialog/dialog.tsx:26","title":"isOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/dock.store\" / IDockTab Interface: IDockTab # Hierarchy # IDockTab \u21b3 ITerminalTab Index # Properties # id kind pinned title Properties # id # \u2022 Optional id : TabId Defined in src/renderer/components/dock/dock.store.ts:18 kind # \u2022 kind : TabKind Defined in src/renderer/components/dock/dock.store.ts:19 pinned # \u2022 Optional pinned : boolean Defined in src/renderer/components/dock/dock.store.ts:21 title # \u2022 Optional title : string Defined in src/renderer/components/dock/dock.store.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#interface-idocktab","text":"","title":"Interface: IDockTab"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#hierarchy","text":"IDockTab \u21b3 ITerminalTab","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#properties","text":"id kind pinned title","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#id","text":"\u2022 Optional id : TabId Defined in src/renderer/components/dock/dock.store.ts:18","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#kind","text":"\u2022 kind : TabKind Defined in src/renderer/components/dock/dock.store.ts:19","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#pinned","text":"\u2022 Optional pinned : boolean Defined in src/renderer/components/dock/dock.store.ts:21","title":"pinned"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_store_.idocktab/#title","text":"\u2022 Optional title : string Defined in src/renderer/components/dock/dock.store.ts:20","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/dock-tab.store\" / Options Interface: Options\\ # Type parameters # Name Default T any Hierarchy # Options Index # Properties # storageName storageSerializer Properties # storageName # \u2022 Optional storageName : string Defined in src/renderer/components/dock/dock-tab.store.ts:6 storageSerializer # \u2022 Optional storageSerializer : (data: T) => Partial\\ Defined in src/renderer/components/dock/dock-tab.store.ts:7","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#interface-options","text":"","title":"Interface: Options\\"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#hierarchy","text":"Options","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#properties","text":"storageName storageSerializer","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#storagename","text":"\u2022 Optional storageName : string Defined in src/renderer/components/dock/dock-tab.store.ts:6","title":"storageName"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_dock_tab_store_.options/#storageserializer","text":"\u2022 Optional storageSerializer : (data: T) => Partial\\ Defined in src/renderer/components/dock/dock-tab.store.ts:7","title":"storageSerializer"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/edit-resource.store\" / KubeEditResource Interface: KubeEditResource # Hierarchy # KubeEditResource Index # Properties # draft resource Properties # draft # \u2022 Optional draft : string Defined in src/renderer/components/dock/edit-resource.store.ts:10 resource # \u2022 resource : string Defined in src/renderer/components/dock/edit-resource.store.ts:9","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/#interface-kubeeditresource","text":"","title":"Interface: KubeEditResource"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/#hierarchy","text":"KubeEditResource","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/#properties","text":"draft resource","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/#draft","text":"\u2022 Optional draft : string Defined in src/renderer/components/dock/edit-resource.store.ts:10","title":"draft"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_edit_resource_store_.kubeeditresource/#resource","text":"\u2022 resource : string Defined in src/renderer/components/dock/edit-resource.store.ts:9","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/pod-logs.store\" / IPodLogsData Interface: IPodLogsData # Hierarchy # IPodLogsData Index # Properties # containers initContainers pod previous selectedContainer showTimestamps Properties # containers # \u2022 containers : IPodContainer [] Defined in src/renderer/components/dock/pod-logs.store.ts:13 initContainers # \u2022 initContainers : IPodContainer [] Defined in src/renderer/components/dock/pod-logs.store.ts:14 pod # \u2022 pod : Pod Defined in src/renderer/components/dock/pod-logs.store.ts:11 previous # \u2022 previous : boolean Defined in src/renderer/components/dock/pod-logs.store.ts:16 selectedContainer # \u2022 selectedContainer : IPodContainer Defined in src/renderer/components/dock/pod-logs.store.ts:12 showTimestamps # \u2022 showTimestamps : boolean Defined in src/renderer/components/dock/pod-logs.store.ts:15","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#interface-ipodlogsdata","text":"","title":"Interface: IPodLogsData"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#hierarchy","text":"IPodLogsData","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#properties","text":"containers initContainers pod previous selectedContainer showTimestamps","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#containers","text":"\u2022 containers : IPodContainer [] Defined in src/renderer/components/dock/pod-logs.store.ts:13","title":"containers"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#initcontainers","text":"\u2022 initContainers : IPodContainer [] Defined in src/renderer/components/dock/pod-logs.store.ts:14","title":"initContainers"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#pod","text":"\u2022 pod : Pod Defined in src/renderer/components/dock/pod-logs.store.ts:11","title":"pod"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#previous","text":"\u2022 previous : boolean Defined in src/renderer/components/dock/pod-logs.store.ts:16","title":"previous"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#selectedcontainer","text":"\u2022 selectedContainer : IPodContainer Defined in src/renderer/components/dock/pod-logs.store.ts:12","title":"selectedContainer"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_pod_logs_store_.ipodlogsdata/#showtimestamps","text":"\u2022 showTimestamps : boolean Defined in src/renderer/components/dock/pod-logs.store.ts:15","title":"showTimestamps"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/terminal.store\" / ITerminalTab Interface: ITerminalTab # Hierarchy # IDockTab \u21b3 ITerminalTab Index # Properties # id kind node pinned title Properties # id # \u2022 Optional id : TabId Inherited from ITerminalTab . id Defined in src/renderer/components/dock/dock.store.ts:18 kind # \u2022 kind : TabKind Inherited from ITerminalTab . kind Defined in src/renderer/components/dock/dock.store.ts:19 node # \u2022 Optional node : string Defined in src/renderer/components/dock/terminal.store.ts:11 pinned # \u2022 Optional pinned : boolean Inherited from ITerminalTab . pinned Defined in src/renderer/components/dock/dock.store.ts:21 title # \u2022 Optional title : string Inherited from ITerminalTab . title Defined in src/renderer/components/dock/dock.store.ts:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#interface-iterminaltab","text":"","title":"Interface: ITerminalTab"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#hierarchy","text":"IDockTab \u21b3 ITerminalTab","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#properties","text":"id kind node pinned title","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#id","text":"\u2022 Optional id : TabId Inherited from ITerminalTab . id Defined in src/renderer/components/dock/dock.store.ts:18","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#kind","text":"\u2022 kind : TabKind Inherited from ITerminalTab . kind Defined in src/renderer/components/dock/dock.store.ts:19","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#node","text":"\u2022 Optional node : string Defined in src/renderer/components/dock/terminal.store.ts:11","title":"node"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#pinned","text":"\u2022 Optional pinned : boolean Inherited from ITerminalTab . pinned Defined in src/renderer/components/dock/dock.store.ts:21","title":"pinned"},{"location":"extensions/api/interfaces/_src_renderer_components_dock_terminal_store_.iterminaltab/#title","text":"\u2022 Optional title : string Inherited from ITerminalTab . title Defined in src/renderer/components/dock/dock.store.ts:20","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer\" / DrawerProps Interface: DrawerProps # Hierarchy # DrawerProps Index # Properties # animation className contentClass onClose open position size title toolbar usePortal Properties # animation # \u2022 Optional animation : AnimateName Defined in src/renderer/components/drawer/drawer.tsx:18 className # \u2022 Optional className : string | object Defined in src/renderer/components/drawer/drawer.tsx:15 contentClass # \u2022 Optional contentClass : string | object Defined in src/renderer/components/drawer/drawer.tsx:16 onClose # \u2022 Optional onClose : () => void Defined in src/renderer/components/drawer/drawer.tsx:19 open # \u2022 open : boolean Defined in src/renderer/components/drawer/drawer.tsx:11 position # \u2022 Optional position : \\\"top\\\" | \\\"left\\\" | \\\"right\\\" | \\\"bottom\\\" Defined in src/renderer/components/drawer/drawer.tsx:17 size # \u2022 Optional 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 toolbar # \u2022 Optional toolbar : React.ReactNode Defined in src/renderer/components/drawer/drawer.tsx:20 usePortal # \u2022 Optional usePortal : boolean Defined in src/renderer/components/drawer/drawer.tsx:14","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#interface-drawerprops","text":"","title":"Interface: DrawerProps"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#hierarchy","text":"DrawerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#properties","text":"animation className contentClass onClose open position size title toolbar usePortal","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#animation","text":"\u2022 Optional animation : AnimateName Defined in src/renderer/components/drawer/drawer.tsx:18","title":"animation"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#classname","text":"\u2022 Optional className : string | object Defined in src/renderer/components/drawer/drawer.tsx:15","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#contentclass","text":"\u2022 Optional contentClass : string | object Defined in src/renderer/components/drawer/drawer.tsx:16","title":"contentClass"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#onclose","text":"\u2022 Optional onClose : () => void Defined in src/renderer/components/drawer/drawer.tsx:19","title":"onClose"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#open","text":"\u2022 open : boolean Defined in src/renderer/components/drawer/drawer.tsx:11","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#position","text":"\u2022 Optional position : \\\"top\\\" | \\\"left\\\" | \\\"right\\\" | \\\"bottom\\\" Defined in src/renderer/components/drawer/drawer.tsx:17","title":"position"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#size","text":"\u2022 Optional size : string Defined in src/renderer/components/drawer/drawer.tsx:13","title":"size"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#title","text":"\u2022 title : React.ReactNode Defined in src/renderer/components/drawer/drawer.tsx:12","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#toolbar","text":"\u2022 Optional toolbar : React.ReactNode Defined in src/renderer/components/drawer/drawer.tsx:20","title":"toolbar"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_.drawerprops/#useportal","text":"\u2022 Optional usePortal : boolean Defined in src/renderer/components/drawer/drawer.tsx:14","title":"usePortal"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-item\" / DrawerItemProps Interface: DrawerItemProps # Hierarchy # HTMLAttributes\\ \u21b3 DrawerItemProps \u21b3\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 resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab Properties # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Overrides IconProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 hidden # \u2022 Optional hidden : boolean Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 labelsOnly # \u2022 Optional labelsOnly : boolean Defined in src/renderer/components/drawer/drawer-item.tsx:9 lang # \u2022 Optional lang : string Inherited from IconProps . 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 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 placeholder # \u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 title # \u2022 Optional title : string Overrides IconProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8 translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#interface-draweritemprops","text":"","title":"Interface: DrawerItemProps"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#hierarchy","text":"HTMLAttributes\\ \u21b3 DrawerItemProps \u21b3\u21b3 DrawerItemLabelsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.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 resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#classname","text":"\u2022 Optional className : string Overrides IconProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#hidden","text":"\u2022 Optional hidden : boolean Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#labelsonly","text":"\u2022 Optional labelsOnly : boolean Defined in src/renderer/components/drawer/drawer-item.tsx:9","title":"labelsOnly"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#name","text":"\u2022 name : React.ReactNode Defined in src/renderer/components/drawer/drawer-item.tsx:6","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#title","text":"\u2022 Optional title : string Overrides IconProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_.draweritemprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-item-labels\" / DrawerItemLabelsProps Interface: DrawerItemLabelsProps # Hierarchy # 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 resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab Properties # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Inherited from DrawerItemProps . className Overrides IconProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 hidden # \u2022 Optional hidden : boolean Inherited from DrawerItemProps . hidden Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . 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 labelsOnly # \u2022 Optional labelsOnly : boolean Inherited from DrawerItemProps . labelsOnly Defined in src/renderer/components/drawer/drawer-item.tsx:9 lang # \u2022 Optional lang : string Inherited from IconProps . 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 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 placeholder # \u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 title # \u2022 Optional title : string Inherited from DrawerItemProps . title Overrides IconProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8 translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#interface-draweritemlabelsprops","text":"","title":"Interface: DrawerItemLabelsProps"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#hierarchy","text":"DrawerItemProps \u21b3 DrawerItemLabelsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.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 resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable valueLink vocab","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#classname","text":"\u2022 Optional className : string Inherited from DrawerItemProps . className Overrides IconProps . className Defined in src/renderer/components/drawer/drawer-item.tsx:7","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from DrawerItemProps . hidden Overrides IconProps . hidden Defined in src/renderer/components/drawer/drawer-item.tsx:10","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#labels","text":"\u2022 labels : string[] Defined in src/renderer/components/drawer/drawer-item-labels.tsx:6","title":"labels"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#labelsonly","text":"\u2022 Optional labelsOnly : boolean Inherited from DrawerItemProps . labelsOnly Defined in src/renderer/components/drawer/drawer-item.tsx:9","title":"labelsOnly"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.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/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#title","text":"\u2022 Optional title : string Inherited from DrawerItemProps . title Overrides IconProps . title Defined in src/renderer/components/drawer/drawer-item.tsx:8","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_item_labels_.draweritemlabelsprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-param-toggler\" / DrawerParamTogglerProps 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/#interface-drawerparamtogglerprops","text":"","title":"Interface: DrawerParamTogglerProps"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/#hierarchy","text":"DrawerParamTogglerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/#properties","text":"label","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.drawerparamtogglerprops/#label","text":"\u2022 label : string | number Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:9","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-param-toggler\" / State Interface: State # Hierarchy # State Index # Properties # open Properties # open # \u2022 Optional open : boolean Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:13","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/#interface-state","text":"","title":"Interface: State"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/#hierarchy","text":"State","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/#properties","text":"open","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_param_toggler_.state/#open","text":"\u2022 Optional open : boolean Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:13","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-title\" / DrawerTitleProps Interface: DrawerTitleProps # Hierarchy # DrawerTitleProps Index # Properties # className title Properties # className # \u2022 Optional className : string Defined in src/renderer/components/drawer/drawer-title.tsx:6 title # \u2022 Optional title : React.ReactNode Defined in src/renderer/components/drawer/drawer-title.tsx:7","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/#interface-drawertitleprops","text":"","title":"Interface: DrawerTitleProps"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/#hierarchy","text":"DrawerTitleProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/#properties","text":"className title","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/drawer/drawer-title.tsx:6","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_drawer_drawer_title_.drawertitleprops/#title","text":"\u2022 Optional title : React.ReactNode Defined in src/renderer/components/drawer/drawer-title.tsx:7","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/error-boundary/error-boundary\" / Props Interface: Props # Hierarchy # Props","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.props/#hierarchy","text":"Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/","text":"@k8slens/extensions Globals / \"src/renderer/components/error-boundary/error-boundary\" / State Interface: State # Hierarchy # State Index # Properties # error errorInfo Properties # error # \u2022 Optional error : Error Defined in src/renderer/components/error-boundary/error-boundary.tsx:16 errorInfo # \u2022 Optional errorInfo : ErrorInfo Defined in src/renderer/components/error-boundary/error-boundary.tsx:17","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/#interface-state","text":"","title":"Interface: State"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/#hierarchy","text":"State","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/#properties","text":"error errorInfo","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/#error","text":"\u2022 Optional error : Error Defined in src/renderer/components/error-boundary/error-boundary.tsx:16","title":"error"},{"location":"extensions/api/interfaces/_src_renderer_components_error_boundary_error_boundary_.state/#errorinfo","text":"\u2022 Optional errorInfo : ErrorInfo Defined in src/renderer/components/error-boundary/error-boundary.tsx:17","title":"errorInfo"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/icon/icon\" / IconProps Interface: IconProps # Hierarchy # HTMLAttributes\\ 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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 active # \u2022 Optional active : boolean Defined in src/renderer/components/icon/icon.tsx:20 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 big # \u2022 Optional big : boolean Defined in src/renderer/components/icon/icon.tsx:19 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 disabled # \u2022 Optional disabled : boolean Defined in src/renderer/components/icon/icon.tsx:24 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 focusable # \u2022 Optional focusable : boolean Defined in src/renderer/components/icon/icon.tsx:22 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 href # \u2022 Optional href : string Defined in src/renderer/components/icon/icon.tsx:15 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 interactive # \u2022 Optional interactive : boolean Defined in src/renderer/components/icon/icon.tsx:21 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 link # \u2022 Optional link : LocationDescriptor Defined in src/renderer/components/icon/icon.tsx:14 material # \u2022 Optional material : string Defined in src/renderer/components/icon/icon.tsx:12 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 placeholder # \u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 size # \u2022 Optional size : string | number Defined in src/renderer/components/icon/icon.tsx:16 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 small # \u2022 Optional small : boolean Defined in src/renderer/components/icon/icon.tsx:17 smallest # \u2022 Optional smallest : boolean Defined in src/renderer/components/icon/icon.tsx:18 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 sticker # \u2022 Optional sticker : boolean Defined in src/renderer/components/icon/icon.tsx:23 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 svg # \u2022 Optional svg : string Defined in src/renderer/components/icon/icon.tsx:13 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 tooltip # \u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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\" translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#interface-iconprops","text":"","title":"Interface: IconProps"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#hierarchy","text":"HTMLAttributes\\ TooltipDecoratorProps \u21b3 IconProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.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/_src_renderer_components_icon_icon_.iconprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#active","text":"\u2022 Optional active : boolean Defined in src/renderer/components/icon/icon.tsx:20","title":"active"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#big","text":"\u2022 Optional big : boolean Defined in src/renderer/components/icon/icon.tsx:19","title":"big"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#disabled","text":"\u2022 Optional disabled : boolean Defined in src/renderer/components/icon/icon.tsx:24","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#focusable","text":"\u2022 Optional focusable : boolean Defined in src/renderer/components/icon/icon.tsx:22","title":"focusable"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#href","text":"\u2022 Optional href : string Defined in src/renderer/components/icon/icon.tsx:15","title":"href"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#interactive","text":"\u2022 Optional interactive : boolean Defined in src/renderer/components/icon/icon.tsx:21","title":"interactive"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#link","text":"\u2022 Optional link : LocationDescriptor Defined in src/renderer/components/icon/icon.tsx:14","title":"link"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#material","text":"\u2022 Optional material : string Defined in src/renderer/components/icon/icon.tsx:12","title":"material"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#size","text":"\u2022 Optional size : string | number Defined in src/renderer/components/icon/icon.tsx:16","title":"size"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#small","text":"\u2022 Optional small : boolean Defined in src/renderer/components/icon/icon.tsx:17","title":"small"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#smallest","text":"\u2022 Optional smallest : boolean Defined in src/renderer/components/icon/icon.tsx:18","title":"smallest"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#sticker","text":"\u2022 Optional sticker : boolean Defined in src/renderer/components/icon/icon.tsx:23","title":"sticker"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#svg","text":"\u2022 Optional svg : string Defined in src/renderer/components/icon/icon.tsx:13","title":"svg"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"tooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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":"tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_icon_icon_.iconprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/file-input\" / FileInputSelection Interface: FileInputSelection\\ # Type parameters # Name Default T string Hierarchy # FileInputSelection Index # Properties # data error file Properties # data # \u2022 Optional data : T | any Defined in src/renderer/components/input/file-input.tsx:5 error # \u2022 Optional error : string Defined in src/renderer/components/input/file-input.tsx:6 file # \u2022 file : File Defined in src/renderer/components/input/file-input.tsx:4","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#interface-fileinputselection","text":"","title":"Interface: FileInputSelection\\"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#type-parameters","text":"Name Default T string","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#hierarchy","text":"FileInputSelection","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#properties","text":"data error file","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#data","text":"\u2022 Optional data : T | any Defined in src/renderer/components/input/file-input.tsx:5","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#error","text":"\u2022 Optional error : string Defined in src/renderer/components/input/file-input.tsx:6","title":"error"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.fileinputselection/#file","text":"\u2022 file : File Defined in src/renderer/components/input/file-input.tsx:4","title":"file"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/file-input\" / Props Interface: Props # Hierarchy # InputHTMLAttributes\\ \u21b3 Props Index # Properties # about accept accessKey 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 autoCapitalize autoComplete autoCorrect autoFocus autoSave capture checked checkedLink children className color contentEditable contextMenu crossOrigin dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable form formAction formEncType formMethod formNoValidate formTarget height hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType lang list max maxLength min minLength multiple 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 pattern placeholder prefix property radioGroup readAsText readOnly required resource results role security size slot spellCheck src step style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate type typeof unselectable value valueLink vocab width Methods # onSelectFiles Properties # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accept # \u2022 Optional accept : string Overrides void Defined in src/renderer/components/input/file-input.tsx:11 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 alt # \u2022 Optional alt : string Inherited from Props . alt Defined in node_modules/@types/react/index.d.ts:2069 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoComplete # \u2022 Optional autoComplete : string Inherited from Props . autoComplete Defined in node_modules/@types/react/index.d.ts:2070 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoFocus # \u2022 Optional autoFocus : boolean Inherited from Props . autoFocus Defined in node_modules/@types/react/index.d.ts:2071 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 capture # \u2022 Optional capture : boolean | string Inherited from Props . capture Defined in node_modules/@types/react/index.d.ts:2072 checked # \u2022 Optional checked : boolean Inherited from Props . checked Defined in node_modules/@types/react/index.d.ts:2073 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 crossOrigin # \u2022 Optional crossOrigin : string Inherited from Props . crossOrigin Defined in node_modules/@types/react/index.d.ts:2074 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 disabled # \u2022 Optional disabled : boolean Inherited from Props . disabled Defined in node_modules/@types/react/index.d.ts:2075 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 form # \u2022 Optional form : string Inherited from Props . form Defined in node_modules/@types/react/index.d.ts:2076 formAction # \u2022 Optional formAction : string Inherited from Props . formAction Defined in node_modules/@types/react/index.d.ts:2077 formEncType # \u2022 Optional formEncType : string Inherited from Props . formEncType Defined in node_modules/@types/react/index.d.ts:2078 formMethod # \u2022 Optional formMethod : string Inherited from Props . formMethod Defined in node_modules/@types/react/index.d.ts:2079 formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from Props . formNoValidate Defined in node_modules/@types/react/index.d.ts:2080 formTarget # \u2022 Optional formTarget : string Inherited from Props . formTarget Defined in node_modules/@types/react/index.d.ts:2081 height # \u2022 Optional height : number | string Inherited from Props . height Defined in node_modules/@types/react/index.d.ts:2082 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 id # \u2022 Optional id : string Overrides IconProps . id Defined in src/renderer/components/input/file-input.tsx:10 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 list # \u2022 Optional list : string Inherited from Props . list Defined in node_modules/@types/react/index.d.ts:2083 max # \u2022 Optional max : number | string Inherited from Props . max Defined in node_modules/@types/react/index.d.ts:2084 maxLength # \u2022 Optional maxLength : number Inherited from Props . maxLength Defined in node_modules/@types/react/index.d.ts:2085 min # \u2022 Optional min : number | string Inherited from Props . min Defined in node_modules/@types/react/index.d.ts:2086 minLength # \u2022 Optional minLength : number Inherited from Props . minLength Defined in node_modules/@types/react/index.d.ts:2087 multiple # \u2022 Optional multiple : boolean Overrides void Defined in src/renderer/components/input/file-input.tsx:13 name # \u2022 Optional name : string Inherited from Props . name Defined in node_modules/@types/react/index.d.ts:2089 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : ChangeEventHandler\\ Inherited from Props . onChange Overrides IconProps . onChange Defined in node_modules/@types/react/index.d.ts:2101 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 pattern # \u2022 Optional pattern : string Inherited from Props . pattern Defined in node_modules/@types/react/index.d.ts:2090 placeholder # \u2022 Optional placeholder : string Inherited from Props . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:2091 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 readAsText # \u2022 Optional readAsText : boolean Defined in src/renderer/components/input/file-input.tsx:12 readOnly # \u2022 Optional readOnly : boolean Inherited from Props . readOnly Defined in node_modules/@types/react/index.d.ts:2092 required # \u2022 Optional required : boolean Inherited from Props . required Defined in node_modules/@types/react/index.d.ts:2093 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 size # \u2022 Optional size : number Inherited from Props . size Defined in node_modules/@types/react/index.d.ts:2094 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 src # \u2022 Optional src : string Inherited from Props . src Defined in node_modules/@types/react/index.d.ts:2095 step # \u2022 Optional step : number | string Inherited from Props . step Defined in node_modules/@types/react/index.d.ts:2096 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 type # \u2022 Optional type : string Inherited from Props . type Defined in node_modules/@types/react/index.d.ts:2097 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 value # \u2022 Optional value : string | string[] | number Inherited from Props . value Defined in node_modules/@types/react/index.d.ts:2098 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 width # \u2022 Optional width : number | string Inherited from Props . width Defined in node_modules/@types/react/index.d.ts:2099 Methods # onSelectFiles # \u25b8 onSelectFiles (... selectedFiles : FileInputSelection []): void Defined in src/renderer/components/input/file-input.tsx:14 Parameters: Name Type ...selectedFiles FileInputSelection [] Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#hierarchy","text":"InputHTMLAttributes\\ \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#properties","text":"about accept accessKey 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 autoCapitalize autoComplete autoCorrect autoFocus autoSave capture checked checkedLink children className color contentEditable contextMenu crossOrigin dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable form formAction formEncType formMethod formNoValidate formTarget height hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType lang list max maxLength min minLength multiple 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 pattern placeholder prefix property radioGroup readAsText readOnly required resource results role security size slot spellCheck src step style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate type typeof unselectable value valueLink vocab width","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#methods","text":"onSelectFiles","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#accept","text":"\u2022 Optional accept : string Overrides void Defined in src/renderer/components/input/file-input.tsx:11","title":"accept"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#alt","text":"\u2022 Optional alt : string Inherited from Props . alt Defined in node_modules/@types/react/index.d.ts:2069","title":"alt"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#autocomplete","text":"\u2022 Optional autoComplete : string Inherited from Props . autoComplete Defined in node_modules/@types/react/index.d.ts:2070","title":"autoComplete"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from Props . autoFocus Defined in node_modules/@types/react/index.d.ts:2071","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#capture","text":"\u2022 Optional capture : boolean | string Inherited from Props . capture Defined in node_modules/@types/react/index.d.ts:2072","title":"capture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#checked","text":"\u2022 Optional checked : boolean Inherited from Props . checked Defined in node_modules/@types/react/index.d.ts:2073","title":"checked"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#crossorigin","text":"\u2022 Optional crossOrigin : string Inherited from Props . crossOrigin Defined in node_modules/@types/react/index.d.ts:2074","title":"crossOrigin"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#disabled","text":"\u2022 Optional disabled : boolean Inherited from Props . disabled Defined in node_modules/@types/react/index.d.ts:2075","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#form","text":"\u2022 Optional form : string Inherited from Props . form Defined in node_modules/@types/react/index.d.ts:2076","title":"form"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#formaction","text":"\u2022 Optional formAction : string Inherited from Props . formAction Defined in node_modules/@types/react/index.d.ts:2077","title":"formAction"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#formenctype","text":"\u2022 Optional formEncType : string Inherited from Props . formEncType Defined in node_modules/@types/react/index.d.ts:2078","title":"formEncType"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#formmethod","text":"\u2022 Optional formMethod : string Inherited from Props . formMethod Defined in node_modules/@types/react/index.d.ts:2079","title":"formMethod"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean Inherited from Props . formNoValidate Defined in node_modules/@types/react/index.d.ts:2080","title":"formNoValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#formtarget","text":"\u2022 Optional formTarget : string Inherited from Props . formTarget Defined in node_modules/@types/react/index.d.ts:2081","title":"formTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#height","text":"\u2022 Optional height : number | string Inherited from Props . height Defined in node_modules/@types/react/index.d.ts:2082","title":"height"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#id","text":"\u2022 Optional id : string Overrides IconProps . id Defined in src/renderer/components/input/file-input.tsx:10","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#list","text":"\u2022 Optional list : string Inherited from Props . list Defined in node_modules/@types/react/index.d.ts:2083","title":"list"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#max","text":"\u2022 Optional max : number | string Inherited from Props . max Defined in node_modules/@types/react/index.d.ts:2084","title":"max"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#maxlength","text":"\u2022 Optional maxLength : number Inherited from Props . maxLength Defined in node_modules/@types/react/index.d.ts:2085","title":"maxLength"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#min","text":"\u2022 Optional min : number | string Inherited from Props . min Defined in node_modules/@types/react/index.d.ts:2086","title":"min"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#minlength","text":"\u2022 Optional minLength : number Inherited from Props . minLength Defined in node_modules/@types/react/index.d.ts:2087","title":"minLength"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#multiple","text":"\u2022 Optional multiple : boolean Overrides void Defined in src/renderer/components/input/file-input.tsx:13","title":"multiple"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#name","text":"\u2022 Optional name : string Inherited from Props . name Defined in node_modules/@types/react/index.d.ts:2089","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onchange","text":"\u2022 Optional onChange : ChangeEventHandler\\ Inherited from Props . onChange Overrides IconProps . onChange Defined in node_modules/@types/react/index.d.ts:2101","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#pattern","text":"\u2022 Optional pattern : string Inherited from Props . pattern Defined in node_modules/@types/react/index.d.ts:2090","title":"pattern"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#placeholder","text":"\u2022 Optional placeholder : string Inherited from Props . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:2091","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#readastext","text":"\u2022 Optional readAsText : boolean Defined in src/renderer/components/input/file-input.tsx:12","title":"readAsText"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#readonly","text":"\u2022 Optional readOnly : boolean Inherited from Props . readOnly Defined in node_modules/@types/react/index.d.ts:2092","title":"readOnly"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#required","text":"\u2022 Optional required : boolean Inherited from Props . required Defined in node_modules/@types/react/index.d.ts:2093","title":"required"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#size","text":"\u2022 Optional size : number Inherited from Props . size Defined in node_modules/@types/react/index.d.ts:2094","title":"size"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#src","text":"\u2022 Optional src : string Inherited from Props . src Defined in node_modules/@types/react/index.d.ts:2095","title":"src"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#step","text":"\u2022 Optional step : number | string Inherited from Props . step Defined in node_modules/@types/react/index.d.ts:2096","title":"step"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#type","text":"\u2022 Optional type : string Inherited from Props . type Defined in node_modules/@types/react/index.d.ts:2097","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#value","text":"\u2022 Optional value : string | string[] | number Inherited from Props . value Defined in node_modules/@types/react/index.d.ts:2098","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#width","text":"\u2022 Optional width : number | string Inherited from Props . width Defined in node_modules/@types/react/index.d.ts:2099","title":"width"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_file_input_.props/#onselectfiles","text":"\u25b8 onSelectFiles (... selectedFiles : FileInputSelection []): void Defined in src/renderer/components/input/file-input.tsx:14","title":"onSelectFiles"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/input\" / State Interface: State # Hierarchy # State Index # Properties # dirty dirtyOnBlur errors focused valid validating Properties # dirty # \u2022 Optional dirty : boolean Defined in src/renderer/components/input/input.tsx:38 dirtyOnBlur # \u2022 Optional dirtyOnBlur : boolean Defined in src/renderer/components/input/input.tsx:39 errors # \u2022 Optional errors : React.ReactNode[] Defined in src/renderer/components/input/input.tsx:42 focused # \u2022 Optional focused : boolean Defined in src/renderer/components/input/input.tsx:37 valid # \u2022 Optional valid : boolean Defined in src/renderer/components/input/input.tsx:40 validating # \u2022 Optional validating : boolean Defined in src/renderer/components/input/input.tsx:41","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#interface-state","text":"","title":"Interface: State"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#hierarchy","text":"State","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#properties","text":"dirty dirtyOnBlur errors focused valid validating","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#dirty","text":"\u2022 Optional dirty : boolean Defined in src/renderer/components/input/input.tsx:38","title":"dirty"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#dirtyonblur","text":"\u2022 Optional dirtyOnBlur : boolean Defined in src/renderer/components/input/input.tsx:39","title":"dirtyOnBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#errors","text":"\u2022 Optional errors : React.ReactNode[] Defined in src/renderer/components/input/input.tsx:42","title":"errors"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#focused","text":"\u2022 Optional focused : boolean Defined in src/renderer/components/input/input.tsx:37","title":"focused"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#valid","text":"\u2022 Optional valid : boolean Defined in src/renderer/components/input/input.tsx:40","title":"valid"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_.state/#validating","text":"\u2022 Optional validating : boolean Defined in src/renderer/components/input/input.tsx:41","title":"validating"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/input_validators\" / InputValidator Interface: InputValidator # Hierarchy # InputValidator Index # Properties # debounce message Methods # condition validate Properties # debounce # \u2022 Optional debounce : number Defined in src/renderer/components/input/input_validators.ts:8 message # \u2022 Optional message : ReactNode | (value: string, props?: InputProps ) => ReactNode | string Defined in src/renderer/components/input/input_validators.ts:10 Methods # condition # \u25b8 Optional 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 \\ Defined in src/renderer/components/input/input_validators.ts:11 Parameters: Name Type value string props? InputProps Returns: boolean | Promise \\","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#interface-inputvalidator","text":"","title":"Interface: InputValidator"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#hierarchy","text":"InputValidator","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#properties","text":"debounce message","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#methods","text":"condition validate","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#debounce","text":"\u2022 Optional debounce : number Defined in src/renderer/components/input/input_validators.ts:8","title":"debounce"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#message","text":"\u2022 Optional message : ReactNode | (value: string, props?: InputProps ) => ReactNode | string Defined in src/renderer/components/input/input_validators.ts:10","title":"message"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#condition","text":"\u25b8 Optional condition ( props : InputProps ): boolean Defined in src/renderer/components/input/input_validators.ts:9","title":"condition"},{"location":"extensions/api/interfaces/_src_renderer_components_input_input_validators_.inputvalidator/#validate","text":"\u25b8 validate ( value : string, props? : InputProps ): boolean | Promise \\ Defined in src/renderer/components/input/input_validators.ts:11","title":"validate"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/search-input\" / Props Interface: Props # Hierarchy # InputProps \\ \u21b3 Props Index # Properties # autoSelectOnFocus className closeIcon compact contentRight dirty iconLeft iconRight maxRows multiLine onClear showValidationLine theme validators value Methods # onChange onSubmit Properties # autoSelectOnFocus # \u2022 Optional autoSelectOnFocus : boolean Inherited from __type.autoSelectOnFocus Defined in src/renderer/components/input/input.tsx:23 className # \u2022 Optional className : string Inherited from __type.className Defined in src/renderer/components/input/input.tsx:21 closeIcon # \u2022 Optional closeIcon : boolean Defined in src/renderer/components/input/search-input.tsx:13 compact # \u2022 Optional compact : boolean Defined in src/renderer/components/input/search-input.tsx:12 contentRight # \u2022 Optional contentRight : string | React.ReactNode Inherited from __type.contentRight Defined in src/renderer/components/input/input.tsx:30 dirty # \u2022 Optional dirty : boolean Inherited from __type.dirty Defined in src/renderer/components/input/input.tsx:26 iconLeft # \u2022 Optional iconLeft : string | React.ReactNode Inherited from __type.iconLeft Defined in src/renderer/components/input/input.tsx:28 iconRight # \u2022 Optional iconRight : string | React.ReactNode Inherited from __type.iconRight Defined in src/renderer/components/input/input.tsx:29 maxRows # \u2022 Optional maxRows : number Inherited from __type.maxRows Defined in src/renderer/components/input/input.tsx:25 multiLine # \u2022 Optional multiLine : boolean Inherited from __type.multiLine Defined in src/renderer/components/input/input.tsx:24 onClear # \u2022 Optional onClear : () => void Defined in src/renderer/components/input/search-input.tsx:14 showValidationLine # \u2022 Optional showValidationLine : boolean Inherited from __type.showValidationLine Defined in src/renderer/components/input/input.tsx:27 theme # \u2022 Optional theme : \\\"round-black\\\" Inherited from __type.theme Defined in src/renderer/components/input/input.tsx:20 validators # \u2022 Optional validators : InputValidator | InputValidator [] Inherited from __type.validators Defined in src/renderer/components/input/input.tsx:31 value # \u2022 Optional value : T Inherited from __type . value Defined in src/renderer/components/input/input.tsx:22 Methods # onChange # \u25b8 Optional onChange ( value : T, evt : ChangeEvent\\< InputElement >): void Inherited from __type.onChange Defined in src/renderer/components/input/input.tsx:32 Parameters: Name Type value T evt ChangeEvent\\< InputElement > Returns: void onSubmit # \u25b8 Optional onSubmit ( value : T): void Inherited from __type.onSubmit Defined in src/renderer/components/input/input.tsx:33 Parameters: Name Type value T Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#hierarchy","text":"InputProps \\ \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#properties","text":"autoSelectOnFocus className closeIcon compact contentRight dirty iconLeft iconRight maxRows multiLine onClear showValidationLine theme validators value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#methods","text":"onChange onSubmit","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#autoselectonfocus","text":"\u2022 Optional autoSelectOnFocus : boolean Inherited from __type.autoSelectOnFocus Defined in src/renderer/components/input/input.tsx:23","title":"autoSelectOnFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#classname","text":"\u2022 Optional className : string Inherited from __type.className Defined in src/renderer/components/input/input.tsx:21","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#closeicon","text":"\u2022 Optional closeIcon : boolean Defined in src/renderer/components/input/search-input.tsx:13","title":"closeIcon"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#compact","text":"\u2022 Optional compact : boolean Defined in src/renderer/components/input/search-input.tsx:12","title":"compact"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#contentright","text":"\u2022 Optional contentRight : string | React.ReactNode Inherited from __type.contentRight Defined in src/renderer/components/input/input.tsx:30","title":"contentRight"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#dirty","text":"\u2022 Optional dirty : boolean Inherited from __type.dirty Defined in src/renderer/components/input/input.tsx:26","title":"dirty"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#iconleft","text":"\u2022 Optional iconLeft : string | React.ReactNode Inherited from __type.iconLeft Defined in src/renderer/components/input/input.tsx:28","title":"iconLeft"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#iconright","text":"\u2022 Optional iconRight : string | React.ReactNode Inherited from __type.iconRight Defined in src/renderer/components/input/input.tsx:29","title":"iconRight"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#maxrows","text":"\u2022 Optional maxRows : number Inherited from __type.maxRows Defined in src/renderer/components/input/input.tsx:25","title":"maxRows"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#multiline","text":"\u2022 Optional multiLine : boolean Inherited from __type.multiLine Defined in src/renderer/components/input/input.tsx:24","title":"multiLine"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#onclear","text":"\u2022 Optional onClear : () => void Defined in src/renderer/components/input/search-input.tsx:14","title":"onClear"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#showvalidationline","text":"\u2022 Optional showValidationLine : boolean Inherited from __type.showValidationLine Defined in src/renderer/components/input/input.tsx:27","title":"showValidationLine"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#theme","text":"\u2022 Optional theme : \\\"round-black\\\" Inherited from __type.theme Defined in src/renderer/components/input/input.tsx:20","title":"theme"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#validators","text":"\u2022 Optional validators : InputValidator | InputValidator [] Inherited from __type.validators Defined in src/renderer/components/input/input.tsx:31","title":"validators"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#value","text":"\u2022 Optional value : T Inherited from __type . value Defined in src/renderer/components/input/input.tsx:22","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#onchange","text":"\u25b8 Optional onChange ( value : T, evt : ChangeEvent\\< InputElement >): void Inherited from __type.onChange Defined in src/renderer/components/input/input.tsx:32","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_.props/#onsubmit","text":"\u25b8 Optional onSubmit ( value : T): void Inherited from __type.onSubmit Defined in src/renderer/components/input/input.tsx:33","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/search-input-url\" / Props Interface: Props # Hierarchy # InputProps \\ \u21b3 Props Index # Properties # autoSelectOnFocus className compact contentRight dirty iconLeft iconRight maxRows multiLine showValidationLine theme validators value Methods # onChange onSubmit Properties # autoSelectOnFocus # \u2022 Optional autoSelectOnFocus : boolean Inherited from __type.autoSelectOnFocus Defined in src/renderer/components/input/input.tsx:23 className # \u2022 Optional className : string Inherited from __type.className Defined in src/renderer/components/input/input.tsx:21 compact # \u2022 Optional compact : boolean Defined in src/renderer/components/input/search-input-url.tsx:10 contentRight # \u2022 Optional contentRight : string | React.ReactNode Inherited from __type.contentRight Defined in src/renderer/components/input/input.tsx:30 dirty # \u2022 Optional dirty : boolean Inherited from __type.dirty Defined in src/renderer/components/input/input.tsx:26 iconLeft # \u2022 Optional iconLeft : string | React.ReactNode Inherited from __type.iconLeft Defined in src/renderer/components/input/input.tsx:28 iconRight # \u2022 Optional iconRight : string | React.ReactNode Inherited from __type.iconRight Defined in src/renderer/components/input/input.tsx:29 maxRows # \u2022 Optional maxRows : number Inherited from __type.maxRows Defined in src/renderer/components/input/input.tsx:25 multiLine # \u2022 Optional multiLine : boolean Inherited from __type.multiLine Defined in src/renderer/components/input/input.tsx:24 showValidationLine # \u2022 Optional showValidationLine : boolean Inherited from __type.showValidationLine Defined in src/renderer/components/input/input.tsx:27 theme # \u2022 Optional theme : \\\"round-black\\\" Inherited from __type.theme Defined in src/renderer/components/input/input.tsx:20 validators # \u2022 Optional validators : InputValidator | InputValidator [] Inherited from __type.validators Defined in src/renderer/components/input/input.tsx:31 value # \u2022 Optional value : T Inherited from __type . value Defined in src/renderer/components/input/input.tsx:22 Methods # onChange # \u25b8 Optional onChange ( value : T, evt : ChangeEvent\\< InputElement >): void Inherited from __type.onChange Defined in src/renderer/components/input/input.tsx:32 Parameters: Name Type value T evt ChangeEvent\\< InputElement > Returns: void onSubmit # \u25b8 Optional onSubmit ( value : T): void Inherited from __type.onSubmit Defined in src/renderer/components/input/input.tsx:33 Parameters: Name Type value T Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#hierarchy","text":"InputProps \\ \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#properties","text":"autoSelectOnFocus className compact contentRight dirty iconLeft iconRight maxRows multiLine showValidationLine theme validators value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#methods","text":"onChange onSubmit","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#autoselectonfocus","text":"\u2022 Optional autoSelectOnFocus : boolean Inherited from __type.autoSelectOnFocus Defined in src/renderer/components/input/input.tsx:23","title":"autoSelectOnFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#classname","text":"\u2022 Optional className : string Inherited from __type.className Defined in src/renderer/components/input/input.tsx:21","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#compact","text":"\u2022 Optional compact : boolean Defined in src/renderer/components/input/search-input-url.tsx:10","title":"compact"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#contentright","text":"\u2022 Optional contentRight : string | React.ReactNode Inherited from __type.contentRight Defined in src/renderer/components/input/input.tsx:30","title":"contentRight"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#dirty","text":"\u2022 Optional dirty : boolean Inherited from __type.dirty Defined in src/renderer/components/input/input.tsx:26","title":"dirty"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#iconleft","text":"\u2022 Optional iconLeft : string | React.ReactNode Inherited from __type.iconLeft Defined in src/renderer/components/input/input.tsx:28","title":"iconLeft"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#iconright","text":"\u2022 Optional iconRight : string | React.ReactNode Inherited from __type.iconRight Defined in src/renderer/components/input/input.tsx:29","title":"iconRight"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#maxrows","text":"\u2022 Optional maxRows : number Inherited from __type.maxRows Defined in src/renderer/components/input/input.tsx:25","title":"maxRows"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#multiline","text":"\u2022 Optional multiLine : boolean Inherited from __type.multiLine Defined in src/renderer/components/input/input.tsx:24","title":"multiLine"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#showvalidationline","text":"\u2022 Optional showValidationLine : boolean Inherited from __type.showValidationLine Defined in src/renderer/components/input/input.tsx:27","title":"showValidationLine"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#theme","text":"\u2022 Optional theme : \\\"round-black\\\" Inherited from __type.theme Defined in src/renderer/components/input/input.tsx:20","title":"theme"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#validators","text":"\u2022 Optional validators : InputValidator | InputValidator [] Inherited from __type.validators Defined in src/renderer/components/input/input.tsx:31","title":"validators"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#value","text":"\u2022 Optional value : T Inherited from __type . value Defined in src/renderer/components/input/input.tsx:22","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#onchange","text":"\u25b8 Optional onChange ( value : T, evt : ChangeEvent\\< InputElement >): void Inherited from __type.onChange Defined in src/renderer/components/input/input.tsx:32","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_input_search_input_url_.props/#onsubmit","text":"\u25b8 Optional onSubmit ( value : T): void Inherited from __type.onSubmit Defined in src/renderer/components/input/input.tsx:33","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/filter-icon\" / Props Interface: Props # Hierarchy # {} \u21b3 Props Index # Properties # type Properties # type # \u2022 type : FilterType Defined in src/renderer/components/item-object-list/filter-icon.tsx:6","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/#hierarchy","text":"{} \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/#properties","text":"type","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_filter_icon_.props/#type","text":"\u2022 type : FilterType Defined in src/renderer/components/item-object-list/filter-icon.tsx:6","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/item-list-layout\" / IHeaderPlaceholders Interface: IHeaderPlaceholders # Hierarchy # IHeaderPlaceholders Index # Properties # filters info search title Properties # filters # \u2022 filters : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:31 info # \u2022 info : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:32 search # \u2022 search : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:30 title # \u2022 title : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:29","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#interface-iheaderplaceholders","text":"","title":"Interface: IHeaderPlaceholders"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#hierarchy","text":"IHeaderPlaceholders","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#properties","text":"filters info search title","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#filters","text":"\u2022 filters : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:31","title":"filters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#info","text":"\u2022 info : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:32","title":"info"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#search","text":"\u2022 search : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:30","title":"search"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.iheaderplaceholders/#title","text":"\u2022 title : ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:29","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/item-list-layout\" / ItemListLayoutProps Interface: ItemListLayoutProps\\ # Type parameters # Name Type Default T ItemObject 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 # addRemoveButtons # \u2022 Optional addRemoveButtons : Partial\\< AddRemoveButtonsProps > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:61 className # \u2022 className : IClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:36 copyClassNameFromHeadCells # \u2022 Optional copyClassNameFromHeadCells : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:54 customizeHeader # \u2022 Optional customizeHeader : (placeholders: IHeaderPlaceholders , content: ReactNode) => Partial\\< IHeaderPlaceholders > | ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:48 customizeRemoveDialog # \u2022 Optional customizeRemoveDialog : (selectedItems: T[]) => Partial\\< ConfirmDialogParams > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:70 customizeTableRowProps # \u2022 Optional customizeTableRowProps : (item: T) => Partial\\< TableRowProps > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:60 dependentStores # \u2022 Optional dependentStores : ItemStore [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:38 detailsItem # \u2022 Optional detailsItem : T Defined in src/renderer/components/item-object-list/item-list-layout.tsx:66 filterItems # \u2022 Optional filterItems : ItemsFilter \\ [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:42 hasDetailsView # \u2022 Optional hasDetailsView : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:65 headerClassName # \u2022 Optional headerClassName : IClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:46 hideFilters # \u2022 Optional hideFilters : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:40 isClusterScoped # \u2022 Optional isClusterScoped : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:39 isReady # \u2022 Optional isReady : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:51 isSearchable # \u2022 Optional isSearchable : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:53 isSelectable # \u2022 Optional isSelectable : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:52 onDetails # \u2022 Optional onDetails : (item: T) => void Defined in src/renderer/components/item-object-list/item-list-layout.tsx:67 renderFooter # \u2022 Optional renderFooter : (parent: ItemListLayout ) => React.ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:71 renderHeaderTitle # \u2022 Optional renderHeaderTitle : ReactNode | (parent: ItemListLayout ) => ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:47 renderItemMenu # \u2022 Optional renderItemMenu : (item: T, store: ItemStore \\ ) => ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:59 renderTableContents # \u2022 renderTableContents : (item: T) => (ReactNode | TableCellProps )[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:58 renderTableHeader # \u2022 renderTableHeader : TableCellProps [] | null Defined in src/renderer/components/item-object-list/item-list-layout.tsx:57 searchFilters # \u2022 Optional searchFilters : SearchFilter \\ [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:41 showHeader # \u2022 Optional showHeader : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:45 sortingCallbacks # \u2022 Optional sortingCallbacks : { [sortBy:string]: TableSortCallback ; } Defined in src/renderer/components/item-object-list/item-list-layout.tsx:55 store # \u2022 store : ItemStore \\ Defined in src/renderer/components/item-object-list/item-list-layout.tsx:37 tableProps # \u2022 Optional tableProps : Partial\\< TableProps > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56 virtual # \u2022 Optional virtual : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#interface-itemlistlayoutprops","text":"","title":"Interface: ItemListLayoutProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#type-parameters","text":"Name Type Default T ItemObject ItemObject","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#hierarchy","text":"ItemListLayoutProps \u21b3 KubeObjectListLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#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/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#addremovebuttons","text":"\u2022 Optional addRemoveButtons : Partial\\< AddRemoveButtonsProps > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:61","title":"addRemoveButtons"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#classname","text":"\u2022 className : IClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:36","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#copyclassnamefromheadcells","text":"\u2022 Optional copyClassNameFromHeadCells : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:54","title":"copyClassNameFromHeadCells"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#customizeheader","text":"\u2022 Optional customizeHeader : (placeholders: IHeaderPlaceholders , content: ReactNode) => Partial\\< IHeaderPlaceholders > | ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:48","title":"customizeHeader"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#customizeremovedialog","text":"\u2022 Optional customizeRemoveDialog : (selectedItems: T[]) => Partial\\< ConfirmDialogParams > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:70","title":"customizeRemoveDialog"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#customizetablerowprops","text":"\u2022 Optional customizeTableRowProps : (item: T) => Partial\\< TableRowProps > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:60","title":"customizeTableRowProps"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#dependentstores","text":"\u2022 Optional dependentStores : ItemStore [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:38","title":"dependentStores"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#detailsitem","text":"\u2022 Optional detailsItem : T Defined in src/renderer/components/item-object-list/item-list-layout.tsx:66","title":"detailsItem"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#filteritems","text":"\u2022 Optional filterItems : ItemsFilter \\ [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:42","title":"filterItems"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#hasdetailsview","text":"\u2022 Optional hasDetailsView : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:65","title":"hasDetailsView"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#headerclassname","text":"\u2022 Optional headerClassName : IClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:46","title":"headerClassName"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#hidefilters","text":"\u2022 Optional hideFilters : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:40","title":"hideFilters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#isclusterscoped","text":"\u2022 Optional isClusterScoped : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:39","title":"isClusterScoped"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#isready","text":"\u2022 Optional isReady : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:51","title":"isReady"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#issearchable","text":"\u2022 Optional isSearchable : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:53","title":"isSearchable"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#isselectable","text":"\u2022 Optional isSelectable : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:52","title":"isSelectable"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#ondetails","text":"\u2022 Optional onDetails : (item: T) => void Defined in src/renderer/components/item-object-list/item-list-layout.tsx:67","title":"onDetails"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#renderfooter","text":"\u2022 Optional renderFooter : (parent: ItemListLayout ) => React.ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:71","title":"renderFooter"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#renderheadertitle","text":"\u2022 Optional renderHeaderTitle : ReactNode | (parent: ItemListLayout ) => ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:47","title":"renderHeaderTitle"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#renderitemmenu","text":"\u2022 Optional renderItemMenu : (item: T, store: ItemStore \\ ) => ReactNode Defined in src/renderer/components/item-object-list/item-list-layout.tsx:59","title":"renderItemMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#rendertablecontents","text":"\u2022 renderTableContents : (item: T) => (ReactNode | TableCellProps )[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:58","title":"renderTableContents"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#rendertableheader","text":"\u2022 renderTableHeader : TableCellProps [] | null Defined in src/renderer/components/item-object-list/item-list-layout.tsx:57","title":"renderTableHeader"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#searchfilters","text":"\u2022 Optional searchFilters : SearchFilter \\ [] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:41","title":"searchFilters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#showheader","text":"\u2022 Optional showHeader : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:45","title":"showHeader"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#sortingcallbacks","text":"\u2022 Optional sortingCallbacks : { [sortBy:string]: TableSortCallback ; } Defined in src/renderer/components/item-object-list/item-list-layout.tsx:55","title":"sortingCallbacks"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#store","text":"\u2022 store : ItemStore \\ Defined in src/renderer/components/item-object-list/item-list-layout.tsx:37","title":"store"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#tableprops","text":"\u2022 Optional tableProps : Partial\\< TableProps > Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56","title":"tableProps"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutprops/#virtual","text":"\u2022 Optional virtual : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62","title":"virtual"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/item-list-layout\" / ItemListLayoutUserSettings Interface: ItemListLayoutUserSettings # Hierarchy # ItemListLayoutUserSettings Index # Properties # showAppliedFilters Properties # showAppliedFilters # \u2022 Optional showAppliedFilters : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:87","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/#interface-itemlistlayoutusersettings","text":"","title":"Interface: ItemListLayoutUserSettings"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/#hierarchy","text":"ItemListLayoutUserSettings","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/#properties","text":"showAppliedFilters","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_item_list_layout_.itemlistlayoutusersettings/#showappliedfilters","text":"\u2022 Optional showAppliedFilters : boolean Defined in src/renderer/components/item-object-list/item-list-layout.tsx:87","title":"showAppliedFilters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters-list\" / Props Interface: Props # Hierarchy # Props Index # Properties # filters Properties # filters # \u2022 Optional filters : Filter [] Defined in src/renderer/components/item-object-list/page-filters-list.tsx:12","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/#hierarchy","text":"Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/#properties","text":"filters","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_list_.props/#filters","text":"\u2022 Optional filters : Filter [] Defined in src/renderer/components/item-object-list/page-filters-list.tsx:12","title":"filters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters-select\" / Props Interface: Props\\ # Type parameters # Name Default T any Hierarchy # SelectProps \u21b3 Props Index # Properties # allowCreateWhileLoading allowEmpty aria-label aria-labelledby autoConvertOptions autoFocus backspaceRemovesValue blurInputOnSelect captureMenuScroll className classNamePrefix closeMenuOnScroll closeMenuOnSelect components controlShouldRenderValue createOptionPosition defaultInputValue defaultMenuIsOpen defaultValue delimiter disableFilters 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 # allowCreateWhileLoading # \u2022 Optional allowCreateWhileLoading : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11 allowEmpty # \u2022 Optional allowEmpty : boolean Defined in src/renderer/components/item-object-list/page-filters-select.tsx:18 aria-label # \u2022 Optional aria-label : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58 aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60 autoConvertOptions # \u2022 Optional autoConvertOptions : boolean Inherited from SelectProps . autoConvertOptions Defined in src/renderer/components/select/select.tsx:30 autoFocus # \u2022 Optional autoFocus : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62 backspaceRemovesValue # \u2022 Optional backspaceRemovesValue : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64 blurInputOnSelect # \u2022 Optional blurInputOnSelect : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66 captureMenuScroll # \u2022 Optional captureMenuScroll : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68 className # \u2022 Optional className : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70 classNamePrefix # \u2022 Optional classNamePrefix : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72 closeMenuOnScroll # \u2022 Optional closeMenuOnScroll : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87 closeMenuOnSelect # \u2022 Optional closeMenuOnSelect : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74 components # \u2022 Optional components : SelectComponentsConfig\\ Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97 controlShouldRenderValue # \u2022 Optional controlShouldRenderValue : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99 createOptionPosition # \u2022 Optional createOptionPosition : \\\"first\\\" | \\\"last\\\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26 defaultInputValue # \u2022 Optional defaultInputValue : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207 defaultMenuIsOpen # \u2022 Optional defaultMenuIsOpen : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208 defaultValue # \u2022 Optional defaultValue : ValueType\\ Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209 delimiter # \u2022 Optional delimiter : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101 disableFilters # \u2022 Optional disableFilters : { [filterType:string]: boolean; } Defined in src/renderer/components/item-object-list/page-filters-select.tsx:19 escapeClearsValue # \u2022 Optional escapeClearsValue : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103 filterOption # \u2022 Optional filterOption : (option: Option, rawInput: string) => boolean | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105 formatCreateLabel # \u2022 Optional formatCreateLabel : (inputValue: string) => React.ReactNode Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14 formatGroupLabel # \u2022 Optional formatGroupLabel : formatGroupLabel \\ Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110 formatOptionLabel # \u2022 Optional formatOptionLabel : (option: T, labelMeta: FormatOptionLabelMeta\\ ) => React.ReactNode Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112 getNewOptionData # \u2022 Optional getNewOptionData : (inputValue: string, optionLabel: React.ReactNode) => T Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20 getOptionLabel # \u2022 Optional getOptionLabel : getOptionLabel \\ Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114 getOptionValue # \u2022 Optional getOptionValue : getOptionValue \\ Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116 hideSelectedOptions # \u2022 Optional hideSelectedOptions : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118 id # \u2022 Optional id : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120 inputId # \u2022 Optional inputId : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124 inputValue # \u2022 Optional inputValue : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122 instanceId # \u2022 Optional instanceId : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126 isClearable # \u2022 Optional isClearable : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128 isCreatable # \u2022 Optional isCreatable : boolean Inherited from SelectProps . isCreatable Defined in src/renderer/components/select/select.tsx:29 isDisabled # \u2022 Optional isDisabled : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130 isLoading # \u2022 Optional isLoading : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132 isMulti # \u2022 Optional isMulti : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138 isOptionDisabled # \u2022 Optional isOptionDisabled : (option: T, options: OptionsType\\ ) => boolean | false Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134 isOptionSelected # \u2022 Optional isOptionSelected : (option: T, options: OptionsType\\ ) => boolean Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136 isRtl # \u2022 Optional isRtl : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140 isSearchable # \u2022 Optional isSearchable : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142 isValidNewOption # \u2022 Optional isValidNewOption : (inputValue: string, value: ValueType\\ , options: OptionsType\\ ) => boolean Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17 loadingMessage # \u2022 Optional loadingMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144 maxMenuHeight # \u2022 Optional maxMenuHeight : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148 menuClass # \u2022 Optional menuClass : string Inherited from SelectProps . menuClass Defined in src/renderer/components/select/select.tsx:28 menuIsOpen # \u2022 Optional menuIsOpen : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150 menuPlacement # \u2022 Optional menuPlacement : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153 menuPortalTarget # \u2022 Optional menuPortalTarget : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157 menuPosition # \u2022 Optional menuPosition : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155 menuShouldBlockScroll # \u2022 Optional menuShouldBlockScroll : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159 menuShouldScrollIntoView # \u2022 Optional menuShouldScrollIntoView : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161 minMenuHeight # \u2022 Optional minMenuHeight : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146 name # \u2022 Optional name : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163 noOptionsMessage # \u2022 Optional noOptionsMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165 onBlur # \u2022 Optional onBlur : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167 onCreateOption # \u2022 Optional onCreateOption : (inputValue: string) => void Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24 onFocus # \u2022 Optional onFocus : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171 onInputChange # \u2022 Optional onInputChange : (newValue: string, actionMeta: InputActionMeta) => void Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175 onMenuClose # \u2022 Optional onMenuClose : () => void Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179 onMenuOpen # \u2022 Optional onMenuOpen : () => void Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177 onMenuScrollToBottom # \u2022 Optional onMenuScrollToBottom : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183 onMenuScrollToTop # \u2022 Optional onMenuScrollToTop : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181 openMenuOnClick # \u2022 Optional openMenuOnClick : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187 openMenuOnFocus # \u2022 Optional openMenuOnFocus : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185 options # \u2022 Optional options : GroupedOptionsType\\ | OptionsType\\ Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189 pageSize # \u2022 Optional pageSize : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191 placeholder # \u2022 Optional placeholder : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193 screenReaderStatus # \u2022 Optional screenReaderStatus : (obj: { count: number }) => string Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195 styles # \u2022 Optional styles : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197 tabIndex # \u2022 Optional tabIndex : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201 tabSelectsValue # \u2022 Optional tabSelectsValue : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203 theme # \u2022 Optional theme : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199 themeName # \u2022 Optional themeName : \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Inherited from SelectProps . themeName Defined in src/renderer/components/select/select.tsx:27 value # \u2022 Optional value : T Inherited from SelectProps . value Overrides void Defined in src/renderer/components/select/select.tsx:26 Methods # onChange # \u25b8 Optional onChange ( option : T, meta? : ActionMeta\\ ): void Inherited from SelectProps . onChange Overrides void Defined in src/renderer/components/select/select.tsx:31 Parameters: Name Type option T meta? ActionMeta\\ Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#interface-props","text":"","title":"Interface: Props\\"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#hierarchy","text":"SelectProps \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#properties","text":"allowCreateWhileLoading allowEmpty aria-label aria-labelledby autoConvertOptions autoFocus backspaceRemovesValue blurInputOnSelect captureMenuScroll className classNamePrefix closeMenuOnScroll closeMenuOnSelect components controlShouldRenderValue createOptionPosition defaultInputValue defaultMenuIsOpen defaultValue delimiter disableFilters 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/_src_renderer_components_item_object_list_page_filters_select_.props/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#allowcreatewhileloading","text":"\u2022 Optional allowCreateWhileLoading : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11","title":"allowCreateWhileLoading"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#allowempty","text":"\u2022 Optional allowEmpty : boolean Defined in src/renderer/components/item-object-list/page-filters-select.tsx:18","title":"allowEmpty"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#aria-label","text":"\u2022 Optional aria-label : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58","title":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60","title":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#autoconvertoptions","text":"\u2022 Optional autoConvertOptions : boolean Inherited from SelectProps . autoConvertOptions Defined in src/renderer/components/select/select.tsx:30","title":"autoConvertOptions"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#backspaceremovesvalue","text":"\u2022 Optional backspaceRemovesValue : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64","title":"backspaceRemovesValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#blurinputonselect","text":"\u2022 Optional blurInputOnSelect : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66","title":"blurInputOnSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#capturemenuscroll","text":"\u2022 Optional captureMenuScroll : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68","title":"captureMenuScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#classname","text":"\u2022 Optional className : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#classnameprefix","text":"\u2022 Optional classNamePrefix : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72","title":"classNamePrefix"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#closemenuonscroll","text":"\u2022 Optional closeMenuOnScroll : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87","title":"closeMenuOnScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#closemenuonselect","text":"\u2022 Optional closeMenuOnSelect : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74","title":"closeMenuOnSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#components","text":"\u2022 Optional components : SelectComponentsConfig\\ Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97","title":"components"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#controlshouldrendervalue","text":"\u2022 Optional controlShouldRenderValue : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99","title":"controlShouldRenderValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#createoptionposition","text":"\u2022 Optional createOptionPosition : \\\"first\\\" | \\\"last\\\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26","title":"createOptionPosition"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#defaultinputvalue","text":"\u2022 Optional defaultInputValue : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207","title":"defaultInputValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#defaultmenuisopen","text":"\u2022 Optional defaultMenuIsOpen : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208","title":"defaultMenuIsOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#defaultvalue","text":"\u2022 Optional defaultValue : ValueType\\ Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#delimiter","text":"\u2022 Optional delimiter : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101","title":"delimiter"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#disablefilters","text":"\u2022 Optional disableFilters : { [filterType:string]: boolean; } Defined in src/renderer/components/item-object-list/page-filters-select.tsx:19","title":"disableFilters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#escapeclearsvalue","text":"\u2022 Optional escapeClearsValue : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103","title":"escapeClearsValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#filteroption","text":"\u2022 Optional filterOption : (option: Option, rawInput: string) => boolean | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105","title":"filterOption"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#formatcreatelabel","text":"\u2022 Optional formatCreateLabel : (inputValue: string) => React.ReactNode Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14","title":"formatCreateLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#formatgrouplabel","text":"\u2022 Optional formatGroupLabel : formatGroupLabel \\ Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110","title":"formatGroupLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#formatoptionlabel","text":"\u2022 Optional formatOptionLabel : (option: T, labelMeta: FormatOptionLabelMeta\\ ) => React.ReactNode Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112","title":"formatOptionLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#getnewoptiondata","text":"\u2022 Optional getNewOptionData : (inputValue: string, optionLabel: React.ReactNode) => T Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20","title":"getNewOptionData"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#getoptionlabel","text":"\u2022 Optional getOptionLabel : getOptionLabel \\ Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114","title":"getOptionLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#getoptionvalue","text":"\u2022 Optional getOptionValue : getOptionValue \\ Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116","title":"getOptionValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#hideselectedoptions","text":"\u2022 Optional hideSelectedOptions : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118","title":"hideSelectedOptions"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#id","text":"\u2022 Optional id : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#inputid","text":"\u2022 Optional inputId : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124","title":"inputId"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#inputvalue","text":"\u2022 Optional inputValue : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122","title":"inputValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#instanceid","text":"\u2022 Optional instanceId : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126","title":"instanceId"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#isclearable","text":"\u2022 Optional isClearable : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128","title":"isClearable"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#iscreatable","text":"\u2022 Optional isCreatable : boolean Inherited from SelectProps . isCreatable Defined in src/renderer/components/select/select.tsx:29","title":"isCreatable"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#isdisabled","text":"\u2022 Optional isDisabled : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130","title":"isDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#isloading","text":"\u2022 Optional isLoading : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132","title":"isLoading"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#ismulti","text":"\u2022 Optional isMulti : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138","title":"isMulti"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#isoptiondisabled","text":"\u2022 Optional isOptionDisabled : (option: T, options: OptionsType\\ ) => boolean | false Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134","title":"isOptionDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#isoptionselected","text":"\u2022 Optional isOptionSelected : (option: T, options: OptionsType\\ ) => boolean Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136","title":"isOptionSelected"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#isrtl","text":"\u2022 Optional isRtl : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140","title":"isRtl"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#issearchable","text":"\u2022 Optional isSearchable : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142","title":"isSearchable"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#isvalidnewoption","text":"\u2022 Optional isValidNewOption : (inputValue: string, value: ValueType\\ , options: OptionsType\\ ) => boolean Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17","title":"isValidNewOption"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#loadingmessage","text":"\u2022 Optional loadingMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144","title":"loadingMessage"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#maxmenuheight","text":"\u2022 Optional maxMenuHeight : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148","title":"maxMenuHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#menuclass","text":"\u2022 Optional menuClass : string Inherited from SelectProps . menuClass Defined in src/renderer/components/select/select.tsx:28","title":"menuClass"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#menuisopen","text":"\u2022 Optional menuIsOpen : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150","title":"menuIsOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#menuplacement","text":"\u2022 Optional menuPlacement : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153","title":"menuPlacement"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#menuportaltarget","text":"\u2022 Optional menuPortalTarget : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157","title":"menuPortalTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#menuposition","text":"\u2022 Optional menuPosition : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155","title":"menuPosition"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#menushouldblockscroll","text":"\u2022 Optional menuShouldBlockScroll : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159","title":"menuShouldBlockScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#menushouldscrollintoview","text":"\u2022 Optional menuShouldScrollIntoView : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161","title":"menuShouldScrollIntoView"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#minmenuheight","text":"\u2022 Optional minMenuHeight : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146","title":"minMenuHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#name","text":"\u2022 Optional name : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#nooptionsmessage","text":"\u2022 Optional noOptionsMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165","title":"noOptionsMessage"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#oncreateoption","text":"\u2022 Optional onCreateOption : (inputValue: string) => void Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24","title":"onCreateOption"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#oninputchange","text":"\u2022 Optional onInputChange : (newValue: string, actionMeta: InputActionMeta) => void Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173","title":"onInputChange"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onmenuclose","text":"\u2022 Optional onMenuClose : () => void Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179","title":"onMenuClose"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onmenuopen","text":"\u2022 Optional onMenuOpen : () => void Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177","title":"onMenuOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onmenuscrolltobottom","text":"\u2022 Optional onMenuScrollToBottom : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183","title":"onMenuScrollToBottom"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onmenuscrolltotop","text":"\u2022 Optional onMenuScrollToTop : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181","title":"onMenuScrollToTop"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#openmenuonclick","text":"\u2022 Optional openMenuOnClick : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187","title":"openMenuOnClick"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#openmenuonfocus","text":"\u2022 Optional openMenuOnFocus : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185","title":"openMenuOnFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#options","text":"\u2022 Optional options : GroupedOptionsType\\ | OptionsType\\ Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189","title":"options"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#pagesize","text":"\u2022 Optional pageSize : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191","title":"pageSize"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#placeholder","text":"\u2022 Optional placeholder : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#screenreaderstatus","text":"\u2022 Optional screenReaderStatus : (obj: { count: number }) => string Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195","title":"screenReaderStatus"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#styles","text":"\u2022 Optional styles : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197","title":"styles"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#tabindex","text":"\u2022 Optional tabIndex : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#tabselectsvalue","text":"\u2022 Optional tabSelectsValue : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203","title":"tabSelectsValue"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#theme","text":"\u2022 Optional theme : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199","title":"theme"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#themename","text":"\u2022 Optional themeName : \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Inherited from SelectProps . themeName Defined in src/renderer/components/select/select.tsx:27","title":"themeName"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#value","text":"\u2022 Optional value : T Inherited from SelectProps . value Overrides void Defined in src/renderer/components/select/select.tsx:26","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.props/#onchange","text":"\u25b8 Optional onChange ( option : T, meta? : ActionMeta\\ ): void Inherited from SelectProps . onChange Overrides void Defined in src/renderer/components/select/select.tsx:31","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters-select\" / SelectOptionFilter Interface: SelectOptionFilter\\ # Type parameters # Name Default T any Hierarchy # SelectOption \u21b3 SelectOptionFilter Index # Properties # label selected type value Properties # label # \u2022 Optional label : React.ReactNode Inherited from SelectOption . label Defined in src/renderer/components/select/select.tsx:22 selected # \u2022 Optional selected : boolean Defined in src/renderer/components/item-object-list/page-filters-select.tsx:14 type # \u2022 type : FilterType Defined in src/renderer/components/item-object-list/page-filters-select.tsx:13 value # \u2022 value : T Inherited from SelectOption . value Defined in src/renderer/components/select/select.tsx:21","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#interface-selectoptionfilter","text":"","title":"Interface: SelectOptionFilter\\"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#hierarchy","text":"SelectOption \u21b3 SelectOptionFilter","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#properties","text":"label selected type value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#label","text":"\u2022 Optional label : React.ReactNode Inherited from SelectOption . label Defined in src/renderer/components/select/select.tsx:22","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#selected","text":"\u2022 Optional selected : boolean Defined in src/renderer/components/item-object-list/page-filters-select.tsx:14","title":"selected"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#type","text":"\u2022 type : FilterType Defined in src/renderer/components/item-object-list/page-filters-select.tsx:13","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_select_.selectoptionfilter/#value","text":"\u2022 value : T Inherited from SelectOption . value Defined in src/renderer/components/select/select.tsx:21","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters.store\" / Filter Interface: Filter # Hierarchy # Filter Index # Properties # type value Properties # type # \u2022 type : FilterType Defined in src/renderer/components/item-object-list/page-filters.store.ts:12 value # \u2022 value : string Defined in src/renderer/components/item-object-list/page-filters.store.ts:13","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/#interface-filter","text":"","title":"Interface: Filter"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/#hierarchy","text":"Filter","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/#properties","text":"type value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/#type","text":"\u2022 type : FilterType Defined in src/renderer/components/item-object-list/page-filters.store.ts:12","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_item_object_list_page_filters_store_.filter/#value","text":"\u2022 value : string Defined in src/renderer/components/item-object-list/page-filters.store.ts:13","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-details\" / KubeObjectDetailsProps Interface: KubeObjectDetailsProps\\ # Type parameters # Name Default T KubeObject Hierarchy # KubeObjectDetailsProps \u21b3 Props \u21b3 Props Index # Properties # className object Properties # className # \u2022 Optional 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#interface-kubeobjectdetailsprops","text":"","title":"Interface: KubeObjectDetailsProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#type-parameters","text":"Name Default T KubeObject","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#hierarchy","text":"KubeObjectDetailsProps \u21b3 Props \u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#properties","text":"className object","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/kube-object/kube-object-details.tsx:18","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_details_.kubeobjectdetailsprops/#object","text":"\u2022 object : T Defined in src/renderer/components/kube-object/kube-object-details.tsx:19","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-list-layout\" / KubeObjectListLayoutProps Interface: KubeObjectListLayoutProps\\ # Type parameters # Name Type Default T ItemObject 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 # addRemoveButtons # \u2022 Optional addRemoveButtons : Partial\\< AddRemoveButtonsProps > Inherited from ItemListLayoutProps . addRemoveButtons Defined in src/renderer/components/item-object-list/item-list-layout.tsx:61 className # \u2022 className : IClassName Inherited from ItemListLayoutProps . className Defined in src/renderer/components/item-object-list/item-list-layout.tsx:36 copyClassNameFromHeadCells # \u2022 Optional copyClassNameFromHeadCells : boolean Inherited from ItemListLayoutProps . copyClassNameFromHeadCells Defined in src/renderer/components/item-object-list/item-list-layout.tsx:54 customizeHeader # \u2022 Optional customizeHeader : (placeholders: IHeaderPlaceholders , content: ReactNode) => Partial\\< IHeaderPlaceholders > | ReactNode Inherited from ItemListLayoutProps . customizeHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:48 customizeRemoveDialog # \u2022 Optional customizeRemoveDialog : (selectedItems: T[]) => Partial\\< ConfirmDialogParams > Inherited from ItemListLayoutProps . customizeRemoveDialog Defined in src/renderer/components/item-object-list/item-list-layout.tsx:70 customizeTableRowProps # \u2022 Optional customizeTableRowProps : (item: T) => Partial\\< TableRowProps > Inherited from ItemListLayoutProps . customizeTableRowProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:60 dependentStores # \u2022 Optional dependentStores : ItemStore [] Inherited from ItemListLayoutProps . dependentStores Defined in src/renderer/components/item-object-list/item-list-layout.tsx:38 detailsItem # \u2022 Optional detailsItem : T Inherited from ItemListLayoutProps . detailsItem Defined in src/renderer/components/item-object-list/item-list-layout.tsx:66 filterItems # \u2022 Optional filterItems : ItemsFilter \\ [] Inherited from ItemListLayoutProps . filterItems Defined in src/renderer/components/item-object-list/item-list-layout.tsx:42 hasDetailsView # \u2022 Optional hasDetailsView : boolean Inherited from ItemListLayoutProps . hasDetailsView Defined in src/renderer/components/item-object-list/item-list-layout.tsx:65 headerClassName # \u2022 Optional headerClassName : IClassName Inherited from ItemListLayoutProps . headerClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:46 hideFilters # \u2022 Optional hideFilters : boolean Inherited from ItemListLayoutProps . hideFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:40 isClusterScoped # \u2022 Optional isClusterScoped : boolean Inherited from ItemListLayoutProps . isClusterScoped Defined in src/renderer/components/item-object-list/item-list-layout.tsx:39 isReady # \u2022 Optional isReady : boolean Inherited from ItemListLayoutProps . isReady Defined in src/renderer/components/item-object-list/item-list-layout.tsx:51 isSearchable # \u2022 Optional isSearchable : boolean Inherited from ItemListLayoutProps . isSearchable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:53 isSelectable # \u2022 Optional isSelectable : boolean Inherited from ItemListLayoutProps . isSelectable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:52 onDetails # \u2022 Optional onDetails : (item: T) => void Inherited from ItemListLayoutProps . onDetails Defined in src/renderer/components/item-object-list/item-list-layout.tsx:67 renderFooter # \u2022 Optional renderFooter : (parent: ItemListLayout ) => React.ReactNode Inherited from ItemListLayoutProps . renderFooter Defined in src/renderer/components/item-object-list/item-list-layout.tsx:71 renderHeaderTitle # \u2022 Optional renderHeaderTitle : ReactNode | (parent: ItemListLayout ) => ReactNode Inherited from ItemListLayoutProps . renderHeaderTitle Defined in src/renderer/components/item-object-list/item-list-layout.tsx:47 renderItemMenu # \u2022 Optional renderItemMenu : (item: T, store: ItemStore \\ ) => ReactNode Inherited from ItemListLayoutProps . renderItemMenu Defined in src/renderer/components/item-object-list/item-list-layout.tsx:59 renderTableContents # \u2022 renderTableContents : (item: T) => (ReactNode | TableCellProps )[] Inherited from ItemListLayoutProps . renderTableContents Defined in src/renderer/components/item-object-list/item-list-layout.tsx:58 renderTableHeader # \u2022 renderTableHeader : TableCellProps [] | null Inherited from ItemListLayoutProps . renderTableHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:57 searchFilters # \u2022 Optional searchFilters : SearchFilter \\ [] Inherited from ItemListLayoutProps . searchFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:41 showHeader # \u2022 Optional showHeader : boolean Inherited from ItemListLayoutProps . showHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:45 sortingCallbacks # \u2022 Optional sortingCallbacks : { [sortBy:string]: TableSortCallback ; } Inherited from ItemListLayoutProps . sortingCallbacks Defined in src/renderer/components/item-object-list/item-list-layout.tsx:55 store # \u2022 store : KubeObjectStore Overrides ItemListLayoutProps . store Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:12 tableProps # \u2022 Optional tableProps : Partial\\< TableProps > Inherited from ItemListLayoutProps . tableProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56 virtual # \u2022 Optional virtual : boolean Inherited from ItemListLayoutProps . virtual Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#interface-kubeobjectlistlayoutprops","text":"","title":"Interface: KubeObjectListLayoutProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#type-parameters","text":"Name Type Default T ItemObject ItemObject","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#hierarchy","text":"ItemListLayoutProps \u21b3 KubeObjectListLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.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/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#addremovebuttons","text":"\u2022 Optional addRemoveButtons : Partial\\< AddRemoveButtonsProps > Inherited from ItemListLayoutProps . addRemoveButtons Defined in src/renderer/components/item-object-list/item-list-layout.tsx:61","title":"addRemoveButtons"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#classname","text":"\u2022 className : IClassName Inherited from ItemListLayoutProps . className Defined in src/renderer/components/item-object-list/item-list-layout.tsx:36","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#copyclassnamefromheadcells","text":"\u2022 Optional copyClassNameFromHeadCells : boolean Inherited from ItemListLayoutProps . copyClassNameFromHeadCells Defined in src/renderer/components/item-object-list/item-list-layout.tsx:54","title":"copyClassNameFromHeadCells"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#customizeheader","text":"\u2022 Optional customizeHeader : (placeholders: IHeaderPlaceholders , content: ReactNode) => Partial\\< IHeaderPlaceholders > | ReactNode Inherited from ItemListLayoutProps . customizeHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:48","title":"customizeHeader"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#customizeremovedialog","text":"\u2022 Optional customizeRemoveDialog : (selectedItems: T[]) => Partial\\< ConfirmDialogParams > Inherited from ItemListLayoutProps . customizeRemoveDialog Defined in src/renderer/components/item-object-list/item-list-layout.tsx:70","title":"customizeRemoveDialog"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#customizetablerowprops","text":"\u2022 Optional customizeTableRowProps : (item: T) => Partial\\< TableRowProps > Inherited from ItemListLayoutProps . customizeTableRowProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:60","title":"customizeTableRowProps"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#dependentstores","text":"\u2022 Optional dependentStores : ItemStore [] Inherited from ItemListLayoutProps . dependentStores Defined in src/renderer/components/item-object-list/item-list-layout.tsx:38","title":"dependentStores"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#detailsitem","text":"\u2022 Optional detailsItem : T Inherited from ItemListLayoutProps . detailsItem Defined in src/renderer/components/item-object-list/item-list-layout.tsx:66","title":"detailsItem"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#filteritems","text":"\u2022 Optional filterItems : ItemsFilter \\ [] Inherited from ItemListLayoutProps . filterItems Defined in src/renderer/components/item-object-list/item-list-layout.tsx:42","title":"filterItems"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#hasdetailsview","text":"\u2022 Optional hasDetailsView : boolean Inherited from ItemListLayoutProps . hasDetailsView Defined in src/renderer/components/item-object-list/item-list-layout.tsx:65","title":"hasDetailsView"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#headerclassname","text":"\u2022 Optional headerClassName : IClassName Inherited from ItemListLayoutProps . headerClassName Defined in src/renderer/components/item-object-list/item-list-layout.tsx:46","title":"headerClassName"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#hidefilters","text":"\u2022 Optional hideFilters : boolean Inherited from ItemListLayoutProps . hideFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:40","title":"hideFilters"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#isclusterscoped","text":"\u2022 Optional isClusterScoped : boolean Inherited from ItemListLayoutProps . isClusterScoped Defined in src/renderer/components/item-object-list/item-list-layout.tsx:39","title":"isClusterScoped"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#isready","text":"\u2022 Optional isReady : boolean Inherited from ItemListLayoutProps . isReady Defined in src/renderer/components/item-object-list/item-list-layout.tsx:51","title":"isReady"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#issearchable","text":"\u2022 Optional isSearchable : boolean Inherited from ItemListLayoutProps . isSearchable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:53","title":"isSearchable"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#isselectable","text":"\u2022 Optional isSelectable : boolean Inherited from ItemListLayoutProps . isSelectable Defined in src/renderer/components/item-object-list/item-list-layout.tsx:52","title":"isSelectable"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#ondetails","text":"\u2022 Optional onDetails : (item: T) => void Inherited from ItemListLayoutProps . onDetails Defined in src/renderer/components/item-object-list/item-list-layout.tsx:67","title":"onDetails"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#renderfooter","text":"\u2022 Optional renderFooter : (parent: ItemListLayout ) => React.ReactNode Inherited from ItemListLayoutProps . renderFooter Defined in src/renderer/components/item-object-list/item-list-layout.tsx:71","title":"renderFooter"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#renderheadertitle","text":"\u2022 Optional renderHeaderTitle : ReactNode | (parent: ItemListLayout ) => ReactNode Inherited from ItemListLayoutProps . renderHeaderTitle Defined in src/renderer/components/item-object-list/item-list-layout.tsx:47","title":"renderHeaderTitle"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#renderitemmenu","text":"\u2022 Optional renderItemMenu : (item: T, store: ItemStore \\ ) => ReactNode Inherited from ItemListLayoutProps . renderItemMenu Defined in src/renderer/components/item-object-list/item-list-layout.tsx:59","title":"renderItemMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#rendertablecontents","text":"\u2022 renderTableContents : (item: T) => (ReactNode | TableCellProps )[] Inherited from ItemListLayoutProps . renderTableContents Defined in src/renderer/components/item-object-list/item-list-layout.tsx:58","title":"renderTableContents"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#rendertableheader","text":"\u2022 renderTableHeader : TableCellProps [] | null Inherited from ItemListLayoutProps . renderTableHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:57","title":"renderTableHeader"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#searchfilters","text":"\u2022 Optional searchFilters : SearchFilter \\ [] Inherited from ItemListLayoutProps . searchFilters Defined in src/renderer/components/item-object-list/item-list-layout.tsx:41","title":"searchFilters"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#showheader","text":"\u2022 Optional showHeader : boolean Inherited from ItemListLayoutProps . showHeader Defined in src/renderer/components/item-object-list/item-list-layout.tsx:45","title":"showHeader"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#sortingcallbacks","text":"\u2022 Optional sortingCallbacks : { [sortBy:string]: TableSortCallback ; } Inherited from ItemListLayoutProps . sortingCallbacks Defined in src/renderer/components/item-object-list/item-list-layout.tsx:55","title":"sortingCallbacks"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#store","text":"\u2022 store : KubeObjectStore Overrides ItemListLayoutProps . store Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:12","title":"store"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#tableprops","text":"\u2022 Optional tableProps : Partial\\< TableProps > Inherited from ItemListLayoutProps . tableProps Defined in src/renderer/components/item-object-list/item-list-layout.tsx:56","title":"tableProps"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_list_layout_.kubeobjectlistlayoutprops/#virtual","text":"\u2022 Optional virtual : boolean Inherited from ItemListLayoutProps . virtual Defined in src/renderer/components/item-object-list/item-list-layout.tsx:62","title":"virtual"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-menu\" / KubeObjectMenuProps Interface: KubeObjectMenuProps\\ # Type parameters # Name Type Default T KubeObject any Hierarchy # MenuActionsProps \u21b3 KubeObjectMenuProps Index # Properties # className editable object removable removeConfirmationMessage toolbar triggerIcon Methods # removeAction updateAction Properties # className # \u2022 Optional className : string Inherited from MenuActionsProps . className Defined in src/renderer/components/menu/menu-actions.tsx:16 editable # \u2022 Optional 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 removable # \u2022 Optional removable : boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:14 removeConfirmationMessage # \u2022 Optional removeConfirmationMessage : React.ReactNode | () => React.ReactNode Inherited from MenuActionsProps . removeConfirmationMessage Defined in src/renderer/components/menu/menu-actions.tsx:19 toolbar # \u2022 Optional toolbar : boolean Inherited from MenuActionsProps . toolbar Defined in src/renderer/components/menu/menu-actions.tsx:17 triggerIcon # \u2022 Optional triggerIcon : string | IconProps | React.ReactNode Inherited from MenuActionsProps . triggerIcon Defined in src/renderer/components/menu/menu-actions.tsx:18 Methods # removeAction # \u25b8 Optional removeAction (): void Inherited from MenuActionsProps . removeAction Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void updateAction # \u25b8 Optional updateAction (): void Inherited from MenuActionsProps . updateAction Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#interface-kubeobjectmenuprops","text":"","title":"Interface: KubeObjectMenuProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#type-parameters","text":"Name Type Default T KubeObject any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#hierarchy","text":"MenuActionsProps \u21b3 KubeObjectMenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#properties","text":"className editable object removable removeConfirmationMessage toolbar triggerIcon","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#methods","text":"removeAction updateAction","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#classname","text":"\u2022 Optional className : string Inherited from MenuActionsProps . className Defined in src/renderer/components/menu/menu-actions.tsx:16","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#editable","text":"\u2022 Optional editable : boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:13","title":"editable"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#object","text":"\u2022 object : T Defined in src/renderer/components/kube-object/kube-object-menu.tsx:12","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#removable","text":"\u2022 Optional removable : boolean Defined in src/renderer/components/kube-object/kube-object-menu.tsx:14","title":"removable"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#removeconfirmationmessage","text":"\u2022 Optional removeConfirmationMessage : React.ReactNode | () => React.ReactNode Inherited from MenuActionsProps . removeConfirmationMessage Defined in src/renderer/components/menu/menu-actions.tsx:19","title":"removeConfirmationMessage"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#toolbar","text":"\u2022 Optional toolbar : boolean Inherited from MenuActionsProps . toolbar Defined in src/renderer/components/menu/menu-actions.tsx:17","title":"toolbar"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#triggericon","text":"\u2022 Optional triggerIcon : string | IconProps | React.ReactNode Inherited from MenuActionsProps . triggerIcon Defined in src/renderer/components/menu/menu-actions.tsx:18","title":"triggerIcon"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#removeaction","text":"\u25b8 Optional removeAction (): void Inherited from MenuActionsProps . removeAction Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void","title":"removeAction"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_menu_.kubeobjectmenuprops/#updateaction","text":"\u25b8 Optional updateAction (): void Inherited from MenuActionsProps . updateAction Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"updateAction"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-meta\" / KubeObjectMetaProps Interface: KubeObjectMetaProps # Hierarchy # KubeObjectMetaProps Index # Properties # hideFields object Properties # hideFields # \u2022 Optional hideFields : IKubeMetaField [] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:11 object # \u2022 object : KubeObject Defined in src/renderer/components/kube-object/kube-object-meta.tsx:10","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/#interface-kubeobjectmetaprops","text":"","title":"Interface: KubeObjectMetaProps"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/#hierarchy","text":"KubeObjectMetaProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/#properties","text":"hideFields object","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/#hidefields","text":"\u2022 Optional hideFields : IKubeMetaField [] Defined in src/renderer/components/kube-object/kube-object-meta.tsx:11","title":"hideFields"},{"location":"extensions/api/interfaces/_src_renderer_components_kube_object_kube_object_meta_.kubeobjectmetaprops/#object","text":"\u2022 object : KubeObject Defined in src/renderer/components/kube-object/kube-object-meta.tsx:10","title":"object"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/page-layout\" / PageLayoutProps Interface: PageLayoutProps # Hierarchy # DOMAttributes\\ \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 # back # \u2022 Optional back : (evt: MouseEvent | KeyboardEvent) => void Defined in src/renderer/components/layout/page-layout.tsx:17 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : IClassName Defined in src/renderer/components/layout/page-layout.tsx:10 contentClass # \u2022 Optional contentClass : IClassName Defined in src/renderer/components/layout/page-layout.tsx:13 contentGaps # \u2022 Optional contentGaps : boolean Defined in src/renderer/components/layout/page-layout.tsx:15 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string header # \u2022 header : React.ReactNode Defined in src/renderer/components/layout/page-layout.tsx:11 headerClass # \u2022 Optional headerClass : IClassName Defined in src/renderer/components/layout/page-layout.tsx:12 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 provideBackButtonNavigation # \u2022 Optional provideBackButtonNavigation : boolean Defined in src/renderer/components/layout/page-layout.tsx:14 showOnTop # \u2022 Optional showOnTop : boolean Defined in src/renderer/components/layout/page-layout.tsx:16","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#interface-pagelayoutprops","text":"","title":"Interface: PageLayoutProps"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#hierarchy","text":"DOMAttributes\\ \u21b3 PageLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.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/_src_renderer_components_layout_page_layout_.pagelayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#back","text":"\u2022 Optional back : (evt: MouseEvent | KeyboardEvent) => void Defined in src/renderer/components/layout/page-layout.tsx:17","title":"back"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#classname","text":"\u2022 Optional className : IClassName Defined in src/renderer/components/layout/page-layout.tsx:10","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#contentclass","text":"\u2022 Optional contentClass : IClassName Defined in src/renderer/components/layout/page-layout.tsx:13","title":"contentClass"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#contentgaps","text":"\u2022 Optional contentGaps : boolean Defined in src/renderer/components/layout/page-layout.tsx:15","title":"contentGaps"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#header","text":"\u2022 header : React.ReactNode Defined in src/renderer/components/layout/page-layout.tsx:11","title":"header"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#headerclass","text":"\u2022 Optional headerClass : IClassName Defined in src/renderer/components/layout/page-layout.tsx:12","title":"headerClass"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#providebackbuttonnavigation","text":"\u2022 Optional provideBackButtonNavigation : boolean Defined in src/renderer/components/layout/page-layout.tsx:14","title":"provideBackButtonNavigation"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_page_layout_.pagelayoutprops/#showontop","text":"\u2022 Optional showOnTop : boolean Defined in src/renderer/components/layout/page-layout.tsx:16","title":"showOnTop"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/tab-layout\" / TabLayoutProps 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 className # \u2022 Optional className : any Defined in src/renderer/components/layout/tab-layout.tsx:17 contentClass # \u2022 Optional contentClass : string Defined in src/renderer/components/layout/tab-layout.tsx:19 tabs # \u2022 Optional tabs : TabRoute [] Defined in src/renderer/components/layout/tab-layout.tsx:18","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#interface-tablayoutprops","text":"","title":"Interface: TabLayoutProps"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#hierarchy","text":"TabLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#properties","text":"children className contentClass tabs","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#children","text":"\u2022 children : ReactNode Defined in src/renderer/components/layout/tab-layout.tsx:16","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#classname","text":"\u2022 Optional className : any Defined in src/renderer/components/layout/tab-layout.tsx:17","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#contentclass","text":"\u2022 Optional contentClass : string Defined in src/renderer/components/layout/tab-layout.tsx:19","title":"contentClass"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tablayoutprops/#tabs","text":"\u2022 Optional tabs : TabRoute [] Defined in src/renderer/components/layout/tab-layout.tsx:18","title":"tabs"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/tab-layout\" / TabRoute Interface: TabRoute # Hierarchy # RouteProps \u21b3 TabRoute Index # Properties # children component exact location path render sensitive strict title url Properties # children # \u2022 Optional children : (props: RouteChildrenProps\\ ) => React.ReactNode | React.ReactNode Inherited from TabRoute . children Defined in node_modules/@types/react-router/index.d.ts:91 component # \u2022 Optional component : React.ComponentType\\ > | React.ComponentType\\ Inherited from TabRoute . component Defined in node_modules/@types/react-router/index.d.ts:89 exact # \u2022 Optional exact : boolean Inherited from TabRoute . exact Defined in node_modules/@types/react-router/index.d.ts:93 location # \u2022 Optional location : Location Inherited from TabRoute . location Defined in node_modules/@types/react-router/index.d.ts:88 path # \u2022 Optional path : string | string[] Inherited from TabRoute . path Defined in node_modules/@types/react-router/index.d.ts:92 render # \u2022 Optional render : (props: RouteComponentProps\\ ) => React.ReactNode Inherited from TabRoute . render Defined in node_modules/@types/react-router/index.d.ts:90 sensitive # \u2022 Optional sensitive : boolean Inherited from TabRoute . sensitive Defined in node_modules/@types/react-router/index.d.ts:94 strict # \u2022 Optional strict : boolean Inherited from TabRoute . 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#interface-tabroute","text":"","title":"Interface: TabRoute"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#hierarchy","text":"RouteProps \u21b3 TabRoute","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#properties","text":"children component exact location path render sensitive strict title url","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#children","text":"\u2022 Optional children : (props: RouteChildrenProps\\ ) => React.ReactNode | React.ReactNode Inherited from TabRoute . children Defined in node_modules/@types/react-router/index.d.ts:91","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#component","text":"\u2022 Optional component : React.ComponentType\\ > | React.ComponentType\\ Inherited from TabRoute . component Defined in node_modules/@types/react-router/index.d.ts:89","title":"component"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#exact","text":"\u2022 Optional exact : boolean Inherited from TabRoute . exact Defined in node_modules/@types/react-router/index.d.ts:93","title":"exact"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#location","text":"\u2022 Optional location : Location Inherited from TabRoute . location Defined in node_modules/@types/react-router/index.d.ts:88","title":"location"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#path","text":"\u2022 Optional path : string | string[] Inherited from TabRoute . path Defined in node_modules/@types/react-router/index.d.ts:92","title":"path"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#render","text":"\u2022 Optional render : (props: RouteComponentProps\\ ) => React.ReactNode Inherited from TabRoute . render Defined in node_modules/@types/react-router/index.d.ts:90","title":"render"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#sensitive","text":"\u2022 Optional sensitive : boolean Inherited from TabRoute . sensitive Defined in node_modules/@types/react-router/index.d.ts:94","title":"sensitive"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#strict","text":"\u2022 Optional strict : boolean Inherited from TabRoute . strict Defined in node_modules/@types/react-router/index.d.ts:95","title":"strict"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#title","text":"\u2022 title : React.ReactNode Defined in src/renderer/components/layout/tab-layout.tsx:11","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_tab_layout_.tabroute/#url","text":"\u2022 url : string Defined in src/renderer/components/layout/tab-layout.tsx:12","title":"url"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/wizard-layout\" / WizardLayoutProps Interface: WizardLayoutProps # Hierarchy # DOMAttributes\\ \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 # centered # \u2022 Optional centered : boolean Defined in src/renderer/components/layout/wizard-layout.tsx:13 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:7 contentClass # \u2022 Optional contentClass : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:10 contentProps # \u2022 Optional contentProps : DOMAttributes\\ Defined in src/renderer/components/layout/wizard-layout.tsx:14 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string header # \u2022 Optional header : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:8 headerClass # \u2022 Optional headerClass : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:9 infoPanel # \u2022 Optional infoPanel : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:12 infoPanelClass # \u2022 Optional infoPanelClass : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:11 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#interface-wizardlayoutprops","text":"","title":"Interface: WizardLayoutProps"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#hierarchy","text":"DOMAttributes\\ \u21b3 WizardLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.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/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#centered","text":"\u2022 Optional centered : boolean Defined in src/renderer/components/layout/wizard-layout.tsx:13","title":"centered"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#classname","text":"\u2022 Optional className : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:7","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#contentclass","text":"\u2022 Optional contentClass : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:10","title":"contentClass"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#contentprops","text":"\u2022 Optional contentProps : DOMAttributes\\ Defined in src/renderer/components/layout/wizard-layout.tsx:14","title":"contentProps"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#header","text":"\u2022 Optional header : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:8","title":"header"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#headerclass","text":"\u2022 Optional headerClass : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:9","title":"headerClass"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#infopanel","text":"\u2022 Optional infoPanel : React.ReactNode Defined in src/renderer/components/layout/wizard-layout.tsx:12","title":"infoPanel"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#infopanelclass","text":"\u2022 Optional infoPanelClass : IClassName Defined in src/renderer/components/layout/wizard-layout.tsx:11","title":"infoPanelClass"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_layout_wizard_layout_.wizardlayoutprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/line-progress/line-progress\" / LineProgressProps Interface: LineProgressProps # Hierarchy # HTMLProps\\ 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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accept # \u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 acceptCharset # \u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 action # \u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 alt # \u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. as # \u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 async # \u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoComplete # \u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoFocus # \u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 autoPlay # \u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 capture # \u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 cellPadding # \u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 cellSpacing # \u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 challenge # \u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 charSet # \u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 checked # \u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 cite # \u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 classID # \u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 className # \u2022 Optional className : any Overrides IconProps . className Defined in src/renderer/components/line-progress/line-progress.tsx:10 colSpan # \u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 cols # \u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 content # \u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 controls # \u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 coords # \u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 crossOrigin # \u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string data # \u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 dateTime # \u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 default # \u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 defer # \u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 disabled # \u2022 Optional disabled : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842 download # \u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 encType # \u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 form # \u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 formAction # \u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 formEncType # \u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 formMethod # \u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 formTarget # \u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 frameBorder # \u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 headers # \u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 height # \u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 high # \u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 href # \u2022 Optional href : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855 hrefLang # \u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 htmlFor # \u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 httpEquiv # \u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 integrity # \u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 key # \u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 keyParams # \u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 keyType # \u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 kind # \u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 label # \u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 list # \u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 loop # \u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 low # \u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 manifest # \u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 marginHeight # \u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 marginWidth # \u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 max # \u2022 Optional max : number Overrides MenuItemProps . max Defined in src/renderer/components/line-progress/line-progress.tsx:9 maxLength # \u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 media # \u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 mediaGroup # \u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 method # \u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 min # \u2022 Optional min : number Overrides MenuItemProps . min Defined in src/renderer/components/line-progress/line-progress.tsx:8 minLength # \u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 multiple # \u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 muted # \u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 name # \u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 noValidate # \u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 nonce # \u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 open # \u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 optimum # \u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 pattern # \u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 placeholder # \u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 playsInline # \u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 poster # \u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 precise # \u2022 Optional precise : number Defined in src/renderer/components/line-progress/line-progress.tsx:11 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 preload # \u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 readOnly # \u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 ref # \u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 rel # \u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 required # \u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 reversed # \u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 rowSpan # \u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 rows # \u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 sandbox # \u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 scope # \u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 scoped # \u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 scrolling # \u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 seamless # \u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 selected # \u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 shape # \u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 size # \u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 sizes # \u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 span # \u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 src # \u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 srcDoc # \u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 srcLang # \u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 srcSet # \u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 start # \u2022 Optional start : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909 step # \u2022 Optional step : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 summary # \u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 target # \u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 tooltip # \u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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\" translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 type # \u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 useMap # \u2022 Optional 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 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 width # \u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 wmode # \u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 wrap # \u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#interface-lineprogressprops","text":"","title":"Interface: LineProgressProps"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#hierarchy","text":"HTMLProps\\ TooltipDecoratorProps \u21b3 LineProgressProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.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/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#accept","text":"\u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"accept"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#acceptcharset","text":"\u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"acceptCharset"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#action","text":"\u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"action"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"allowFullScreen"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"allowTransparency"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#alt","text":"\u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"alt"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#as","text":"\u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"as"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#async","text":"\u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"async"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#autocomplete","text":"\u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"autoComplete"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#autoplay","text":"\u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"autoPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#capture","text":"\u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"capture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#cellpadding","text":"\u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"cellPadding"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#cellspacing","text":"\u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"cellSpacing"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#challenge","text":"\u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"challenge"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#charset","text":"\u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"charSet"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#checked","text":"\u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"checked"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#cite","text":"\u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"cite"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#classid","text":"\u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"classID"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#classname","text":"\u2022 Optional className : any Overrides IconProps . className Defined in src/renderer/components/line-progress/line-progress.tsx:10","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#colspan","text":"\u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"colSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#cols","text":"\u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"cols"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#content","text":"\u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"content"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#controls","text":"\u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"controls"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#coords","text":"\u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"coords"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#crossorigin","text":"\u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"crossOrigin"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#data","text":"\u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#datetime","text":"\u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"dateTime"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#default","text":"\u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"default"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#defer","text":"\u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"defer"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#disabled","text":"\u2022 Optional disabled : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#download","text":"\u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"download"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#enctype","text":"\u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"encType"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#form","text":"\u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"form"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#formaction","text":"\u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"formAction"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#formenctype","text":"\u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"formEncType"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#formmethod","text":"\u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"formMethod"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"formNoValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#formtarget","text":"\u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"formTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#frameborder","text":"\u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"frameBorder"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#headers","text":"\u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"headers"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#height","text":"\u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"height"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#high","text":"\u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"high"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#href","text":"\u2022 Optional href : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855","title":"href"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#hreflang","text":"\u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"hrefLang"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#htmlfor","text":"\u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"htmlFor"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#httpequiv","text":"\u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"httpEquiv"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#integrity","text":"\u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"integrity"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#key","text":"\u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"key"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#keyparams","text":"\u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"keyParams"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#keytype","text":"\u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"keyType"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#kind","text":"\u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#label","text":"\u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#list","text":"\u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"list"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#loop","text":"\u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"loop"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#low","text":"\u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"low"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#manifest","text":"\u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"manifest"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#marginheight","text":"\u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"marginHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#marginwidth","text":"\u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"marginWidth"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#max","text":"\u2022 Optional max : number Overrides MenuItemProps . max Defined in src/renderer/components/line-progress/line-progress.tsx:9","title":"max"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#maxlength","text":"\u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"maxLength"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#media","text":"\u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"media"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#mediagroup","text":"\u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"mediaGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#method","text":"\u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"method"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#min","text":"\u2022 Optional min : number Overrides MenuItemProps . min Defined in src/renderer/components/line-progress/line-progress.tsx:8","title":"min"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#minlength","text":"\u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"minLength"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#multiple","text":"\u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"multiple"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#muted","text":"\u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"muted"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#name","text":"\u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#novalidate","text":"\u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"noValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#nonce","text":"\u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"nonce"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#open","text":"\u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#optimum","text":"\u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"optimum"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#pattern","text":"\u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"pattern"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#playsinline","text":"\u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"playsInline"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#poster","text":"\u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"poster"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#precise","text":"\u2022 Optional precise : number Defined in src/renderer/components/line-progress/line-progress.tsx:11","title":"precise"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#preload","text":"\u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"preload"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#readonly","text":"\u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"readOnly"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#ref","text":"\u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"ref"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#rel","text":"\u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"rel"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#required","text":"\u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"required"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#reversed","text":"\u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"reversed"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#rowspan","text":"\u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"rowSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#rows","text":"\u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"rows"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#sandbox","text":"\u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"sandbox"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#scope","text":"\u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"scope"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#scoped","text":"\u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"scoped"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#scrolling","text":"\u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"scrolling"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#seamless","text":"\u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"seamless"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#selected","text":"\u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"selected"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#shape","text":"\u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"shape"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#size","text":"\u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"size"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#sizes","text":"\u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"sizes"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#span","text":"\u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"span"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#src","text":"\u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"src"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#srcdoc","text":"\u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"srcDoc"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#srclang","text":"\u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"srcLang"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#srcset","text":"\u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"srcSet"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#start","text":"\u2022 Optional start : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"start"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#step","text":"\u2022 Optional step : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910","title":"step"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#summary","text":"\u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"summary"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#target","text":"\u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"target"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"tooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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":"tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#type","text":"\u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#usemap","text":"\u2022 Optional useMap : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"useMap"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.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/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#width","text":"\u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"width"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#wmode","text":"\u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"wmode"},{"location":"extensions/api/interfaces/_src_renderer_components_line_progress_line_progress_.lineprogressprops/#wrap","text":"\u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"wrap"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu\" / MenuItemProps Interface: MenuItemProps # Hierarchy # HTMLProps\\ \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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accept # \u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 acceptCharset # \u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 action # \u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 active # \u2022 Optional active : boolean Defined in src/renderer/components/menu/menu.tsx:275 allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 alt # \u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. as # \u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 async # \u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoComplete # \u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoFocus # \u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 autoPlay # \u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 capture # \u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 cellPadding # \u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 cellSpacing # \u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 challenge # \u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 charSet # \u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 checked # \u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 cite # \u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 classID # \u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 colSpan # \u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 cols # \u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 content # \u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 controls # \u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 coords # \u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 crossOrigin # \u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string data # \u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 dateTime # \u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 default # \u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 defer # \u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 disabled # \u2022 Optional disabled : boolean Overrides LineProgressProps . disabled Defined in src/renderer/components/menu/menu.tsx:274 download # \u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 encType # \u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 form # \u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 formAction # \u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 formEncType # \u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 formMethod # \u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 formTarget # \u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 frameBorder # \u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 headers # \u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 height # \u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 high # \u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 href # \u2022 Optional href : string Overrides LineProgressProps . href Defined in src/renderer/components/menu/menu.tsx:277 hrefLang # \u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 htmlFor # \u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 httpEquiv # \u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 icon # \u2022 Optional icon : string | Partial\\< IconProps > Defined in src/renderer/components/menu/menu.tsx:273 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 integrity # \u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 key # \u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 keyParams # \u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 keyType # \u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 kind # \u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 label # \u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 list # \u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 loop # \u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 low # \u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 manifest # \u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 marginHeight # \u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 marginWidth # \u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 max # \u2022 Optional max : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870 maxLength # \u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 media # \u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 mediaGroup # \u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 method # \u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 min # \u2022 Optional min : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875 minLength # \u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 multiple # \u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 muted # \u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 name # \u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 noValidate # \u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 nonce # \u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 open # \u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 optimum # \u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 pattern # \u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 placeholder # \u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 playsInline # \u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 poster # \u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 preload # \u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 readOnly # \u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 ref # \u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 rel # \u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 required # \u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 reversed # \u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 rowSpan # \u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 rows # \u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 sandbox # \u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 scope # \u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 scoped # \u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 scrolling # \u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 seamless # \u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 selected # \u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 shape # \u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 size # \u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 sizes # \u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 spacer # \u2022 Optional spacer : boolean Defined in src/renderer/components/menu/menu.tsx:276 span # \u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 src # \u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 srcDoc # \u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 srcLang # \u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 srcSet # \u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 start # \u2022 Optional start : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909 step # \u2022 Optional step : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 summary # \u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 target # \u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 type # \u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 useMap # \u2022 Optional useMap : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914 value # \u2022 Optional value : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 width # \u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 wmode # \u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 wrap # \u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#interface-menuitemprops","text":"","title":"Interface: MenuItemProps"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#hierarchy","text":"HTMLProps\\ \u21b3 MenuItemProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.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/_src_renderer_components_menu_menu_.menuitemprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#accept","text":"\u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"accept"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#acceptcharset","text":"\u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"acceptCharset"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#action","text":"\u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"action"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#active","text":"\u2022 Optional active : boolean Defined in src/renderer/components/menu/menu.tsx:275","title":"active"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"allowFullScreen"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"allowTransparency"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#alt","text":"\u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"alt"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#as","text":"\u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"as"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#async","text":"\u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"async"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#autocomplete","text":"\u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"autoComplete"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#autoplay","text":"\u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"autoPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#capture","text":"\u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"capture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#cellpadding","text":"\u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"cellPadding"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#cellspacing","text":"\u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"cellSpacing"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#challenge","text":"\u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"challenge"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#charset","text":"\u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"charSet"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#checked","text":"\u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"checked"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#cite","text":"\u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"cite"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#classid","text":"\u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"classID"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#colspan","text":"\u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"colSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#cols","text":"\u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"cols"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#content","text":"\u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"content"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#controls","text":"\u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"controls"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#coords","text":"\u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"coords"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#crossorigin","text":"\u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"crossOrigin"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#data","text":"\u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#datetime","text":"\u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"dateTime"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#default","text":"\u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"default"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#defer","text":"\u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"defer"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#disabled","text":"\u2022 Optional disabled : boolean Overrides LineProgressProps . disabled Defined in src/renderer/components/menu/menu.tsx:274","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#download","text":"\u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"download"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#enctype","text":"\u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"encType"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#form","text":"\u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"form"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#formaction","text":"\u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"formAction"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#formenctype","text":"\u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"formEncType"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#formmethod","text":"\u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"formMethod"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"formNoValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#formtarget","text":"\u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"formTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#frameborder","text":"\u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"frameBorder"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#headers","text":"\u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"headers"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#height","text":"\u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"height"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#high","text":"\u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"high"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#href","text":"\u2022 Optional href : string Overrides LineProgressProps . href Defined in src/renderer/components/menu/menu.tsx:277","title":"href"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#hreflang","text":"\u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"hrefLang"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#htmlfor","text":"\u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"htmlFor"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#httpequiv","text":"\u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"httpEquiv"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#icon","text":"\u2022 Optional icon : string | Partial\\< IconProps > Defined in src/renderer/components/menu/menu.tsx:273","title":"icon"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#integrity","text":"\u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"integrity"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#key","text":"\u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"key"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#keyparams","text":"\u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"keyParams"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#keytype","text":"\u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"keyType"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#kind","text":"\u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#label","text":"\u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#list","text":"\u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"list"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#loop","text":"\u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"loop"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#low","text":"\u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"low"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#manifest","text":"\u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"manifest"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#marginheight","text":"\u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"marginHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#marginwidth","text":"\u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"marginWidth"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#max","text":"\u2022 Optional max : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870","title":"max"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#maxlength","text":"\u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"maxLength"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#media","text":"\u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"media"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#mediagroup","text":"\u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"mediaGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#method","text":"\u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"method"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#min","text":"\u2022 Optional min : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875","title":"min"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#minlength","text":"\u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"minLength"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#multiple","text":"\u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"multiple"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#muted","text":"\u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"muted"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#name","text":"\u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#novalidate","text":"\u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"noValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#nonce","text":"\u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"nonce"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#open","text":"\u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#optimum","text":"\u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"optimum"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#pattern","text":"\u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"pattern"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#playsinline","text":"\u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"playsInline"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#poster","text":"\u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"poster"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#preload","text":"\u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"preload"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#readonly","text":"\u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"readOnly"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#ref","text":"\u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"ref"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#rel","text":"\u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"rel"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#required","text":"\u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"required"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#reversed","text":"\u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"reversed"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#rowspan","text":"\u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"rowSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#rows","text":"\u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"rows"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#sandbox","text":"\u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"sandbox"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#scope","text":"\u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"scope"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#scoped","text":"\u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"scoped"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#scrolling","text":"\u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"scrolling"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#seamless","text":"\u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"seamless"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#selected","text":"\u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"selected"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#shape","text":"\u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"shape"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#size","text":"\u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"size"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#sizes","text":"\u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"sizes"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#spacer","text":"\u2022 Optional spacer : boolean Defined in src/renderer/components/menu/menu.tsx:276","title":"spacer"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#span","text":"\u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"span"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#src","text":"\u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"src"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#srcdoc","text":"\u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"srcDoc"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#srclang","text":"\u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"srcLang"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#srcset","text":"\u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"srcSet"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#start","text":"\u2022 Optional start : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"start"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#step","text":"\u2022 Optional step : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910","title":"step"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#summary","text":"\u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"summary"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#target","text":"\u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"target"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#type","text":"\u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#usemap","text":"\u2022 Optional useMap : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"useMap"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#value","text":"\u2022 Optional value : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#width","text":"\u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"width"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#wmode","text":"\u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"wmode"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuitemprops/#wrap","text":"\u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"wrap"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu\" / MenuPosition Interface: MenuPosition # Hierarchy # MenuPosition Index # Properties # bottom left right top Properties # bottom # \u2022 Optional bottom : boolean Defined in src/renderer/components/menu/menu.tsx:17 left # \u2022 Optional left : boolean Defined in src/renderer/components/menu/menu.tsx:14 right # \u2022 Optional right : boolean Defined in src/renderer/components/menu/menu.tsx:16 top # \u2022 Optional top : boolean Defined in src/renderer/components/menu/menu.tsx:15","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#interface-menuposition","text":"","title":"Interface: MenuPosition"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#hierarchy","text":"MenuPosition","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#properties","text":"bottom left right top","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#bottom","text":"\u2022 Optional bottom : boolean Defined in src/renderer/components/menu/menu.tsx:17","title":"bottom"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#left","text":"\u2022 Optional left : boolean Defined in src/renderer/components/menu/menu.tsx:14","title":"left"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#right","text":"\u2022 Optional right : boolean Defined in src/renderer/components/menu/menu.tsx:16","title":"right"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuposition/#top","text":"\u2022 Optional top : boolean Defined in src/renderer/components/menu/menu.tsx:15","title":"top"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu\" / MenuProps Interface: MenuProps # Hierarchy # MenuProps Index # Properties # autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position usePortal Methods # close open Properties # autoFocus # \u2022 Optional autoFocus : boolean Defined in src/renderer/components/menu/menu.tsx:27 children # \u2022 Optional children : ReactNode Defined in src/renderer/components/menu/menu.tsx:33 className # \u2022 Optional className : string Defined in src/renderer/components/menu/menu.tsx:25 closeOnClickItem # \u2022 Optional closeOnClickItem : boolean Defined in src/renderer/components/menu/menu.tsx:29 closeOnClickOutside # \u2022 Optional closeOnClickOutside : boolean Defined in src/renderer/components/menu/menu.tsx:30 closeOnScroll # \u2022 Optional closeOnScroll : boolean Defined in src/renderer/components/menu/menu.tsx:31 htmlFor # \u2022 Optional htmlFor : string Defined in src/renderer/components/menu/menu.tsx:26 id # \u2022 Optional id : string Defined in src/renderer/components/menu/menu.tsx:24 isOpen # \u2022 Optional isOpen : boolean Defined in src/renderer/components/menu/menu.tsx:21 position # \u2022 Optional position : MenuPosition Defined in src/renderer/components/menu/menu.tsx:32 usePortal # \u2022 Optional 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#interface-menuprops","text":"","title":"Interface: MenuProps"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#hierarchy","text":"MenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#properties","text":"autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position usePortal","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#methods","text":"close open","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Defined in src/renderer/components/menu/menu.tsx:27","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#children","text":"\u2022 Optional children : ReactNode Defined in src/renderer/components/menu/menu.tsx:33","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/menu/menu.tsx:25","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#closeonclickitem","text":"\u2022 Optional closeOnClickItem : boolean Defined in src/renderer/components/menu/menu.tsx:29","title":"closeOnClickItem"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#closeonclickoutside","text":"\u2022 Optional closeOnClickOutside : boolean Defined in src/renderer/components/menu/menu.tsx:30","title":"closeOnClickOutside"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#closeonscroll","text":"\u2022 Optional closeOnScroll : boolean Defined in src/renderer/components/menu/menu.tsx:31","title":"closeOnScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#htmlfor","text":"\u2022 Optional htmlFor : string Defined in src/renderer/components/menu/menu.tsx:26","title":"htmlFor"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#id","text":"\u2022 Optional id : string Defined in src/renderer/components/menu/menu.tsx:24","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#isopen","text":"\u2022 Optional isOpen : boolean Defined in src/renderer/components/menu/menu.tsx:21","title":"isOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#position","text":"\u2022 Optional position : MenuPosition Defined in src/renderer/components/menu/menu.tsx:32","title":"position"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#useportal","text":"\u2022 Optional usePortal : boolean | HTMLElement Defined in src/renderer/components/menu/menu.tsx:28","title":"usePortal"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#close","text":"\u25b8 close (): void Defined in src/renderer/components/menu/menu.tsx:23 Returns: void","title":"close"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.menuprops/#open","text":"\u25b8 open (): void Defined in src/renderer/components/menu/menu.tsx:22 Returns: void","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.state/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu\" / State Interface: State # Hierarchy # State Index # Properties # position Properties # position # \u2022 Optional position : MenuPosition Defined in src/renderer/components/menu/menu.tsx:37","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.state/#interface-state","text":"","title":"Interface: State"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.state/#hierarchy","text":"State","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.state/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.state/#properties","text":"position","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.state/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_.state/#position","text":"\u2022 Optional position : MenuPosition Defined in src/renderer/components/menu/menu.tsx:37","title":"position"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu-actions\" / MenuActionsProps Interface: MenuActionsProps # Hierarchy # {} \u21b3 MenuActionsProps \u21b3\u21b3 KubeObjectMenuProps Index # Properties # className removeConfirmationMessage toolbar triggerIcon Methods # removeAction updateAction Properties # className # \u2022 Optional className : string Defined in src/renderer/components/menu/menu-actions.tsx:16 removeConfirmationMessage # \u2022 Optional removeConfirmationMessage : React.ReactNode | () => React.ReactNode Defined in src/renderer/components/menu/menu-actions.tsx:19 toolbar # \u2022 Optional toolbar : boolean Defined in src/renderer/components/menu/menu-actions.tsx:17 triggerIcon # \u2022 Optional triggerIcon : string | IconProps | React.ReactNode Defined in src/renderer/components/menu/menu-actions.tsx:18 Methods # removeAction # \u25b8 Optional removeAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void updateAction # \u25b8 Optional updateAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#interface-menuactionsprops","text":"","title":"Interface: MenuActionsProps"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#hierarchy","text":"{} \u21b3 MenuActionsProps \u21b3\u21b3 KubeObjectMenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#properties","text":"className removeConfirmationMessage toolbar triggerIcon","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#methods","text":"removeAction updateAction","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/menu/menu-actions.tsx:16","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#removeconfirmationmessage","text":"\u2022 Optional removeConfirmationMessage : React.ReactNode | () => React.ReactNode Defined in src/renderer/components/menu/menu-actions.tsx:19","title":"removeConfirmationMessage"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#toolbar","text":"\u2022 Optional toolbar : boolean Defined in src/renderer/components/menu/menu-actions.tsx:17","title":"toolbar"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#triggericon","text":"\u2022 Optional triggerIcon : string | IconProps | React.ReactNode Defined in src/renderer/components/menu/menu-actions.tsx:18","title":"triggerIcon"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#removeaction","text":"\u25b8 Optional removeAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:21 Returns: void","title":"removeAction"},{"location":"extensions/api/interfaces/_src_renderer_components_menu_menu_actions_.menuactionsprops/#updateaction","text":"\u25b8 Optional updateAction (): void Defined in src/renderer/components/menu/menu-actions.tsx:20 Returns: void","title":"updateAction"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/no-items/no-items\" / Props Interface: Props # Hierarchy # Props Index # Properties # children className Properties # children # \u2022 Optional children : React.ReactNode Defined in src/renderer/components/no-items/no-items.tsx:9 className # \u2022 Optional className : IClassName Defined in src/renderer/components/no-items/no-items.tsx:8","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/#interface-props","text":"","title":"Interface: Props"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/#hierarchy","text":"Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/#properties","text":"children className","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/#children","text":"\u2022 Optional children : React.ReactNode Defined in src/renderer/components/no-items/no-items.tsx:9","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_no_items_no_items_.props/#classname","text":"\u2022 Optional className : IClassName Defined in src/renderer/components/no-items/no-items.tsx:8","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/","text":"@k8slens/extensions Globals / \"src/renderer/components/notifications/notifications.store\" / Notification Interface: Notification # Hierarchy # Notification Index # Properties # id message status timeout Properties # id # \u2022 Optional 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 status # \u2022 Optional status : NotificationStatus Defined in src/renderer/components/notifications/notifications.store.ts:20 timeout # \u2022 Optional timeout : number Defined in src/renderer/components/notifications/notifications.store.ts:21","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#interface-notification","text":"","title":"Interface: Notification"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#hierarchy","text":"Notification","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#properties","text":"id message status timeout","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#id","text":"\u2022 Optional id : NotificationId Defined in src/renderer/components/notifications/notifications.store.ts:18","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#message","text":"\u2022 message : NotificationMessage Defined in src/renderer/components/notifications/notifications.store.ts:19","title":"message"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#status","text":"\u2022 Optional status : NotificationStatus Defined in src/renderer/components/notifications/notifications.store.ts:20","title":"status"},{"location":"extensions/api/interfaces/_src_renderer_components_notifications_notifications_store_.notification/#timeout","text":"\u2022 Optional timeout : number Defined in src/renderer/components/notifications/notifications.store.ts:21","title":"timeout"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/radio/radio\" / RadioGroupProps Interface: RadioGroupProps # Hierarchy # RadioGroupProps Index # Properties # asButtons className disabled value Methods # onChange Properties # asButtons # \u2022 Optional asButtons : boolean Defined in src/renderer/components/radio/radio.tsx:11 className # \u2022 Optional className : any Defined in src/renderer/components/radio/radio.tsx:9 disabled # \u2022 Optional disabled : boolean Defined in src/renderer/components/radio/radio.tsx:12 value # \u2022 Optional value : any Defined in src/renderer/components/radio/radio.tsx:10 Methods # onChange # \u25b8 Optional onChange ( value : string): void Defined in src/renderer/components/radio/radio.tsx:13 Parameters: Name Type value string Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#interface-radiogroupprops","text":"","title":"Interface: RadioGroupProps"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#hierarchy","text":"RadioGroupProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#properties","text":"asButtons className disabled value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#asbuttons","text":"\u2022 Optional asButtons : boolean Defined in src/renderer/components/radio/radio.tsx:11","title":"asButtons"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#classname","text":"\u2022 Optional className : any Defined in src/renderer/components/radio/radio.tsx:9","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#disabled","text":"\u2022 Optional disabled : boolean Defined in src/renderer/components/radio/radio.tsx:12","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#value","text":"\u2022 Optional value : any Defined in src/renderer/components/radio/radio.tsx:10","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_radio_radio_.radiogroupprops/#onchange","text":"\u25b8 Optional onChange ( value : string): void Defined in src/renderer/components/radio/radio.tsx:13","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/","text":"@k8slens/extensions Globals / \"src/renderer/components/select/select\" / GroupSelectOption Interface: GroupSelectOption\\ # Type parameters # Name Type Default T SelectOption 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#interface-groupselectoption","text":"","title":"Interface: GroupSelectOption\\"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#type-parameters","text":"Name Type Default T SelectOption SelectOption","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#hierarchy","text":"GroupSelectOption","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#properties","text":"label options","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#label","text":"\u2022 label : ReactNode Defined in src/renderer/components/select/select.tsx:16","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.groupselectoption/#options","text":"\u2022 options : T[] Defined in src/renderer/components/select/select.tsx:17","title":"options"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/","text":"@k8slens/extensions Globals / \"src/renderer/components/select/select\" / SelectOption Interface: SelectOption\\ # Type parameters # Name Default T any Hierarchy # SelectOption \u21b3 SelectOptionFilter Index # Properties # label value Properties # label # \u2022 Optional 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#interface-selectoption","text":"","title":"Interface: SelectOption\\"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#hierarchy","text":"SelectOption \u21b3 SelectOptionFilter","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#properties","text":"label value","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#label","text":"\u2022 Optional label : React.ReactNode Defined in src/renderer/components/select/select.tsx:22","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectoption/#value","text":"\u2022 value : T Defined in src/renderer/components/select/select.tsx:21","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/select/select\" / SelectProps Interface: SelectProps\\ # Type parameters # Name Default T any Hierarchy # Props\\ CreatableProps\\ \u21b3 SelectProps \u21b3\u21b3 Props \u21b3\u21b3 Props 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 # allowCreateWhileLoading # \u2022 Optional allowCreateWhileLoading : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11 aria-label # \u2022 Optional aria-label : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58 aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60 autoConvertOptions # \u2022 Optional autoConvertOptions : boolean Defined in src/renderer/components/select/select.tsx:30 autoFocus # \u2022 Optional autoFocus : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62 backspaceRemovesValue # \u2022 Optional backspaceRemovesValue : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64 blurInputOnSelect # \u2022 Optional blurInputOnSelect : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66 captureMenuScroll # \u2022 Optional captureMenuScroll : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68 className # \u2022 Optional className : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70 classNamePrefix # \u2022 Optional classNamePrefix : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72 closeMenuOnScroll # \u2022 Optional closeMenuOnScroll : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87 closeMenuOnSelect # \u2022 Optional closeMenuOnSelect : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74 components # \u2022 Optional components : SelectComponentsConfig\\ Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97 controlShouldRenderValue # \u2022 Optional controlShouldRenderValue : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99 createOptionPosition # \u2022 Optional createOptionPosition : \\\"first\\\" | \\\"last\\\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26 defaultInputValue # \u2022 Optional defaultInputValue : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207 defaultMenuIsOpen # \u2022 Optional defaultMenuIsOpen : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208 defaultValue # \u2022 Optional defaultValue : ValueType\\ Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209 delimiter # \u2022 Optional delimiter : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101 escapeClearsValue # \u2022 Optional escapeClearsValue : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103 filterOption # \u2022 Optional filterOption : (option: Option, rawInput: string) => boolean | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105 formatCreateLabel # \u2022 Optional formatCreateLabel : (inputValue: string) => React.ReactNode Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14 formatGroupLabel # \u2022 Optional formatGroupLabel : formatGroupLabel \\ Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110 formatOptionLabel # \u2022 Optional formatOptionLabel : (option: T, labelMeta: FormatOptionLabelMeta\\ ) => React.ReactNode Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112 getNewOptionData # \u2022 Optional getNewOptionData : (inputValue: string, optionLabel: React.ReactNode) => T Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20 getOptionLabel # \u2022 Optional getOptionLabel : getOptionLabel \\ Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114 getOptionValue # \u2022 Optional getOptionValue : getOptionValue \\ Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116 hideSelectedOptions # \u2022 Optional hideSelectedOptions : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118 id # \u2022 Optional id : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120 inputId # \u2022 Optional inputId : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124 inputValue # \u2022 Optional inputValue : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122 instanceId # \u2022 Optional instanceId : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126 isClearable # \u2022 Optional isClearable : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128 isCreatable # \u2022 Optional isCreatable : boolean Defined in src/renderer/components/select/select.tsx:29 isDisabled # \u2022 Optional isDisabled : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130 isLoading # \u2022 Optional isLoading : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132 isMulti # \u2022 Optional isMulti : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138 isOptionDisabled # \u2022 Optional isOptionDisabled : (option: T, options: OptionsType\\ ) => boolean | false Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134 isOptionSelected # \u2022 Optional isOptionSelected : (option: T, options: OptionsType\\ ) => boolean Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136 isRtl # \u2022 Optional isRtl : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140 isSearchable # \u2022 Optional isSearchable : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142 isValidNewOption # \u2022 Optional isValidNewOption : (inputValue: string, value: ValueType\\ , options: OptionsType\\ ) => boolean Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17 loadingMessage # \u2022 Optional loadingMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144 maxMenuHeight # \u2022 Optional maxMenuHeight : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148 menuClass # \u2022 Optional menuClass : string Defined in src/renderer/components/select/select.tsx:28 menuIsOpen # \u2022 Optional menuIsOpen : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150 menuPlacement # \u2022 Optional menuPlacement : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153 menuPortalTarget # \u2022 Optional menuPortalTarget : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157 menuPosition # \u2022 Optional menuPosition : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155 menuShouldBlockScroll # \u2022 Optional menuShouldBlockScroll : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159 menuShouldScrollIntoView # \u2022 Optional menuShouldScrollIntoView : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161 minMenuHeight # \u2022 Optional minMenuHeight : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146 name # \u2022 Optional name : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163 noOptionsMessage # \u2022 Optional noOptionsMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165 onBlur # \u2022 Optional onBlur : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167 onCreateOption # \u2022 Optional onCreateOption : (inputValue: string) => void Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24 onFocus # \u2022 Optional onFocus : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171 onInputChange # \u2022 Optional onInputChange : (newValue: string, actionMeta: InputActionMeta) => void Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175 onMenuClose # \u2022 Optional onMenuClose : () => void Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179 onMenuOpen # \u2022 Optional onMenuOpen : () => void Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177 onMenuScrollToBottom # \u2022 Optional onMenuScrollToBottom : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183 onMenuScrollToTop # \u2022 Optional onMenuScrollToTop : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181 openMenuOnClick # \u2022 Optional openMenuOnClick : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187 openMenuOnFocus # \u2022 Optional openMenuOnFocus : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185 options # \u2022 Optional options : GroupedOptionsType\\ | OptionsType\\ Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189 pageSize # \u2022 Optional pageSize : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191 placeholder # \u2022 Optional placeholder : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193 screenReaderStatus # \u2022 Optional screenReaderStatus : (obj: { count: number }) => string Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195 styles # \u2022 Optional styles : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197 tabIndex # \u2022 Optional tabIndex : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201 tabSelectsValue # \u2022 Optional tabSelectsValue : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203 theme # \u2022 Optional theme : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199 themeName # \u2022 Optional themeName : \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Defined in src/renderer/components/select/select.tsx:27 value # \u2022 Optional value : T Overrides void Defined in src/renderer/components/select/select.tsx:26 Methods # onChange # \u25b8 Optional onChange ( option : T, meta? : ActionMeta\\ ): void Overrides void Defined in src/renderer/components/select/select.tsx:31 Parameters: Name Type option T meta? ActionMeta\\ Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#interface-selectprops","text":"","title":"Interface: SelectProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#type-parameters","text":"Name Default T any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#hierarchy","text":"Props\\ CreatableProps\\ \u21b3 SelectProps \u21b3\u21b3 Props \u21b3\u21b3 Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.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/_src_renderer_components_select_select_.selectprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#allowcreatewhileloading","text":"\u2022 Optional allowCreateWhileLoading : boolean Inherited from SelectProps . allowCreateWhileLoading Defined in node_modules/@types/react-select/src/Creatable.d.ts:11","title":"allowCreateWhileLoading"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from SelectProps . aria-label Defined in node_modules/@types/react-select/src/Select.d.ts:58","title":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from SelectProps . aria-labelledby Defined in node_modules/@types/react-select/src/Select.d.ts:60","title":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#autoconvertoptions","text":"\u2022 Optional autoConvertOptions : boolean Defined in src/renderer/components/select/select.tsx:30","title":"autoConvertOptions"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from SelectProps . autoFocus Defined in node_modules/@types/react-select/src/Select.d.ts:62","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#backspaceremovesvalue","text":"\u2022 Optional backspaceRemovesValue : boolean Inherited from SelectProps . backspaceRemovesValue Defined in node_modules/@types/react-select/src/Select.d.ts:64","title":"backspaceRemovesValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#blurinputonselect","text":"\u2022 Optional blurInputOnSelect : boolean Inherited from SelectProps . blurInputOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:66","title":"blurInputOnSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#capturemenuscroll","text":"\u2022 Optional captureMenuScroll : boolean Inherited from SelectProps . captureMenuScroll Defined in node_modules/@types/react-select/src/Select.d.ts:68","title":"captureMenuScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#classname","text":"\u2022 Optional className : string Inherited from SelectProps . className Defined in node_modules/@types/react-select/src/Select.d.ts:70","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#classnameprefix","text":"\u2022 Optional classNamePrefix : string | null Inherited from SelectProps . classNamePrefix Defined in node_modules/@types/react-select/src/Select.d.ts:72","title":"classNamePrefix"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#closemenuonscroll","text":"\u2022 Optional closeMenuOnScroll : boolean | EventListener Inherited from SelectProps . closeMenuOnScroll Defined in node_modules/@types/react-select/src/Select.d.ts:87","title":"closeMenuOnScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#closemenuonselect","text":"\u2022 Optional closeMenuOnSelect : boolean Inherited from SelectProps . closeMenuOnSelect Defined in node_modules/@types/react-select/src/Select.d.ts:74","title":"closeMenuOnSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#components","text":"\u2022 Optional components : SelectComponentsConfig\\ Inherited from SelectProps . components Defined in node_modules/@types/react-select/src/Select.d.ts:97","title":"components"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#controlshouldrendervalue","text":"\u2022 Optional controlShouldRenderValue : boolean Inherited from SelectProps . controlShouldRenderValue Defined in node_modules/@types/react-select/src/Select.d.ts:99","title":"controlShouldRenderValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#createoptionposition","text":"\u2022 Optional createOptionPosition : \\\"first\\\" | \\\"last\\\" Inherited from SelectProps . createOptionPosition Defined in node_modules/@types/react-select/src/Creatable.d.ts:26","title":"createOptionPosition"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#defaultinputvalue","text":"\u2022 Optional defaultInputValue : string Inherited from SelectProps . defaultInputValue Defined in node_modules/@types/react-select/src/Select.d.ts:207","title":"defaultInputValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#defaultmenuisopen","text":"\u2022 Optional defaultMenuIsOpen : boolean Inherited from SelectProps . defaultMenuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:208","title":"defaultMenuIsOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#defaultvalue","text":"\u2022 Optional defaultValue : ValueType\\ Inherited from SelectProps . defaultValue Defined in node_modules/@types/react-select/src/Select.d.ts:209","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#delimiter","text":"\u2022 Optional delimiter : string Inherited from SelectProps . delimiter Defined in node_modules/@types/react-select/src/Select.d.ts:101","title":"delimiter"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#escapeclearsvalue","text":"\u2022 Optional escapeClearsValue : boolean Inherited from SelectProps . escapeClearsValue Defined in node_modules/@types/react-select/src/Select.d.ts:103","title":"escapeClearsValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#filteroption","text":"\u2022 Optional filterOption : (option: Option, rawInput: string) => boolean | null Inherited from SelectProps . filterOption Defined in node_modules/@types/react-select/src/Select.d.ts:105","title":"filterOption"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#formatcreatelabel","text":"\u2022 Optional formatCreateLabel : (inputValue: string) => React.ReactNode Inherited from SelectProps . formatCreateLabel Defined in node_modules/@types/react-select/src/Creatable.d.ts:14","title":"formatCreateLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#formatgrouplabel","text":"\u2022 Optional formatGroupLabel : formatGroupLabel \\ Inherited from SelectProps . formatGroupLabel Defined in node_modules/@types/react-select/src/Select.d.ts:110","title":"formatGroupLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#formatoptionlabel","text":"\u2022 Optional formatOptionLabel : (option: T, labelMeta: FormatOptionLabelMeta\\ ) => React.ReactNode Inherited from SelectProps . formatOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:112","title":"formatOptionLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#getnewoptiondata","text":"\u2022 Optional getNewOptionData : (inputValue: string, optionLabel: React.ReactNode) => T Inherited from SelectProps . getNewOptionData Defined in node_modules/@types/react-select/src/Creatable.d.ts:20","title":"getNewOptionData"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#getoptionlabel","text":"\u2022 Optional getOptionLabel : getOptionLabel \\ Inherited from SelectProps . getOptionLabel Defined in node_modules/@types/react-select/src/Select.d.ts:114","title":"getOptionLabel"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#getoptionvalue","text":"\u2022 Optional getOptionValue : getOptionValue \\ Inherited from SelectProps . getOptionValue Defined in node_modules/@types/react-select/src/Select.d.ts:116","title":"getOptionValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#hideselectedoptions","text":"\u2022 Optional hideSelectedOptions : boolean Inherited from SelectProps . hideSelectedOptions Defined in node_modules/@types/react-select/src/Select.d.ts:118","title":"hideSelectedOptions"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#id","text":"\u2022 Optional id : string Inherited from SelectProps . id Defined in node_modules/@types/react-select/src/Select.d.ts:120","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#inputid","text":"\u2022 Optional inputId : string Inherited from SelectProps . inputId Defined in node_modules/@types/react-select/src/Select.d.ts:124","title":"inputId"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#inputvalue","text":"\u2022 Optional inputValue : string Inherited from SelectProps . inputValue Defined in node_modules/@types/react-select/src/Select.d.ts:122","title":"inputValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#instanceid","text":"\u2022 Optional instanceId : number | string Inherited from SelectProps . instanceId Defined in node_modules/@types/react-select/src/Select.d.ts:126","title":"instanceId"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#isclearable","text":"\u2022 Optional isClearable : boolean Inherited from SelectProps . isClearable Defined in node_modules/@types/react-select/src/Select.d.ts:128","title":"isClearable"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#iscreatable","text":"\u2022 Optional isCreatable : boolean Defined in src/renderer/components/select/select.tsx:29","title":"isCreatable"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#isdisabled","text":"\u2022 Optional isDisabled : boolean Inherited from SelectProps . isDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:130","title":"isDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#isloading","text":"\u2022 Optional isLoading : boolean Inherited from SelectProps . isLoading Defined in node_modules/@types/react-select/src/Select.d.ts:132","title":"isLoading"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#ismulti","text":"\u2022 Optional isMulti : boolean Inherited from SelectProps . isMulti Defined in node_modules/@types/react-select/src/Select.d.ts:138","title":"isMulti"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#isoptiondisabled","text":"\u2022 Optional isOptionDisabled : (option: T, options: OptionsType\\ ) => boolean | false Inherited from SelectProps . isOptionDisabled Defined in node_modules/@types/react-select/src/Select.d.ts:134","title":"isOptionDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#isoptionselected","text":"\u2022 Optional isOptionSelected : (option: T, options: OptionsType\\ ) => boolean Inherited from SelectProps . isOptionSelected Defined in node_modules/@types/react-select/src/Select.d.ts:136","title":"isOptionSelected"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#isrtl","text":"\u2022 Optional isRtl : boolean Inherited from SelectProps . isRtl Defined in node_modules/@types/react-select/src/Select.d.ts:140","title":"isRtl"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#issearchable","text":"\u2022 Optional isSearchable : boolean Inherited from SelectProps . isSearchable Defined in node_modules/@types/react-select/src/Select.d.ts:142","title":"isSearchable"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#isvalidnewoption","text":"\u2022 Optional isValidNewOption : (inputValue: string, value: ValueType\\ , options: OptionsType\\ ) => boolean Inherited from SelectProps . isValidNewOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:17","title":"isValidNewOption"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#loadingmessage","text":"\u2022 Optional loadingMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . loadingMessage Defined in node_modules/@types/react-select/src/Select.d.ts:144","title":"loadingMessage"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#maxmenuheight","text":"\u2022 Optional maxMenuHeight : number Inherited from SelectProps . maxMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:148","title":"maxMenuHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#menuclass","text":"\u2022 Optional menuClass : string Defined in src/renderer/components/select/select.tsx:28","title":"menuClass"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#menuisopen","text":"\u2022 Optional menuIsOpen : boolean Inherited from SelectProps . menuIsOpen Defined in node_modules/@types/react-select/src/Select.d.ts:150","title":"menuIsOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#menuplacement","text":"\u2022 Optional menuPlacement : MenuPlacement Inherited from SelectProps . menuPlacement Defined in node_modules/@types/react-select/src/Select.d.ts:153","title":"menuPlacement"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#menuportaltarget","text":"\u2022 Optional menuPortalTarget : HTMLElement | null Inherited from SelectProps . menuPortalTarget Defined in node_modules/@types/react-select/src/Select.d.ts:157","title":"menuPortalTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#menuposition","text":"\u2022 Optional menuPosition : MenuPosition Inherited from SelectProps . menuPosition Defined in node_modules/@types/react-select/src/Select.d.ts:155","title":"menuPosition"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#menushouldblockscroll","text":"\u2022 Optional menuShouldBlockScroll : boolean Inherited from SelectProps . menuShouldBlockScroll Defined in node_modules/@types/react-select/src/Select.d.ts:159","title":"menuShouldBlockScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#menushouldscrollintoview","text":"\u2022 Optional menuShouldScrollIntoView : boolean Inherited from SelectProps . menuShouldScrollIntoView Defined in node_modules/@types/react-select/src/Select.d.ts:161","title":"menuShouldScrollIntoView"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#minmenuheight","text":"\u2022 Optional minMenuHeight : number Inherited from SelectProps . minMenuHeight Defined in node_modules/@types/react-select/src/Select.d.ts:146","title":"minMenuHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#name","text":"\u2022 Optional name : string Inherited from SelectProps . name Defined in node_modules/@types/react-select/src/Select.d.ts:163","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#nooptionsmessage","text":"\u2022 Optional noOptionsMessage : (obj: { inputValue: string }) => string | null Inherited from SelectProps . noOptionsMessage Defined in node_modules/@types/react-select/src/Select.d.ts:165","title":"noOptionsMessage"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler Inherited from SelectProps . onBlur Defined in node_modules/@types/react-select/src/Select.d.ts:167","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#oncreateoption","text":"\u2022 Optional onCreateOption : (inputValue: string) => void Inherited from SelectProps . onCreateOption Defined in node_modules/@types/react-select/src/Creatable.d.ts:24","title":"onCreateOption"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler Inherited from SelectProps . onFocus Defined in node_modules/@types/react-select/src/Select.d.ts:171","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#oninputchange","text":"\u2022 Optional onInputChange : (newValue: string, actionMeta: InputActionMeta) => void Inherited from SelectProps . onInputChange Defined in node_modules/@types/react-select/src/Select.d.ts:173","title":"onInputChange"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler Inherited from SelectProps . onKeyDown Defined in node_modules/@types/react-select/src/Select.d.ts:175","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onmenuclose","text":"\u2022 Optional onMenuClose : () => void Inherited from SelectProps . onMenuClose Defined in node_modules/@types/react-select/src/Select.d.ts:179","title":"onMenuClose"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onmenuopen","text":"\u2022 Optional onMenuOpen : () => void Inherited from SelectProps . onMenuOpen Defined in node_modules/@types/react-select/src/Select.d.ts:177","title":"onMenuOpen"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onmenuscrolltobottom","text":"\u2022 Optional onMenuScrollToBottom : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToBottom Defined in node_modules/@types/react-select/src/Select.d.ts:183","title":"onMenuScrollToBottom"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onmenuscrolltotop","text":"\u2022 Optional onMenuScrollToTop : (event: SyntheticEvent\\ ) => void Inherited from SelectProps . onMenuScrollToTop Defined in node_modules/@types/react-select/src/Select.d.ts:181","title":"onMenuScrollToTop"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#openmenuonclick","text":"\u2022 Optional openMenuOnClick : boolean Inherited from SelectProps . openMenuOnClick Defined in node_modules/@types/react-select/src/Select.d.ts:187","title":"openMenuOnClick"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#openmenuonfocus","text":"\u2022 Optional openMenuOnFocus : boolean Inherited from SelectProps . openMenuOnFocus Defined in node_modules/@types/react-select/src/Select.d.ts:185","title":"openMenuOnFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#options","text":"\u2022 Optional options : GroupedOptionsType\\ | OptionsType\\ Inherited from SelectProps . options Defined in node_modules/@types/react-select/src/Select.d.ts:189","title":"options"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#pagesize","text":"\u2022 Optional pageSize : number Inherited from SelectProps . pageSize Defined in node_modules/@types/react-select/src/Select.d.ts:191","title":"pageSize"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#placeholder","text":"\u2022 Optional placeholder : React.ReactNode Inherited from SelectProps . placeholder Defined in node_modules/@types/react-select/src/Select.d.ts:193","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#screenreaderstatus","text":"\u2022 Optional screenReaderStatus : (obj: { count: number }) => string Inherited from SelectProps . screenReaderStatus Defined in node_modules/@types/react-select/src/Select.d.ts:195","title":"screenReaderStatus"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#styles","text":"\u2022 Optional styles : StylesConfig Inherited from SelectProps . styles Defined in node_modules/@types/react-select/src/Select.d.ts:197","title":"styles"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#tabindex","text":"\u2022 Optional tabIndex : string | null Inherited from SelectProps . tabIndex Defined in node_modules/@types/react-select/src/Select.d.ts:201","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#tabselectsvalue","text":"\u2022 Optional tabSelectsValue : boolean Inherited from SelectProps . tabSelectsValue Defined in node_modules/@types/react-select/src/Select.d.ts:203","title":"tabSelectsValue"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#theme","text":"\u2022 Optional theme : ThemeConfig Inherited from SelectProps . theme Defined in node_modules/@types/react-select/src/Select.d.ts:199","title":"theme"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#themename","text":"\u2022 Optional themeName : \\\"dark\\\" | \\\"light\\\" | \\\"outlined\\\" Defined in src/renderer/components/select/select.tsx:27","title":"themeName"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#value","text":"\u2022 Optional value : T Overrides void Defined in src/renderer/components/select/select.tsx:26","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_select_select_.selectprops/#onchange","text":"\u25b8 Optional onChange ( option : T, meta? : ActionMeta\\ ): void Overrides void Defined in src/renderer/components/select/select.tsx:31","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/slider/slider\" / SliderProps Interface: SliderProps # Hierarchy # {} \u21b3 SliderProps Index # Properties # className Methods # onChange Properties # className # \u2022 Optional className : string Defined in src/renderer/components/slider/slider.tsx:10 Methods # onChange # \u25b8 Optional onChange ( evt : FormEvent\\ , value : number): void Defined in src/renderer/components/slider/slider.tsx:11 Parameters: Name Type evt FormEvent\\ value number Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#interface-sliderprops","text":"","title":"Interface: SliderProps"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#hierarchy","text":"{} \u21b3 SliderProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#properties","text":"className","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/slider/slider.tsx:10","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_slider_slider_.sliderprops/#onchange","text":"\u25b8 Optional onChange ( evt : FormEvent\\ , value : number): void Defined in src/renderer/components/slider/slider.tsx:11","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/spinner/cube-spinner\" / CubeSpinnerProps Interface: CubeSpinnerProps # Hierarchy # CubeSpinnerProps Index # Properties # center className Properties # center # \u2022 Optional center : boolean Defined in src/renderer/components/spinner/cube-spinner.tsx:7 className # \u2022 Optional className : string Defined in src/renderer/components/spinner/cube-spinner.tsx:6","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/#interface-cubespinnerprops","text":"","title":"Interface: CubeSpinnerProps"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/#hierarchy","text":"CubeSpinnerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/#properties","text":"center className","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/#center","text":"\u2022 Optional center : boolean Defined in src/renderer/components/spinner/cube-spinner.tsx:7","title":"center"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_cube_spinner_.cubespinnerprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/spinner/cube-spinner.tsx:6","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/spinner/spinner\" / SpinnerProps Interface: SpinnerProps # Hierarchy # HTMLProps\\ \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 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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accept # \u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 acceptCharset # \u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 action # \u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 alt # \u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. as # \u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 async # \u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoComplete # \u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoFocus # \u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 autoPlay # \u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 capture # \u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 cellPadding # \u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 cellSpacing # \u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 center # \u2022 Optional center : boolean Defined in src/renderer/components/spinner/spinner.tsx:8 challenge # \u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 charSet # \u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 checked # \u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 cite # \u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 classID # \u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 colSpan # \u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 cols # \u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 content # \u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 controls # \u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 coords # \u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 crossOrigin # \u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string data # \u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 dateTime # \u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 default # \u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 defer # \u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 disabled # \u2022 Optional disabled : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842 download # \u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 encType # \u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 form # \u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 formAction # \u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 formEncType # \u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 formMethod # \u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 formTarget # \u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 frameBorder # \u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 headers # \u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 height # \u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 high # \u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 href # \u2022 Optional href : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855 hrefLang # \u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 htmlFor # \u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 httpEquiv # \u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 integrity # \u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 key # \u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 keyParams # \u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 keyType # \u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 kind # \u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 label # \u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 list # \u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 loop # \u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 low # \u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 manifest # \u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 marginHeight # \u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 marginWidth # \u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 max # \u2022 Optional max : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870 maxLength # \u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 media # \u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 mediaGroup # \u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 method # \u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 min # \u2022 Optional min : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875 minLength # \u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 multiple # \u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 muted # \u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 name # \u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 noValidate # \u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 nonce # \u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 open # \u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 optimum # \u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 pattern # \u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 placeholder # \u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 playsInline # \u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 poster # \u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 preload # \u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 readOnly # \u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 ref # \u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 rel # \u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 required # \u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 reversed # \u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 rowSpan # \u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 rows # \u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 sandbox # \u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 scope # \u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 scoped # \u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 scrolling # \u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 seamless # \u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 selected # \u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 shape # \u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 singleColor # \u2022 Optional singleColor : boolean Defined in src/renderer/components/spinner/spinner.tsx:7 size # \u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 sizes # \u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 span # \u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 src # \u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 srcDoc # \u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 srcLang # \u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 srcSet # \u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 start # \u2022 Optional start : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909 step # \u2022 Optional step : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 summary # \u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 target # \u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 type # \u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 useMap # \u2022 Optional useMap : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914 value # \u2022 Optional value : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 width # \u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 wmode # \u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 wrap # \u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#interface-spinnerprops","text":"","title":"Interface: SpinnerProps"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#hierarchy","text":"HTMLProps\\ \u21b3 SpinnerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.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 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/_src_renderer_components_spinner_spinner_.spinnerprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#accept","text":"\u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"accept"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#acceptcharset","text":"\u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"acceptCharset"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#action","text":"\u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"action"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"allowFullScreen"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"allowTransparency"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#alt","text":"\u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"alt"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#as","text":"\u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"as"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#async","text":"\u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"async"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#autocomplete","text":"\u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"autoComplete"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#autoplay","text":"\u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"autoPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#capture","text":"\u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"capture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#cellpadding","text":"\u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"cellPadding"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#cellspacing","text":"\u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"cellSpacing"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#center","text":"\u2022 Optional center : boolean Defined in src/renderer/components/spinner/spinner.tsx:8","title":"center"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#challenge","text":"\u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"challenge"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#charset","text":"\u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"charSet"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#checked","text":"\u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"checked"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#cite","text":"\u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"cite"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#classid","text":"\u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"classID"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#colspan","text":"\u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"colSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#cols","text":"\u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"cols"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#content","text":"\u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"content"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#controls","text":"\u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"controls"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#coords","text":"\u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"coords"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#crossorigin","text":"\u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"crossOrigin"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#data","text":"\u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#datetime","text":"\u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"dateTime"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#default","text":"\u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"default"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#defer","text":"\u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"defer"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#disabled","text":"\u2022 Optional disabled : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#download","text":"\u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"download"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#enctype","text":"\u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"encType"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#form","text":"\u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"form"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#formaction","text":"\u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"formAction"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#formenctype","text":"\u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"formEncType"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#formmethod","text":"\u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"formMethod"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"formNoValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#formtarget","text":"\u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"formTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#frameborder","text":"\u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"frameBorder"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#headers","text":"\u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"headers"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#height","text":"\u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"height"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#high","text":"\u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"high"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#href","text":"\u2022 Optional href : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855","title":"href"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#hreflang","text":"\u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"hrefLang"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#htmlfor","text":"\u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"htmlFor"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#httpequiv","text":"\u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"httpEquiv"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#integrity","text":"\u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"integrity"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#key","text":"\u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"key"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#keyparams","text":"\u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"keyParams"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#keytype","text":"\u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"keyType"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#kind","text":"\u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#label","text":"\u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#list","text":"\u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"list"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#loop","text":"\u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"loop"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#low","text":"\u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"low"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#manifest","text":"\u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"manifest"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#marginheight","text":"\u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"marginHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#marginwidth","text":"\u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"marginWidth"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#max","text":"\u2022 Optional max : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870","title":"max"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#maxlength","text":"\u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"maxLength"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#media","text":"\u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"media"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#mediagroup","text":"\u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"mediaGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#method","text":"\u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"method"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#min","text":"\u2022 Optional min : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875","title":"min"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#minlength","text":"\u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"minLength"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#multiple","text":"\u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"multiple"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#muted","text":"\u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"muted"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#name","text":"\u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#novalidate","text":"\u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"noValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#nonce","text":"\u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"nonce"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#open","text":"\u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#optimum","text":"\u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"optimum"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#pattern","text":"\u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"pattern"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#playsinline","text":"\u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"playsInline"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#poster","text":"\u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"poster"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#preload","text":"\u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"preload"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#readonly","text":"\u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"readOnly"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#ref","text":"\u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"ref"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#rel","text":"\u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"rel"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#required","text":"\u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"required"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#reversed","text":"\u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"reversed"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#rowspan","text":"\u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"rowSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#rows","text":"\u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"rows"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#sandbox","text":"\u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"sandbox"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#scope","text":"\u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"scope"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#scoped","text":"\u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"scoped"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#scrolling","text":"\u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"scrolling"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#seamless","text":"\u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"seamless"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#selected","text":"\u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"selected"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#shape","text":"\u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"shape"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#singlecolor","text":"\u2022 Optional singleColor : boolean Defined in src/renderer/components/spinner/spinner.tsx:7","title":"singleColor"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#size","text":"\u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"size"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#sizes","text":"\u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"sizes"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#span","text":"\u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"span"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#src","text":"\u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"src"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#srcdoc","text":"\u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"srcDoc"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#srclang","text":"\u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"srcLang"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#srcset","text":"\u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"srcSet"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#start","text":"\u2022 Optional start : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"start"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#step","text":"\u2022 Optional step : number | string Inherited from LineProgressProps . step Defined in node_modules/@types/react/index.d.ts:1910","title":"step"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#summary","text":"\u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"summary"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#target","text":"\u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"target"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#type","text":"\u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#usemap","text":"\u2022 Optional useMap : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"useMap"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#value","text":"\u2022 Optional value : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#width","text":"\u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"width"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#wmode","text":"\u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"wmode"},{"location":"extensions/api/interfaces/_src_renderer_components_spinner_spinner_.spinnerprops/#wrap","text":"\u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"wrap"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/status-brick/status-brick\" / StatusBrickProps Interface: StatusBrickProps # Hierarchy # HTMLAttributes\\ 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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 placeholder # \u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 tooltip # \u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10 tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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\" translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#interface-statusbrickprops","text":"","title":"Interface: StatusBrickProps"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#hierarchy","text":"HTMLAttributes\\ TooltipDecoratorProps \u21b3 StatusBrickProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.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/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1760","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Inherited from TooltipDecoratorProps . tooltip Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"tooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean Inherited from TooltipDecoratorProps . 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":"tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_status_brick_status_brick_.statusbrickprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/","text":"@k8slens/extensions Globals / \"src/renderer/components/stepper/stepper\" / Step Interface: Step # Hierarchy # Step Index # Properties # title Properties # title # \u2022 Optional title : string Defined in src/renderer/components/stepper/stepper.tsx:11","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/#interface-step","text":"","title":"Interface: Step"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/#hierarchy","text":"Step","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/#properties","text":"title","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.step/#title","text":"\u2022 Optional title : string Defined in src/renderer/components/stepper/stepper.tsx:11","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/stepper/stepper\" / StepperProps Interface: StepperProps # Hierarchy # HTMLProps\\ \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 # about # \u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775 accept # \u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813 acceptCharset # \u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814 accessKey # \u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751 action # \u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815 allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816 allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817 alt # \u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818 aria-activedescendant # \u2022 Optional aria-activedescendant : string Inherited from IconProps . 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. aria-atomic # \u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-autocomplete # \u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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. aria-busy # \u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-checked # \u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-colcount # \u2022 Optional aria-colcount : number Inherited from IconProps . 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. aria-colindex # \u2022 Optional aria-colindex : number Inherited from IconProps . 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. aria-colspan # \u2022 Optional aria-colspan : number Inherited from IconProps . 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. aria-controls # \u2022 Optional aria-controls : string Inherited from IconProps . 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. aria-current # \u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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. aria-describedby # \u2022 Optional aria-describedby : string Inherited from IconProps . aria-describedby Defined in node_modules/@types/react/index.d.ts:1599 Identifies the element (or elements) that describes the object. see aria-labelledby aria-details # \u2022 Optional aria-details : string Inherited from IconProps . 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. aria-disabled # \u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-dropeffect # \u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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 aria-errormessage # \u2022 Optional aria-errormessage : string Inherited from IconProps . 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. aria-expanded # \u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-flowto # \u2022 Optional aria-flowto : string Inherited from IconProps . 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. aria-grabbed # \u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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 aria-haspopup # \u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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. aria-hidden # \u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-invalid # \u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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. aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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. aria-label # \u2022 Optional aria-label : string Inherited from IconProps . aria-label Defined in node_modules/@types/react/index.d.ts:1650 Defines a string value that labels the current element. see aria-labelledby. aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from IconProps . 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. aria-level # \u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure. aria-live # \u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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. aria-modal # \u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed. aria-multiline # \u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-multiselectable # \u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-orientation # \u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . aria-orientation Defined in node_modules/@types/react/index.d.ts:1667 Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns # \u2022 Optional aria-owns : string Inherited from IconProps . 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. aria-placeholder # \u2022 Optional aria-placeholder : string Inherited from IconProps . 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. aria-posinset # \u2022 Optional aria-posinset : number Inherited from IconProps . 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. aria-pressed # \u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-readonly # \u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-relevant # \u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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. aria-required # \u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-roledescription # \u2022 Optional aria-roledescription : string Inherited from IconProps . 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. aria-rowcount # \u2022 Optional aria-rowcount : number Inherited from IconProps . 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. aria-rowindex # \u2022 Optional aria-rowindex : number Inherited from IconProps . 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. aria-rowspan # \u2022 Optional aria-rowspan : number Inherited from IconProps . 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. aria-selected # \u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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. aria-setsize # \u2022 Optional aria-setsize : number Inherited from IconProps . 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. aria-sort # \u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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. aria-valuemax # \u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget. aria-valuemin # \u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget. aria-valuenow # \u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext. aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from IconProps . 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. as # \u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819 async # \u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820 autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785 autoComplete # \u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821 autoCorrect # \u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786 autoFocus # \u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822 autoPlay # \u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823 autoSave # \u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787 capture # \u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824 cellPadding # \u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825 cellSpacing # \u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826 challenge # \u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828 charSet # \u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827 checked # \u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829 checkedLink # \u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 cite # \u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830 classID # \u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831 className # \u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752 colSpan # \u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833 color # \u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788 cols # \u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832 content # \u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834 contentEditable # \u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753 contextMenu # \u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754 controls # \u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835 coords # \u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836 crossOrigin # \u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string data # \u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838 datatype # \u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776 dateTime # \u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839 default # \u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840 defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745 defaultValue # \u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746 defer # \u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841 dir # \u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755 disabled # \u2022 Optional disabled : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842 download # \u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843 draggable # \u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756 encType # \u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844 form # \u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845 formAction # \u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846 formEncType # \u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847 formMethod # \u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848 formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849 formTarget # \u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850 frameBorder # \u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851 headers # \u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852 height # \u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853 hidden # \u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757 high # \u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854 href # \u2022 Optional href : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855 hrefLang # \u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856 htmlFor # \u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857 httpEquiv # \u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858 id # \u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758 inlist # \u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777 inputMode # \u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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 integrity # \u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859 is # \u2022 Optional is : string Inherited from IconProps . 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 itemID # \u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792 itemProp # \u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789 itemRef # \u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793 itemScope # \u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790 itemType # \u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791 key # \u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139 keyParams # \u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860 keyType # \u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861 kind # \u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862 label # \u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863 lang # \u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759 list # \u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864 loop # \u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865 low # \u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866 manifest # \u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867 marginHeight # \u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868 marginWidth # \u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869 max # \u2022 Optional max : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870 maxLength # \u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871 media # \u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872 mediaGroup # \u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873 method # \u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874 min # \u2022 Optional min : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875 minLength # \u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876 multiple # \u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877 muted # \u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878 name # \u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879 noValidate # \u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881 nonce # \u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 open # \u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882 optimum # \u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883 pattern # \u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884 placeholder # \u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885 playsInline # \u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886 poster # \u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887 prefix # \u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778 preload # \u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888 property # \u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779 radioGroup # \u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769 readOnly # \u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889 ref # \u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145 rel # \u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890 required # \u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891 resource # \u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780 results # \u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794 reversed # \u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892 role # \u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772 rowSpan # \u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894 rows # \u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893 sandbox # \u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895 scope # \u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896 scoped # \u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897 scrolling # \u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898 seamless # \u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899 security # \u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795 selected # \u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900 shape # \u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901 size # \u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902 sizes # \u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903 slot # \u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761 span # \u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904 spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762 src # \u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905 srcDoc # \u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906 srcLang # \u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907 srcSet # \u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908 start # \u2022 Optional 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 style # \u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763 summary # \u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911 suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747 suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748 tabIndex # \u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764 target # \u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912 title # \u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765 translate # \u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766 type # \u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913 typeof # \u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781 unselectable # \u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796 useMap # \u2022 Optional useMap : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914 value # \u2022 Optional value : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915 valueLink # \u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27 vocab # \u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782 width # \u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916 wmode # \u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917 wrap # \u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#interface-stepperprops","text":"","title":"Interface: StepperProps"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#hierarchy","text":"HTMLProps\\ \u21b3 StepperProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.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/_src_renderer_components_stepper_stepper_.stepperprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#about","text":"\u2022 Optional about : string Inherited from IconProps . about Defined in node_modules/@types/react/index.d.ts:1775","title":"about"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#accept","text":"\u2022 Optional accept : string Inherited from LineProgressProps . accept Defined in node_modules/@types/react/index.d.ts:1813","title":"accept"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#acceptcharset","text":"\u2022 Optional acceptCharset : string Inherited from LineProgressProps . acceptCharset Defined in node_modules/@types/react/index.d.ts:1814","title":"acceptCharset"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#accesskey","text":"\u2022 Optional accessKey : string Inherited from IconProps . accessKey Defined in node_modules/@types/react/index.d.ts:1751","title":"accessKey"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#action","text":"\u2022 Optional action : string Inherited from LineProgressProps . action Defined in node_modules/@types/react/index.d.ts:1815","title":"action"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean Inherited from LineProgressProps . allowFullScreen Defined in node_modules/@types/react/index.d.ts:1816","title":"allowFullScreen"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean Inherited from LineProgressProps . allowTransparency Defined in node_modules/@types/react/index.d.ts:1817","title":"allowTransparency"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#alt","text":"\u2022 Optional alt : string Inherited from LineProgressProps . alt Defined in node_modules/@types/react/index.d.ts:1818","title":"alt"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Inherited from IconProps . 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":"aria-activedescendant"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-atomic","text":"\u2022 Optional aria-atomic : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-atomic"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \\\"none\\\" | \\\"inline\\\" | \\\"list\\\" | \\\"both\\\" Inherited from IconProps . 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":"aria-autocomplete"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-busy","text":"\u2022 Optional aria-busy : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-busy"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-checked"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-colcount","text":"\u2022 Optional aria-colcount : number Inherited from IconProps . 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":"aria-colcount"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-colindex","text":"\u2022 Optional aria-colindex : number Inherited from IconProps . 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":"aria-colindex"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-colspan","text":"\u2022 Optional aria-colspan : number Inherited from IconProps . 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":"aria-colspan"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-controls","text":"\u2022 Optional aria-controls : string Inherited from IconProps . 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":"aria-controls"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-current","text":"\u2022 Optional aria-current : boolean | \\\"false\\\" | \\\"true\\\" | \\\"page\\\" | \\\"step\\\" | \\\"location\\\" | \\\"date\\\" | \\\"time\\\" Inherited from IconProps . 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":"aria-current"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-describedby","text":"\u2022 Optional aria-describedby : string Inherited from IconProps . 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":"aria-describedby"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-details","text":"\u2022 Optional aria-details : string Inherited from IconProps . 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":"aria-details"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-disabled","text":"\u2022 Optional aria-disabled : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \\\"none\\\" | \\\"copy\\\" | \\\"execute\\\" | \\\"link\\\" | \\\"move\\\" | \\\"popup\\\" Inherited from IconProps . 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":"aria-dropeffect"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Inherited from IconProps . 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":"aria-errormessage"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-expanded","text":"\u2022 Optional aria-expanded : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-expanded"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-flowto","text":"\u2022 Optional aria-flowto : string Inherited from IconProps . 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":"aria-flowto"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-grabbed","text":"\u2022 Optional aria-grabbed : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-grabbed"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \\\"false\\\" | \\\"true\\\" | \\\"menu\\\" | \\\"listbox\\\" | \\\"tree\\\" | \\\"grid\\\" | \\\"dialog\\\" Inherited from IconProps . 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":"aria-haspopup"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-hidden","text":"\u2022 Optional aria-hidden : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \\\"false\\\" | \\\"true\\\" | \\\"grammar\\\" | \\\"spelling\\\" Inherited from IconProps . 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":"aria-invalid"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Inherited from IconProps . 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":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-label","text":"\u2022 Optional aria-label : string Inherited from IconProps . 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":"aria-label"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Inherited from IconProps . 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":"aria-labelledby"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-level","text":"\u2022 Optional aria-level : number Inherited from IconProps . aria-level Defined in node_modules/@types/react/index.d.ts:1657 Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-live","text":"\u2022 Optional aria-live : \\\"off\\\" | \\\"assertive\\\" | \\\"polite\\\" Inherited from IconProps . 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":"aria-live"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-modal","text":"\u2022 Optional aria-modal : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . aria-modal Defined in node_modules/@types/react/index.d.ts:1661 Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-multiline","text":"\u2022 Optional aria-multiline : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiline"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-multiselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-orientation","text":"\u2022 Optional aria-orientation : \\\"horizontal\\\" | \\\"vertical\\\" Inherited from IconProps . 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":"aria-orientation"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-owns","text":"\u2022 Optional aria-owns : string Inherited from IconProps . 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":"aria-owns"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string Inherited from IconProps . 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":"aria-placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-posinset","text":"\u2022 Optional aria-posinset : number Inherited from IconProps . 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":"aria-posinset"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \\\"false\\\" | \\\"mixed\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-pressed"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-readonly","text":"\u2022 Optional aria-readonly : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-readonly"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-relevant","text":"\u2022 Optional aria-relevant : \\\"additions\\\" | \\\"additions text\\\" | \\\"all\\\" | \\\"removals\\\" | \\\"text\\\" Inherited from IconProps . 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":"aria-relevant"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-required","text":"\u2022 Optional aria-required : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-required"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Inherited from IconProps . 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":"aria-roledescription"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Inherited from IconProps . 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":"aria-rowcount"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number Inherited from IconProps . 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":"aria-rowindex"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number Inherited from IconProps . 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":"aria-rowspan"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-selected","text":"\u2022 Optional aria-selected : boolean | \\\"false\\\" | \\\"true\\\" Inherited from IconProps . 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":"aria-selected"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-setsize","text":"\u2022 Optional aria-setsize : number Inherited from IconProps . 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":"aria-setsize"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-sort","text":"\u2022 Optional aria-sort : \\\"none\\\" | \\\"ascending\\\" | \\\"descending\\\" | \\\"other\\\" Inherited from IconProps . 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":"aria-sort"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Inherited from IconProps . aria-valuemax Defined in node_modules/@types/react/index.d.ts:1731 Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Inherited from IconProps . aria-valuemin Defined in node_modules/@types/react/index.d.ts:1733 Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Inherited from IconProps . aria-valuenow Defined in node_modules/@types/react/index.d.ts:1738 Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Inherited from IconProps . 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":"aria-valuetext"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#as","text":"\u2022 Optional as : string Inherited from LineProgressProps . as Defined in node_modules/@types/react/index.d.ts:1819","title":"as"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#async","text":"\u2022 Optional async : boolean Inherited from LineProgressProps . async Defined in node_modules/@types/react/index.d.ts:1820","title":"async"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#autocapitalize","text":"\u2022 Optional autoCapitalize : string Inherited from IconProps . autoCapitalize Defined in node_modules/@types/react/index.d.ts:1785","title":"autoCapitalize"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#autocomplete","text":"\u2022 Optional autoComplete : string Inherited from LineProgressProps . autoComplete Defined in node_modules/@types/react/index.d.ts:1821","title":"autoComplete"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#autocorrect","text":"\u2022 Optional autoCorrect : string Inherited from IconProps . autoCorrect Defined in node_modules/@types/react/index.d.ts:1786","title":"autoCorrect"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from LineProgressProps . autoFocus Defined in node_modules/@types/react/index.d.ts:1822","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#autoplay","text":"\u2022 Optional autoPlay : boolean Inherited from LineProgressProps . autoPlay Defined in node_modules/@types/react/index.d.ts:1823","title":"autoPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#autosave","text":"\u2022 Optional autoSave : string Inherited from IconProps . autoSave Defined in node_modules/@types/react/index.d.ts:1787","title":"autoSave"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#capture","text":"\u2022 Optional capture : boolean | string Inherited from LineProgressProps . capture Defined in node_modules/@types/react/index.d.ts:1824","title":"capture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#cellpadding","text":"\u2022 Optional cellPadding : number | string Inherited from LineProgressProps . cellPadding Defined in node_modules/@types/react/index.d.ts:1825","title":"cellPadding"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#cellspacing","text":"\u2022 Optional cellSpacing : number | string Inherited from LineProgressProps . cellSpacing Defined in node_modules/@types/react/index.d.ts:1826","title":"cellSpacing"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#challenge","text":"\u2022 Optional challenge : string Inherited from LineProgressProps . challenge Defined in node_modules/@types/react/index.d.ts:1828","title":"challenge"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#charset","text":"\u2022 Optional charSet : string Inherited from LineProgressProps . charSet Defined in node_modules/@types/react/index.d.ts:1827","title":"charSet"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#checked","text":"\u2022 Optional checked : boolean Inherited from LineProgressProps . checked Defined in node_modules/@types/react/index.d.ts:1829","title":"checked"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#checkedlink","text":"\u2022 Optional checkedLink : ReactLink\\ Inherited from IconProps . checkedLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26","title":"checkedLink"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#cite","text":"\u2022 Optional cite : string Inherited from LineProgressProps . cite Defined in node_modules/@types/react/index.d.ts:1830","title":"cite"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#classid","text":"\u2022 Optional classID : string Inherited from LineProgressProps . classID Defined in node_modules/@types/react/index.d.ts:1831","title":"classID"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#classname","text":"\u2022 Optional className : string Inherited from IconProps . className Defined in node_modules/@types/react/index.d.ts:1752","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#colspan","text":"\u2022 Optional colSpan : number Inherited from LineProgressProps . colSpan Defined in node_modules/@types/react/index.d.ts:1833","title":"colSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#color","text":"\u2022 Optional color : string Inherited from IconProps . color Defined in node_modules/@types/react/index.d.ts:1788","title":"color"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#cols","text":"\u2022 Optional cols : number Inherited from LineProgressProps . cols Defined in node_modules/@types/react/index.d.ts:1832","title":"cols"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#content","text":"\u2022 Optional content : string Inherited from LineProgressProps . content Defined in node_modules/@types/react/index.d.ts:1834","title":"content"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \\\"inherit\\\" Inherited from IconProps . contentEditable Defined in node_modules/@types/react/index.d.ts:1753","title":"contentEditable"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#contextmenu","text":"\u2022 Optional contextMenu : string Inherited from IconProps . contextMenu Defined in node_modules/@types/react/index.d.ts:1754","title":"contextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#controls","text":"\u2022 Optional controls : boolean Inherited from LineProgressProps . controls Defined in node_modules/@types/react/index.d.ts:1835","title":"controls"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#coords","text":"\u2022 Optional coords : string Inherited from LineProgressProps . coords Defined in node_modules/@types/react/index.d.ts:1836","title":"coords"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#crossorigin","text":"\u2022 Optional crossOrigin : string Inherited from LineProgressProps . crossOrigin Defined in node_modules/@types/react/index.d.ts:1837","title":"crossOrigin"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#data","text":"\u2022 Optional data : string Inherited from LineProgressProps . data Defined in node_modules/@types/react/index.d.ts:1838","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#datatype","text":"\u2022 Optional datatype : string Inherited from IconProps . datatype Defined in node_modules/@types/react/index.d.ts:1776","title":"datatype"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#datetime","text":"\u2022 Optional dateTime : string Inherited from LineProgressProps . dateTime Defined in node_modules/@types/react/index.d.ts:1839","title":"dateTime"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#default","text":"\u2022 Optional default : boolean Inherited from LineProgressProps . default Defined in node_modules/@types/react/index.d.ts:1840","title":"default"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean Inherited from IconProps . defaultChecked Defined in node_modules/@types/react/index.d.ts:1745","title":"defaultChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | string[] Inherited from IconProps . defaultValue Defined in node_modules/@types/react/index.d.ts:1746","title":"defaultValue"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#defer","text":"\u2022 Optional defer : boolean Inherited from LineProgressProps . defer Defined in node_modules/@types/react/index.d.ts:1841","title":"defer"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#dir","text":"\u2022 Optional dir : string Inherited from IconProps . dir Defined in node_modules/@types/react/index.d.ts:1755","title":"dir"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#disabled","text":"\u2022 Optional disabled : boolean Inherited from LineProgressProps . disabled Defined in node_modules/@types/react/index.d.ts:1842","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#download","text":"\u2022 Optional download : any Inherited from LineProgressProps . download Defined in node_modules/@types/react/index.d.ts:1843","title":"download"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#draggable","text":"\u2022 Optional draggable : Booleanish Inherited from IconProps . draggable Defined in node_modules/@types/react/index.d.ts:1756","title":"draggable"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#enctype","text":"\u2022 Optional encType : string Inherited from LineProgressProps . encType Defined in node_modules/@types/react/index.d.ts:1844","title":"encType"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#form","text":"\u2022 Optional form : string Inherited from LineProgressProps . form Defined in node_modules/@types/react/index.d.ts:1845","title":"form"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#formaction","text":"\u2022 Optional formAction : string Inherited from LineProgressProps . formAction Defined in node_modules/@types/react/index.d.ts:1846","title":"formAction"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#formenctype","text":"\u2022 Optional formEncType : string Inherited from LineProgressProps . formEncType Defined in node_modules/@types/react/index.d.ts:1847","title":"formEncType"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#formmethod","text":"\u2022 Optional formMethod : string Inherited from LineProgressProps . formMethod Defined in node_modules/@types/react/index.d.ts:1848","title":"formMethod"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean Inherited from LineProgressProps . formNoValidate Defined in node_modules/@types/react/index.d.ts:1849","title":"formNoValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#formtarget","text":"\u2022 Optional formTarget : string Inherited from LineProgressProps . formTarget Defined in node_modules/@types/react/index.d.ts:1850","title":"formTarget"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#frameborder","text":"\u2022 Optional frameBorder : number | string Inherited from LineProgressProps . frameBorder Defined in node_modules/@types/react/index.d.ts:1851","title":"frameBorder"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#headers","text":"\u2022 Optional headers : string Inherited from LineProgressProps . headers Defined in node_modules/@types/react/index.d.ts:1852","title":"headers"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#height","text":"\u2022 Optional height : number | string Inherited from LineProgressProps . height Defined in node_modules/@types/react/index.d.ts:1853","title":"height"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#hidden","text":"\u2022 Optional hidden : boolean Inherited from IconProps . hidden Defined in node_modules/@types/react/index.d.ts:1757","title":"hidden"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#high","text":"\u2022 Optional high : number Inherited from LineProgressProps . high Defined in node_modules/@types/react/index.d.ts:1854","title":"high"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#href","text":"\u2022 Optional href : string Inherited from LineProgressProps . href Defined in node_modules/@types/react/index.d.ts:1855","title":"href"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#hreflang","text":"\u2022 Optional hrefLang : string Inherited from LineProgressProps . hrefLang Defined in node_modules/@types/react/index.d.ts:1856","title":"hrefLang"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#htmlfor","text":"\u2022 Optional htmlFor : string Inherited from LineProgressProps . htmlFor Defined in node_modules/@types/react/index.d.ts:1857","title":"htmlFor"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#httpequiv","text":"\u2022 Optional httpEquiv : string Inherited from LineProgressProps . httpEquiv Defined in node_modules/@types/react/index.d.ts:1858","title":"httpEquiv"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#id","text":"\u2022 Optional id : string Inherited from IconProps . id Defined in node_modules/@types/react/index.d.ts:1758","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#inlist","text":"\u2022 Optional inlist : any Inherited from IconProps . inlist Defined in node_modules/@types/react/index.d.ts:1777","title":"inlist"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#inputmode","text":"\u2022 Optional inputMode : \\\"none\\\" | \\\"text\\\" | \\\"tel\\\" | \\\"url\\\" | \\\"email\\\" | \\\"numeric\\\" | \\\"decimal\\\" | \\\"search\\\" Inherited from IconProps . 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":"inputMode"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#integrity","text":"\u2022 Optional integrity : string Inherited from LineProgressProps . integrity Defined in node_modules/@types/react/index.d.ts:1859","title":"integrity"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#is","text":"\u2022 Optional is : string Inherited from IconProps . 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":"is"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#itemid","text":"\u2022 Optional itemID : string Inherited from IconProps . itemID Defined in node_modules/@types/react/index.d.ts:1792","title":"itemID"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#itemprop","text":"\u2022 Optional itemProp : string Inherited from IconProps . itemProp Defined in node_modules/@types/react/index.d.ts:1789","title":"itemProp"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#itemref","text":"\u2022 Optional itemRef : string Inherited from IconProps . itemRef Defined in node_modules/@types/react/index.d.ts:1793","title":"itemRef"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#itemscope","text":"\u2022 Optional itemScope : boolean Inherited from IconProps . itemScope Defined in node_modules/@types/react/index.d.ts:1790","title":"itemScope"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#itemtype","text":"\u2022 Optional itemType : string Inherited from IconProps . itemType Defined in node_modules/@types/react/index.d.ts:1791","title":"itemType"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#key","text":"\u2022 Optional key : Key Inherited from LineProgressProps . key Defined in node_modules/@types/react/index.d.ts:139","title":"key"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#keyparams","text":"\u2022 Optional keyParams : string Inherited from LineProgressProps . keyParams Defined in node_modules/@types/react/index.d.ts:1860","title":"keyParams"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#keytype","text":"\u2022 Optional keyType : string Inherited from LineProgressProps . keyType Defined in node_modules/@types/react/index.d.ts:1861","title":"keyType"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#kind","text":"\u2022 Optional kind : string Inherited from LineProgressProps . kind Defined in node_modules/@types/react/index.d.ts:1862","title":"kind"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#label","text":"\u2022 Optional label : string Inherited from LineProgressProps . label Defined in node_modules/@types/react/index.d.ts:1863","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#lang","text":"\u2022 Optional lang : string Inherited from IconProps . lang Defined in node_modules/@types/react/index.d.ts:1759","title":"lang"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#list","text":"\u2022 Optional list : string Inherited from LineProgressProps . list Defined in node_modules/@types/react/index.d.ts:1864","title":"list"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#loop","text":"\u2022 Optional loop : boolean Inherited from LineProgressProps . loop Defined in node_modules/@types/react/index.d.ts:1865","title":"loop"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#low","text":"\u2022 Optional low : number Inherited from LineProgressProps . low Defined in node_modules/@types/react/index.d.ts:1866","title":"low"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#manifest","text":"\u2022 Optional manifest : string Inherited from LineProgressProps . manifest Defined in node_modules/@types/react/index.d.ts:1867","title":"manifest"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#marginheight","text":"\u2022 Optional marginHeight : number Inherited from LineProgressProps . marginHeight Defined in node_modules/@types/react/index.d.ts:1868","title":"marginHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#marginwidth","text":"\u2022 Optional marginWidth : number Inherited from LineProgressProps . marginWidth Defined in node_modules/@types/react/index.d.ts:1869","title":"marginWidth"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#max","text":"\u2022 Optional max : number | string Inherited from MenuItemProps . max Defined in node_modules/@types/react/index.d.ts:1870","title":"max"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#maxlength","text":"\u2022 Optional maxLength : number Inherited from LineProgressProps . maxLength Defined in node_modules/@types/react/index.d.ts:1871","title":"maxLength"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#media","text":"\u2022 Optional media : string Inherited from LineProgressProps . media Defined in node_modules/@types/react/index.d.ts:1872","title":"media"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#mediagroup","text":"\u2022 Optional mediaGroup : string Inherited from LineProgressProps . mediaGroup Defined in node_modules/@types/react/index.d.ts:1873","title":"mediaGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#method","text":"\u2022 Optional method : string Inherited from LineProgressProps . method Defined in node_modules/@types/react/index.d.ts:1874","title":"method"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#min","text":"\u2022 Optional min : number | string Inherited from MenuItemProps . min Defined in node_modules/@types/react/index.d.ts:1875","title":"min"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#minlength","text":"\u2022 Optional minLength : number Inherited from LineProgressProps . minLength Defined in node_modules/@types/react/index.d.ts:1876","title":"minLength"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#multiple","text":"\u2022 Optional multiple : boolean Inherited from LineProgressProps . multiple Defined in node_modules/@types/react/index.d.ts:1877","title":"multiple"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#muted","text":"\u2022 Optional muted : boolean Inherited from LineProgressProps . muted Defined in node_modules/@types/react/index.d.ts:1878","title":"muted"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#name","text":"\u2022 Optional name : string Inherited from LineProgressProps . name Defined in node_modules/@types/react/index.d.ts:1879","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#novalidate","text":"\u2022 Optional noValidate : boolean Inherited from LineProgressProps . noValidate Defined in node_modules/@types/react/index.d.ts:1881","title":"noValidate"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#nonce","text":"\u2022 Optional nonce : string Inherited from LineProgressProps . nonce Defined in node_modules/@types/react/index.d.ts:1880","title":"nonce"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#open","text":"\u2022 Optional open : boolean Inherited from LineProgressProps . open Defined in node_modules/@types/react/index.d.ts:1882","title":"open"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#optimum","text":"\u2022 Optional optimum : number Inherited from LineProgressProps . optimum Defined in node_modules/@types/react/index.d.ts:1883","title":"optimum"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#pattern","text":"\u2022 Optional pattern : string Inherited from LineProgressProps . pattern Defined in node_modules/@types/react/index.d.ts:1884","title":"pattern"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#placeholder","text":"\u2022 Optional placeholder : string Inherited from LineProgressProps . placeholder Overrides IconProps . placeholder Defined in node_modules/@types/react/index.d.ts:1885","title":"placeholder"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#playsinline","text":"\u2022 Optional playsInline : boolean Inherited from LineProgressProps . playsInline Defined in node_modules/@types/react/index.d.ts:1886","title":"playsInline"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#poster","text":"\u2022 Optional poster : string Inherited from LineProgressProps . poster Defined in node_modules/@types/react/index.d.ts:1887","title":"poster"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#prefix","text":"\u2022 Optional prefix : string Inherited from IconProps . prefix Defined in node_modules/@types/react/index.d.ts:1778","title":"prefix"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#preload","text":"\u2022 Optional preload : string Inherited from LineProgressProps . preload Defined in node_modules/@types/react/index.d.ts:1888","title":"preload"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#property","text":"\u2022 Optional property : string Inherited from IconProps . property Defined in node_modules/@types/react/index.d.ts:1779","title":"property"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#radiogroup","text":"\u2022 Optional radioGroup : string Inherited from IconProps . radioGroup Defined in node_modules/@types/react/index.d.ts:1769","title":"radioGroup"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#readonly","text":"\u2022 Optional readOnly : boolean Inherited from LineProgressProps . readOnly Defined in node_modules/@types/react/index.d.ts:1889","title":"readOnly"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#ref","text":"\u2022 Optional ref : LegacyRef\\ Inherited from LineProgressProps . ref Defined in node_modules/@types/react/index.d.ts:145","title":"ref"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#rel","text":"\u2022 Optional rel : string Inherited from LineProgressProps . rel Defined in node_modules/@types/react/index.d.ts:1890","title":"rel"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#required","text":"\u2022 Optional required : boolean Inherited from LineProgressProps . required Defined in node_modules/@types/react/index.d.ts:1891","title":"required"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#resource","text":"\u2022 Optional resource : string Inherited from IconProps . resource Defined in node_modules/@types/react/index.d.ts:1780","title":"resource"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#results","text":"\u2022 Optional results : number Inherited from IconProps . results Defined in node_modules/@types/react/index.d.ts:1794","title":"results"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#reversed","text":"\u2022 Optional reversed : boolean Inherited from LineProgressProps . reversed Defined in node_modules/@types/react/index.d.ts:1892","title":"reversed"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#role","text":"\u2022 Optional role : string Inherited from IconProps . role Defined in node_modules/@types/react/index.d.ts:1772","title":"role"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#rowspan","text":"\u2022 Optional rowSpan : number Inherited from LineProgressProps . rowSpan Defined in node_modules/@types/react/index.d.ts:1894","title":"rowSpan"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#rows","text":"\u2022 Optional rows : number Inherited from LineProgressProps . rows Defined in node_modules/@types/react/index.d.ts:1893","title":"rows"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#sandbox","text":"\u2022 Optional sandbox : string Inherited from LineProgressProps . sandbox Defined in node_modules/@types/react/index.d.ts:1895","title":"sandbox"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#scope","text":"\u2022 Optional scope : string Inherited from LineProgressProps . scope Defined in node_modules/@types/react/index.d.ts:1896","title":"scope"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#scoped","text":"\u2022 Optional scoped : boolean Inherited from LineProgressProps . scoped Defined in node_modules/@types/react/index.d.ts:1897","title":"scoped"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#scrolling","text":"\u2022 Optional scrolling : string Inherited from LineProgressProps . scrolling Defined in node_modules/@types/react/index.d.ts:1898","title":"scrolling"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#seamless","text":"\u2022 Optional seamless : boolean Inherited from LineProgressProps . seamless Defined in node_modules/@types/react/index.d.ts:1899","title":"seamless"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#security","text":"\u2022 Optional security : string Inherited from IconProps . security Defined in node_modules/@types/react/index.d.ts:1795","title":"security"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#selected","text":"\u2022 Optional selected : boolean Inherited from LineProgressProps . selected Defined in node_modules/@types/react/index.d.ts:1900","title":"selected"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#shape","text":"\u2022 Optional shape : string Inherited from LineProgressProps . shape Defined in node_modules/@types/react/index.d.ts:1901","title":"shape"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#size","text":"\u2022 Optional size : number Inherited from LineProgressProps . size Defined in node_modules/@types/react/index.d.ts:1902","title":"size"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#sizes","text":"\u2022 Optional sizes : string Inherited from LineProgressProps . sizes Defined in node_modules/@types/react/index.d.ts:1903","title":"sizes"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#slot","text":"\u2022 Optional slot : string Inherited from IconProps . slot Defined in node_modules/@types/react/index.d.ts:1761","title":"slot"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#span","text":"\u2022 Optional span : number Inherited from LineProgressProps . span Defined in node_modules/@types/react/index.d.ts:1904","title":"span"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish Inherited from IconProps . spellCheck Defined in node_modules/@types/react/index.d.ts:1762","title":"spellCheck"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#src","text":"\u2022 Optional src : string Inherited from LineProgressProps . src Defined in node_modules/@types/react/index.d.ts:1905","title":"src"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#srcdoc","text":"\u2022 Optional srcDoc : string Inherited from LineProgressProps . srcDoc Defined in node_modules/@types/react/index.d.ts:1906","title":"srcDoc"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#srclang","text":"\u2022 Optional srcLang : string Inherited from LineProgressProps . srcLang Defined in node_modules/@types/react/index.d.ts:1907","title":"srcLang"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#srcset","text":"\u2022 Optional srcSet : string Inherited from LineProgressProps . srcSet Defined in node_modules/@types/react/index.d.ts:1908","title":"srcSet"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#start","text":"\u2022 Optional start : number Inherited from LineProgressProps . start Defined in node_modules/@types/react/index.d.ts:1909","title":"start"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#step","text":"\u2022 step : number Overrides LineProgressProps . step Defined in src/renderer/components/stepper/stepper.tsx:6","title":"step"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#steps","text":"\u2022 steps : Step [] Defined in src/renderer/components/stepper/stepper.tsx:7","title":"steps"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#style","text":"\u2022 Optional style : CSSProperties Inherited from IconProps . style Defined in node_modules/@types/react/index.d.ts:1763","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#summary","text":"\u2022 Optional summary : string Inherited from LineProgressProps . summary Defined in node_modules/@types/react/index.d.ts:1911","title":"summary"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean Inherited from IconProps . suppressContentEditableWarning Defined in node_modules/@types/react/index.d.ts:1747","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean Inherited from IconProps . suppressHydrationWarning Defined in node_modules/@types/react/index.d.ts:1748","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#tabindex","text":"\u2022 Optional tabIndex : number Inherited from IconProps . tabIndex Defined in node_modules/@types/react/index.d.ts:1764","title":"tabIndex"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#target","text":"\u2022 Optional target : string Inherited from LineProgressProps . target Defined in node_modules/@types/react/index.d.ts:1912","title":"target"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#title","text":"\u2022 Optional title : string Inherited from IconProps . title Defined in node_modules/@types/react/index.d.ts:1765","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#translate","text":"\u2022 Optional translate : \\\"yes\\\" | \\\"no\\\" Inherited from IconProps . translate Defined in node_modules/@types/react/index.d.ts:1766","title":"translate"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#type","text":"\u2022 Optional type : string Inherited from LineProgressProps . type Defined in node_modules/@types/react/index.d.ts:1913","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#typeof","text":"\u2022 Optional typeof : string Inherited from IconProps . typeof Defined in node_modules/@types/react/index.d.ts:1781","title":"typeof"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#unselectable","text":"\u2022 Optional unselectable : \\\"on\\\" | \\\"off\\\" Inherited from IconProps . unselectable Defined in node_modules/@types/react/index.d.ts:1796","title":"unselectable"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#usemap","text":"\u2022 Optional useMap : string Inherited from LineProgressProps . useMap Defined in node_modules/@types/react/index.d.ts:1914","title":"useMap"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#value","text":"\u2022 Optional value : string | string[] | number Inherited from MenuItemProps . value Defined in node_modules/@types/react/index.d.ts:1915","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#valuelink","text":"\u2022 Optional valueLink : ReactLink\\ Inherited from IconProps . valueLink Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27","title":"valueLink"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#vocab","text":"\u2022 Optional vocab : string Inherited from IconProps . vocab Defined in node_modules/@types/react/index.d.ts:1782","title":"vocab"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#width","text":"\u2022 Optional width : number | string Inherited from LineProgressProps . width Defined in node_modules/@types/react/index.d.ts:1916","title":"width"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#wmode","text":"\u2022 Optional wmode : string Inherited from LineProgressProps . wmode Defined in node_modules/@types/react/index.d.ts:1917","title":"wmode"},{"location":"extensions/api/interfaces/_src_renderer_components_stepper_stepper_.stepperprops/#wrap","text":"\u2022 Optional wrap : string Inherited from LineProgressProps . wrap Defined in node_modules/@types/react/index.d.ts:1918","title":"wrap"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table\" / TableProps Interface: TableProps # Hierarchy # DOMAttributes\\ \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 # autoSize # \u2022 Optional autoSize : boolean Defined in src/renderer/components/table/table.tsx:25 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Defined in src/renderer/components/table/table.tsx:24 customRowHeights # \u2022 Optional customRowHeights : (item: object, lineHeight: number, paddings: number) => number Defined in src/renderer/components/table/table.tsx:42 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string getTableRow # \u2022 Optional getTableRow : (uid: string) => ReactElement\\< TableRowProps > Defined in src/renderer/components/table/table.tsx:43 items # \u2022 Optional items : ItemObject [] Defined in src/renderer/components/table/table.tsx:23 noItems # \u2022 Optional noItems : React.ReactNode Defined in src/renderer/components/table/table.tsx:37 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onSort # \u2022 Optional onSort : (params: TableSortParams ) => void Defined in src/renderer/components/table/table.tsx:36 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 rowLineHeight # \u2022 Optional rowLineHeight : string Defined in src/renderer/components/table/table.tsx:41 rowPadding # \u2022 Optional rowPadding : string Defined in src/renderer/components/table/table.tsx:40 scrollable # \u2022 Optional scrollable : boolean Defined in src/renderer/components/table/table.tsx:27 selectable # \u2022 Optional selectable : boolean Defined in src/renderer/components/table/table.tsx:26 selectedItemId # \u2022 Optional selectedItemId : string Defined in src/renderer/components/table/table.tsx:38 sortByDefault # \u2022 Optional sortByDefault : Partial\\< TableSortParams > Defined in src/renderer/components/table/table.tsx:35 sortSyncWithUrl # \u2022 Optional sortSyncWithUrl : boolean Defined in src/renderer/components/table/table.tsx:34 sortable # \u2022 Optional sortable : { [sortBy:string]: TableSortCallback ; } Defined in src/renderer/components/table/table.tsx:29 storageKey # \u2022 Optional storageKey : string Defined in src/renderer/components/table/table.tsx:28 virtual # \u2022 Optional virtual : boolean Defined in src/renderer/components/table/table.tsx:39","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#interface-tableprops","text":"","title":"Interface: TableProps"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#hierarchy","text":"DOMAttributes\\ \u21b3 TableProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.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/_src_renderer_components_table_table_.tableprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#autosize","text":"\u2022 Optional autoSize : boolean Defined in src/renderer/components/table/table.tsx:25","title":"autoSize"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/table/table.tsx:24","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#customrowheights","text":"\u2022 Optional customRowHeights : (item: object, lineHeight: number, paddings: number) => number Defined in src/renderer/components/table/table.tsx:42","title":"customRowHeights"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#gettablerow","text":"\u2022 Optional getTableRow : (uid: string) => ReactElement\\< TableRowProps > Defined in src/renderer/components/table/table.tsx:43","title":"getTableRow"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#items","text":"\u2022 Optional items : ItemObject [] Defined in src/renderer/components/table/table.tsx:23","title":"items"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#noitems","text":"\u2022 Optional noItems : React.ReactNode Defined in src/renderer/components/table/table.tsx:37","title":"noItems"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onsort","text":"\u2022 Optional onSort : (params: TableSortParams ) => void Defined in src/renderer/components/table/table.tsx:36","title":"onSort"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#rowlineheight","text":"\u2022 Optional rowLineHeight : string Defined in src/renderer/components/table/table.tsx:41","title":"rowLineHeight"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#rowpadding","text":"\u2022 Optional rowPadding : string Defined in src/renderer/components/table/table.tsx:40","title":"rowPadding"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#scrollable","text":"\u2022 Optional scrollable : boolean Defined in src/renderer/components/table/table.tsx:27","title":"scrollable"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#selectable","text":"\u2022 Optional selectable : boolean Defined in src/renderer/components/table/table.tsx:26","title":"selectable"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#selecteditemid","text":"\u2022 Optional selectedItemId : string Defined in src/renderer/components/table/table.tsx:38","title":"selectedItemId"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#sortbydefault","text":"\u2022 Optional sortByDefault : Partial\\< TableSortParams > Defined in src/renderer/components/table/table.tsx:35","title":"sortByDefault"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#sortsyncwithurl","text":"\u2022 Optional sortSyncWithUrl : boolean Defined in src/renderer/components/table/table.tsx:34","title":"sortSyncWithUrl"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#sortable","text":"\u2022 Optional sortable : { [sortBy:string]: TableSortCallback ; } Defined in src/renderer/components/table/table.tsx:29","title":"sortable"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#storagekey","text":"\u2022 Optional storageKey : string Defined in src/renderer/components/table/table.tsx:28","title":"storageKey"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_.tableprops/#virtual","text":"\u2022 Optional virtual : boolean Defined in src/renderer/components/table/table.tsx:39","title":"virtual"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-cell\" / TableCellProps Interface: TableCellProps # Hierarchy # DOMAttributes\\ \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 sortBy title Methods # _sort Properties # _nowrap # \u2022 Optional _nowrap : boolean Defined in src/renderer/components/table/table-cell.tsx:19 _sorting # \u2022 Optional _sorting : Partial\\< TableSortParams > Defined in src/renderer/components/table/table-cell.tsx:17 checkbox # \u2022 Optional checkbox : boolean Defined in src/renderer/components/table/table-cell.tsx:14 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Defined in src/renderer/components/table/table-cell.tsx:12 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string isChecked # \u2022 Optional isChecked : boolean Defined in src/renderer/components/table/table-cell.tsx:15 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 sortBy # \u2022 Optional sortBy : TableSortBy Defined in src/renderer/components/table/table-cell.tsx:16 title # \u2022 Optional title : ReactNode Defined in src/renderer/components/table/table-cell.tsx:13 Methods # _sort # \u25b8 Optional _sort ( sortBy : TableSortBy ): void Defined in src/renderer/components/table/table-cell.tsx:18 Parameters: Name Type sortBy TableSortBy Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#interface-tablecellprops","text":"","title":"Interface: TableCellProps"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#hierarchy","text":"DOMAttributes\\ \u21b3 TableCellProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.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 sortBy title","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#methods","text":"_sort","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#_nowrap","text":"\u2022 Optional _nowrap : boolean Defined in src/renderer/components/table/table-cell.tsx:19","title":"_nowrap"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#_sorting","text":"\u2022 Optional _sorting : Partial\\< TableSortParams > Defined in src/renderer/components/table/table-cell.tsx:17","title":"_sorting"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#checkbox","text":"\u2022 Optional checkbox : boolean Defined in src/renderer/components/table/table-cell.tsx:14","title":"checkbox"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/table/table-cell.tsx:12","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ischecked","text":"\u2022 Optional isChecked : boolean Defined in src/renderer/components/table/table-cell.tsx:15","title":"isChecked"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#sortby","text":"\u2022 Optional sortBy : TableSortBy Defined in src/renderer/components/table/table-cell.tsx:16","title":"sortBy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#title","text":"\u2022 Optional title : ReactNode Defined in src/renderer/components/table/table-cell.tsx:13","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_cell_.tablecellprops/#_sort","text":"\u25b8 Optional _sort ( sortBy : TableSortBy ): void Defined in src/renderer/components/table/table-cell.tsx:18","title":"_sort"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-head\" / TableHeadProps Interface: TableHeadProps # Hierarchy # DOMAttributes\\ \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 # children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Defined in src/renderer/components/table/table-head.tsx:9 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string nowrap # \u2022 Optional nowrap : boolean Defined in src/renderer/components/table/table-head.tsx:12 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 showTopLine # \u2022 Optional showTopLine : boolean Defined in src/renderer/components/table/table-head.tsx:10 sticky # \u2022 Optional sticky : boolean Defined in src/renderer/components/table/table-head.tsx:11","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#interface-tableheadprops","text":"","title":"Interface: TableHeadProps"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#hierarchy","text":"DOMAttributes\\ \u21b3 TableHeadProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.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/_src_renderer_components_table_table_head_.tableheadprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/table/table-head.tsx:9","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#nowrap","text":"\u2022 Optional nowrap : boolean Defined in src/renderer/components/table/table-head.tsx:12","title":"nowrap"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#showtopline","text":"\u2022 Optional showTopLine : boolean Defined in src/renderer/components/table/table-head.tsx:10","title":"showTopLine"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_head_.tableheadprops/#sticky","text":"\u2022 Optional sticky : boolean Defined in src/renderer/components/table/table-head.tsx:11","title":"sticky"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-row\" / TableRowProps Interface: TableRowProps # Hierarchy # DOMAttributes\\ \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 # children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Defined in src/renderer/components/table/table-row.tsx:10 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string disabled # \u2022 Optional disabled : boolean Defined in src/renderer/components/table/table-row.tsx:16 nowrap # \u2022 Optional nowrap : boolean Defined in src/renderer/components/table/table-row.tsx:13 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529 searchItem # \u2022 Optional searchItem : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:15 selected # \u2022 Optional selected : boolean Defined in src/renderer/components/table/table-row.tsx:11 sortItem # \u2022 Optional sortItem : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:14 style # \u2022 Optional style : CSSProperties Defined in src/renderer/components/table/table-row.tsx:12","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#interface-tablerowprops","text":"","title":"Interface: TableRowProps"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#hierarchy","text":"DOMAttributes\\ \u21b3 TableRowProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.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/_src_renderer_components_table_table_row_.tablerowprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/table/table-row.tsx:10","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#disabled","text":"\u2022 Optional disabled : boolean Defined in src/renderer/components/table/table-row.tsx:16","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#nowrap","text":"\u2022 Optional nowrap : boolean Defined in src/renderer/components/table/table-row.tsx:13","title":"nowrap"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#searchitem","text":"\u2022 Optional searchItem : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:15","title":"searchItem"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#selected","text":"\u2022 Optional selected : boolean Defined in src/renderer/components/table/table-row.tsx:11","title":"selected"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#sortitem","text":"\u2022 Optional sortItem : ItemObject | any Defined in src/renderer/components/table/table-row.tsx:14","title":"sortItem"},{"location":"extensions/api/interfaces/_src_renderer_components_table_table_row_.tablerowprops/#style","text":"\u2022 Optional style : CSSProperties Defined in src/renderer/components/table/table-row.tsx:12","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/tabs/tabs\" / TabProps Interface: TabProps\\ # Type parameters # Name Default D any Hierarchy # DOMAttributes\\ \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 # active # \u2022 Optional active : boolean Defined in src/renderer/components/tabs/tabs.tsx:54 children # \u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348 className # \u2022 Optional className : string Defined in src/renderer/components/tabs/tabs.tsx:53 dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349 Type declaration: Name Type __html string disabled # \u2022 Optional disabled : boolean Defined in src/renderer/components/tabs/tabs.tsx:55 icon # \u2022 Optional icon : React.ReactNode | string Defined in src/renderer/components/tabs/tabs.tsx:56 label # \u2022 Optional label : React.ReactNode Defined in src/renderer/components/tabs/tabs.tsx:57 onAbort # \u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404 onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405 onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534 onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535 onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536 onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537 onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532 onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533 onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450 onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451 onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378 onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379 onBlur # \u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372 onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373 onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406 onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407 onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408 onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409 onChange # \u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376 onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377 onClick # \u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452 onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453 onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362 onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363 onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364 onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365 onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366 onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367 onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454 onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455 onCopy # \u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354 onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355 onCut # \u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356 onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357 onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456 onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457 onDrag # \u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458 onDragCapture # \u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459 onDragEnd # \u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460 onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461 onDragEnter # \u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462 onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463 onDragExit # \u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464 onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465 onDragLeave # \u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466 onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467 onDragOver # \u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468 onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469 onDragStart # \u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470 onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471 onDrop # \u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472 onDropCapture # \u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473 onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410 onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411 onEmptied # \u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412 onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413 onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414 onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415 onEnded # \u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416 onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417 onError # \u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392 onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393 onFocus # \u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370 onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371 onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518 onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519 onInput # \u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380 onInputCapture # \u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381 onInvalid # \u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386 onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387 onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396 onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397 onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398 onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399 onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400 onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401 onLoad # \u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390 onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391 onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422 onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423 onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418 onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419 onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420 onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421 onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520 onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521 onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474 onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475 onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476 onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477 onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478 onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479 onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480 onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481 onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482 onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483 onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484 onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485 onPaste # \u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358 onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359 onPause # \u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424 onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425 onPlay # \u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426 onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427 onPlaying # \u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428 onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429 onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508 onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509 onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502 onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503 onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510 onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511 onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512 onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513 onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504 onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505 onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516 onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517 onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514 onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515 onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506 onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507 onProgress # \u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430 onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431 onRateChange # \u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432 onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433 onReset # \u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382 onResetCapture # \u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383 onScroll # \u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524 onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525 onSeeked # \u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434 onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435 onSeeking # \u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436 onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437 onSelect # \u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488 onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489 onStalled # \u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438 onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439 onSubmit # \u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384 onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385 onSuspend # \u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440 onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441 onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442 onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443 onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492 onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493 onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494 onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495 onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496 onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497 onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498 onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499 onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540 onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541 onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444 onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445 onWaiting # \u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446 onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447 onWheel # \u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528 onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#interface-tabprops","text":"","title":"Interface: TabProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#type-parameters","text":"Name Default D any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#hierarchy","text":"DOMAttributes\\ \u21b3 TabProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.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/_src_renderer_components_tabs_tabs_.tabprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#active","text":"\u2022 Optional active : boolean Defined in src/renderer/components/tabs/tabs.tsx:54","title":"active"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#children","text":"\u2022 Optional children : ReactNode Inherited from IconProps . children Defined in node_modules/@types/react/index.d.ts:1348","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/tabs/tabs.tsx:53","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : { __html: string } Inherited from IconProps . dangerouslySetInnerHTML Defined in node_modules/@types/react/index.d.ts:1349","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#disabled","text":"\u2022 Optional disabled : boolean Defined in src/renderer/components/tabs/tabs.tsx:55","title":"disabled"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#icon","text":"\u2022 Optional icon : React.ReactNode | string Defined in src/renderer/components/tabs/tabs.tsx:56","title":"icon"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#label","text":"\u2022 Optional label : React.ReactNode Defined in src/renderer/components/tabs/tabs.tsx:57","title":"label"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler\\ Inherited from IconProps . onAbort Defined in node_modules/@types/react/index.d.ts:1404","title":"onAbort"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler\\ Inherited from IconProps . onAbortCapture Defined in node_modules/@types/react/index.d.ts:1405","title":"onAbortCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler\\ Inherited from IconProps . onAnimationEnd Defined in node_modules/@types/react/index.d.ts:1534","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationEndCapture Defined in node_modules/@types/react/index.d.ts:1535","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler\\ Inherited from IconProps . onAnimationIteration Defined in node_modules/@types/react/index.d.ts:1536","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationIterationCapture Defined in node_modules/@types/react/index.d.ts:1537","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler\\ Inherited from IconProps . onAnimationStart Defined in node_modules/@types/react/index.d.ts:1532","title":"onAnimationStart"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler\\ Inherited from IconProps . onAnimationStartCapture Defined in node_modules/@types/react/index.d.ts:1533","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler\\ Inherited from IconProps . onAuxClick Defined in node_modules/@types/react/index.d.ts:1450","title":"onAuxClick"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler\\ Inherited from IconProps . onAuxClickCapture Defined in node_modules/@types/react/index.d.ts:1451","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler\\ Inherited from IconProps . onBeforeInput Defined in node_modules/@types/react/index.d.ts:1378","title":"onBeforeInput"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler\\ Inherited from IconProps . onBeforeInputCapture Defined in node_modules/@types/react/index.d.ts:1379","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler\\ Inherited from IconProps . onBlur Defined in node_modules/@types/react/index.d.ts:1372","title":"onBlur"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler\\ Inherited from IconProps . onBlurCapture Defined in node_modules/@types/react/index.d.ts:1373","title":"onBlurCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler\\ Inherited from IconProps . onCanPlay Defined in node_modules/@types/react/index.d.ts:1406","title":"onCanPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayCapture Defined in node_modules/@types/react/index.d.ts:1407","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler\\ Inherited from IconProps . onCanPlayThrough Defined in node_modules/@types/react/index.d.ts:1408","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler\\ Inherited from IconProps . onCanPlayThroughCapture Defined in node_modules/@types/react/index.d.ts:1409","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onchange","text":"\u2022 Optional onChange : FormEventHandler\\ Inherited from IconProps . onChange Defined in node_modules/@types/react/index.d.ts:1376","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler\\ Inherited from IconProps . onChangeCapture Defined in node_modules/@types/react/index.d.ts:1377","title":"onChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onclick","text":"\u2022 Optional onClick : MouseEventHandler\\ Inherited from IconProps . onClick Defined in node_modules/@types/react/index.d.ts:1452","title":"onClick"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler\\ Inherited from IconProps . onClickCapture Defined in node_modules/@types/react/index.d.ts:1453","title":"onClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler\\ Inherited from IconProps . onCompositionEnd Defined in node_modules/@types/react/index.d.ts:1362","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionEndCapture Defined in node_modules/@types/react/index.d.ts:1363","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler\\ Inherited from IconProps . onCompositionStart Defined in node_modules/@types/react/index.d.ts:1364","title":"onCompositionStart"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionStartCapture Defined in node_modules/@types/react/index.d.ts:1365","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdate Defined in node_modules/@types/react/index.d.ts:1366","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler\\ Inherited from IconProps . onCompositionUpdateCapture Defined in node_modules/@types/react/index.d.ts:1367","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler\\ Inherited from IconProps . onContextMenu Defined in node_modules/@types/react/index.d.ts:1454","title":"onContextMenu"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler\\ Inherited from IconProps . onContextMenuCapture Defined in node_modules/@types/react/index.d.ts:1455","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler\\ Inherited from IconProps . onCopy Defined in node_modules/@types/react/index.d.ts:1354","title":"onCopy"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler\\ Inherited from IconProps . onCopyCapture Defined in node_modules/@types/react/index.d.ts:1355","title":"onCopyCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler\\ Inherited from IconProps . onCut Defined in node_modules/@types/react/index.d.ts:1356","title":"onCut"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler\\ Inherited from IconProps . onCutCapture Defined in node_modules/@types/react/index.d.ts:1357","title":"onCutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler\\ Inherited from IconProps . onDoubleClick Defined in node_modules/@types/react/index.d.ts:1456","title":"onDoubleClick"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler\\ Inherited from IconProps . onDoubleClickCapture Defined in node_modules/@types/react/index.d.ts:1457","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler\\ Inherited from IconProps . onDrag Defined in node_modules/@types/react/index.d.ts:1458","title":"onDrag"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler\\ Inherited from IconProps . onDragCapture Defined in node_modules/@types/react/index.d.ts:1459","title":"onDragCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler\\ Inherited from IconProps . onDragEnd Defined in node_modules/@types/react/index.d.ts:1460","title":"onDragEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler\\ Inherited from IconProps . onDragEndCapture Defined in node_modules/@types/react/index.d.ts:1461","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler\\ Inherited from IconProps . onDragEnter Defined in node_modules/@types/react/index.d.ts:1462","title":"onDragEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler\\ Inherited from IconProps . onDragEnterCapture Defined in node_modules/@types/react/index.d.ts:1463","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler\\ Inherited from IconProps . onDragExit Defined in node_modules/@types/react/index.d.ts:1464","title":"onDragExit"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler\\ Inherited from IconProps . onDragExitCapture Defined in node_modules/@types/react/index.d.ts:1465","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler\\ Inherited from IconProps . onDragLeave Defined in node_modules/@types/react/index.d.ts:1466","title":"onDragLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler\\ Inherited from IconProps . onDragLeaveCapture Defined in node_modules/@types/react/index.d.ts:1467","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler\\ Inherited from IconProps . onDragOver Defined in node_modules/@types/react/index.d.ts:1468","title":"onDragOver"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler\\ Inherited from IconProps . onDragOverCapture Defined in node_modules/@types/react/index.d.ts:1469","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler\\ Inherited from IconProps . onDragStart Defined in node_modules/@types/react/index.d.ts:1470","title":"onDragStart"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler\\ Inherited from IconProps . onDragStartCapture Defined in node_modules/@types/react/index.d.ts:1471","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler\\ Inherited from IconProps . onDrop Defined in node_modules/@types/react/index.d.ts:1472","title":"onDrop"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler\\ Inherited from IconProps . onDropCapture Defined in node_modules/@types/react/index.d.ts:1473","title":"onDropCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler\\ Inherited from IconProps . onDurationChange Defined in node_modules/@types/react/index.d.ts:1410","title":"onDurationChange"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler\\ Inherited from IconProps . onDurationChangeCapture Defined in node_modules/@types/react/index.d.ts:1411","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler\\ Inherited from IconProps . onEmptied Defined in node_modules/@types/react/index.d.ts:1412","title":"onEmptied"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler\\ Inherited from IconProps . onEmptiedCapture Defined in node_modules/@types/react/index.d.ts:1413","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler\\ Inherited from IconProps . onEncrypted Defined in node_modules/@types/react/index.d.ts:1414","title":"onEncrypted"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler\\ Inherited from IconProps . onEncryptedCapture Defined in node_modules/@types/react/index.d.ts:1415","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onended","text":"\u2022 Optional onEnded : ReactEventHandler\\ Inherited from IconProps . onEnded Defined in node_modules/@types/react/index.d.ts:1416","title":"onEnded"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler\\ Inherited from IconProps . onEndedCapture Defined in node_modules/@types/react/index.d.ts:1417","title":"onEndedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onerror","text":"\u2022 Optional onError : ReactEventHandler\\ Inherited from IconProps . onError Defined in node_modules/@types/react/index.d.ts:1392","title":"onError"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler\\ Inherited from IconProps . onErrorCapture Defined in node_modules/@types/react/index.d.ts:1393","title":"onErrorCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler\\ Inherited from IconProps . onFocus Defined in node_modules/@types/react/index.d.ts:1370","title":"onFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler\\ Inherited from IconProps . onFocusCapture Defined in node_modules/@types/react/index.d.ts:1371","title":"onFocusCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCapture Defined in node_modules/@types/react/index.d.ts:1518","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onGotPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1519","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oninput","text":"\u2022 Optional onInput : FormEventHandler\\ Inherited from IconProps . onInput Defined in node_modules/@types/react/index.d.ts:1380","title":"onInput"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler\\ Inherited from IconProps . onInputCapture Defined in node_modules/@types/react/index.d.ts:1381","title":"onInputCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler\\ Inherited from IconProps . onInvalid Defined in node_modules/@types/react/index.d.ts:1386","title":"onInvalid"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler\\ Inherited from IconProps . onInvalidCapture Defined in node_modules/@types/react/index.d.ts:1387","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler\\ Inherited from IconProps . onKeyDown Defined in node_modules/@types/react/index.d.ts:1396","title":"onKeyDown"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyDownCapture Defined in node_modules/@types/react/index.d.ts:1397","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler\\ Inherited from IconProps . onKeyPress Defined in node_modules/@types/react/index.d.ts:1398","title":"onKeyPress"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyPressCapture Defined in node_modules/@types/react/index.d.ts:1399","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler\\ Inherited from IconProps . onKeyUp Defined in node_modules/@types/react/index.d.ts:1400","title":"onKeyUp"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler\\ Inherited from IconProps . onKeyUpCapture Defined in node_modules/@types/react/index.d.ts:1401","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onload","text":"\u2022 Optional onLoad : ReactEventHandler\\ Inherited from IconProps . onLoad Defined in node_modules/@types/react/index.d.ts:1390","title":"onLoad"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler\\ Inherited from IconProps . onLoadCapture Defined in node_modules/@types/react/index.d.ts:1391","title":"onLoadCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler\\ Inherited from IconProps . onLoadStart Defined in node_modules/@types/react/index.d.ts:1422","title":"onLoadStart"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler\\ Inherited from IconProps . onLoadStartCapture Defined in node_modules/@types/react/index.d.ts:1423","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler\\ Inherited from IconProps . onLoadedData Defined in node_modules/@types/react/index.d.ts:1418","title":"onLoadedData"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedDataCapture Defined in node_modules/@types/react/index.d.ts:1419","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadata Defined in node_modules/@types/react/index.d.ts:1420","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler\\ Inherited from IconProps . onLoadedMetadataCapture Defined in node_modules/@types/react/index.d.ts:1421","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCapture Defined in node_modules/@types/react/index.d.ts:1520","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler\\ Inherited from IconProps . onLostPointerCaptureCapture Defined in node_modules/@types/react/index.d.ts:1521","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler\\ Inherited from IconProps . onMouseDown Defined in node_modules/@types/react/index.d.ts:1474","title":"onMouseDown"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler\\ Inherited from IconProps . onMouseDownCapture Defined in node_modules/@types/react/index.d.ts:1475","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler\\ Inherited from IconProps . onMouseEnter Defined in node_modules/@types/react/index.d.ts:1476","title":"onMouseEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler\\ Inherited from IconProps . onMouseLeave Defined in node_modules/@types/react/index.d.ts:1477","title":"onMouseLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler\\ Inherited from IconProps . onMouseMove Defined in node_modules/@types/react/index.d.ts:1478","title":"onMouseMove"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler\\ Inherited from IconProps . onMouseMoveCapture Defined in node_modules/@types/react/index.d.ts:1479","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler\\ Inherited from IconProps . onMouseOut Defined in node_modules/@types/react/index.d.ts:1480","title":"onMouseOut"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOutCapture Defined in node_modules/@types/react/index.d.ts:1481","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler\\ Inherited from IconProps . onMouseOver Defined in node_modules/@types/react/index.d.ts:1482","title":"onMouseOver"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler\\ Inherited from IconProps . onMouseOverCapture Defined in node_modules/@types/react/index.d.ts:1483","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler\\ Inherited from IconProps . onMouseUp Defined in node_modules/@types/react/index.d.ts:1484","title":"onMouseUp"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler\\ Inherited from IconProps . onMouseUpCapture Defined in node_modules/@types/react/index.d.ts:1485","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler\\ Inherited from IconProps . onPaste Defined in node_modules/@types/react/index.d.ts:1358","title":"onPaste"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler\\ Inherited from IconProps . onPasteCapture Defined in node_modules/@types/react/index.d.ts:1359","title":"onPasteCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpause","text":"\u2022 Optional onPause : ReactEventHandler\\ Inherited from IconProps . onPause Defined in node_modules/@types/react/index.d.ts:1424","title":"onPause"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler\\ Inherited from IconProps . onPauseCapture Defined in node_modules/@types/react/index.d.ts:1425","title":"onPauseCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler\\ Inherited from IconProps . onPlay Defined in node_modules/@types/react/index.d.ts:1426","title":"onPlay"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler\\ Inherited from IconProps . onPlayCapture Defined in node_modules/@types/react/index.d.ts:1427","title":"onPlayCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler\\ Inherited from IconProps . onPlaying Defined in node_modules/@types/react/index.d.ts:1428","title":"onPlaying"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler\\ Inherited from IconProps . onPlayingCapture Defined in node_modules/@types/react/index.d.ts:1429","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler\\ Inherited from IconProps . onPointerCancel Defined in node_modules/@types/react/index.d.ts:1508","title":"onPointerCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler\\ Inherited from IconProps . onPointerCancelCapture Defined in node_modules/@types/react/index.d.ts:1509","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler\\ Inherited from IconProps . onPointerDown Defined in node_modules/@types/react/index.d.ts:1502","title":"onPointerDown"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler\\ Inherited from IconProps . onPointerDownCapture Defined in node_modules/@types/react/index.d.ts:1503","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler\\ Inherited from IconProps . onPointerEnter Defined in node_modules/@types/react/index.d.ts:1510","title":"onPointerEnter"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler\\ Inherited from IconProps . onPointerEnterCapture Defined in node_modules/@types/react/index.d.ts:1511","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler\\ Inherited from IconProps . onPointerLeave Defined in node_modules/@types/react/index.d.ts:1512","title":"onPointerLeave"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerLeaveCapture Defined in node_modules/@types/react/index.d.ts:1513","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler\\ Inherited from IconProps . onPointerMove Defined in node_modules/@types/react/index.d.ts:1504","title":"onPointerMove"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler\\ Inherited from IconProps . onPointerMoveCapture Defined in node_modules/@types/react/index.d.ts:1505","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler\\ Inherited from IconProps . onPointerOut Defined in node_modules/@types/react/index.d.ts:1516","title":"onPointerOut"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOutCapture Defined in node_modules/@types/react/index.d.ts:1517","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler\\ Inherited from IconProps . onPointerOver Defined in node_modules/@types/react/index.d.ts:1514","title":"onPointerOver"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler\\ Inherited from IconProps . onPointerOverCapture Defined in node_modules/@types/react/index.d.ts:1515","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler\\ Inherited from IconProps . onPointerUp Defined in node_modules/@types/react/index.d.ts:1506","title":"onPointerUp"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler\\ Inherited from IconProps . onPointerUpCapture Defined in node_modules/@types/react/index.d.ts:1507","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler\\ Inherited from IconProps . onProgress Defined in node_modules/@types/react/index.d.ts:1430","title":"onProgress"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler\\ Inherited from IconProps . onProgressCapture Defined in node_modules/@types/react/index.d.ts:1431","title":"onProgressCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler\\ Inherited from IconProps . onRateChange Defined in node_modules/@types/react/index.d.ts:1432","title":"onRateChange"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler\\ Inherited from IconProps . onRateChangeCapture Defined in node_modules/@types/react/index.d.ts:1433","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onreset","text":"\u2022 Optional onReset : FormEventHandler\\ Inherited from IconProps . onReset Defined in node_modules/@types/react/index.d.ts:1382","title":"onReset"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler\\ Inherited from IconProps . onResetCapture Defined in node_modules/@types/react/index.d.ts:1383","title":"onResetCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler\\ Inherited from IconProps . onScroll Defined in node_modules/@types/react/index.d.ts:1524","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler\\ Inherited from IconProps . onScrollCapture Defined in node_modules/@types/react/index.d.ts:1525","title":"onScrollCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler\\ Inherited from IconProps . onSeeked Defined in node_modules/@types/react/index.d.ts:1434","title":"onSeeked"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler\\ Inherited from IconProps . onSeekedCapture Defined in node_modules/@types/react/index.d.ts:1435","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler\\ Inherited from IconProps . onSeeking Defined in node_modules/@types/react/index.d.ts:1436","title":"onSeeking"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler\\ Inherited from IconProps . onSeekingCapture Defined in node_modules/@types/react/index.d.ts:1437","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler\\ Inherited from IconProps . onSelect Defined in node_modules/@types/react/index.d.ts:1488","title":"onSelect"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler\\ Inherited from IconProps . onSelectCapture Defined in node_modules/@types/react/index.d.ts:1489","title":"onSelectCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler\\ Inherited from IconProps . onStalled Defined in node_modules/@types/react/index.d.ts:1438","title":"onStalled"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler\\ Inherited from IconProps . onStalledCapture Defined in node_modules/@types/react/index.d.ts:1439","title":"onStalledCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler\\ Inherited from IconProps . onSubmit Defined in node_modules/@types/react/index.d.ts:1384","title":"onSubmit"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler\\ Inherited from IconProps . onSubmitCapture Defined in node_modules/@types/react/index.d.ts:1385","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler\\ Inherited from IconProps . onSuspend Defined in node_modules/@types/react/index.d.ts:1440","title":"onSuspend"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler\\ Inherited from IconProps . onSuspendCapture Defined in node_modules/@types/react/index.d.ts:1441","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler\\ Inherited from IconProps . onTimeUpdate Defined in node_modules/@types/react/index.d.ts:1442","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler\\ Inherited from IconProps . onTimeUpdateCapture Defined in node_modules/@types/react/index.d.ts:1443","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler\\ Inherited from IconProps . onTouchCancel Defined in node_modules/@types/react/index.d.ts:1492","title":"onTouchCancel"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler\\ Inherited from IconProps . onTouchCancelCapture Defined in node_modules/@types/react/index.d.ts:1493","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler\\ Inherited from IconProps . onTouchEnd Defined in node_modules/@types/react/index.d.ts:1494","title":"onTouchEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler\\ Inherited from IconProps . onTouchEndCapture Defined in node_modules/@types/react/index.d.ts:1495","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler\\ Inherited from IconProps . onTouchMove Defined in node_modules/@types/react/index.d.ts:1496","title":"onTouchMove"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler\\ Inherited from IconProps . onTouchMoveCapture Defined in node_modules/@types/react/index.d.ts:1497","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler\\ Inherited from IconProps . onTouchStart Defined in node_modules/@types/react/index.d.ts:1498","title":"onTouchStart"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler\\ Inherited from IconProps . onTouchStartCapture Defined in node_modules/@types/react/index.d.ts:1499","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler\\ Inherited from IconProps . onTransitionEnd Defined in node_modules/@types/react/index.d.ts:1540","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler\\ Inherited from IconProps . onTransitionEndCapture Defined in node_modules/@types/react/index.d.ts:1541","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler\\ Inherited from IconProps . onVolumeChange Defined in node_modules/@types/react/index.d.ts:1444","title":"onVolumeChange"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler\\ Inherited from IconProps . onVolumeChangeCapture Defined in node_modules/@types/react/index.d.ts:1445","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler\\ Inherited from IconProps . onWaiting Defined in node_modules/@types/react/index.d.ts:1446","title":"onWaiting"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler\\ Inherited from IconProps . onWaitingCapture Defined in node_modules/@types/react/index.d.ts:1447","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler\\ Inherited from IconProps . onWheel Defined in node_modules/@types/react/index.d.ts:1528","title":"onWheel"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler\\ Inherited from IconProps . onWheelCapture Defined in node_modules/@types/react/index.d.ts:1529","title":"onWheelCapture"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabprops/#value","text":"\u2022 value : D Defined in src/renderer/components/tabs/tabs.tsx:58","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/","text":"@k8slens/extensions Globals / \"src/renderer/components/tabs/tabs\" / TabsContextValue Interface: TabsContextValue\\ # Type parameters # Name Default D any Hierarchy # TabsContextValue \u21b3 TabsProps Index # Properties # autoFocus value withBorder Methods # onChange Properties # autoFocus # \u2022 Optional autoFocus : boolean Defined in src/renderer/components/tabs/tabs.tsx:9 value # \u2022 Optional value : D Defined in src/renderer/components/tabs/tabs.tsx:11 withBorder # \u2022 Optional withBorder : boolean Defined in src/renderer/components/tabs/tabs.tsx:10 Methods # onChange # \u25b8 Optional onChange ( value : D): void Defined in src/renderer/components/tabs/tabs.tsx:12 Parameters: Name Type value D Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#interface-tabscontextvalue","text":"","title":"Interface: TabsContextValue\\"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#type-parameters","text":"Name Default D any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#hierarchy","text":"TabsContextValue \u21b3 TabsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#properties","text":"autoFocus value withBorder","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#autofocus","text":"\u2022 Optional autoFocus : boolean Defined in src/renderer/components/tabs/tabs.tsx:9","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#value","text":"\u2022 Optional value : D Defined in src/renderer/components/tabs/tabs.tsx:11","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#withborder","text":"\u2022 Optional withBorder : boolean Defined in src/renderer/components/tabs/tabs.tsx:10","title":"withBorder"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabscontextvalue/#onchange","text":"\u25b8 Optional onChange ( value : D): void Defined in src/renderer/components/tabs/tabs.tsx:12","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/tabs/tabs\" / TabsProps Interface: TabsProps\\ # Type parameters # Name Default D any Hierarchy # TabsContextValue \\ {} \u21b3 TabsProps Index # Properties # autoFocus center className scrollable value withBorder wrap Methods # onChange Properties # autoFocus # \u2022 Optional autoFocus : boolean Inherited from TabsContextValue . autoFocus Defined in src/renderer/components/tabs/tabs.tsx:9 center # \u2022 Optional center : boolean Defined in src/renderer/components/tabs/tabs.tsx:19 className # \u2022 Optional className : string Defined in src/renderer/components/tabs/tabs.tsx:18 scrollable # \u2022 Optional scrollable : boolean Defined in src/renderer/components/tabs/tabs.tsx:21 value # \u2022 Optional value : D Inherited from TabsContextValue . value Defined in src/renderer/components/tabs/tabs.tsx:11 withBorder # \u2022 Optional withBorder : boolean Inherited from TabsContextValue . withBorder Defined in src/renderer/components/tabs/tabs.tsx:10 wrap # \u2022 Optional wrap : boolean Defined in src/renderer/components/tabs/tabs.tsx:20 Methods # onChange # \u25b8 Optional onChange ( value : D): void Inherited from TabsContextValue . onChange Defined in src/renderer/components/tabs/tabs.tsx:12 Parameters: Name Type value D Returns: void","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#interface-tabsprops","text":"","title":"Interface: TabsProps\\"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#type-parameters","text":"Name Default D any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#hierarchy","text":"TabsContextValue \\ {} \u21b3 TabsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#properties","text":"autoFocus center className scrollable value withBorder wrap","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#autofocus","text":"\u2022 Optional autoFocus : boolean Inherited from TabsContextValue . autoFocus Defined in src/renderer/components/tabs/tabs.tsx:9","title":"autoFocus"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#center","text":"\u2022 Optional center : boolean Defined in src/renderer/components/tabs/tabs.tsx:19","title":"center"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/tabs/tabs.tsx:18","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#scrollable","text":"\u2022 Optional scrollable : boolean Defined in src/renderer/components/tabs/tabs.tsx:21","title":"scrollable"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#value","text":"\u2022 Optional value : D Inherited from TabsContextValue . value Defined in src/renderer/components/tabs/tabs.tsx:11","title":"value"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#withborder","text":"\u2022 Optional withBorder : boolean Inherited from TabsContextValue . withBorder Defined in src/renderer/components/tabs/tabs.tsx:10","title":"withBorder"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#wrap","text":"\u2022 Optional wrap : boolean Defined in src/renderer/components/tabs/tabs.tsx:20","title":"wrap"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_components_tabs_tabs_.tabsprops/#onchange","text":"\u25b8 Optional onChange ( value : D): void Inherited from TabsContextValue . onChange Defined in src/renderer/components/tabs/tabs.tsx:12","title":"onChange"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/tooltip\" / TooltipContentFormatters Interface: TooltipContentFormatters # Hierarchy # TooltipContentFormatters Index # Properties # narrow nowrap small tableView warning Properties # narrow # \u2022 Optional narrow : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:34 nowrap # \u2022 Optional nowrap : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:37 small # \u2022 Optional small : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:36 tableView # \u2022 Optional tableView : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:38 warning # \u2022 Optional warning : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:35","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#interface-tooltipcontentformatters","text":"","title":"Interface: TooltipContentFormatters"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#hierarchy","text":"TooltipContentFormatters","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#properties","text":"narrow nowrap small tableView warning","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#narrow","text":"\u2022 Optional narrow : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:34","title":"narrow"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#nowrap","text":"\u2022 Optional nowrap : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:37","title":"nowrap"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#small","text":"\u2022 Optional small : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:36","title":"small"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#tableview","text":"\u2022 Optional tableView : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:38","title":"tableView"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipcontentformatters/#warning","text":"\u2022 Optional warning : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:35","title":"warning"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/tooltip\" / TooltipProps Interface: TooltipProps # Hierarchy # TooltipProps Index # Properties # children className formatters offset preferredPositions style targetId tooltipOnParentHover usePortal visible Properties # children # \u2022 Optional children : React.ReactNode Defined in src/renderer/components/tooltip/tooltip.tsx:30 className # \u2022 Optional className : IClassName Defined in src/renderer/components/tooltip/tooltip.tsx:27 formatters # \u2022 Optional formatters : TooltipContentFormatters Defined in src/renderer/components/tooltip/tooltip.tsx:28 offset # \u2022 Optional offset : number Defined in src/renderer/components/tooltip/tooltip.tsx:24 preferredPositions # \u2022 Optional preferredPositions : TooltipPosition | TooltipPosition [] Defined in src/renderer/components/tooltip/tooltip.tsx:26 style # \u2022 Optional style : CSSProperties Defined in src/renderer/components/tooltip/tooltip.tsx:29 targetId # \u2022 targetId : string Defined in src/renderer/components/tooltip/tooltip.tsx:21 tooltipOnParentHover # \u2022 Optional tooltipOnParentHover : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:22 usePortal # \u2022 Optional usePortal : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:25 visible # \u2022 Optional visible : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:23","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#interface-tooltipprops","text":"","title":"Interface: TooltipProps"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#hierarchy","text":"TooltipProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#properties","text":"children className formatters offset preferredPositions style targetId tooltipOnParentHover usePortal visible","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#children","text":"\u2022 Optional children : React.ReactNode Defined in src/renderer/components/tooltip/tooltip.tsx:30","title":"children"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#classname","text":"\u2022 Optional className : IClassName Defined in src/renderer/components/tooltip/tooltip.tsx:27","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#formatters","text":"\u2022 Optional formatters : TooltipContentFormatters Defined in src/renderer/components/tooltip/tooltip.tsx:28","title":"formatters"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#offset","text":"\u2022 Optional offset : number Defined in src/renderer/components/tooltip/tooltip.tsx:24","title":"offset"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#preferredpositions","text":"\u2022 Optional preferredPositions : TooltipPosition | TooltipPosition [] Defined in src/renderer/components/tooltip/tooltip.tsx:26","title":"preferredPositions"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#style","text":"\u2022 Optional style : CSSProperties Defined in src/renderer/components/tooltip/tooltip.tsx:29","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#targetid","text":"\u2022 targetId : string Defined in src/renderer/components/tooltip/tooltip.tsx:21","title":"targetId"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#tooltiponparenthover","text":"\u2022 Optional tooltipOnParentHover : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:22","title":"tooltipOnParentHover"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#useportal","text":"\u2022 Optional usePortal : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:25","title":"usePortal"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_tooltip_.tooltipprops/#visible","text":"\u2022 Optional visible : boolean Defined in src/renderer/components/tooltip/tooltip.tsx:23","title":"visible"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/withTooltip\" / TooltipDecoratorProps Interface: TooltipDecoratorProps # Hierarchy # TooltipDecoratorProps \u21b3 IconProps \u21b3 ButtonProps \u21b3 BadgeProps \u21b3 LineProgressProps \u21b3 StatusBrickProps Index # Properties # tooltip tooltipOverrideDisabled Properties # tooltip # \u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Defined in src/renderer/components/tooltip/withTooltip.tsx:10 tooltipOverrideDisabled # \u2022 Optional 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":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/#interface-tooltipdecoratorprops","text":"","title":"Interface: TooltipDecoratorProps"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/#hierarchy","text":"TooltipDecoratorProps \u21b3 IconProps \u21b3 ButtonProps \u21b3 BadgeProps \u21b3 LineProgressProps \u21b3 StatusBrickProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/#properties","text":"tooltip tooltipOverrideDisabled","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit \\< TooltipProps , \\\"targetId\\\"> Defined in src/renderer/components/tooltip/withTooltip.tsx:10","title":"tooltip"},{"location":"extensions/api/interfaces/_src_renderer_components_tooltip_withtooltip_.tooltipdecoratorprops/#tooltipoverridedisabled","text":"\u2022 Optional 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":"tooltipOverrideDisabled"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/","text":"@k8slens/extensions Globals / \"src/renderer/components/virtual-list/virtual-list\" / Props Interface: Props\\ # Type parameters # Name Type Default T ItemObject any Hierarchy # Props Index # Properties # className getRow initialOffset items onScroll outerRef readyOffset rowHeights selectedItemId width Properties # className # \u2022 Optional className : string Defined in src/renderer/components/virtual-list/virtual-list.tsx:19 getRow # \u2022 Optional getRow : (uid: string | number) => ReactElement\\ Defined in src/renderer/components/virtual-list/virtual-list.tsx:24 initialOffset # \u2022 Optional initialOffset : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:21 items # \u2022 items : T[] Defined in src/renderer/components/virtual-list/virtual-list.tsx:17 onScroll # \u2022 Optional onScroll : (props: ListOnScrollProps) => void Defined in src/renderer/components/virtual-list/virtual-list.tsx:25 outerRef # \u2022 Optional outerRef : React.Ref\\ Defined in src/renderer/components/virtual-list/virtual-list.tsx:26 readyOffset # \u2022 Optional readyOffset : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:22 rowHeights # \u2022 rowHeights : number[] Defined in src/renderer/components/virtual-list/virtual-list.tsx:18 selectedItemId # \u2022 Optional selectedItemId : string Defined in src/renderer/components/virtual-list/virtual-list.tsx:23 width # \u2022 Optional width : number | string Defined in src/renderer/components/virtual-list/virtual-list.tsx:20","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#interface-props","text":"","title":"Interface: Props\\"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#type-parameters","text":"Name Type Default T ItemObject any","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#hierarchy","text":"Props","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#properties","text":"className getRow initialOffset items onScroll outerRef readyOffset rowHeights selectedItemId width","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#classname","text":"\u2022 Optional className : string Defined in src/renderer/components/virtual-list/virtual-list.tsx:19","title":"className"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#getrow","text":"\u2022 Optional getRow : (uid: string | number) => ReactElement\\ Defined in src/renderer/components/virtual-list/virtual-list.tsx:24","title":"getRow"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#initialoffset","text":"\u2022 Optional initialOffset : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:21","title":"initialOffset"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#items","text":"\u2022 items : T[] Defined in src/renderer/components/virtual-list/virtual-list.tsx:17","title":"items"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#onscroll","text":"\u2022 Optional onScroll : (props: ListOnScrollProps) => void Defined in src/renderer/components/virtual-list/virtual-list.tsx:25","title":"onScroll"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#outerref","text":"\u2022 Optional outerRef : React.Ref\\ Defined in src/renderer/components/virtual-list/virtual-list.tsx:26","title":"outerRef"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#readyoffset","text":"\u2022 Optional readyOffset : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:22","title":"readyOffset"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#rowheights","text":"\u2022 rowHeights : number[] Defined in src/renderer/components/virtual-list/virtual-list.tsx:18","title":"rowHeights"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#selecteditemid","text":"\u2022 Optional selectedItemId : string Defined in src/renderer/components/virtual-list/virtual-list.tsx:23","title":"selectedItemId"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.props/#width","text":"\u2022 Optional width : number | string Defined in src/renderer/components/virtual-list/virtual-list.tsx:20","title":"width"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/","text":"@k8slens/extensions Globals / \"src/renderer/components/virtual-list/virtual-list\" / RowData Interface: RowData # Hierarchy # RowData Index # Properties # getRow items Properties # getRow # \u2022 Optional getRow : (uid: string | number) => ReactElement\\< TableRowProps > Defined in src/renderer/components/virtual-list/virtual-list.tsx:119 items # \u2022 items : ItemObject [] Defined in src/renderer/components/virtual-list/virtual-list.tsx:118","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/#interface-rowdata","text":"","title":"Interface: RowData"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/#hierarchy","text":"RowData","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/#properties","text":"getRow items","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/#getrow","text":"\u2022 Optional getRow : (uid: string | number) => ReactElement\\< TableRowProps > Defined in src/renderer/components/virtual-list/virtual-list.tsx:119","title":"getRow"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowdata/#items","text":"\u2022 items : ItemObject [] Defined in src/renderer/components/virtual-list/virtual-list.tsx:118","title":"items"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/","text":"@k8slens/extensions Globals / \"src/renderer/components/virtual-list/virtual-list\" / RowProps Interface: RowProps # Hierarchy # ListChildComponentProps \u21b3 RowProps Index # Properties # data index isScrolling style Properties # data # \u2022 data : RowData Overrides void Defined in src/renderer/components/virtual-list/virtual-list.tsx:123 index # \u2022 index : number Inherited from RowProps . index Defined in node_modules/@types/react-window/index.d.ts:26 isScrolling # \u2022 Optional isScrolling : boolean Inherited from RowProps . isScrolling Defined in node_modules/@types/react-window/index.d.ts:29 style # \u2022 style : CSSProperties Inherited from RowProps . style Defined in node_modules/@types/react-window/index.d.ts:27","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#interface-rowprops","text":"","title":"Interface: RowProps"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#hierarchy","text":"ListChildComponentProps \u21b3 RowProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#properties","text":"data index isScrolling style","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#data","text":"\u2022 data : RowData Overrides void Defined in src/renderer/components/virtual-list/virtual-list.tsx:123","title":"data"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#index_1","text":"\u2022 index : number Inherited from RowProps . index Defined in node_modules/@types/react-window/index.d.ts:26","title":"index"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#isscrolling","text":"\u2022 Optional isScrolling : boolean Inherited from RowProps . isScrolling Defined in node_modules/@types/react-window/index.d.ts:29","title":"isScrolling"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.rowprops/#style","text":"\u2022 style : CSSProperties Inherited from RowProps . style Defined in node_modules/@types/react-window/index.d.ts:27","title":"style"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/","text":"@k8slens/extensions Globals / \"src/renderer/components/virtual-list/virtual-list\" / State Interface: State # Hierarchy # State Index # Properties # height overscanCount Properties # height # \u2022 height : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:30 overscanCount # \u2022 overscanCount : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:31","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/#interface-state","text":"","title":"Interface: State"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/#hierarchy","text":"State","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/#properties","text":"height overscanCount","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/#height","text":"\u2022 height : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:30","title":"height"},{"location":"extensions/api/interfaces/_src_renderer_components_virtual_list_virtual_list_.state/#overscancount","text":"\u2022 overscanCount : number Defined in src/renderer/components/virtual-list/virtual-list.tsx:31","title":"overscanCount"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/","text":"@k8slens/extensions Globals / \"src/renderer/i18n\" / ILanguage Interface: ILanguage # Hierarchy # ILanguage Index # Properties # code nativeTitle title Properties # code # \u2022 code : string Defined in src/renderer/i18n.ts:10 nativeTitle # \u2022 nativeTitle : string Defined in src/renderer/i18n.ts:12 title # \u2022 title : string Defined in src/renderer/i18n.ts:11","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#interface-ilanguage","text":"","title":"Interface: ILanguage"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#hierarchy","text":"ILanguage","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#properties","text":"code nativeTitle title","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#code","text":"\u2022 code : string Defined in src/renderer/i18n.ts:10","title":"code"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#nativetitle","text":"\u2022 nativeTitle : string Defined in src/renderer/i18n.ts:12","title":"nativeTitle"},{"location":"extensions/api/interfaces/_src_renderer_i18n_.ilanguage/#title","text":"\u2022 title : string Defined in src/renderer/i18n.ts:11","title":"title"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/","text":"@k8slens/extensions Globals / \"src/renderer/item.store\" / ItemObject Interface: ItemObject # Hierarchy # ItemObject Implemented by # Cluster ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment Endpoint HorizontalPodAutoscaler Ingress Job KubeEvent KubeObject Namespace NetworkPolicy Node PersistentVolume PersistentVolumeClaim Pod PodDisruptionBudget PodMetrics PodSecurityPolicy ReplicaSet ResourceQuota Role RoleBinding Secret SelfSubjectRulesReview Service ServiceAccount StatefulSet StorageClass WorkloadKubeObject Index # Methods # getId getName Methods # getId # \u25b8 getId (): string Defined in src/renderer/item.store.ts:6 Returns: string getName # \u25b8 getName (): string Defined in src/renderer/item.store.ts:7 Returns: string","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#interface-itemobject","text":"","title":"Interface: ItemObject"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#hierarchy","text":"ItemObject","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#implemented-by","text":"Cluster ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment Endpoint HorizontalPodAutoscaler Ingress Job KubeEvent KubeObject Namespace NetworkPolicy Node PersistentVolume PersistentVolumeClaim Pod PodDisruptionBudget PodMetrics PodSecurityPolicy ReplicaSet ResourceQuota Role RoleBinding Secret SelfSubjectRulesReview Service ServiceAccount StatefulSet StorageClass WorkloadKubeObject","title":"Implemented by"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#methods","text":"getId getName","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#getid","text":"\u25b8 getId (): string Defined in src/renderer/item.store.ts:6 Returns: string","title":"getId"},{"location":"extensions/api/interfaces/_src_renderer_item_store_.itemobject/#getname","text":"\u25b8 getName (): string Defined in src/renderer/item.store.ts:7 Returns: string","title":"getName"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/","text":"@k8slens/extensions Globals / \"src/renderer/navigation\" / IQueryParams Interface: IQueryParams # Hierarchy # IQueryParams Index # Properties # details namespaces orderBy search selected sortBy Properties # details # \u2022 Optional details : string Defined in src/renderer/navigation.ts:25 namespaces # \u2022 Optional namespaces : string[] Defined in src/renderer/navigation.ts:24 orderBy # \u2022 Optional orderBy : string Defined in src/renderer/navigation.ts:29 search # \u2022 Optional search : string Defined in src/renderer/navigation.ts:27 selected # \u2022 Optional selected : string Defined in src/renderer/navigation.ts:26 sortBy # \u2022 Optional sortBy : string Defined in src/renderer/navigation.ts:28","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#interface-iqueryparams","text":"","title":"Interface: IQueryParams"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#hierarchy","text":"IQueryParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#properties","text":"details namespaces orderBy search selected sortBy","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#details","text":"\u2022 Optional details : string Defined in src/renderer/navigation.ts:25","title":"details"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#namespaces","text":"\u2022 Optional namespaces : string[] Defined in src/renderer/navigation.ts:24","title":"namespaces"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#orderby","text":"\u2022 Optional orderBy : string Defined in src/renderer/navigation.ts:29","title":"orderBy"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#search","text":"\u2022 Optional search : string Defined in src/renderer/navigation.ts:27","title":"search"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#selected","text":"\u2022 Optional selected : string Defined in src/renderer/navigation.ts:26","title":"selected"},{"location":"extensions/api/interfaces/_src_renderer_navigation_.iqueryparams/#sortby","text":"\u2022 Optional sortBy : string Defined in src/renderer/navigation.ts:28","title":"sortBy"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/","text":"@k8slens/extensions Globals / \"src/renderer/theme.store\" / Theme Interface: Theme # Hierarchy # Theme Index # Properties # author colors description id name type Properties # author # \u2022 Optional author : string Defined in src/renderer/theme.store.ts:19 colors # \u2022 Optional colors : Record\\ Defined in src/renderer/theme.store.ts:17 description # \u2022 Optional description : string Defined in src/renderer/theme.store.ts:18 id # \u2022 id : ThemeId Defined in src/renderer/theme.store.ts:14 name # \u2022 Optional name : string Defined in src/renderer/theme.store.ts:16 type # \u2022 type : ThemeType Defined in src/renderer/theme.store.ts:15","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#interface-theme","text":"","title":"Interface: Theme"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#hierarchy","text":"Theme","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#properties","text":"author colors description id name type","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#author","text":"\u2022 Optional author : string Defined in src/renderer/theme.store.ts:19","title":"author"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#colors","text":"\u2022 Optional colors : Record\\ Defined in src/renderer/theme.store.ts:17","title":"colors"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#description","text":"\u2022 Optional description : string Defined in src/renderer/theme.store.ts:18","title":"description"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#id","text":"\u2022 id : ThemeId Defined in src/renderer/theme.store.ts:14","title":"id"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#name","text":"\u2022 Optional name : string Defined in src/renderer/theme.store.ts:16","title":"name"},{"location":"extensions/api/interfaces/_src_renderer_theme_store_.theme/#type","text":"\u2022 type : ThemeType Defined in src/renderer/theme.store.ts:15","title":"type"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/","text":"@k8slens/extensions Globals / \"src/renderer/utils/cancelableFetch\" / CancelablePromise Interface: CancelablePromise\\ # Type parameters # Name T Hierarchy # Promise \\ \u21b3 CancelablePromise Index # Properties # Promise [Symbol.toStringTag] Methods # cancel catch finally then Properties # Promise # \u2022 Promise : PromiseConstructor Defined in node_modules/typescript/lib/lib.es2015.promise.d.ts:150 [Symbol.toStringTag] # \u2022 Readonly [Symbol.toStringTag] : string Inherited from CancelablePromise . [Symbol.toStringTag] Defined in node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts:169 Methods # cancel # \u25b8 cancel (): void Defined in src/renderer/utils/cancelableFetch.ts:7 Returns: void catch # \u25b8 catch \\ ( onrejected? : (reason: any) => TResult | PromiseLike\\ | undefined | null): CancelablePromise \\ Overrides void Defined in src/renderer/utils/cancelableFetch.ts:5 Type parameters: Name Default TResult never Parameters: Name Type onrejected? (reason: any) => TResult | PromiseLike\\ | undefined | null Returns: CancelablePromise \\ finally # \u25b8 finally ( onfinally? : () => void | undefined | null): CancelablePromise \\ Overrides void Defined in src/renderer/utils/cancelableFetch.ts:6 Parameters: Name Type onfinally? () => void | undefined | null Returns: CancelablePromise \\ then # \u25b8 then \\ ( onfulfilled? : (value: T) => TResult1 | PromiseLike\\ | undefined | null, onrejected? : (reason: any) => TResult2 | PromiseLike\\ | undefined | null): CancelablePromise \\ Overrides void Defined in src/renderer/utils/cancelableFetch.ts:4 Type parameters: Name Default TResult1 T TResult2 never Parameters: Name Type onfulfilled? (value: T) => TResult1 | PromiseLike\\ | undefined | null onrejected? (reason: any) => TResult2 | PromiseLike\\ | undefined | null Returns: CancelablePromise \\","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#interface-cancelablepromise","text":"","title":"Interface: CancelablePromise\\"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#type-parameters","text":"Name T","title":"Type parameters"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#hierarchy","text":"Promise \\ \u21b3 CancelablePromise","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#properties","text":"Promise [Symbol.toStringTag]","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#methods","text":"cancel catch finally then","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#promise","text":"\u2022 Promise : PromiseConstructor Defined in node_modules/typescript/lib/lib.es2015.promise.d.ts:150","title":"Promise"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#symboltostringtag","text":"\u2022 Readonly [Symbol.toStringTag] : string Inherited from CancelablePromise . [Symbol.toStringTag] Defined in node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts:169","title":"[Symbol.toStringTag]"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#cancel","text":"\u25b8 cancel (): void Defined in src/renderer/utils/cancelableFetch.ts:7 Returns: void","title":"cancel"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#catch","text":"\u25b8 catch \\ ( onrejected? : (reason: any) => TResult | PromiseLike\\ | undefined | null): CancelablePromise \\ Overrides void Defined in src/renderer/utils/cancelableFetch.ts:5","title":"catch"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#finally","text":"\u25b8 finally ( onfinally? : () => void | undefined | null): CancelablePromise \\ Overrides void Defined in src/renderer/utils/cancelableFetch.ts:6","title":"finally"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.cancelablepromise/#then","text":"\u25b8 then \\ ( onfulfilled? : (value: T) => TResult1 | PromiseLike\\ | undefined | null, onrejected? : (reason: any) => TResult2 | PromiseLike\\ | undefined | null): CancelablePromise \\ Overrides void Defined in src/renderer/utils/cancelableFetch.ts:4","title":"then"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.wrappingfunction/","text":"@k8slens/extensions Globals / \"src/renderer/utils/cancelableFetch\" / WrappingFunction Interface: WrappingFunction # Hierarchy # WrappingFunction Callable # \u25b8 \\ ( result : Promise \\ ): CancelablePromise \\ Defined in src/renderer/utils/cancelableFetch.ts:10 Type parameters: Name T Parameters: Name Type result Promise \\ Returns: CancelablePromise \\ \u25b8 \\ ( result : T): T Defined in src/renderer/utils/cancelableFetch.ts:11 Type parameters: Name T Parameters: Name Type result T Returns: T","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.wrappingfunction/#interface-wrappingfunction","text":"","title":"Interface: WrappingFunction"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.wrappingfunction/#hierarchy","text":"WrappingFunction","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_utils_cancelablefetch_.wrappingfunction/#callable","text":"\u25b8 \\ ( result : Promise \\ ): CancelablePromise \\ Defined in src/renderer/utils/cancelableFetch.ts:10","title":"Callable"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/","text":"@k8slens/extensions Globals / \"src/renderer/utils/createStorage\" / IStorageHelperOptions Interface: IStorageHelperOptions # Hierarchy # IStorageHelperOptions Index # Properties # addKeyPrefix useSession Properties # addKeyPrefix # \u2022 Optional addKeyPrefix : boolean Defined in src/renderer/utils/createStorage.ts:4 useSession # \u2022 Optional useSession : boolean Defined in src/renderer/utils/createStorage.ts:5","title":"API Reference"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/#interface-istoragehelperoptions","text":"","title":"Interface: IStorageHelperOptions"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/#hierarchy","text":"IStorageHelperOptions","title":"Hierarchy"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/#index","text":"","title":"Index"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/#properties","text":"addKeyPrefix useSession","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/#addkeyprefix","text":"\u2022 Optional addKeyPrefix : boolean Defined in src/renderer/utils/createStorage.ts:4","title":"addKeyPrefix"},{"location":"extensions/api/interfaces/_src_renderer_utils_createstorage_.istoragehelperoptions/#usesession","text":"\u2022 Optional useSession : boolean Defined in src/renderer/utils/createStorage.ts:5","title":"useSession"},{"location":"extensions/api/modules/_package_/","text":"@k8slens/extensions Globals / \"package\" Module: \"package\" #","title":"API Reference"},{"location":"extensions/api/modules/_package_/#module-package","text":"","title":"Module: \"package\""},{"location":"extensions/api/modules/_src_common_base_store_/","text":"@k8slens/extensions Globals / \"src/common/base-store\" Module: \"src/common/base-store\" # Index # Classes # BaseStore Interfaces # BaseStoreParams","title":"API Reference"},{"location":"extensions/api/modules/_src_common_base_store_/#module-srccommonbase-store","text":"","title":"Module: \"src/common/base-store\""},{"location":"extensions/api/modules/_src_common_base_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_base_store_/#classes","text":"BaseStore","title":"Classes"},{"location":"extensions/api/modules/_src_common_base_store_/#interfaces","text":"BaseStoreParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_cluster_ipc_/","text":"@k8slens/extensions Globals / \"src/common/cluster-ipc\" Module: \"src/common/cluster-ipc\" # Index # Object literals # clusterIpc Object literals # clusterIpc # \u25aa Const clusterIpc : object Defined in src/common/cluster-ipc.ts:7 Properties: Name Type Value activate object createIpcChannel({ channel: \"cluster:activate\", handle: (clusterId: ClusterId, force = false) => { const cluster = clusterStore.getById(clusterId); if (cluster) { return cluster.activate(force); } }, }) disconnect object createIpcChannel({ channel: \"cluster:disconnect\", handle: (clusterId: ClusterId) => { appEventBus.emit({name: \"cluster\", action: \"stop\"}); return clusterStore.getById(clusterId)?.disconnect(); }, }) kubectlApplyAll object createIpcChannel({ channel: \"cluster:kubectl-apply-all\", handle: (clusterId: ClusterId, resources: string[]) => { appEventBus.emit({name: \"cluster\", action: \"kubectl-apply-all\"}) const cluster = clusterStore.getById(clusterId); if (cluster) { const applier = new ResourceApplier(cluster) applier.kubectlApplyAll(resources) } else { throw `${clusterId} is not a valid cluster id`; } } }) refresh object createIpcChannel({ channel: \"cluster:refresh\", handle: (clusterId: ClusterId) => { const cluster = clusterStore.getById(clusterId); if (cluster) return cluster.refresh({ refreshMetadata: true }) }, }) setFrameId object createIpcChannel({ channel: \"cluster:set-frame-id\", handle: (clusterId: ClusterId, frameId?: number) => { const cluster = clusterStore.getById(clusterId); if (cluster) { if (frameId) cluster.frameId = frameId; // save cluster's webFrame.routingId to be able to send push-updates extensionLoader.broadcastExtensions(frameId) return cluster.pushState(); } }, })","title":"API Reference"},{"location":"extensions/api/modules/_src_common_cluster_ipc_/#module-srccommoncluster-ipc","text":"","title":"Module: \"src/common/cluster-ipc\""},{"location":"extensions/api/modules/_src_common_cluster_ipc_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_cluster_ipc_/#object-literals","text":"clusterIpc","title":"Object literals"},{"location":"extensions/api/modules/_src_common_cluster_ipc_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_common_cluster_ipc_/#clusteripc","text":"\u25aa Const clusterIpc : object Defined in src/common/cluster-ipc.ts:7","title":"clusterIpc"},{"location":"extensions/api/modules/_src_common_cluster_store_/","text":"@k8slens/extensions Globals / \"src/common/cluster-store\" Module: \"src/common/cluster-store\" # Index # Classes # ClusterStore Interfaces # ClusterIconUpload ClusterMetadata ClusterModel ClusterPreferences ClusterStoreModel Type aliases # ClusterId Variables # clusterStore Functions # getClusterFrameUrl getClusterIdFromHost getHostedCluster getHostedClusterId Type aliases # ClusterId # \u01ac ClusterId : string Defined in src/common/cluster-store.ts:32 Variables # clusterStore # \u2022 Const clusterStore : ClusterStore = ClusterStore.getInstance\\ () Defined in src/common/cluster-store.ts:262 Functions # getClusterFrameUrl # \u25b8 getClusterFrameUrl ( clusterId : ClusterId ): string Defined in src/common/cluster-store.ts:269 Parameters: Name Type clusterId ClusterId Returns: string getClusterIdFromHost # \u25b8 getClusterIdFromHost ( hostname : string): ClusterId Defined in src/common/cluster-store.ts:264 Parameters: Name Type hostname string Returns: ClusterId getHostedCluster # \u25b8 getHostedCluster (): Cluster Defined in src/common/cluster-store.ts:277 Returns: Cluster getHostedClusterId # \u25b8 getHostedClusterId (): string Defined in src/common/cluster-store.ts:273 Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_common_cluster_store_/#module-srccommoncluster-store","text":"","title":"Module: \"src/common/cluster-store\""},{"location":"extensions/api/modules/_src_common_cluster_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_cluster_store_/#classes","text":"ClusterStore","title":"Classes"},{"location":"extensions/api/modules/_src_common_cluster_store_/#interfaces","text":"ClusterIconUpload ClusterMetadata ClusterModel ClusterPreferences ClusterStoreModel","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_cluster_store_/#type-aliases","text":"ClusterId","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_cluster_store_/#variables","text":"clusterStore","title":"Variables"},{"location":"extensions/api/modules/_src_common_cluster_store_/#functions","text":"getClusterFrameUrl getClusterIdFromHost getHostedCluster getHostedClusterId","title":"Functions"},{"location":"extensions/api/modules/_src_common_cluster_store_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_cluster_store_/#clusterid","text":"\u01ac ClusterId : string Defined in src/common/cluster-store.ts:32","title":"ClusterId"},{"location":"extensions/api/modules/_src_common_cluster_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_cluster_store_/#clusterstore","text":"\u2022 Const clusterStore : ClusterStore = ClusterStore.getInstance\\ () Defined in src/common/cluster-store.ts:262","title":"clusterStore"},{"location":"extensions/api/modules/_src_common_cluster_store_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_cluster_store_/#getclusterframeurl","text":"\u25b8 getClusterFrameUrl ( clusterId : ClusterId ): string Defined in src/common/cluster-store.ts:269","title":"getClusterFrameUrl"},{"location":"extensions/api/modules/_src_common_cluster_store_/#getclusteridfromhost","text":"\u25b8 getClusterIdFromHost ( hostname : string): ClusterId Defined in src/common/cluster-store.ts:264","title":"getClusterIdFromHost"},{"location":"extensions/api/modules/_src_common_cluster_store_/#gethostedcluster","text":"\u25b8 getHostedCluster (): Cluster Defined in src/common/cluster-store.ts:277 Returns: Cluster","title":"getHostedCluster"},{"location":"extensions/api/modules/_src_common_cluster_store_/#gethostedclusterid","text":"\u25b8 getHostedClusterId (): string Defined in src/common/cluster-store.ts:273 Returns: string","title":"getHostedClusterId"},{"location":"extensions/api/modules/_src_common_custom_errors_/","text":"@k8slens/extensions Globals / \"src/common/custom-errors\" Module: \"src/common/custom-errors\" # Index # Classes # ExecValidationNotFoundError","title":"API Reference"},{"location":"extensions/api/modules/_src_common_custom_errors_/#module-srccommoncustom-errors","text":"","title":"Module: \"src/common/custom-errors\""},{"location":"extensions/api/modules/_src_common_custom_errors_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_custom_errors_/#classes","text":"ExecValidationNotFoundError","title":"Classes"},{"location":"extensions/api/modules/_src_common_event_bus_/","text":"@k8slens/extensions Globals / \"src/common/event-bus\" Module: \"src/common/event-bus\" # Index # Type aliases # AppEvent Variables # appEventBus Type aliases # AppEvent # \u01ac AppEvent : { action: string ; name: string ; params?: object } Defined in src/common/event-bus.ts:3 Type declaration: Name Type action string name string params? object Variables # appEventBus # \u2022 Const appEventBus : EventEmitter \\<[ AppEvent ]> = new EventEmitter\\<[AppEvent]>() Defined in src/common/event-bus.ts:9","title":"API Reference"},{"location":"extensions/api/modules/_src_common_event_bus_/#module-srccommonevent-bus","text":"","title":"Module: \"src/common/event-bus\""},{"location":"extensions/api/modules/_src_common_event_bus_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_event_bus_/#type-aliases","text":"AppEvent","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_event_bus_/#variables","text":"appEventBus","title":"Variables"},{"location":"extensions/api/modules/_src_common_event_bus_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_event_bus_/#appevent","text":"\u01ac AppEvent : { action: string ; name: string ; params?: object } Defined in src/common/event-bus.ts:3","title":"AppEvent"},{"location":"extensions/api/modules/_src_common_event_bus_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_event_bus_/#appeventbus","text":"\u2022 Const appEventBus : EventEmitter \\<[ AppEvent ]> = new EventEmitter\\<[AppEvent]>() Defined in src/common/event-bus.ts:9","title":"appEventBus"},{"location":"extensions/api/modules/_src_common_event_emitter_/","text":"@k8slens/extensions Globals / \"src/common/event-emitter\" Module: \"src/common/event-emitter\" # Index # Classes # EventEmitter Interfaces # Options Type aliases # Callback Type aliases # Callback # \u01ac Callback \\ : (...data: D) => void | boolean Defined in src/common/event-emitter.ts:8 Type parameters: Name Type D [any]","title":"API Reference"},{"location":"extensions/api/modules/_src_common_event_emitter_/#module-srccommonevent-emitter","text":"","title":"Module: \"src/common/event-emitter\""},{"location":"extensions/api/modules/_src_common_event_emitter_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_event_emitter_/#classes","text":"EventEmitter","title":"Classes"},{"location":"extensions/api/modules/_src_common_event_emitter_/#interfaces","text":"Options","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_event_emitter_/#type-aliases","text":"Callback","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_event_emitter_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_event_emitter_/#callback","text":"\u01ac Callback \\ : (...data: D) => void | boolean Defined in src/common/event-emitter.ts:8","title":"Callback"},{"location":"extensions/api/modules/_src_common_ipc_/","text":"@k8slens/extensions Globals / \"src/common/ipc\" Module: \"src/common/ipc\" # Index # Interfaces # IpcBroadcastParams IpcChannelOptions Type aliases # IpcChannel Functions # broadcastIpc createIpcChannel Type aliases # IpcChannel # \u01ac IpcChannel : string Defined in src/common/ipc.ts:8 Functions # broadcastIpc # \u25b8 broadcastIpc ( __namedParameters : { args: any = []; channel: string ; filter: (webContent: WebContents) => boolean ; frameId: number ; frameOnly: boolean ; webContentId: number }): void Defined in src/common/ipc.ts:63 Parameters: Name Type __namedParameters { args: any = []; channel: string ; filter: (webContent: WebContents) => boolean ; frameId: number ; frameOnly: boolean ; webContentId: number } Returns: void createIpcChannel # \u25b8 createIpcChannel ( __namedParameters : { autoBind: boolean = true; channel: string ; handle: (...args: any[]) => Promise \\ | any ; once: boolean ; timeout: number = 0 }): object Defined in src/common/ipc.ts:18 Parameters: Name Type __namedParameters { autoBind: boolean = true; channel: string ; handle: (...args: any[]) => Promise \\ | any ; once: boolean ; timeout: number = 0 } Returns: object Name Type channel string handleInMain () => void invokeFromRenderer \\ (...args: any[]) => Promise \\ removeHandler () => void","title":"API Reference"},{"location":"extensions/api/modules/_src_common_ipc_/#module-srccommonipc","text":"","title":"Module: \"src/common/ipc\""},{"location":"extensions/api/modules/_src_common_ipc_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_ipc_/#interfaces","text":"IpcBroadcastParams IpcChannelOptions","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_ipc_/#type-aliases","text":"IpcChannel","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_ipc_/#functions","text":"broadcastIpc createIpcChannel","title":"Functions"},{"location":"extensions/api/modules/_src_common_ipc_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_ipc_/#ipcchannel","text":"\u01ac IpcChannel : string Defined in src/common/ipc.ts:8","title":"IpcChannel"},{"location":"extensions/api/modules/_src_common_ipc_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_ipc_/#broadcastipc","text":"\u25b8 broadcastIpc ( __namedParameters : { args: any = []; channel: string ; filter: (webContent: WebContents) => boolean ; frameId: number ; frameOnly: boolean ; webContentId: number }): void Defined in src/common/ipc.ts:63","title":"broadcastIpc"},{"location":"extensions/api/modules/_src_common_ipc_/#createipcchannel","text":"\u25b8 createIpcChannel ( __namedParameters : { autoBind: boolean = true; channel: string ; handle: (...args: any[]) => Promise \\ | any ; once: boolean ; timeout: number = 0 }): object Defined in src/common/ipc.ts:18","title":"createIpcChannel"},{"location":"extensions/api/modules/_src_common_kube_helpers_/","text":"@k8slens/extensions Globals / \"src/common/kube-helpers\" Module: \"src/common/kube-helpers\" # Index # Variables # kubeConfigDefaultPath Functions # dumpConfigYaml getNodeWarningConditions loadConfig podHasIssues resolveTilde splitConfig validateConfig validateKubeConfig Variables # kubeConfigDefaultPath # \u2022 Const kubeConfigDefaultPath : string = path.join(os.homedir(), '.kube', 'config') Defined in src/common/kube-helpers.ts:10 Functions # dumpConfigYaml # \u25b8 dumpConfigYaml ( kubeConfig : Partial\\ ): string Defined in src/common/kube-helpers.ts:76 Parameters: Name Type kubeConfig Partial\\ Returns: string getNodeWarningConditions # \u25b8 getNodeWarningConditions ( node : V1Node): V1NodeCondition[] Defined in src/common/kube-helpers.ts:140 Parameters: Name Type node V1Node Returns: V1NodeCondition[] loadConfig # \u25b8 loadConfig ( pathOrContent? : string): KubeConfig Defined in src/common/kube-helpers.ts:19 Parameters: Name Type pathOrContent? string Returns: KubeConfig podHasIssues # \u25b8 podHasIssues ( pod : V1Pod): boolean Defined in src/common/kube-helpers.ts:127 Parameters: Name Type pod V1Pod Returns: boolean resolveTilde # \u25b8 resolveTilde ( filePath : string): string Defined in src/common/kube-helpers.ts:12 Parameters: Name Type filePath string Returns: string splitConfig # \u25b8 splitConfig ( kubeConfig : KubeConfig): KubeConfig[] Defined in src/common/kube-helpers.ts:59 Breaks kube config into several configs. Each context as it own KubeConfig object Parameters: Name Type kubeConfig KubeConfig Returns: KubeConfig[] validateConfig # \u25b8 validateConfig ( config : KubeConfig | string): KubeConfig Defined in src/common/kube-helpers.ts:38 KubeConfig is valid when there's at least one of each defined: - User - Cluster - Context Parameters: Name Type Description config KubeConfig | string KubeConfig to check Returns: KubeConfig validateKubeConfig # \u25b8 validateKubeConfig ( config : KubeConfig): void Defined in src/common/kube-helpers.ts:150 Validates kubeconfig supplied in the add clusters screen. At present this will just validate the User struct, specifically the command passed to the exec substructure. Parameters: Name Type config KubeConfig Returns: void","title":"API Reference"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#module-srccommonkube-helpers","text":"","title":"Module: \"src/common/kube-helpers\""},{"location":"extensions/api/modules/_src_common_kube_helpers_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#variables","text":"kubeConfigDefaultPath","title":"Variables"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#functions","text":"dumpConfigYaml getNodeWarningConditions loadConfig podHasIssues resolveTilde splitConfig validateConfig validateKubeConfig","title":"Functions"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#kubeconfigdefaultpath","text":"\u2022 Const kubeConfigDefaultPath : string = path.join(os.homedir(), '.kube', 'config') Defined in src/common/kube-helpers.ts:10","title":"kubeConfigDefaultPath"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#dumpconfigyaml","text":"\u25b8 dumpConfigYaml ( kubeConfig : Partial\\ ): string Defined in src/common/kube-helpers.ts:76","title":"dumpConfigYaml"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#getnodewarningconditions","text":"\u25b8 getNodeWarningConditions ( node : V1Node): V1NodeCondition[] Defined in src/common/kube-helpers.ts:140","title":"getNodeWarningConditions"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#loadconfig","text":"\u25b8 loadConfig ( pathOrContent? : string): KubeConfig Defined in src/common/kube-helpers.ts:19","title":"loadConfig"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#podhasissues","text":"\u25b8 podHasIssues ( pod : V1Pod): boolean Defined in src/common/kube-helpers.ts:127","title":"podHasIssues"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#resolvetilde","text":"\u25b8 resolveTilde ( filePath : string): string Defined in src/common/kube-helpers.ts:12","title":"resolveTilde"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#splitconfig","text":"\u25b8 splitConfig ( kubeConfig : KubeConfig): KubeConfig[] Defined in src/common/kube-helpers.ts:59 Breaks kube config into several configs. Each context as it own KubeConfig object","title":"splitConfig"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#validateconfig","text":"\u25b8 validateConfig ( config : KubeConfig | string): KubeConfig Defined in src/common/kube-helpers.ts:38 KubeConfig is valid when there's at least one of each defined: - User - Cluster - Context","title":"validateConfig"},{"location":"extensions/api/modules/_src_common_kube_helpers_/#validatekubeconfig","text":"\u25b8 validateKubeConfig ( config : KubeConfig): void Defined in src/common/kube-helpers.ts:150 Validates kubeconfig supplied in the add clusters screen. At present this will just validate the User struct, specifically the command passed to the exec substructure.","title":"validateKubeConfig"},{"location":"extensions/api/modules/_src_common_prometheus_providers_/","text":"@k8slens/extensions Globals / \"src/common/prometheus-providers\" Module: \"src/common/prometheus-providers\" # Index # Variables # prometheusProviders Variables # prometheusProviders # \u2022 Const prometheusProviders : PrometheusProvider [] = PrometheusProviderRegistry.getProviders() Defined in src/common/prometheus-providers.ts:12","title":"API Reference"},{"location":"extensions/api/modules/_src_common_prometheus_providers_/#module-srccommonprometheus-providers","text":"","title":"Module: \"src/common/prometheus-providers\""},{"location":"extensions/api/modules/_src_common_prometheus_providers_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_prometheus_providers_/#variables","text":"prometheusProviders","title":"Variables"},{"location":"extensions/api/modules/_src_common_prometheus_providers_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_prometheus_providers_/#prometheusproviders","text":"\u2022 Const prometheusProviders : PrometheusProvider [] = PrometheusProviderRegistry.getProviders() Defined in src/common/prometheus-providers.ts:12","title":"prometheusProviders"},{"location":"extensions/api/modules/_src_common_rbac_/","text":"@k8slens/extensions Globals / \"src/common/rbac\" Module: \"src/common/rbac\" # Index # Interfaces # KubeApiResource Type aliases # KubeResource Variables # apiResources Functions # isAllowedResource Type aliases # KubeResource # \u01ac KubeResource : \\\"namespaces\\\" | \\\"nodes\\\" | \\\"events\\\" | \\\"resourcequotas\\\" | \\\"services\\\" | \\\"secrets\\\" | \\\"configmaps\\\" | \\\"ingresses\\\" | \\\"networkpolicies\\\" | \\\"persistentvolumes\\\" | \\\"storageclasses\\\" | \\\"pods\\\" | \\\"daemonsets\\\" | \\\"deployments\\\" | \\\"statefulsets\\\" | \\\"replicasets\\\" | \\\"jobs\\\" | \\\"cronjobs\\\" | \\\"endpoints\\\" | \\\"customresourcedefinitions\\\" | \\\"horizontalpodautoscalers\\\" | \\\"podsecuritypolicies\\\" | \\\"poddisruptionbudgets\\\" Defined in src/common/rbac.ts:3 Variables # apiResources # \u2022 Const apiResources : KubeApiResource [] = [ { resource: \"configmaps\" }, { resource: \"cronjobs\", group: \"batch\" }, { resource: \"customresourcedefinitions\", group: \"apiextensions.k8s.io\" }, { resource: \"daemonsets\", group: \"apps\" }, { resource: \"deployments\", group: \"apps\" }, { resource: \"endpoints\" }, { resource: \"events\" }, { resource: \"horizontalpodautoscalers\" }, { resource: \"ingresses\", group: \"networking.k8s.io\" }, { resource: \"jobs\", group: \"batch\" }, { resource: \"namespaces\" }, { resource: \"networkpolicies\", group: \"networking.k8s.io\" }, { resource: \"nodes\" }, { resource: \"persistentvolumes\" }, { resource: \"pods\" }, { resource: \"poddisruptionbudgets\" }, { resource: \"podsecuritypolicies\" }, { resource: \"resourcequotas\" }, { resource: \"secrets\" }, { resource: \"services\" }, { resource: \"statefulsets\", group: \"apps\" }, { resource: \"storageclasses\", group: \"storage.k8s.io\" },] Defined in src/common/rbac.ts:15 Functions # isAllowedResource # \u25b8 isAllowedResource ( resources : KubeResource | KubeResource []): boolean Defined in src/common/rbac.ts:40 Parameters: Name Type resources KubeResource | KubeResource [] Returns: boolean","title":"API Reference"},{"location":"extensions/api/modules/_src_common_rbac_/#module-srccommonrbac","text":"","title":"Module: \"src/common/rbac\""},{"location":"extensions/api/modules/_src_common_rbac_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_rbac_/#interfaces","text":"KubeApiResource","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_rbac_/#type-aliases","text":"KubeResource","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_rbac_/#variables","text":"apiResources","title":"Variables"},{"location":"extensions/api/modules/_src_common_rbac_/#functions","text":"isAllowedResource","title":"Functions"},{"location":"extensions/api/modules/_src_common_rbac_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_rbac_/#kuberesource","text":"\u01ac KubeResource : \\\"namespaces\\\" | \\\"nodes\\\" | \\\"events\\\" | \\\"resourcequotas\\\" | \\\"services\\\" | \\\"secrets\\\" | \\\"configmaps\\\" | \\\"ingresses\\\" | \\\"networkpolicies\\\" | \\\"persistentvolumes\\\" | \\\"storageclasses\\\" | \\\"pods\\\" | \\\"daemonsets\\\" | \\\"deployments\\\" | \\\"statefulsets\\\" | \\\"replicasets\\\" | \\\"jobs\\\" | \\\"cronjobs\\\" | \\\"endpoints\\\" | \\\"customresourcedefinitions\\\" | \\\"horizontalpodautoscalers\\\" | \\\"podsecuritypolicies\\\" | \\\"poddisruptionbudgets\\\" Defined in src/common/rbac.ts:3","title":"KubeResource"},{"location":"extensions/api/modules/_src_common_rbac_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_rbac_/#apiresources","text":"\u2022 Const apiResources : KubeApiResource [] = [ { resource: \"configmaps\" }, { resource: \"cronjobs\", group: \"batch\" }, { resource: \"customresourcedefinitions\", group: \"apiextensions.k8s.io\" }, { resource: \"daemonsets\", group: \"apps\" }, { resource: \"deployments\", group: \"apps\" }, { resource: \"endpoints\" }, { resource: \"events\" }, { resource: \"horizontalpodautoscalers\" }, { resource: \"ingresses\", group: \"networking.k8s.io\" }, { resource: \"jobs\", group: \"batch\" }, { resource: \"namespaces\" }, { resource: \"networkpolicies\", group: \"networking.k8s.io\" }, { resource: \"nodes\" }, { resource: \"persistentvolumes\" }, { resource: \"pods\" }, { resource: \"poddisruptionbudgets\" }, { resource: \"podsecuritypolicies\" }, { resource: \"resourcequotas\" }, { resource: \"secrets\" }, { resource: \"services\" }, { resource: \"statefulsets\", group: \"apps\" }, { resource: \"storageclasses\", group: \"storage.k8s.io\" },] Defined in src/common/rbac.ts:15","title":"apiResources"},{"location":"extensions/api/modules/_src_common_rbac_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_rbac_/#isallowedresource","text":"\u25b8 isAllowedResource ( resources : KubeResource | KubeResource []): boolean Defined in src/common/rbac.ts:40","title":"isAllowedResource"},{"location":"extensions/api/modules/_src_common_request_/","text":"@k8slens/extensions Globals / \"src/common/request\" Module: \"src/common/request\" # Index # Functions # customRequest customRequestPromise getDefaultRequestOpts Functions # customRequest # \u25b8 customRequest ( opts : request.Options): Request Defined in src/common/request.ts:19 deprecated Parameters: Name Type opts request.Options Returns: Request customRequestPromise # \u25b8 customRequestPromise ( opts : requestPromise.Options): RequestPromise\\ Defined in src/common/request.ts:26 deprecated Parameters: Name Type opts requestPromise.Options Returns: RequestPromise\\ getDefaultRequestOpts # \u25b8 getDefaultRequestOpts (): Partial\\ Defined in src/common/request.ts:8 Returns: Partial\\","title":"API Reference"},{"location":"extensions/api/modules/_src_common_request_/#module-srccommonrequest","text":"","title":"Module: \"src/common/request\""},{"location":"extensions/api/modules/_src_common_request_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_request_/#functions","text":"customRequest customRequestPromise getDefaultRequestOpts","title":"Functions"},{"location":"extensions/api/modules/_src_common_request_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_request_/#customrequest","text":"\u25b8 customRequest ( opts : request.Options): Request Defined in src/common/request.ts:19 deprecated","title":"customRequest"},{"location":"extensions/api/modules/_src_common_request_/#customrequestpromise","text":"\u25b8 customRequestPromise ( opts : requestPromise.Options): RequestPromise\\ Defined in src/common/request.ts:26 deprecated","title":"customRequestPromise"},{"location":"extensions/api/modules/_src_common_request_/#getdefaultrequestopts","text":"\u25b8 getDefaultRequestOpts (): Partial\\ Defined in src/common/request.ts:8 Returns: Partial\\","title":"getDefaultRequestOpts"},{"location":"extensions/api/modules/_src_common_search_store_/","text":"@k8slens/extensions Globals / \"src/common/search-store\" Module: \"src/common/search-store\" # Index # Classes # SearchStore Variables # searchStore Variables # searchStore # \u2022 Const searchStore : SearchStore = new SearchStore Defined in src/common/search-store.ts:126","title":"API Reference"},{"location":"extensions/api/modules/_src_common_search_store_/#module-srccommonsearch-store","text":"","title":"Module: \"src/common/search-store\""},{"location":"extensions/api/modules/_src_common_search_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_search_store_/#classes","text":"SearchStore","title":"Classes"},{"location":"extensions/api/modules/_src_common_search_store_/#variables","text":"searchStore","title":"Variables"},{"location":"extensions/api/modules/_src_common_search_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_search_store_/#searchstore","text":"\u2022 Const searchStore : SearchStore = new SearchStore Defined in src/common/search-store.ts:126","title":"searchStore"},{"location":"extensions/api/modules/_src_common_user_store_/","text":"@k8slens/extensions Globals / \"src/common/user-store\" Module: \"src/common/user-store\" # Index # Classes # UserStore Interfaces # UserPreferences UserStoreModel Variables # userStore Variables # userStore # \u2022 Const userStore : UserStore = UserStore.getInstance\\ () Defined in src/common/user-store.ts:159","title":"API Reference"},{"location":"extensions/api/modules/_src_common_user_store_/#module-srccommonuser-store","text":"","title":"Module: \"src/common/user-store\""},{"location":"extensions/api/modules/_src_common_user_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_user_store_/#classes","text":"UserStore","title":"Classes"},{"location":"extensions/api/modules/_src_common_user_store_/#interfaces","text":"UserPreferences UserStoreModel","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_user_store_/#variables","text":"userStore","title":"Variables"},{"location":"extensions/api/modules/_src_common_user_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_user_store_/#userstore","text":"\u2022 Const userStore : UserStore = UserStore.getInstance\\ () Defined in src/common/user-store.ts:159","title":"userStore"},{"location":"extensions/api/modules/_src_common_utils_app_version_/","text":"@k8slens/extensions Globals / \"src/common/utils/app-version\" Module: \"src/common/utils/app-version\" # Index # Functions # getAppVersion getBundledExtensions getBundledKubectlVersion Functions # getAppVersion # \u25b8 getAppVersion (): string Defined in src/common/utils/app-version.ts:3 Returns: string getBundledExtensions # \u25b8 getBundledExtensions (): string[] Defined in src/common/utils/app-version.ts:11 Returns: string[] getBundledKubectlVersion # \u25b8 getBundledKubectlVersion (): string Defined in src/common/utils/app-version.ts:7 Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_app_version_/#module-srccommonutilsapp-version","text":"","title":"Module: \"src/common/utils/app-version\""},{"location":"extensions/api/modules/_src_common_utils_app_version_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_app_version_/#functions","text":"getAppVersion getBundledExtensions getBundledKubectlVersion","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_app_version_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_app_version_/#getappversion","text":"\u25b8 getAppVersion (): string Defined in src/common/utils/app-version.ts:3 Returns: string","title":"getAppVersion"},{"location":"extensions/api/modules/_src_common_utils_app_version_/#getbundledextensions","text":"\u25b8 getBundledExtensions (): string[] Defined in src/common/utils/app-version.ts:11 Returns: string[]","title":"getBundledExtensions"},{"location":"extensions/api/modules/_src_common_utils_app_version_/#getbundledkubectlversion","text":"\u25b8 getBundledKubectlVersion (): string Defined in src/common/utils/app-version.ts:7 Returns: string","title":"getBundledKubectlVersion"},{"location":"extensions/api/modules/_src_common_utils_autobind_/","text":"@k8slens/extensions Globals / \"src/common/utils/autobind\" Module: \"src/common/utils/autobind\" # Index # Type aliases # Constructor Functions # autobind bindClass bindMethod Type aliases # Constructor # \u01ac Constructor \\ : {} Defined in src/common/utils/autobind.ts:3 Type parameters: Name Default T {} Functions # autobind # \u25b8 autobind (): (Anonymous function) Defined in src/common/utils/autobind.ts:5 Returns: (Anonymous function) bindClass # \u25b8 bindClass \\ ( constructor : T): void Defined in src/common/utils/autobind.ts:12 Type parameters: Name Type T Constructor Parameters: Name Type constructor T Returns: void bindMethod # \u25b8 bindMethod ( target : object, prop? : string, descriptor? : PropertyDescriptor): any Defined in src/common/utils/autobind.ts:28 Parameters: Name Type target object prop? string descriptor? PropertyDescriptor Returns: any","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#module-srccommonutilsautobind","text":"","title":"Module: \"src/common/utils/autobind\""},{"location":"extensions/api/modules/_src_common_utils_autobind_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#type-aliases","text":"Constructor","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#functions","text":"autobind bindClass bindMethod","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#constructor","text":"\u01ac Constructor \\ : {} Defined in src/common/utils/autobind.ts:3","title":"Constructor"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#autobind","text":"\u25b8 autobind (): (Anonymous function) Defined in src/common/utils/autobind.ts:5 Returns: (Anonymous function)","title":"autobind"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#bindclass","text":"\u25b8 bindClass \\ ( constructor : T): void Defined in src/common/utils/autobind.ts:12","title":"bindClass"},{"location":"extensions/api/modules/_src_common_utils_autobind_/#bindmethod","text":"\u25b8 bindMethod ( target : object, prop? : string, descriptor? : PropertyDescriptor): any Defined in src/common/utils/autobind.ts:28","title":"bindMethod"},{"location":"extensions/api/modules/_src_common_utils_base64_/","text":"@k8slens/extensions Globals / \"src/common/utils/base64\" Module: \"src/common/utils/base64\" # Index # Object literals # base64 Object literals # base64 # \u25aa Const base64 : object Defined in src/common/utils/base64.ts:5 Properties: Name Type Value decode function (data: string) => any encode function (data: string) => any","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_base64_/#module-srccommonutilsbase64","text":"","title":"Module: \"src/common/utils/base64\""},{"location":"extensions/api/modules/_src_common_utils_base64_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_base64_/#object-literals","text":"base64","title":"Object literals"},{"location":"extensions/api/modules/_src_common_utils_base64_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_common_utils_base64_/#base64","text":"\u25aa Const base64 : object Defined in src/common/utils/base64.ts:5","title":"base64"},{"location":"extensions/api/modules/_src_common_utils_buildurl_/","text":"@k8slens/extensions Globals / \"src/common/utils/buildUrl\" Module: \"src/common/utils/buildUrl\" # Index # Interfaces # IURLParams Functions # buildURL Functions # buildURL # \u25b8 buildURL \\ ( path : string | any): (Anonymous function) Defined in src/common/utils/buildUrl.ts:8 Type parameters: Name Type Default P object {} Q object {} Parameters: Name Type path string | any Returns: (Anonymous function)","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_buildurl_/#module-srccommonutilsbuildurl","text":"","title":"Module: \"src/common/utils/buildUrl\""},{"location":"extensions/api/modules/_src_common_utils_buildurl_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_buildurl_/#interfaces","text":"IURLParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_utils_buildurl_/#functions","text":"buildURL","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_buildurl_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_buildurl_/#buildurl","text":"\u25b8 buildURL \\ ( path : string | any): (Anonymous function) Defined in src/common/utils/buildUrl.ts:8","title":"buildURL"},{"location":"extensions/api/modules/_src_common_utils_camelcase_/","text":"@k8slens/extensions Globals / \"src/common/utils/camelCase\" Module: \"src/common/utils/camelCase\" # Index # Functions # toCamelCase Functions # toCamelCase # \u25b8 toCamelCase ( obj : Record\\ ): any Defined in src/common/utils/camelCase.ts:4 Parameters: Name Type obj Record\\ Returns: any","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_camelcase_/#module-srccommonutilscamelcase","text":"","title":"Module: \"src/common/utils/camelCase\""},{"location":"extensions/api/modules/_src_common_utils_camelcase_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_camelcase_/#functions","text":"toCamelCase","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_camelcase_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_camelcase_/#tocamelcase","text":"\u25b8 toCamelCase ( obj : Record\\ ): any Defined in src/common/utils/camelCase.ts:4","title":"toCamelCase"},{"location":"extensions/api/modules/_src_common_utils_clonejson_/","text":"@k8slens/extensions Globals / \"src/common/utils/cloneJson\" Module: \"src/common/utils/cloneJson\" # Index # Functions # cloneJsonObject Functions # cloneJsonObject # \u25b8 cloneJsonObject \\ ( obj : T): T Defined in src/common/utils/cloneJson.ts:3 Type parameters: Name Default T object Parameters: Name Type obj T Returns: T","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_clonejson_/#module-srccommonutilsclonejson","text":"","title":"Module: \"src/common/utils/cloneJson\""},{"location":"extensions/api/modules/_src_common_utils_clonejson_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_clonejson_/#functions","text":"cloneJsonObject","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_clonejson_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_clonejson_/#clonejsonobject","text":"\u25b8 cloneJsonObject \\ ( obj : T): T Defined in src/common/utils/cloneJson.ts:3","title":"cloneJsonObject"},{"location":"extensions/api/modules/_src_common_utils_debouncepromise_/","text":"@k8slens/extensions Globals / \"src/common/utils/debouncePromise\" Module: \"src/common/utils/debouncePromise\" # Index # Functions # debouncePromise Functions # debouncePromise # \u25b8 debouncePromise \\ ( func : (...args: F) => T | Promise \\ , timeout? : number): function Defined in src/common/utils/debouncePromise.ts:3 Type parameters: Name Type T - F any[] Parameters: Name Type Default value func (...args: F) => T | Promise \\ - timeout number 0 Returns: function","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_debouncepromise_/#module-srccommonutilsdebouncepromise","text":"","title":"Module: \"src/common/utils/debouncePromise\""},{"location":"extensions/api/modules/_src_common_utils_debouncepromise_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_debouncepromise_/#functions","text":"debouncePromise","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_debouncepromise_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_debouncepromise_/#debouncepromise","text":"\u25b8 debouncePromise \\ ( func : (...args: F) => T | Promise \\ , timeout? : number): function Defined in src/common/utils/debouncePromise.ts:3","title":"debouncePromise"},{"location":"extensions/api/modules/_src_common_utils_defineglobal_/","text":"@k8slens/extensions Globals / \"src/common/utils/defineGlobal\" Module: \"src/common/utils/defineGlobal\" # Index # Functions # defineGlobal Functions # defineGlobal # \u25b8 defineGlobal ( propName : string, descriptor : PropertyDescriptor): void Defined in src/common/utils/defineGlobal.ts:5 Parameters: Name Type propName string descriptor PropertyDescriptor Returns: void","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_defineglobal_/#module-srccommonutilsdefineglobal","text":"","title":"Module: \"src/common/utils/defineGlobal\""},{"location":"extensions/api/modules/_src_common_utils_defineglobal_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_defineglobal_/#functions","text":"defineGlobal","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_defineglobal_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_defineglobal_/#defineglobal","text":"\u25b8 defineGlobal ( propName : string, descriptor : PropertyDescriptor): void Defined in src/common/utils/defineGlobal.ts:5","title":"defineGlobal"},{"location":"extensions/api/modules/_src_common_utils_getrandid_/","text":"@k8slens/extensions Globals / \"src/common/utils/getRandId\" Module: \"src/common/utils/getRandId\" # Index # Functions # getRandId Functions # getRandId # \u25b8 getRandId ( __namedParameters? : { prefix: string = \"\"; sep: string = \"_\"; suffix: string = \"\" }): string Defined in src/common/utils/getRandId.ts:3 Parameters: Name Type Default value __namedParameters { prefix: string = \"\"; sep: string = \"_\"; suffix: string = \"\" } {} Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_getrandid_/#module-srccommonutilsgetrandid","text":"","title":"Module: \"src/common/utils/getRandId\""},{"location":"extensions/api/modules/_src_common_utils_getrandid_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_getrandid_/#functions","text":"getRandId","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_getrandid_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_getrandid_/#getrandid","text":"\u25b8 getRandId ( __namedParameters? : { prefix: string = \"\"; sep: string = \"_\"; suffix: string = \"\" }): string Defined in src/common/utils/getRandId.ts:3","title":"getRandId"},{"location":"extensions/api/modules/_src_common_utils_index_/","text":"@k8slens/extensions Globals / \"src/common/utils/index\" Module: \"src/common/utils/index\" # Index # References # Singleton autobind base64 cloneJsonObject debouncePromise defineGlobal getAppVersion getBundledExtensions getBundledKubectlVersion getRandId openExternal saveToAppFiles splitArray toCamelCase References # Singleton # Re-exports: Singleton autobind # Re-exports: autobind base64 # Re-exports: base64 cloneJsonObject # Re-exports: cloneJsonObject debouncePromise # Re-exports: debouncePromise defineGlobal # Re-exports: defineGlobal getAppVersion # Re-exports: getAppVersion getBundledExtensions # Re-exports: getBundledExtensions getBundledKubectlVersion # Re-exports: getBundledKubectlVersion getRandId # Re-exports: getRandId openExternal # Re-exports: openExternal saveToAppFiles # Re-exports: saveToAppFiles splitArray # Re-exports: splitArray toCamelCase # Re-exports: toCamelCase","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_index_/#module-srccommonutilsindex","text":"","title":"Module: \"src/common/utils/index\""},{"location":"extensions/api/modules/_src_common_utils_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_index_/#references","text":"Singleton autobind base64 cloneJsonObject debouncePromise defineGlobal getAppVersion getBundledExtensions getBundledKubectlVersion getRandId openExternal saveToAppFiles splitArray toCamelCase","title":"References"},{"location":"extensions/api/modules/_src_common_utils_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_common_utils_index_/#singleton","text":"Re-exports: Singleton","title":"Singleton"},{"location":"extensions/api/modules/_src_common_utils_index_/#autobind","text":"Re-exports: autobind","title":"autobind"},{"location":"extensions/api/modules/_src_common_utils_index_/#base64","text":"Re-exports: base64","title":"base64"},{"location":"extensions/api/modules/_src_common_utils_index_/#clonejsonobject","text":"Re-exports: cloneJsonObject","title":"cloneJsonObject"},{"location":"extensions/api/modules/_src_common_utils_index_/#debouncepromise","text":"Re-exports: debouncePromise","title":"debouncePromise"},{"location":"extensions/api/modules/_src_common_utils_index_/#defineglobal","text":"Re-exports: defineGlobal","title":"defineGlobal"},{"location":"extensions/api/modules/_src_common_utils_index_/#getappversion","text":"Re-exports: getAppVersion","title":"getAppVersion"},{"location":"extensions/api/modules/_src_common_utils_index_/#getbundledextensions","text":"Re-exports: getBundledExtensions","title":"getBundledExtensions"},{"location":"extensions/api/modules/_src_common_utils_index_/#getbundledkubectlversion","text":"Re-exports: getBundledKubectlVersion","title":"getBundledKubectlVersion"},{"location":"extensions/api/modules/_src_common_utils_index_/#getrandid","text":"Re-exports: getRandId","title":"getRandId"},{"location":"extensions/api/modules/_src_common_utils_index_/#openexternal","text":"Re-exports: openExternal","title":"openExternal"},{"location":"extensions/api/modules/_src_common_utils_index_/#savetoappfiles","text":"Re-exports: saveToAppFiles","title":"saveToAppFiles"},{"location":"extensions/api/modules/_src_common_utils_index_/#splitarray","text":"Re-exports: splitArray","title":"splitArray"},{"location":"extensions/api/modules/_src_common_utils_index_/#tocamelcase","text":"Re-exports: toCamelCase","title":"toCamelCase"},{"location":"extensions/api/modules/_src_common_utils_openexternal_/","text":"@k8slens/extensions Globals / \"src/common/utils/openExternal\" Module: \"src/common/utils/openExternal\" # Index # Functions # openExternal Functions # openExternal # \u25b8 openExternal ( url : string): Promise \\ Defined in src/common/utils/openExternal.ts:4 Parameters: Name Type url string Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_openexternal_/#module-srccommonutilsopenexternal","text":"","title":"Module: \"src/common/utils/openExternal\""},{"location":"extensions/api/modules/_src_common_utils_openexternal_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_openexternal_/#functions","text":"openExternal","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_openexternal_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_openexternal_/#openexternal","text":"\u25b8 openExternal ( url : string): Promise \\ Defined in src/common/utils/openExternal.ts:4","title":"openExternal"},{"location":"extensions/api/modules/_src_common_utils_savetoappfiles_/","text":"@k8slens/extensions Globals / \"src/common/utils/saveToAppFiles\" Module: \"src/common/utils/saveToAppFiles\" # Index # Functions # saveToAppFiles Functions # saveToAppFiles # \u25b8 saveToAppFiles ( filePath : string, contents : any, options? : WriteFileOptions): string Defined in src/common/utils/saveToAppFiles.ts:6 Parameters: Name Type filePath string contents any options? WriteFileOptions Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_savetoappfiles_/#module-srccommonutilssavetoappfiles","text":"","title":"Module: \"src/common/utils/saveToAppFiles\""},{"location":"extensions/api/modules/_src_common_utils_savetoappfiles_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_savetoappfiles_/#functions","text":"saveToAppFiles","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_savetoappfiles_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_savetoappfiles_/#savetoappfiles","text":"\u25b8 saveToAppFiles ( filePath : string, contents : any, options? : WriteFileOptions): string Defined in src/common/utils/saveToAppFiles.ts:6","title":"saveToAppFiles"},{"location":"extensions/api/modules/_src_common_utils_singleton_/","text":"@k8slens/extensions Globals / \"src/common/utils/singleton\" Module: \"src/common/utils/singleton\" # Index # Classes # Singleton Type aliases # Constructor Type aliases # Constructor # \u01ac Constructor \\ : {} Defined in src/common/utils/singleton.ts:9 Narrowing class instances to the one. Use \"private\" or \"protected\" modifier for constructor (when overriding) to disallow \"new\" usage. example const usersStore: UsersStore = UsersStore.getInstance(); Type parameters: Name Default T {}","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_singleton_/#module-srccommonutilssingleton","text":"","title":"Module: \"src/common/utils/singleton\""},{"location":"extensions/api/modules/_src_common_utils_singleton_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_singleton_/#classes","text":"Singleton","title":"Classes"},{"location":"extensions/api/modules/_src_common_utils_singleton_/#type-aliases","text":"Constructor","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_utils_singleton_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_utils_singleton_/#constructor","text":"\u01ac Constructor \\ : {} Defined in src/common/utils/singleton.ts:9 Narrowing class instances to the one. Use \"private\" or \"protected\" modifier for constructor (when overriding) to disallow \"new\" usage. example const usersStore: UsersStore = UsersStore.getInstance();","title":"Constructor"},{"location":"extensions/api/modules/_src_common_utils_splitarray_/","text":"@k8slens/extensions Globals / \"src/common/utils/splitArray\" Module: \"src/common/utils/splitArray\" # Index # Functions # splitArray Functions # splitArray # \u25b8 splitArray \\ ( array : T[], element : T): [T[], T[], boolean] Defined in src/common/utils/splitArray.ts:13 This function splits an array into two sub arrays on the first instance of element (from the left). If the array does not contain the element. The return value is defined to be [array, [], false] . If the element is in the array then the return value is [left, right, true] where left is the elements of array from [0, index) and right is (index, length) Type parameters: Name T Parameters: Name Type Description array T[] the full array to split into two sub-arrays element T the element in the middle of the array Returns: [T[], T[], boolean] the left and right sub-arrays which when conjoined with element is the same as array , and true","title":"API Reference"},{"location":"extensions/api/modules/_src_common_utils_splitarray_/#module-srccommonutilssplitarray","text":"","title":"Module: \"src/common/utils/splitArray\""},{"location":"extensions/api/modules/_src_common_utils_splitarray_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_utils_splitarray_/#functions","text":"splitArray","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_splitarray_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_common_utils_splitarray_/#splitarray","text":"\u25b8 splitArray \\ ( array : T[], element : T): [T[], T[], boolean] Defined in src/common/utils/splitArray.ts:13 This function splits an array into two sub arrays on the first instance of element (from the left). If the array does not contain the element. The return value is defined to be [array, [], false] . If the element is in the array then the return value is [left, right, true] where left is the elements of array from [0, index) and right is (index, length)","title":"splitArray"},{"location":"extensions/api/modules/_src_common_vars_/","text":"@k8slens/extensions Globals / \"src/common/vars\" Module: \"src/common/vars\" # Index # Variables # apiKubePrefix apiPrefix appName buildDir contextDir htmlTemplate isDebugging isDevelopment isLinux isMac isProduction isSnap isTestEnv isWindows issuesTrackerUrl mainDir publicPath rendererDir sassCommonVars slackUrl webpackDevServerPort Variables # apiKubePrefix # \u2022 Const apiKubePrefix : \\\"/api-kube\\\" = \"/api-kube\" Defined in src/common/vars.ts:39 apiPrefix # \u2022 Const apiPrefix : \\\"/api\\\" = \"/api\" Defined in src/common/vars.ts:38 appName # \u2022 Const appName : string = `${packageInfo.productName}${isDevelopment ? \"Dev\" : \"\"}` Defined in src/common/vars.ts:15 buildDir # \u2022 Const buildDir : string = path.join(contextDir, \"static\", publicPath) Defined in src/common/vars.ts:20 contextDir # \u2022 Const contextDir : string = process.cwd() Defined in src/common/vars.ts:19 htmlTemplate # \u2022 Const htmlTemplate : string = path.resolve(rendererDir, \"template.html\") Defined in src/common/vars.ts:23 isDebugging # \u2022 Const isDebugging : boolean = process.env.DEBUG === \"true\" Defined in src/common/vars.ts:9 isDevelopment # \u2022 Const isDevelopment : boolean = !isTestEnv && !isProduction Defined in src/common/vars.ts:13 isLinux # \u2022 Const isLinux : boolean = process.platform === \"linux\" Defined in src/common/vars.ts:8 isMac # \u2022 Const isMac : boolean = process.platform === \"darwin\" Defined in src/common/vars.ts:6 isProduction # \u2022 Const isProduction : boolean = process.env.NODE_ENV === \"production\" Defined in src/common/vars.ts:11 isSnap # \u2022 Const isSnap : boolean = !!process.env[\"SNAP\"] Defined in src/common/vars.ts:10 isTestEnv # \u2022 Const isTestEnv : boolean = !!process.env.JEST_WORKER_ID Defined in src/common/vars.ts:12 isWindows # \u2022 Const isWindows : boolean = process.platform === \"win32\" Defined in src/common/vars.ts:7 issuesTrackerUrl # \u2022 Const issuesTrackerUrl : \\\"https://github.com/lensapp/lens/issues\\\" = \"https://github.com/lensapp/lens/issues\" Defined in src/common/vars.ts:42 mainDir # \u2022 Const mainDir : string = path.join(contextDir, \"src/main\") Defined in src/common/vars.ts:21 publicPath # \u2022 Const publicPath : \\\"/build/\\\" = \"/build/\" Defined in src/common/vars.ts:16 rendererDir # \u2022 Const rendererDir : string = path.join(contextDir, \"src/renderer\") Defined in src/common/vars.ts:22 sassCommonVars # \u2022 Const sassCommonVars : string = path.resolve(rendererDir, \"components/vars.scss\") Defined in src/common/vars.ts:24 slackUrl # \u2022 Const 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 webpackDevServerPort # \u2022 Const webpackDevServerPort : 9009 = 9009 Defined in src/common/vars.ts:25","title":"API Reference"},{"location":"extensions/api/modules/_src_common_vars_/#module-srccommonvars","text":"","title":"Module: \"src/common/vars\""},{"location":"extensions/api/modules/_src_common_vars_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_vars_/#variables","text":"apiKubePrefix apiPrefix appName buildDir contextDir htmlTemplate isDebugging isDevelopment isLinux isMac isProduction isSnap isTestEnv isWindows issuesTrackerUrl mainDir publicPath rendererDir sassCommonVars slackUrl webpackDevServerPort","title":"Variables"},{"location":"extensions/api/modules/_src_common_vars_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_vars_/#apikubeprefix","text":"\u2022 Const apiKubePrefix : \\\"/api-kube\\\" = \"/api-kube\" Defined in src/common/vars.ts:39","title":"apiKubePrefix"},{"location":"extensions/api/modules/_src_common_vars_/#apiprefix","text":"\u2022 Const apiPrefix : \\\"/api\\\" = \"/api\" Defined in src/common/vars.ts:38","title":"apiPrefix"},{"location":"extensions/api/modules/_src_common_vars_/#appname","text":"\u2022 Const appName : string = `${packageInfo.productName}${isDevelopment ? \"Dev\" : \"\"}` Defined in src/common/vars.ts:15","title":"appName"},{"location":"extensions/api/modules/_src_common_vars_/#builddir","text":"\u2022 Const buildDir : string = path.join(contextDir, \"static\", publicPath) Defined in src/common/vars.ts:20","title":"buildDir"},{"location":"extensions/api/modules/_src_common_vars_/#contextdir","text":"\u2022 Const contextDir : string = process.cwd() Defined in src/common/vars.ts:19","title":"contextDir"},{"location":"extensions/api/modules/_src_common_vars_/#htmltemplate","text":"\u2022 Const htmlTemplate : string = path.resolve(rendererDir, \"template.html\") Defined in src/common/vars.ts:23","title":"htmlTemplate"},{"location":"extensions/api/modules/_src_common_vars_/#isdebugging","text":"\u2022 Const isDebugging : boolean = process.env.DEBUG === \"true\" Defined in src/common/vars.ts:9","title":"isDebugging"},{"location":"extensions/api/modules/_src_common_vars_/#isdevelopment","text":"\u2022 Const isDevelopment : boolean = !isTestEnv && !isProduction Defined in src/common/vars.ts:13","title":"isDevelopment"},{"location":"extensions/api/modules/_src_common_vars_/#islinux","text":"\u2022 Const isLinux : boolean = process.platform === \"linux\" Defined in src/common/vars.ts:8","title":"isLinux"},{"location":"extensions/api/modules/_src_common_vars_/#ismac","text":"\u2022 Const isMac : boolean = process.platform === \"darwin\" Defined in src/common/vars.ts:6","title":"isMac"},{"location":"extensions/api/modules/_src_common_vars_/#isproduction","text":"\u2022 Const isProduction : boolean = process.env.NODE_ENV === \"production\" Defined in src/common/vars.ts:11","title":"isProduction"},{"location":"extensions/api/modules/_src_common_vars_/#issnap","text":"\u2022 Const isSnap : boolean = !!process.env[\"SNAP\"] Defined in src/common/vars.ts:10","title":"isSnap"},{"location":"extensions/api/modules/_src_common_vars_/#istestenv","text":"\u2022 Const isTestEnv : boolean = !!process.env.JEST_WORKER_ID Defined in src/common/vars.ts:12","title":"isTestEnv"},{"location":"extensions/api/modules/_src_common_vars_/#iswindows","text":"\u2022 Const isWindows : boolean = process.platform === \"win32\" Defined in src/common/vars.ts:7","title":"isWindows"},{"location":"extensions/api/modules/_src_common_vars_/#issuestrackerurl","text":"\u2022 Const issuesTrackerUrl : \\\"https://github.com/lensapp/lens/issues\\\" = \"https://github.com/lensapp/lens/issues\" Defined in src/common/vars.ts:42","title":"issuesTrackerUrl"},{"location":"extensions/api/modules/_src_common_vars_/#maindir","text":"\u2022 Const mainDir : string = path.join(contextDir, \"src/main\") Defined in src/common/vars.ts:21","title":"mainDir"},{"location":"extensions/api/modules/_src_common_vars_/#publicpath","text":"\u2022 Const publicPath : \\\"/build/\\\" = \"/build/\" Defined in src/common/vars.ts:16","title":"publicPath"},{"location":"extensions/api/modules/_src_common_vars_/#rendererdir","text":"\u2022 Const rendererDir : string = path.join(contextDir, \"src/renderer\") Defined in src/common/vars.ts:22","title":"rendererDir"},{"location":"extensions/api/modules/_src_common_vars_/#sasscommonvars","text":"\u2022 Const sassCommonVars : string = path.resolve(rendererDir, \"components/vars.scss\") Defined in src/common/vars.ts:24","title":"sassCommonVars"},{"location":"extensions/api/modules/_src_common_vars_/#slackurl","text":"\u2022 Const 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":"slackUrl"},{"location":"extensions/api/modules/_src_common_vars_/#webpackdevserverport","text":"\u2022 Const webpackDevServerPort : 9009 = 9009 Defined in src/common/vars.ts:25","title":"webpackDevServerPort"},{"location":"extensions/api/modules/_src_common_workspace_store_/","text":"@k8slens/extensions Globals / \"src/common/workspace-store\" Module: \"src/common/workspace-store\" # Index # Classes # Workspace WorkspaceStore Interfaces # WorkspaceModel WorkspaceState WorkspaceStoreModel Type aliases # WorkspaceId Variables # workspaceStore Type aliases # WorkspaceId # \u01ac WorkspaceId : string Defined in src/common/workspace-store.ts:9 Variables # workspaceStore # \u2022 Const workspaceStore : WorkspaceStore = WorkspaceStore.getInstance\\ () Defined in src/common/workspace-store.ts:217","title":"API Reference"},{"location":"extensions/api/modules/_src_common_workspace_store_/#module-srccommonworkspace-store","text":"","title":"Module: \"src/common/workspace-store\""},{"location":"extensions/api/modules/_src_common_workspace_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_common_workspace_store_/#classes","text":"Workspace WorkspaceStore","title":"Classes"},{"location":"extensions/api/modules/_src_common_workspace_store_/#interfaces","text":"WorkspaceModel WorkspaceState WorkspaceStoreModel","title":"Interfaces"},{"location":"extensions/api/modules/_src_common_workspace_store_/#type-aliases","text":"WorkspaceId","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_workspace_store_/#variables","text":"workspaceStore","title":"Variables"},{"location":"extensions/api/modules/_src_common_workspace_store_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_common_workspace_store_/#workspaceid","text":"\u01ac WorkspaceId : string Defined in src/common/workspace-store.ts:9","title":"WorkspaceId"},{"location":"extensions/api/modules/_src_common_workspace_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_common_workspace_store_/#workspacestore","text":"\u2022 Const workspaceStore : WorkspaceStore = WorkspaceStore.getInstance\\ () Defined in src/common/workspace-store.ts:217","title":"workspaceStore"},{"location":"extensions/api/modules/_src_extensions_cluster_feature_/","text":"@k8slens/extensions Globals / \"src/extensions/cluster-feature\" Module: \"src/extensions/cluster-feature\" # Index # Classes # ClusterFeature Interfaces # ClusterFeatureStatus","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_cluster_feature_/#module-srcextensionscluster-feature","text":"","title":"Module: \"src/extensions/cluster-feature\""},{"location":"extensions/api/modules/_src_extensions_cluster_feature_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_cluster_feature_/#classes","text":"ClusterFeature","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_cluster_feature_/#interfaces","text":"ClusterFeatureStatus","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/","text":"@k8slens/extensions Globals / \"src/extensions/core-api/app\" Module: \"src/extensions/core-api/app\" # Index # References # appName isLinux isMac isSnap isWindows issuesTrackerUrl slackUrl Variables # version References # appName # Re-exports: appName isLinux # Re-exports: isLinux isMac # Re-exports: isMac isSnap # Re-exports: isSnap isWindows # Re-exports: isWindows issuesTrackerUrl # Re-exports: issuesTrackerUrl slackUrl # Re-exports: slackUrl Variables # version # \u2022 Const version : string = getAppVersion() Defined in src/extensions/core-api/app.ts:3","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#module-srcextensionscore-apiapp","text":"","title":"Module: \"src/extensions/core-api/app\""},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#references","text":"appName isLinux isMac isSnap isWindows issuesTrackerUrl slackUrl","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#variables","text":"version","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#appname","text":"Re-exports: appName","title":"appName"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#islinux","text":"Re-exports: isLinux","title":"isLinux"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#ismac","text":"Re-exports: isMac","title":"isMac"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#issnap","text":"Re-exports: isSnap","title":"isSnap"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#iswindows","text":"Re-exports: isWindows","title":"isWindows"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#issuestrackerurl","text":"Re-exports: issuesTrackerUrl","title":"issuesTrackerUrl"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#slackurl","text":"Re-exports: slackUrl","title":"slackUrl"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_core_api_app_/#version","text":"\u2022 Const version : string = getAppVersion() Defined in src/extensions/core-api/app.ts:3","title":"version"},{"location":"extensions/api/modules/_src_extensions_core_api_cluster_feature_/","text":"@k8slens/extensions Globals / \"src/extensions/core-api/cluster-feature\" Module: \"src/extensions/core-api/cluster-feature\" # Index # References # Feature FeatureStatus References # Feature # Renames and re-exports: ClusterFeature FeatureStatus # Renames and re-exports: ClusterFeatureStatus","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_core_api_cluster_feature_/#module-srcextensionscore-apicluster-feature","text":"","title":"Module: \"src/extensions/core-api/cluster-feature\""},{"location":"extensions/api/modules/_src_extensions_core_api_cluster_feature_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_core_api_cluster_feature_/#references","text":"Feature FeatureStatus","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_cluster_feature_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_cluster_feature_/#feature","text":"Renames and re-exports: ClusterFeature","title":"Feature"},{"location":"extensions/api/modules/_src_extensions_core_api_cluster_feature_/#featurestatus","text":"Renames and re-exports: ClusterFeatureStatus","title":"FeatureStatus"},{"location":"extensions/api/modules/_src_extensions_core_api_event_bus_/","text":"@k8slens/extensions Globals / \"src/extensions/core-api/event-bus\" Module: \"src/extensions/core-api/event-bus\" # Index # References # AppEvent appEventBus References # AppEvent # Re-exports: AppEvent appEventBus # Re-exports: appEventBus","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_core_api_event_bus_/#module-srcextensionscore-apievent-bus","text":"","title":"Module: \"src/extensions/core-api/event-bus\""},{"location":"extensions/api/modules/_src_extensions_core_api_event_bus_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_core_api_event_bus_/#references","text":"AppEvent appEventBus","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_event_bus_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_event_bus_/#appevent","text":"Re-exports: AppEvent","title":"AppEvent"},{"location":"extensions/api/modules/_src_extensions_core_api_event_bus_/#appeventbus","text":"Re-exports: appEventBus","title":"appEventBus"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/","text":"@k8slens/extensions Globals / \"src/extensions/core-api/index\" Module: \"src/extensions/core-api/index\" # Index # References # LensMainExtension LensRendererExtension Variables # windowManager References # LensMainExtension # Re-exports: LensMainExtension LensRendererExtension # Re-exports: LensRendererExtension Variables # windowManager # \u2022 Let windowManager : WindowManager Defined in src/extensions/core-api/index.ts:15","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#module-srcextensionscore-apiindex","text":"","title":"Module: \"src/extensions/core-api/index\""},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#references","text":"LensMainExtension LensRendererExtension","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#variables","text":"windowManager","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#lensmainextension","text":"Re-exports: LensMainExtension","title":"LensMainExtension"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#lensrendererextension","text":"Re-exports: LensRendererExtension","title":"LensRendererExtension"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_core_api_index_/#windowmanager","text":"\u2022 Let windowManager : WindowManager Defined in src/extensions/core-api/index.ts:15","title":"windowManager"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/","text":"@k8slens/extensions Globals / \"src/extensions/core-api/stores\" Module: \"src/extensions/core-api/stores\" # Index # References # Cluster ClusterModel ExtensionStore Workspace WorkspaceModel clusterStore workspaceStore References # Cluster # Re-exports: Cluster ClusterModel # Re-exports: ClusterModel ExtensionStore # Re-exports: ExtensionStore Workspace # Re-exports: Workspace WorkspaceModel # Re-exports: WorkspaceModel clusterStore # Re-exports: clusterStore workspaceStore # Re-exports: workspaceStore","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#module-srcextensionscore-apistores","text":"","title":"Module: \"src/extensions/core-api/stores\""},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#references","text":"Cluster ClusterModel ExtensionStore Workspace WorkspaceModel clusterStore workspaceStore","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#cluster","text":"Re-exports: Cluster","title":"Cluster"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#clustermodel","text":"Re-exports: ClusterModel","title":"ClusterModel"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#extensionstore","text":"Re-exports: ExtensionStore","title":"ExtensionStore"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#workspace","text":"Re-exports: Workspace","title":"Workspace"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#workspacemodel","text":"Re-exports: WorkspaceModel","title":"WorkspaceModel"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#clusterstore","text":"Re-exports: clusterStore","title":"clusterStore"},{"location":"extensions/api/modules/_src_extensions_core_api_stores_/#workspacestore","text":"Re-exports: workspaceStore","title":"workspaceStore"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/","text":"@k8slens/extensions Globals / \"src/extensions/core-api/utils\" Module: \"src/extensions/core-api/utils\" # Index # References # Singleton cssNames openExternal prevDefault stopPropagation References # Singleton # Re-exports: Singleton cssNames # Re-exports: cssNames openExternal # Re-exports: openExternal prevDefault # Re-exports: prevDefault stopPropagation # Re-exports: stopPropagation","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#module-srcextensionscore-apiutils","text":"","title":"Module: \"src/extensions/core-api/utils\""},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#references","text":"Singleton cssNames openExternal prevDefault stopPropagation","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#singleton","text":"Re-exports: Singleton","title":"Singleton"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#cssnames","text":"Re-exports: cssNames","title":"cssNames"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#openexternal","text":"Re-exports: openExternal","title":"openExternal"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#prevdefault","text":"Re-exports: prevDefault","title":"prevDefault"},{"location":"extensions/api/modules/_src_extensions_core_api_utils_/#stoppropagation","text":"Re-exports: stopPropagation","title":"stopPropagation"},{"location":"extensions/api/modules/_src_extensions_extension_api_/","text":"@k8slens/extensions Globals / \"src/extensions/extension-api\" Module: \"src/extensions/extension-api\" # Index # References # App ClusterFeature Component EventBus K8sApi LensMainExtension LensRendererExtension Navigation Store Util windowManager References # App # Renames and re-exports: \"src/extensions/core-api/app\" ClusterFeature # Renames and re-exports: \"src/extensions/core-api/cluster-feature\" Component # Renames and re-exports: \"src/extensions/renderer-api/components\" EventBus # Renames and re-exports: \"src/extensions/core-api/event-bus\" K8sApi # Renames and re-exports: \"src/extensions/renderer-api/k8s-api\" LensMainExtension # Re-exports: LensMainExtension LensRendererExtension # Re-exports: LensRendererExtension Navigation # Renames and re-exports: \"src/extensions/renderer-api/navigation\" Store # Renames and re-exports: \"src/extensions/core-api/stores\" Util # Renames and re-exports: \"src/extensions/core-api/utils\" windowManager # Re-exports: windowManager","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#module-srcextensionsextension-api","text":"","title":"Module: \"src/extensions/extension-api\""},{"location":"extensions/api/modules/_src_extensions_extension_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#references","text":"App ClusterFeature Component EventBus K8sApi LensMainExtension LensRendererExtension Navigation Store Util windowManager","title":"References"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#app","text":"Renames and re-exports: \"src/extensions/core-api/app\"","title":"App"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#clusterfeature","text":"Renames and re-exports: \"src/extensions/core-api/cluster-feature\"","title":"ClusterFeature"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#component","text":"Renames and re-exports: \"src/extensions/renderer-api/components\"","title":"Component"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#eventbus","text":"Renames and re-exports: \"src/extensions/core-api/event-bus\"","title":"EventBus"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#k8sapi","text":"Renames and re-exports: \"src/extensions/renderer-api/k8s-api\"","title":"K8sApi"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#lensmainextension","text":"Re-exports: LensMainExtension","title":"LensMainExtension"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#lensrendererextension","text":"Re-exports: LensRendererExtension","title":"LensRendererExtension"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#navigation","text":"Renames and re-exports: \"src/extensions/renderer-api/navigation\"","title":"Navigation"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#store","text":"Renames and re-exports: \"src/extensions/core-api/stores\"","title":"Store"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#util","text":"Renames and re-exports: \"src/extensions/core-api/utils\"","title":"Util"},{"location":"extensions/api/modules/_src_extensions_extension_api_/#windowmanager","text":"Re-exports: windowManager","title":"windowManager"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/","text":"@k8slens/extensions Globals / \"src/extensions/extension-loader\" Module: \"src/extensions/extension-loader\" # Index # Classes # ExtensionLoader Variables # extensionLoader Functions # extensionPackagesRoot Variables # extensionLoader # \u2022 Const extensionLoader : ExtensionLoader = new ExtensionLoader() Defined in src/extensions/extension-loader.ts:153 Functions # extensionPackagesRoot # \u25b8 extensionPackagesRoot (): string Defined in src/extensions/extension-loader.ts:14 Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#module-srcextensionsextension-loader","text":"","title":"Module: \"src/extensions/extension-loader\""},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#classes","text":"ExtensionLoader","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#variables","text":"extensionLoader","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#functions","text":"extensionPackagesRoot","title":"Functions"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#extensionloader","text":"\u2022 Const extensionLoader : ExtensionLoader = new ExtensionLoader() Defined in src/extensions/extension-loader.ts:153","title":"extensionLoader"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_extensions_extension_loader_/#extensionpackagesroot","text":"\u25b8 extensionPackagesRoot (): string Defined in src/extensions/extension-loader.ts:14 Returns: string","title":"extensionPackagesRoot"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/","text":"@k8slens/extensions Globals / \"src/extensions/extension-manager\" Module: \"src/extensions/extension-manager\" # Index # Classes # ExtensionManager Interfaces # InstalledExtension Type aliases # Dependencies PackageJson Variables # extensionManager Type aliases # Dependencies # \u01ac Dependencies : { [name:string]: string; } Defined in src/extensions/extension-manager.ts:17 PackageJson # \u01ac PackageJson : { dependencies: Dependencies } Defined in src/extensions/extension-manager.ts:21 Type declaration: Name Type dependencies Dependencies Variables # extensionManager # \u2022 Const extensionManager : ExtensionManager = new ExtensionManager() Defined in src/extensions/extension-manager.ts:172","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#module-srcextensionsextension-manager","text":"","title":"Module: \"src/extensions/extension-manager\""},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#classes","text":"ExtensionManager","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#interfaces","text":"InstalledExtension","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#type-aliases","text":"Dependencies PackageJson","title":"Type aliases"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#variables","text":"extensionManager","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#dependencies","text":"\u01ac Dependencies : { [name:string]: string; } Defined in src/extensions/extension-manager.ts:17","title":"Dependencies"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#packagejson","text":"\u01ac PackageJson : { dependencies: Dependencies } Defined in src/extensions/extension-manager.ts:21","title":"PackageJson"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_extension_manager_/#extensionmanager","text":"\u2022 Const extensionManager : ExtensionManager = new ExtensionManager() Defined in src/extensions/extension-manager.ts:172","title":"extensionManager"},{"location":"extensions/api/modules/_src_extensions_extension_store_/","text":"@k8slens/extensions Globals / \"src/extensions/extension-store\" Module: \"src/extensions/extension-store\" # Index # Classes # ExtensionStore","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_extension_store_/#module-srcextensionsextension-store","text":"","title":"Module: \"src/extensions/extension-store\""},{"location":"extensions/api/modules/_src_extensions_extension_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_extension_store_/#classes","text":"ExtensionStore","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_extensions_store_/","text":"@k8slens/extensions Globals / \"src/extensions/extensions-store\" Module: \"src/extensions/extensions-store\" # Index # Classes # ExtensionsStore Interfaces # LensExtensionState LensExtensionsStoreModel Variables # extensionsStore Variables # extensionsStore # \u2022 Const extensionsStore : ExtensionsStore = new ExtensionsStore() Defined in src/extensions/extensions-store.ts:77","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_extensions_store_/#module-srcextensionsextensions-store","text":"","title":"Module: \"src/extensions/extensions-store\""},{"location":"extensions/api/modules/_src_extensions_extensions_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_extensions_store_/#classes","text":"ExtensionsStore","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_extensions_store_/#interfaces","text":"LensExtensionState LensExtensionsStoreModel","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_extensions_store_/#variables","text":"extensionsStore","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_extensions_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_extensions_store_/#extensionsstore","text":"\u2022 Const extensionsStore : ExtensionsStore = new ExtensionsStore() Defined in src/extensions/extensions-store.ts:77","title":"extensionsStore"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/","text":"@k8slens/extensions Globals / \"src/extensions/lens-extension\" Module: \"src/extensions/lens-extension\" # Index # Classes # LensExtension Interfaces # LensExtensionManifest Type aliases # LensExtensionConstructor LensExtensionId Type aliases # LensExtensionConstructor # \u01ac LensExtensionConstructor : {} Defined in src/extensions/lens-extension.ts:6 LensExtensionId # \u01ac LensExtensionId : string Defined in src/extensions/lens-extension.ts:5","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#module-srcextensionslens-extension","text":"","title":"Module: \"src/extensions/lens-extension\""},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#classes","text":"LensExtension","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#interfaces","text":"LensExtensionManifest","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#type-aliases","text":"LensExtensionConstructor LensExtensionId","title":"Type aliases"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#lensextensionconstructor","text":"\u01ac LensExtensionConstructor : {} Defined in src/extensions/lens-extension.ts:6","title":"LensExtensionConstructor"},{"location":"extensions/api/modules/_src_extensions_lens_extension_/#lensextensionid","text":"\u01ac LensExtensionId : string Defined in src/extensions/lens-extension.ts:5","title":"LensExtensionId"},{"location":"extensions/api/modules/_src_extensions_lens_main_extension_/","text":"@k8slens/extensions Globals / \"src/extensions/lens-main-extension\" Module: \"src/extensions/lens-main-extension\" # Index # Classes # LensMainExtension","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_lens_main_extension_/#module-srcextensionslens-main-extension","text":"","title":"Module: \"src/extensions/lens-main-extension\""},{"location":"extensions/api/modules/_src_extensions_lens_main_extension_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_lens_main_extension_/#classes","text":"LensMainExtension","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_lens_renderer_extension_/","text":"@k8slens/extensions Globals / \"src/extensions/lens-renderer-extension\" Module: \"src/extensions/lens-renderer-extension\" # Index # Classes # LensRendererExtension","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_lens_renderer_extension_/#module-srcextensionslens-renderer-extension","text":"","title":"Module: \"src/extensions/lens-renderer-extension\""},{"location":"extensions/api/modules/_src_extensions_lens_renderer_extension_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_lens_renderer_extension_/#classes","text":"LensRendererExtension","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/app-preference-registry\" Module: \"src/extensions/registries/app-preference-registry\" # Index # Classes # AppPreferenceRegistry Interfaces # AppPreferenceComponents AppPreferenceRegistration Variables # appPreferenceRegistry Variables # appPreferenceRegistry # \u2022 Const appPreferenceRegistry : AppPreferenceRegistry = new AppPreferenceRegistry() Defined in src/extensions/registries/app-preference-registry.ts:17","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/#module-srcextensionsregistriesapp-preference-registry","text":"","title":"Module: \"src/extensions/registries/app-preference-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/#classes","text":"AppPreferenceRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/#interfaces","text":"AppPreferenceComponents AppPreferenceRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/#variables","text":"appPreferenceRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_app_preference_registry_/#apppreferenceregistry","text":"\u2022 Const appPreferenceRegistry : AppPreferenceRegistry = new AppPreferenceRegistry() Defined in src/extensions/registries/app-preference-registry.ts:17","title":"appPreferenceRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_base_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/base-registry\" Module: \"src/extensions/registries/base-registry\" # Index # Classes # BaseRegistry","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_base_registry_/#module-srcextensionsregistriesbase-registry","text":"","title":"Module: \"src/extensions/registries/base-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_base_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_base_registry_/#classes","text":"BaseRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/cluster-feature-registry\" Module: \"src/extensions/registries/cluster-feature-registry\" # Index # Classes # ClusterFeatureRegistry Interfaces # ClusterFeatureComponents ClusterFeatureRegistration Variables # clusterFeatureRegistry Variables # clusterFeatureRegistry # \u2022 Const clusterFeatureRegistry : ClusterFeatureRegistry = new ClusterFeatureRegistry() Defined in src/extensions/registries/cluster-feature-registry.ts:16","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/#module-srcextensionsregistriescluster-feature-registry","text":"","title":"Module: \"src/extensions/registries/cluster-feature-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/#classes","text":"ClusterFeatureRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/#interfaces","text":"ClusterFeatureComponents ClusterFeatureRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/#variables","text":"clusterFeatureRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_cluster_feature_registry_/#clusterfeatureregistry","text":"\u2022 Const clusterFeatureRegistry : ClusterFeatureRegistry = new ClusterFeatureRegistry() Defined in src/extensions/registries/cluster-feature-registry.ts:16","title":"clusterFeatureRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/index\" Module: \"src/extensions/registries/index\" # Index # References # AppPreferenceComponents AppPreferenceRegistration AppPreferenceRegistry ClusterFeatureComponents ClusterFeatureRegistration ClusterFeatureRegistry ClusterPageRegistry GlobalPageRegistry KubeObjectDetailComponents KubeObjectDetailRegistration KubeObjectDetailRegistry KubeObjectMenuComponents KubeObjectMenuRegistration KubeObjectMenuRegistry MenuRegistration MenuRegistry PageComponents PageRegistration StatusBarRegistration StatusBarRegistry appPreferenceRegistry clusterFeatureRegistry clusterPageRegistry globalPageRegistry kubeObjectDetailRegistry kubeObjectMenuRegistry menuRegistry statusBarRegistry References # AppPreferenceComponents # Re-exports: AppPreferenceComponents AppPreferenceRegistration # Re-exports: AppPreferenceRegistration AppPreferenceRegistry # Re-exports: AppPreferenceRegistry ClusterFeatureComponents # Re-exports: ClusterFeatureComponents ClusterFeatureRegistration # Re-exports: ClusterFeatureRegistration ClusterFeatureRegistry # Re-exports: ClusterFeatureRegistry ClusterPageRegistry # Re-exports: ClusterPageRegistry GlobalPageRegistry # Re-exports: GlobalPageRegistry KubeObjectDetailComponents # Re-exports: KubeObjectDetailComponents KubeObjectDetailRegistration # Re-exports: KubeObjectDetailRegistration KubeObjectDetailRegistry # Re-exports: KubeObjectDetailRegistry KubeObjectMenuComponents # Re-exports: KubeObjectMenuComponents KubeObjectMenuRegistration # Re-exports: KubeObjectMenuRegistration KubeObjectMenuRegistry # Re-exports: KubeObjectMenuRegistry MenuRegistration # Re-exports: MenuRegistration MenuRegistry # Re-exports: MenuRegistry PageComponents # Re-exports: PageComponents PageRegistration # Re-exports: PageRegistration StatusBarRegistration # Re-exports: StatusBarRegistration StatusBarRegistry # Re-exports: StatusBarRegistry appPreferenceRegistry # Re-exports: appPreferenceRegistry clusterFeatureRegistry # Re-exports: clusterFeatureRegistry clusterPageRegistry # Re-exports: clusterPageRegistry globalPageRegistry # Re-exports: globalPageRegistry kubeObjectDetailRegistry # Re-exports: kubeObjectDetailRegistry kubeObjectMenuRegistry # Re-exports: kubeObjectMenuRegistry menuRegistry # Re-exports: menuRegistry statusBarRegistry # Re-exports: statusBarRegistry","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#module-srcextensionsregistriesindex","text":"","title":"Module: \"src/extensions/registries/index\""},{"location":"extensions/api/modules/_src_extensions_registries_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#references","text":"AppPreferenceComponents AppPreferenceRegistration AppPreferenceRegistry ClusterFeatureComponents ClusterFeatureRegistration ClusterFeatureRegistry ClusterPageRegistry GlobalPageRegistry KubeObjectDetailComponents KubeObjectDetailRegistration KubeObjectDetailRegistry KubeObjectMenuComponents KubeObjectMenuRegistration KubeObjectMenuRegistry MenuRegistration MenuRegistry PageComponents PageRegistration StatusBarRegistration StatusBarRegistry appPreferenceRegistry clusterFeatureRegistry clusterPageRegistry globalPageRegistry kubeObjectDetailRegistry kubeObjectMenuRegistry menuRegistry statusBarRegistry","title":"References"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#apppreferencecomponents","text":"Re-exports: AppPreferenceComponents","title":"AppPreferenceComponents"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#apppreferenceregistration","text":"Re-exports: AppPreferenceRegistration","title":"AppPreferenceRegistration"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#apppreferenceregistry","text":"Re-exports: AppPreferenceRegistry","title":"AppPreferenceRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#clusterfeaturecomponents","text":"Re-exports: ClusterFeatureComponents","title":"ClusterFeatureComponents"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#clusterfeatureregistration","text":"Re-exports: ClusterFeatureRegistration","title":"ClusterFeatureRegistration"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#clusterfeatureregistry","text":"Re-exports: ClusterFeatureRegistry","title":"ClusterFeatureRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#clusterpageregistry","text":"Re-exports: ClusterPageRegistry","title":"ClusterPageRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#globalpageregistry","text":"Re-exports: GlobalPageRegistry","title":"GlobalPageRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectdetailcomponents","text":"Re-exports: KubeObjectDetailComponents","title":"KubeObjectDetailComponents"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectdetailregistration","text":"Re-exports: KubeObjectDetailRegistration","title":"KubeObjectDetailRegistration"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectdetailregistry","text":"Re-exports: KubeObjectDetailRegistry","title":"KubeObjectDetailRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectmenucomponents","text":"Re-exports: KubeObjectMenuComponents","title":"KubeObjectMenuComponents"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectmenuregistration","text":"Re-exports: KubeObjectMenuRegistration","title":"KubeObjectMenuRegistration"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectmenuregistry","text":"Re-exports: KubeObjectMenuRegistry","title":"KubeObjectMenuRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#menuregistration","text":"Re-exports: MenuRegistration","title":"MenuRegistration"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#menuregistry","text":"Re-exports: MenuRegistry","title":"MenuRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#pagecomponents","text":"Re-exports: PageComponents","title":"PageComponents"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#pageregistration","text":"Re-exports: PageRegistration","title":"PageRegistration"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#statusbarregistration","text":"Re-exports: StatusBarRegistration","title":"StatusBarRegistration"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#statusbarregistry","text":"Re-exports: StatusBarRegistry","title":"StatusBarRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#apppreferenceregistry_1","text":"Re-exports: appPreferenceRegistry","title":"appPreferenceRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#clusterfeatureregistry_1","text":"Re-exports: clusterFeatureRegistry","title":"clusterFeatureRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#clusterpageregistry_1","text":"Re-exports: clusterPageRegistry","title":"clusterPageRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#globalpageregistry_1","text":"Re-exports: globalPageRegistry","title":"globalPageRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectdetailregistry_1","text":"Re-exports: kubeObjectDetailRegistry","title":"kubeObjectDetailRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#kubeobjectmenuregistry_1","text":"Re-exports: kubeObjectMenuRegistry","title":"kubeObjectMenuRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#menuregistry_1","text":"Re-exports: menuRegistry","title":"menuRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_index_/#statusbarregistry_1","text":"Re-exports: statusBarRegistry","title":"statusBarRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-detail-registry\" Module: \"src/extensions/registries/kube-object-detail-registry\" # Index # Classes # KubeObjectDetailRegistry Interfaces # KubeObjectDetailComponents KubeObjectDetailRegistration Variables # kubeObjectDetailRegistry Variables # kubeObjectDetailRegistry # \u2022 Const kubeObjectDetailRegistry : KubeObjectDetailRegistry = new KubeObjectDetailRegistry() Defined in src/extensions/registries/kube-object-detail-registry.ts:22","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/#module-srcextensionsregistrieskube-object-detail-registry","text":"","title":"Module: \"src/extensions/registries/kube-object-detail-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/#classes","text":"KubeObjectDetailRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/#interfaces","text":"KubeObjectDetailComponents KubeObjectDetailRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/#variables","text":"kubeObjectDetailRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_detail_registry_/#kubeobjectdetailregistry","text":"\u2022 Const kubeObjectDetailRegistry : KubeObjectDetailRegistry = new KubeObjectDetailRegistry() Defined in src/extensions/registries/kube-object-detail-registry.ts:22","title":"kubeObjectDetailRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/kube-object-menu-registry\" Module: \"src/extensions/registries/kube-object-menu-registry\" # Index # Classes # KubeObjectMenuRegistry Interfaces # KubeObjectMenuComponents KubeObjectMenuRegistration Variables # kubeObjectMenuRegistry Variables # kubeObjectMenuRegistry # \u2022 Const kubeObjectMenuRegistry : KubeObjectMenuRegistry = new KubeObjectMenuRegistry() Defined in src/extensions/registries/kube-object-menu-registry.ts:22","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/#module-srcextensionsregistrieskube-object-menu-registry","text":"","title":"Module: \"src/extensions/registries/kube-object-menu-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/#classes","text":"KubeObjectMenuRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/#interfaces","text":"KubeObjectMenuComponents KubeObjectMenuRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/#variables","text":"kubeObjectMenuRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_kube_object_menu_registry_/#kubeobjectmenuregistry","text":"\u2022 Const kubeObjectMenuRegistry : KubeObjectMenuRegistry = new KubeObjectMenuRegistry() Defined in src/extensions/registries/kube-object-menu-registry.ts:22","title":"kubeObjectMenuRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/menu-registry\" Module: \"src/extensions/registries/menu-registry\" # Index # Classes # MenuRegistry Interfaces # MenuRegistration Variables # menuRegistry Variables # menuRegistry # \u2022 Const menuRegistry : MenuRegistry = new MenuRegistry() Defined in src/extensions/registries/menu-registry.ts:13","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/#module-srcextensionsregistriesmenu-registry","text":"","title":"Module: \"src/extensions/registries/menu-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/#classes","text":"MenuRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/#interfaces","text":"MenuRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/#variables","text":"menuRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_menu_registry_/#menuregistry","text":"\u2022 Const menuRegistry : MenuRegistry = new MenuRegistry() Defined in src/extensions/registries/menu-registry.ts:13","title":"menuRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/page-registry\" Module: \"src/extensions/registries/page-registry\" # Index # Classes # ClusterPageRegistry GlobalPageRegistry Interfaces # PageComponents PageRegistration Variables # clusterPageRegistry globalPageRegistry Variables # clusterPageRegistry # \u2022 Const clusterPageRegistry : ClusterPageRegistry = new ClusterPageRegistry() Defined in src/extensions/registries/page-registry.ts:31 globalPageRegistry # \u2022 Const globalPageRegistry : GlobalPageRegistry = new GlobalPageRegistry() Defined in src/extensions/registries/page-registry.ts:30","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#module-srcextensionsregistriespage-registry","text":"","title":"Module: \"src/extensions/registries/page-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#classes","text":"ClusterPageRegistry GlobalPageRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#interfaces","text":"PageComponents PageRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#variables","text":"clusterPageRegistry globalPageRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#clusterpageregistry","text":"\u2022 Const clusterPageRegistry : ClusterPageRegistry = new ClusterPageRegistry() Defined in src/extensions/registries/page-registry.ts:31","title":"clusterPageRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_page_registry_/#globalpageregistry","text":"\u2022 Const globalPageRegistry : GlobalPageRegistry = new GlobalPageRegistry() Defined in src/extensions/registries/page-registry.ts:30","title":"globalPageRegistry"},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/","text":"@k8slens/extensions Globals / \"src/extensions/registries/status-bar-registry\" Module: \"src/extensions/registries/status-bar-registry\" # Index # Classes # StatusBarRegistry Interfaces # StatusBarRegistration Variables # statusBarRegistry Variables # statusBarRegistry # \u2022 Const statusBarRegistry : StatusBarRegistry = new StatusBarRegistry() Defined in src/extensions/registries/status-bar-registry.ts:13","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/#module-srcextensionsregistriesstatus-bar-registry","text":"","title":"Module: \"src/extensions/registries/status-bar-registry\""},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/#classes","text":"StatusBarRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/#interfaces","text":"StatusBarRegistration","title":"Interfaces"},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/#variables","text":"statusBarRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_extensions_registries_status_bar_registry_/#statusbarregistry","text":"\u2022 Const statusBarRegistry : StatusBarRegistry = new StatusBarRegistry() Defined in src/extensions/registries/status-bar-registry.ts:13","title":"statusBarRegistry"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/","text":"@k8slens/extensions Globals / \"src/extensions/renderer-api/components\" Module: \"src/extensions/renderer-api/components\" # Index # References # Badge BadgeProps Button ButtonProps Checkbox CheckboxProps ConfirmDialog ConfirmDialogParams ConfirmDialogProps CubeSpinner CubeSpinnerProps Dialog DialogProps Drawer DrawerItem DrawerItemLabels DrawerItemLabelsProps DrawerItemProps DrawerParamToggler DrawerParamTogglerProps DrawerProps DrawerTitle DrawerTitleProps GroupSelectOption Icon IconProps Input InputProps InputValidator InputValidators KubeEventDetails KubeEventDetailsProps KubeObjectDetails KubeObjectDetailsProps KubeObjectListLayout KubeObjectListLayoutProps KubeObjectMenu KubeObjectMenuProps KubeObjectMeta KubeObjectMetaProps LineProgress LineProgressProps Menu MenuActions MenuActionsProps MenuContext MenuContextValue MenuItem MenuItemProps MenuPosition MenuProps Notification NotificationId NotificationMessage NotificationStatus Notifications NotificationsStore PageLayout PageLayoutProps Radio RadioGroup RadioGroupProps RadioProps Select SelectOption SelectProps Slider SliderProps Spinner SpinnerProps StatusBrick StatusBrickProps Stepper StepperProps SubMenu Tab TabLayout TabLayoutProps TabProps TabRoute Table TableCell TableCellElem TableCellProps TableHead TableHeadElem TableHeadProps TableOrderBy TableProps TableRow TableRowElem TableRowProps TableSortBy TableSortCallback TableSortParams Tabs TabsProps Tooltip TooltipContentFormatters TooltipDecoratorProps TooltipPosition TooltipProps WizardLayout WizardLayoutProps createPodLogsTab createTerminalTab notificationsStore terminalStore withTooltip References # Badge # Re-exports: Badge BadgeProps # Re-exports: BadgeProps Button # Re-exports: Button ButtonProps # Re-exports: ButtonProps Checkbox # Re-exports: Checkbox CheckboxProps # Re-exports: CheckboxProps ConfirmDialog # Re-exports: ConfirmDialog ConfirmDialogParams # Re-exports: ConfirmDialogParams ConfirmDialogProps # Re-exports: ConfirmDialogProps CubeSpinner # Re-exports: CubeSpinner CubeSpinnerProps # Re-exports: CubeSpinnerProps Dialog # Re-exports: Dialog DialogProps # Re-exports: DialogProps Drawer # Re-exports: Drawer DrawerItem # Re-exports: DrawerItem DrawerItemLabels # Re-exports: DrawerItemLabels DrawerItemLabelsProps # Re-exports: DrawerItemLabelsProps DrawerItemProps # Re-exports: DrawerItemProps DrawerParamToggler # Re-exports: DrawerParamToggler DrawerParamTogglerProps # Re-exports: DrawerParamTogglerProps DrawerProps # Re-exports: DrawerProps DrawerTitle # Re-exports: DrawerTitle DrawerTitleProps # Re-exports: DrawerTitleProps GroupSelectOption # Re-exports: GroupSelectOption Icon # Re-exports: Icon IconProps # Re-exports: IconProps Input # Re-exports: Input InputProps # Re-exports: InputProps InputValidator # Re-exports: InputValidator InputValidators # Re-exports: InputValidators KubeEventDetails # Re-exports: KubeEventDetails KubeEventDetailsProps # Re-exports: KubeEventDetailsProps KubeObjectDetails # Re-exports: KubeObjectDetails KubeObjectDetailsProps # Re-exports: KubeObjectDetailsProps KubeObjectListLayout # Re-exports: KubeObjectListLayout KubeObjectListLayoutProps # Re-exports: KubeObjectListLayoutProps KubeObjectMenu # Re-exports: KubeObjectMenu KubeObjectMenuProps # Re-exports: KubeObjectMenuProps KubeObjectMeta # Re-exports: KubeObjectMeta KubeObjectMetaProps # Re-exports: KubeObjectMetaProps LineProgress # Re-exports: LineProgress LineProgressProps # Re-exports: LineProgressProps Menu # Re-exports: Menu MenuActions # Re-exports: MenuActions MenuActionsProps # Re-exports: MenuActionsProps MenuContext # Re-exports: MenuContext MenuContextValue # Re-exports: MenuContextValue MenuItem # Re-exports: MenuItem MenuItemProps # Re-exports: MenuItemProps MenuPosition # Re-exports: MenuPosition MenuProps # Re-exports: MenuProps Notification # Re-exports: Notification NotificationId # Re-exports: NotificationId NotificationMessage # Re-exports: NotificationMessage NotificationStatus # Re-exports: NotificationStatus Notifications # Re-exports: Notifications NotificationsStore # Re-exports: NotificationsStore PageLayout # Re-exports: PageLayout PageLayoutProps # Re-exports: PageLayoutProps Radio # Re-exports: Radio RadioGroup # Re-exports: RadioGroup RadioGroupProps # Re-exports: RadioGroupProps RadioProps # Re-exports: RadioProps Select # Re-exports: Select SelectOption # Re-exports: SelectOption SelectProps # Re-exports: SelectProps Slider # Re-exports: Slider SliderProps # Re-exports: SliderProps Spinner # Re-exports: Spinner SpinnerProps # Re-exports: SpinnerProps StatusBrick # Re-exports: StatusBrick StatusBrickProps # Re-exports: StatusBrickProps Stepper # Re-exports: Stepper StepperProps # Re-exports: StepperProps SubMenu # Re-exports: SubMenu Tab # Re-exports: Tab TabLayout # Re-exports: TabLayout TabLayoutProps # Re-exports: TabLayoutProps TabProps # Re-exports: TabProps TabRoute # Re-exports: TabRoute Table # Re-exports: Table TableCell # Re-exports: TableCell TableCellElem # Re-exports: TableCellElem TableCellProps # Re-exports: TableCellProps TableHead # Re-exports: TableHead TableHeadElem # Re-exports: TableHeadElem TableHeadProps # Re-exports: TableHeadProps TableOrderBy # Re-exports: TableOrderBy TableProps # Re-exports: TableProps TableRow # Re-exports: TableRow TableRowElem # Re-exports: TableRowElem TableRowProps # Re-exports: TableRowProps TableSortBy # Re-exports: TableSortBy TableSortCallback # Re-exports: TableSortCallback TableSortParams # Re-exports: TableSortParams Tabs # Re-exports: Tabs TabsProps # Re-exports: TabsProps Tooltip # Re-exports: Tooltip TooltipContentFormatters # Re-exports: TooltipContentFormatters TooltipDecoratorProps # Re-exports: TooltipDecoratorProps TooltipPosition # Re-exports: TooltipPosition TooltipProps # Re-exports: TooltipProps WizardLayout # Re-exports: WizardLayout WizardLayoutProps # Re-exports: WizardLayoutProps createPodLogsTab # Re-exports: createPodLogsTab createTerminalTab # Re-exports: createTerminalTab notificationsStore # Re-exports: notificationsStore terminalStore # Re-exports: terminalStore withTooltip # Re-exports: withTooltip","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#module-srcextensionsrenderer-apicomponents","text":"","title":"Module: \"src/extensions/renderer-api/components\""},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#references","text":"Badge BadgeProps Button ButtonProps Checkbox CheckboxProps ConfirmDialog ConfirmDialogParams ConfirmDialogProps CubeSpinner CubeSpinnerProps Dialog DialogProps Drawer DrawerItem DrawerItemLabels DrawerItemLabelsProps DrawerItemProps DrawerParamToggler DrawerParamTogglerProps DrawerProps DrawerTitle DrawerTitleProps GroupSelectOption Icon IconProps Input InputProps InputValidator InputValidators KubeEventDetails KubeEventDetailsProps KubeObjectDetails KubeObjectDetailsProps KubeObjectListLayout KubeObjectListLayoutProps KubeObjectMenu KubeObjectMenuProps KubeObjectMeta KubeObjectMetaProps LineProgress LineProgressProps Menu MenuActions MenuActionsProps MenuContext MenuContextValue MenuItem MenuItemProps MenuPosition MenuProps Notification NotificationId NotificationMessage NotificationStatus Notifications NotificationsStore PageLayout PageLayoutProps Radio RadioGroup RadioGroupProps RadioProps Select SelectOption SelectProps Slider SliderProps Spinner SpinnerProps StatusBrick StatusBrickProps Stepper StepperProps SubMenu Tab TabLayout TabLayoutProps TabProps TabRoute Table TableCell TableCellElem TableCellProps TableHead TableHeadElem TableHeadProps TableOrderBy TableProps TableRow TableRowElem TableRowProps TableSortBy TableSortCallback TableSortParams Tabs TabsProps Tooltip TooltipContentFormatters TooltipDecoratorProps TooltipPosition TooltipProps WizardLayout WizardLayoutProps createPodLogsTab createTerminalTab notificationsStore terminalStore withTooltip","title":"References"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#badge","text":"Re-exports: Badge","title":"Badge"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#badgeprops","text":"Re-exports: BadgeProps","title":"BadgeProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#button","text":"Re-exports: Button","title":"Button"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#buttonprops","text":"Re-exports: ButtonProps","title":"ButtonProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#checkbox","text":"Re-exports: Checkbox","title":"Checkbox"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#checkboxprops","text":"Re-exports: CheckboxProps","title":"CheckboxProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#confirmdialog","text":"Re-exports: ConfirmDialog","title":"ConfirmDialog"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#confirmdialogparams","text":"Re-exports: ConfirmDialogParams","title":"ConfirmDialogParams"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#confirmdialogprops","text":"Re-exports: ConfirmDialogProps","title":"ConfirmDialogProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#cubespinner","text":"Re-exports: CubeSpinner","title":"CubeSpinner"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#cubespinnerprops","text":"Re-exports: CubeSpinnerProps","title":"CubeSpinnerProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#dialog","text":"Re-exports: Dialog","title":"Dialog"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#dialogprops","text":"Re-exports: DialogProps","title":"DialogProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#drawer","text":"Re-exports: Drawer","title":"Drawer"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#draweritem","text":"Re-exports: DrawerItem","title":"DrawerItem"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#draweritemlabels","text":"Re-exports: DrawerItemLabels","title":"DrawerItemLabels"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#draweritemlabelsprops","text":"Re-exports: DrawerItemLabelsProps","title":"DrawerItemLabelsProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#draweritemprops","text":"Re-exports: DrawerItemProps","title":"DrawerItemProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#drawerparamtoggler","text":"Re-exports: DrawerParamToggler","title":"DrawerParamToggler"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#drawerparamtogglerprops","text":"Re-exports: DrawerParamTogglerProps","title":"DrawerParamTogglerProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#drawerprops","text":"Re-exports: DrawerProps","title":"DrawerProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#drawertitle","text":"Re-exports: DrawerTitle","title":"DrawerTitle"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#drawertitleprops","text":"Re-exports: DrawerTitleProps","title":"DrawerTitleProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#groupselectoption","text":"Re-exports: GroupSelectOption","title":"GroupSelectOption"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#icon","text":"Re-exports: Icon","title":"Icon"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#iconprops","text":"Re-exports: IconProps","title":"IconProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#input","text":"Re-exports: Input","title":"Input"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#inputprops","text":"Re-exports: InputProps","title":"InputProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#inputvalidator","text":"Re-exports: InputValidator","title":"InputValidator"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#inputvalidators","text":"Re-exports: InputValidators","title":"InputValidators"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeeventdetails","text":"Re-exports: KubeEventDetails","title":"KubeEventDetails"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeeventdetailsprops","text":"Re-exports: KubeEventDetailsProps","title":"KubeEventDetailsProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectdetails","text":"Re-exports: KubeObjectDetails","title":"KubeObjectDetails"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectdetailsprops","text":"Re-exports: KubeObjectDetailsProps","title":"KubeObjectDetailsProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectlistlayout","text":"Re-exports: KubeObjectListLayout","title":"KubeObjectListLayout"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectlistlayoutprops","text":"Re-exports: KubeObjectListLayoutProps","title":"KubeObjectListLayoutProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectmenu","text":"Re-exports: KubeObjectMenu","title":"KubeObjectMenu"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectmenuprops","text":"Re-exports: KubeObjectMenuProps","title":"KubeObjectMenuProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectmeta","text":"Re-exports: KubeObjectMeta","title":"KubeObjectMeta"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#kubeobjectmetaprops","text":"Re-exports: KubeObjectMetaProps","title":"KubeObjectMetaProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#lineprogress","text":"Re-exports: LineProgress","title":"LineProgress"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#lineprogressprops","text":"Re-exports: LineProgressProps","title":"LineProgressProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menu","text":"Re-exports: Menu","title":"Menu"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menuactions","text":"Re-exports: MenuActions","title":"MenuActions"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menuactionsprops","text":"Re-exports: MenuActionsProps","title":"MenuActionsProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menucontext","text":"Re-exports: MenuContext","title":"MenuContext"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menucontextvalue","text":"Re-exports: MenuContextValue","title":"MenuContextValue"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menuitem","text":"Re-exports: MenuItem","title":"MenuItem"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menuitemprops","text":"Re-exports: MenuItemProps","title":"MenuItemProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menuposition","text":"Re-exports: MenuPosition","title":"MenuPosition"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#menuprops","text":"Re-exports: MenuProps","title":"MenuProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#notification","text":"Re-exports: Notification","title":"Notification"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#notificationid","text":"Re-exports: NotificationId","title":"NotificationId"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#notificationmessage","text":"Re-exports: NotificationMessage","title":"NotificationMessage"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#notificationstatus","text":"Re-exports: NotificationStatus","title":"NotificationStatus"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#notifications","text":"Re-exports: Notifications","title":"Notifications"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#notificationsstore","text":"Re-exports: NotificationsStore","title":"NotificationsStore"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#pagelayout","text":"Re-exports: PageLayout","title":"PageLayout"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#pagelayoutprops","text":"Re-exports: PageLayoutProps","title":"PageLayoutProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#radio","text":"Re-exports: Radio","title":"Radio"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#radiogroup","text":"Re-exports: RadioGroup","title":"RadioGroup"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#radiogroupprops","text":"Re-exports: RadioGroupProps","title":"RadioGroupProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#radioprops","text":"Re-exports: RadioProps","title":"RadioProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#select","text":"Re-exports: Select","title":"Select"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#selectoption","text":"Re-exports: SelectOption","title":"SelectOption"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#selectprops","text":"Re-exports: SelectProps","title":"SelectProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#slider","text":"Re-exports: Slider","title":"Slider"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#sliderprops","text":"Re-exports: SliderProps","title":"SliderProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#spinner","text":"Re-exports: Spinner","title":"Spinner"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#spinnerprops","text":"Re-exports: SpinnerProps","title":"SpinnerProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#statusbrick","text":"Re-exports: StatusBrick","title":"StatusBrick"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#statusbrickprops","text":"Re-exports: StatusBrickProps","title":"StatusBrickProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#stepper","text":"Re-exports: Stepper","title":"Stepper"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#stepperprops","text":"Re-exports: StepperProps","title":"StepperProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#submenu","text":"Re-exports: SubMenu","title":"SubMenu"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tab","text":"Re-exports: Tab","title":"Tab"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablayout","text":"Re-exports: TabLayout","title":"TabLayout"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablayoutprops","text":"Re-exports: TabLayoutProps","title":"TabLayoutProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tabprops","text":"Re-exports: TabProps","title":"TabProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tabroute","text":"Re-exports: TabRoute","title":"TabRoute"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#table","text":"Re-exports: Table","title":"Table"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablecell","text":"Re-exports: TableCell","title":"TableCell"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablecellelem","text":"Re-exports: TableCellElem","title":"TableCellElem"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablecellprops","text":"Re-exports: TableCellProps","title":"TableCellProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablehead","text":"Re-exports: TableHead","title":"TableHead"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tableheadelem","text":"Re-exports: TableHeadElem","title":"TableHeadElem"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tableheadprops","text":"Re-exports: TableHeadProps","title":"TableHeadProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tableorderby","text":"Re-exports: TableOrderBy","title":"TableOrderBy"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tableprops","text":"Re-exports: TableProps","title":"TableProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablerow","text":"Re-exports: TableRow","title":"TableRow"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablerowelem","text":"Re-exports: TableRowElem","title":"TableRowElem"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablerowprops","text":"Re-exports: TableRowProps","title":"TableRowProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablesortby","text":"Re-exports: TableSortBy","title":"TableSortBy"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablesortcallback","text":"Re-exports: TableSortCallback","title":"TableSortCallback"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tablesortparams","text":"Re-exports: TableSortParams","title":"TableSortParams"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tabs","text":"Re-exports: Tabs","title":"Tabs"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tabsprops","text":"Re-exports: TabsProps","title":"TabsProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tooltip","text":"Re-exports: Tooltip","title":"Tooltip"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tooltipcontentformatters","text":"Re-exports: TooltipContentFormatters","title":"TooltipContentFormatters"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tooltipdecoratorprops","text":"Re-exports: TooltipDecoratorProps","title":"TooltipDecoratorProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tooltipposition","text":"Re-exports: TooltipPosition","title":"TooltipPosition"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#tooltipprops","text":"Re-exports: TooltipProps","title":"TooltipProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#wizardlayout","text":"Re-exports: WizardLayout","title":"WizardLayout"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#wizardlayoutprops","text":"Re-exports: WizardLayoutProps","title":"WizardLayoutProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#createpodlogstab","text":"Re-exports: createPodLogsTab","title":"createPodLogsTab"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#createterminaltab","text":"Re-exports: createTerminalTab","title":"createTerminalTab"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#notificationsstore_1","text":"Re-exports: notificationsStore","title":"notificationsStore"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#terminalstore","text":"Re-exports: terminalStore","title":"terminalStore"},{"location":"extensions/api/modules/_src_extensions_renderer_api_components_/#withtooltip","text":"Re-exports: withTooltip","title":"withTooltip"},{"location":"extensions/api/modules/_src_extensions_renderer_api_index_/","text":"@k8slens/extensions Globals / \"src/extensions/renderer-api/index\" Module: \"src/extensions/renderer-api/index\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_renderer_api_index_/#module-srcextensionsrenderer-apiindex","text":"","title":"Module: \"src/extensions/renderer-api/index\""},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/","text":"@k8slens/extensions Globals / \"src/extensions/renderer-api/k8s-api\" Module: \"src/extensions/renderer-api/k8s-api\" # Index # References # ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment Endpoint HorizontalPodAutoscaler IKubeApiCluster IPodContainer IPodContainerStatus ISecretRef Ingress Job KubeApi KubeEvent KubeObject KubeObjectStore Namespace NetworkPolicy Node PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget ResourceQuota Role RoleBinding Secret Service ServiceAccount StatefulSet StorageClass apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi forCluster hpaApi ingressApi isAllowedResource jobApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi resourceQuotaApi roleApi roleBindingApi secretsApi serviceAccountsApi serviceApi statefulSetApi storageClassApi References # ClusterRole # Re-exports: ClusterRole ClusterRoleBinding # Re-exports: ClusterRoleBinding ConfigMap # Re-exports: ConfigMap CronJob # Re-exports: CronJob CustomResourceDefinition # Re-exports: CustomResourceDefinition DaemonSet # Re-exports: DaemonSet Deployment # Re-exports: Deployment Endpoint # Re-exports: Endpoint HorizontalPodAutoscaler # Re-exports: HorizontalPodAutoscaler IKubeApiCluster # Re-exports: IKubeApiCluster IPodContainer # Re-exports: IPodContainer IPodContainerStatus # Re-exports: IPodContainerStatus ISecretRef # Re-exports: ISecretRef Ingress # Re-exports: Ingress Job # Re-exports: Job KubeApi # Re-exports: KubeApi KubeEvent # Re-exports: KubeEvent KubeObject # Re-exports: KubeObject KubeObjectStore # Re-exports: KubeObjectStore Namespace # Re-exports: Namespace NetworkPolicy # Re-exports: NetworkPolicy Node # Re-exports: Node PersistentVolume # Re-exports: PersistentVolume PersistentVolumeClaim # Re-exports: PersistentVolumeClaim PersistentVolumeClaimsApi # Re-exports: PersistentVolumeClaimsApi Pod # Re-exports: Pod PodDisruptionBudget # Re-exports: PodDisruptionBudget ResourceQuota # Re-exports: ResourceQuota Role # Re-exports: Role RoleBinding # Re-exports: RoleBinding Secret # Re-exports: Secret Service # Re-exports: Service ServiceAccount # Re-exports: ServiceAccount StatefulSet # Re-exports: StatefulSet StorageClass # Re-exports: StorageClass apiManager # Re-exports: apiManager clusterRoleApi # Re-exports: clusterRoleApi clusterRoleBindingApi # Re-exports: clusterRoleBindingApi configMapApi # Re-exports: configMapApi crdApi # Re-exports: crdApi cronJobApi # Re-exports: cronJobApi daemonSetApi # Re-exports: daemonSetApi deploymentApi # Re-exports: deploymentApi endpointApi # Re-exports: endpointApi eventApi # Re-exports: eventApi forCluster # Re-exports: forCluster hpaApi # Re-exports: hpaApi ingressApi # Re-exports: ingressApi isAllowedResource # Re-exports: isAllowedResource jobApi # Re-exports: jobApi namespacesApi # Re-exports: namespacesApi networkPolicyApi # Re-exports: networkPolicyApi nodesApi # Re-exports: nodesApi pdbApi # Re-exports: pdbApi persistentVolumeApi # Re-exports: persistentVolumeApi podsApi # Re-exports: podsApi resourceQuotaApi # Re-exports: resourceQuotaApi roleApi # Re-exports: roleApi roleBindingApi # Re-exports: roleBindingApi secretsApi # Re-exports: secretsApi serviceAccountsApi # Re-exports: serviceAccountsApi serviceApi # Re-exports: serviceApi statefulSetApi # Re-exports: statefulSetApi storageClassApi # Re-exports: storageClassApi","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#module-srcextensionsrenderer-apik8s-api","text":"","title":"Module: \"src/extensions/renderer-api/k8s-api\""},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#references","text":"ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment Endpoint HorizontalPodAutoscaler IKubeApiCluster IPodContainer IPodContainerStatus ISecretRef Ingress Job KubeApi KubeEvent KubeObject KubeObjectStore Namespace NetworkPolicy Node PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget ResourceQuota Role RoleBinding Secret Service ServiceAccount StatefulSet StorageClass apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi forCluster hpaApi ingressApi isAllowedResource jobApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi resourceQuotaApi roleApi roleBindingApi secretsApi serviceAccountsApi serviceApi statefulSetApi storageClassApi","title":"References"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#clusterrole","text":"Re-exports: ClusterRole","title":"ClusterRole"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#clusterrolebinding","text":"Re-exports: ClusterRoleBinding","title":"ClusterRoleBinding"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#configmap","text":"Re-exports: ConfigMap","title":"ConfigMap"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#cronjob","text":"Re-exports: CronJob","title":"CronJob"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#customresourcedefinition","text":"Re-exports: CustomResourceDefinition","title":"CustomResourceDefinition"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#daemonset","text":"Re-exports: DaemonSet","title":"DaemonSet"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#deployment","text":"Re-exports: Deployment","title":"Deployment"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#endpoint","text":"Re-exports: Endpoint","title":"Endpoint"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#horizontalpodautoscaler","text":"Re-exports: HorizontalPodAutoscaler","title":"HorizontalPodAutoscaler"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#ikubeapicluster","text":"Re-exports: IKubeApiCluster","title":"IKubeApiCluster"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#ipodcontainer","text":"Re-exports: IPodContainer","title":"IPodContainer"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#ipodcontainerstatus","text":"Re-exports: IPodContainerStatus","title":"IPodContainerStatus"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#isecretref","text":"Re-exports: ISecretRef","title":"ISecretRef"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#ingress","text":"Re-exports: Ingress","title":"Ingress"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#job","text":"Re-exports: Job","title":"Job"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#kubeapi","text":"Re-exports: KubeApi","title":"KubeApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#kubeevent","text":"Re-exports: KubeEvent","title":"KubeEvent"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#kubeobject","text":"Re-exports: KubeObject","title":"KubeObject"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#kubeobjectstore","text":"Re-exports: KubeObjectStore","title":"KubeObjectStore"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#namespace","text":"Re-exports: Namespace","title":"Namespace"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#networkpolicy","text":"Re-exports: NetworkPolicy","title":"NetworkPolicy"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#node","text":"Re-exports: Node","title":"Node"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#persistentvolume","text":"Re-exports: PersistentVolume","title":"PersistentVolume"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#persistentvolumeclaim","text":"Re-exports: PersistentVolumeClaim","title":"PersistentVolumeClaim"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#persistentvolumeclaimsapi","text":"Re-exports: PersistentVolumeClaimsApi","title":"PersistentVolumeClaimsApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#pod","text":"Re-exports: Pod","title":"Pod"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#poddisruptionbudget","text":"Re-exports: PodDisruptionBudget","title":"PodDisruptionBudget"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#resourcequota","text":"Re-exports: ResourceQuota","title":"ResourceQuota"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#role","text":"Re-exports: Role","title":"Role"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#rolebinding","text":"Re-exports: RoleBinding","title":"RoleBinding"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#secret","text":"Re-exports: Secret","title":"Secret"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#service","text":"Re-exports: Service","title":"Service"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#serviceaccount","text":"Re-exports: ServiceAccount","title":"ServiceAccount"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#statefulset","text":"Re-exports: StatefulSet","title":"StatefulSet"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#storageclass","text":"Re-exports: StorageClass","title":"StorageClass"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#apimanager","text":"Re-exports: apiManager","title":"apiManager"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#clusterroleapi","text":"Re-exports: clusterRoleApi","title":"clusterRoleApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#clusterrolebindingapi","text":"Re-exports: clusterRoleBindingApi","title":"clusterRoleBindingApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#configmapapi","text":"Re-exports: configMapApi","title":"configMapApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#crdapi","text":"Re-exports: crdApi","title":"crdApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#cronjobapi","text":"Re-exports: cronJobApi","title":"cronJobApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#daemonsetapi","text":"Re-exports: daemonSetApi","title":"daemonSetApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#deploymentapi","text":"Re-exports: deploymentApi","title":"deploymentApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#endpointapi","text":"Re-exports: endpointApi","title":"endpointApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#eventapi","text":"Re-exports: eventApi","title":"eventApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#forcluster","text":"Re-exports: forCluster","title":"forCluster"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#hpaapi","text":"Re-exports: hpaApi","title":"hpaApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#ingressapi","text":"Re-exports: ingressApi","title":"ingressApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#isallowedresource","text":"Re-exports: isAllowedResource","title":"isAllowedResource"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#jobapi","text":"Re-exports: jobApi","title":"jobApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#namespacesapi","text":"Re-exports: namespacesApi","title":"namespacesApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#networkpolicyapi","text":"Re-exports: networkPolicyApi","title":"networkPolicyApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#nodesapi","text":"Re-exports: nodesApi","title":"nodesApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#pdbapi","text":"Re-exports: pdbApi","title":"pdbApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#persistentvolumeapi","text":"Re-exports: persistentVolumeApi","title":"persistentVolumeApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#podsapi","text":"Re-exports: podsApi","title":"podsApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#resourcequotaapi","text":"Re-exports: resourceQuotaApi","title":"resourceQuotaApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#roleapi","text":"Re-exports: roleApi","title":"roleApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#rolebindingapi","text":"Re-exports: roleBindingApi","title":"roleBindingApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#secretsapi","text":"Re-exports: secretsApi","title":"secretsApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#serviceaccountsapi","text":"Re-exports: serviceAccountsApi","title":"serviceAccountsApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#serviceapi","text":"Re-exports: serviceApi","title":"serviceApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#statefulsetapi","text":"Re-exports: statefulSetApi","title":"statefulSetApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_k8s_api_/#storageclassapi","text":"Re-exports: storageClassApi","title":"storageClassApi"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/","text":"@k8slens/extensions Globals / \"src/extensions/renderer-api/navigation\" Module: \"src/extensions/renderer-api/navigation\" # Index # References # IURLParams RouteProps getDetailsUrl hideDetails navigate showDetails References # IURLParams # Re-exports: IURLParams RouteProps # Re-exports: RouteProps getDetailsUrl # Re-exports: getDetailsUrl hideDetails # Re-exports: hideDetails navigate # Re-exports: navigate showDetails # Re-exports: showDetails","title":"API Reference"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#module-srcextensionsrenderer-apinavigation","text":"","title":"Module: \"src/extensions/renderer-api/navigation\""},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#references","text":"IURLParams RouteProps getDetailsUrl hideDetails navigate showDetails","title":"References"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#iurlparams","text":"Re-exports: IURLParams","title":"IURLParams"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#routeprops","text":"Re-exports: RouteProps","title":"RouteProps"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#getdetailsurl","text":"Re-exports: getDetailsUrl","title":"getDetailsUrl"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#hidedetails","text":"Re-exports: hideDetails","title":"hideDetails"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#navigate","text":"Re-exports: navigate","title":"navigate"},{"location":"extensions/api/modules/_src_extensions_renderer_api_navigation_/#showdetails","text":"Re-exports: showDetails","title":"showDetails"},{"location":"extensions/api/modules/_src_main_app_updater_/","text":"@k8slens/extensions Globals / \"src/main/app-updater\" Module: \"src/main/app-updater\" # Index # Classes # AppUpdater","title":"API Reference"},{"location":"extensions/api/modules/_src_main_app_updater_/#module-srcmainapp-updater","text":"","title":"Module: \"src/main/app-updater\""},{"location":"extensions/api/modules/_src_main_app_updater_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_app_updater_/#classes","text":"AppUpdater","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_/","text":"@k8slens/extensions Globals / \"src/main/cluster\" Module: \"src/main/cluster\" # Index # Enumerations # ClusterMetadataKey ClusterStatus Classes # Cluster Interfaces # ClusterState Type aliases # ClusterRefreshOptions Type aliases # ClusterRefreshOptions # \u01ac ClusterRefreshOptions : { refreshMetadata?: boolean } Defined in src/main/cluster.ts:33 Type declaration: Name Type refreshMetadata? boolean","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_/#module-srcmaincluster","text":"","title":"Module: \"src/main/cluster\""},{"location":"extensions/api/modules/_src_main_cluster_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_/#enumerations","text":"ClusterMetadataKey ClusterStatus","title":"Enumerations"},{"location":"extensions/api/modules/_src_main_cluster_/#classes","text":"Cluster","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_/#interfaces","text":"ClusterState","title":"Interfaces"},{"location":"extensions/api/modules/_src_main_cluster_/#type-aliases","text":"ClusterRefreshOptions","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_cluster_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_cluster_/#clusterrefreshoptions","text":"\u01ac ClusterRefreshOptions : { refreshMetadata?: boolean } Defined in src/main/cluster.ts:33","title":"ClusterRefreshOptions"},{"location":"extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/base-cluster-detector\" Module: \"src/main/cluster-detectors/base-cluster-detector\" # Index # Classes # BaseClusterDetector Type aliases # ClusterDetectionResult Type aliases # ClusterDetectionResult # \u01ac ClusterDetectionResult : { accuracy: number ; value: string | number | boolean } Defined in src/main/cluster-detectors/base-cluster-detector.ts:4 Type declaration: Name Type accuracy number value string | number | boolean","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/#module-srcmaincluster-detectorsbase-cluster-detector","text":"","title":"Module: \"src/main/cluster-detectors/base-cluster-detector\""},{"location":"extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/#classes","text":"BaseClusterDetector","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/#type-aliases","text":"ClusterDetectionResult","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_cluster_detectors_base_cluster_detector_/#clusterdetectionresult","text":"\u01ac ClusterDetectionResult : { accuracy: number ; value: string | number | boolean } Defined in src/main/cluster-detectors/base-cluster-detector.ts:4","title":"ClusterDetectionResult"},{"location":"extensions/api/modules/_src_main_cluster_detectors_cluster_id_detector_/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/cluster-id-detector\" Module: \"src/main/cluster-detectors/cluster-id-detector\" # Index # Classes # ClusterIdDetector","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_detectors_cluster_id_detector_/#module-srcmaincluster-detectorscluster-id-detector","text":"","title":"Module: \"src/main/cluster-detectors/cluster-id-detector\""},{"location":"extensions/api/modules/_src_main_cluster_detectors_cluster_id_detector_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_detectors_cluster_id_detector_/#classes","text":"ClusterIdDetector","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_detectors_detector_registry_/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/detector-registry\" Module: \"src/main/cluster-detectors/detector-registry\" # Index # Classes # DetectorRegistry Variables # detectorRegistry Variables # detectorRegistry # \u2022 Const detectorRegistry : DetectorRegistry = new DetectorRegistry() Defined in src/main/cluster-detectors/detector-registry.ts:40","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_detectors_detector_registry_/#module-srcmaincluster-detectorsdetector-registry","text":"","title":"Module: \"src/main/cluster-detectors/detector-registry\""},{"location":"extensions/api/modules/_src_main_cluster_detectors_detector_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_detectors_detector_registry_/#classes","text":"DetectorRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_detectors_detector_registry_/#variables","text":"detectorRegistry","title":"Variables"},{"location":"extensions/api/modules/_src_main_cluster_detectors_detector_registry_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_cluster_detectors_detector_registry_/#detectorregistry","text":"\u2022 Const detectorRegistry : DetectorRegistry = new DetectorRegistry() Defined in src/main/cluster-detectors/detector-registry.ts:40","title":"detectorRegistry"},{"location":"extensions/api/modules/_src_main_cluster_detectors_distribution_detector_/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/distribution-detector\" Module: \"src/main/cluster-detectors/distribution-detector\" # Index # Classes # DistributionDetector","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_detectors_distribution_detector_/#module-srcmaincluster-detectorsdistribution-detector","text":"","title":"Module: \"src/main/cluster-detectors/distribution-detector\""},{"location":"extensions/api/modules/_src_main_cluster_detectors_distribution_detector_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_detectors_distribution_detector_/#classes","text":"DistributionDetector","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_detectors_last_seen_detector_/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/last-seen-detector\" Module: \"src/main/cluster-detectors/last-seen-detector\" # Index # Classes # LastSeenDetector","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_detectors_last_seen_detector_/#module-srcmaincluster-detectorslast-seen-detector","text":"","title":"Module: \"src/main/cluster-detectors/last-seen-detector\""},{"location":"extensions/api/modules/_src_main_cluster_detectors_last_seen_detector_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_detectors_last_seen_detector_/#classes","text":"LastSeenDetector","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_detectors_nodes_count_detector_/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/nodes-count-detector\" Module: \"src/main/cluster-detectors/nodes-count-detector\" # Index # Classes # NodesCountDetector","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_detectors_nodes_count_detector_/#module-srcmaincluster-detectorsnodes-count-detector","text":"","title":"Module: \"src/main/cluster-detectors/nodes-count-detector\""},{"location":"extensions/api/modules/_src_main_cluster_detectors_nodes_count_detector_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_detectors_nodes_count_detector_/#classes","text":"NodesCountDetector","title":"Classes"},{"location":"extensions/api/modules/_src_main_cluster_detectors_version_detector_/","text":"@k8slens/extensions Globals / \"src/main/cluster-detectors/version-detector\" Module: \"src/main/cluster-detectors/version-detector\" # Index # Classes # VersionDetector","title":"API Reference"},{"location":"extensions/api/modules/_src_main_cluster_detectors_version_detector_/#module-srcmaincluster-detectorsversion-detector","text":"","title":"Module: \"src/main/cluster-detectors/version-detector\""},{"location":"extensions/api/modules/_src_main_cluster_detectors_version_detector_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_cluster_detectors_version_detector_/#classes","text":"VersionDetector","title":"Classes"},{"location":"extensions/api/modules/_src_main_context_handler_/","text":"@k8slens/extensions Globals / \"src/main/context-handler\" Module: \"src/main/context-handler\" # Index # Classes # ContextHandler","title":"API Reference"},{"location":"extensions/api/modules/_src_main_context_handler_/#module-srcmaincontext-handler","text":"","title":"Module: \"src/main/context-handler\""},{"location":"extensions/api/modules/_src_main_context_handler_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_context_handler_/#classes","text":"ContextHandler","title":"Classes"},{"location":"extensions/api/modules/_src_main_helm_helm_chart_manager_/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-chart-manager\" Module: \"src/main/helm/helm-chart-manager\" # Index # Classes # HelmChartManager Type aliases # CachedYaml Type aliases # CachedYaml # \u01ac CachedYaml : { entries: any } Defined in src/main/helm/helm-chart-manager.ts:8 Type declaration: Name Type entries any","title":"API Reference"},{"location":"extensions/api/modules/_src_main_helm_helm_chart_manager_/#module-srcmainhelmhelm-chart-manager","text":"","title":"Module: \"src/main/helm/helm-chart-manager\""},{"location":"extensions/api/modules/_src_main_helm_helm_chart_manager_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_helm_helm_chart_manager_/#classes","text":"HelmChartManager","title":"Classes"},{"location":"extensions/api/modules/_src_main_helm_helm_chart_manager_/#type-aliases","text":"CachedYaml","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_helm_helm_chart_manager_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_helm_helm_chart_manager_/#cachedyaml","text":"\u01ac CachedYaml : { entries: any } Defined in src/main/helm/helm-chart-manager.ts:8","title":"CachedYaml"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-cli\" Module: \"src/main/helm/helm-cli\" # Index # Classes # HelmCli Variables # baseDir helmCli helmVersion Variables # baseDir # \u2022 Let baseDir : string = process.resourcesPath Defined in src/main/helm/helm-cli.ts:36 helmCli # \u2022 Const helmCli : HelmCli = new HelmCli(baseDir, helmVersion) Defined in src/main/helm/helm-cli.ts:42 helmVersion # \u2022 Const helmVersion : string = packageInfo.config.bundledHelmVersion Defined in src/main/helm/helm-cli.ts:35","title":"API Reference"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#module-srcmainhelmhelm-cli","text":"","title":"Module: \"src/main/helm/helm-cli\""},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#classes","text":"HelmCli","title":"Classes"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#variables","text":"baseDir helmCli helmVersion","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#basedir","text":"\u2022 Let baseDir : string = process.resourcesPath Defined in src/main/helm/helm-cli.ts:36","title":"baseDir"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#helmcli","text":"\u2022 Const helmCli : HelmCli = new HelmCli(baseDir, helmVersion) Defined in src/main/helm/helm-cli.ts:42","title":"helmCli"},{"location":"extensions/api/modules/_src_main_helm_helm_cli_/#helmversion","text":"\u2022 Const helmVersion : string = packageInfo.config.bundledHelmVersion Defined in src/main/helm/helm-cli.ts:35","title":"helmVersion"},{"location":"extensions/api/modules/_src_main_helm_helm_release_manager_/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-release-manager\" Module: \"src/main/helm/helm-release-manager\" # Index # Classes # HelmReleaseManager Variables # releaseManager Variables # releaseManager # \u2022 Const releaseManager : HelmReleaseManager = new HelmReleaseManager() Defined in src/main/helm/helm-release-manager.ts:111","title":"API Reference"},{"location":"extensions/api/modules/_src_main_helm_helm_release_manager_/#module-srcmainhelmhelm-release-manager","text":"","title":"Module: \"src/main/helm/helm-release-manager\""},{"location":"extensions/api/modules/_src_main_helm_helm_release_manager_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_helm_helm_release_manager_/#classes","text":"HelmReleaseManager","title":"Classes"},{"location":"extensions/api/modules/_src_main_helm_helm_release_manager_/#variables","text":"releaseManager","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_release_manager_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_release_manager_/#releasemanager","text":"\u2022 Const releaseManager : HelmReleaseManager = new HelmReleaseManager() Defined in src/main/helm/helm-release-manager.ts:111","title":"releaseManager"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-repo-manager\" Module: \"src/main/helm/helm-repo-manager\" # Index # Classes # HelmRepoManager Interfaces # HelmRepo HelmRepoConfig Type aliases # HelmEnv Variables # repoManager Type aliases # HelmEnv # \u01ac HelmEnv : Record\\ & { HELM_REPOSITORY_CACHE?: string ; HELM_REPOSITORY_CONFIG?: string } Defined in src/main/helm/helm-repo-manager.ts:10 Variables # repoManager # \u2022 Const repoManager : HelmRepoManager = HelmRepoManager.getInstance\\ () Defined in src/main/helm/helm-repo-manager.ts:131","title":"API Reference"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#module-srcmainhelmhelm-repo-manager","text":"","title":"Module: \"src/main/helm/helm-repo-manager\""},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#classes","text":"HelmRepoManager","title":"Classes"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#interfaces","text":"HelmRepo HelmRepoConfig","title":"Interfaces"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#type-aliases","text":"HelmEnv","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#variables","text":"repoManager","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#helmenv","text":"\u01ac HelmEnv : Record\\ & { HELM_REPOSITORY_CACHE?: string ; HELM_REPOSITORY_CONFIG?: string } Defined in src/main/helm/helm-repo-manager.ts:10","title":"HelmEnv"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_repo_manager_/#repomanager","text":"\u2022 Const repoManager : HelmRepoManager = HelmRepoManager.getInstance\\ () Defined in src/main/helm/helm-repo-manager.ts:131","title":"repoManager"},{"location":"extensions/api/modules/_src_main_helm_helm_service_/","text":"@k8slens/extensions Globals / \"src/main/helm/helm-service\" Module: \"src/main/helm/helm-service\" # Index # Classes # HelmService Variables # helmService Variables # helmService # \u2022 Const helmService : HelmService = new HelmService() Defined in src/main/helm/helm-service.ts:98","title":"API Reference"},{"location":"extensions/api/modules/_src_main_helm_helm_service_/#module-srcmainhelmhelm-service","text":"","title":"Module: \"src/main/helm/helm-service\""},{"location":"extensions/api/modules/_src_main_helm_helm_service_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_helm_helm_service_/#classes","text":"HelmService","title":"Classes"},{"location":"extensions/api/modules/_src_main_helm_helm_service_/#variables","text":"helmService","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_service_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_helm_helm_service_/#helmservice","text":"\u2022 Const helmService : HelmService = new HelmService() Defined in src/main/helm/helm-service.ts:98","title":"helmService"},{"location":"extensions/api/modules/_src_main_kube_auth_proxy_/","text":"@k8slens/extensions Globals / \"src/main/kube-auth-proxy\" Module: \"src/main/kube-auth-proxy\" # Index # Classes # KubeAuthProxy Interfaces # KubeAuthProxyLog","title":"API Reference"},{"location":"extensions/api/modules/_src_main_kube_auth_proxy_/#module-srcmainkube-auth-proxy","text":"","title":"Module: \"src/main/kube-auth-proxy\""},{"location":"extensions/api/modules/_src_main_kube_auth_proxy_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_kube_auth_proxy_/#classes","text":"KubeAuthProxy","title":"Classes"},{"location":"extensions/api/modules/_src_main_kube_auth_proxy_/#interfaces","text":"KubeAuthProxyLog","title":"Interfaces"},{"location":"extensions/api/modules/_src_main_kubeconfig_manager_/","text":"@k8slens/extensions Globals / \"src/main/kubeconfig-manager\" Module: \"src/main/kubeconfig-manager\" # Index # Classes # KubeconfigManager","title":"API Reference"},{"location":"extensions/api/modules/_src_main_kubeconfig_manager_/#module-srcmainkubeconfig-manager","text":"","title":"Module: \"src/main/kubeconfig-manager\""},{"location":"extensions/api/modules/_src_main_kubeconfig_manager_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_kubeconfig_manager_/#classes","text":"KubeconfigManager","title":"Classes"},{"location":"extensions/api/modules/_src_main_kubectl_/","text":"@k8slens/extensions Globals / \"src/main/kubectl\" Module: \"src/main/kubectl\" # Index # Classes # Kubectl Variables # bundledPath bundledVersion initScriptVersionString kubectlMap packageMirrors Functions # bundledKubectlPath Variables # bundledPath # \u2022 Let bundledPath : string Defined in src/main/kubectl.ts:36 bundledVersion # \u2022 Const bundledVersion : string = getBundledKubectlVersion() Defined in src/main/kubectl.ts:14 initScriptVersionString # \u2022 Const initScriptVersionString : \\\"# lens-initscript v3 \\\" = \"# lens-initscript v3\" Defined in src/main/kubectl.ts:37 kubectlMap # \u2022 Const kubectlMap : Map\\ = new Map([ [\"1.7\", \"1.8.15\"], [\"1.8\", \"1.9.10\"], [\"1.9\", \"1.10.13\"], [\"1.10\", \"1.11.10\"], [\"1.11\", \"1.12.10\"], [\"1.12\", \"1.13.12\"], [\"1.13\", \"1.13.12\"], [\"1.14\", \"1.14.10\"], [\"1.15\", \"1.15.11\"], [\"1.16\", \"1.16.14\"], [\"1.17\", bundledVersion], [\"1.18\", \"1.18.8\"], [\"1.19\", \"1.19.0\"]]) Defined in src/main/kubectl.ts:15 packageMirrors # \u2022 Const packageMirrors : Map\\ = new Map([ [\"default\", \"https://storage.googleapis.com/kubernetes-release/release\"], [\"china\", \"https://mirror.azure.cn/kubernetes/kubectl\"]]) Defined in src/main/kubectl.ts:31 Functions # bundledKubectlPath # \u25b8 bundledKubectlPath (): string Defined in src/main/kubectl.ts:39 Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_main_kubectl_/#module-srcmainkubectl","text":"","title":"Module: \"src/main/kubectl\""},{"location":"extensions/api/modules/_src_main_kubectl_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_kubectl_/#classes","text":"Kubectl","title":"Classes"},{"location":"extensions/api/modules/_src_main_kubectl_/#variables","text":"bundledPath bundledVersion initScriptVersionString kubectlMap packageMirrors","title":"Variables"},{"location":"extensions/api/modules/_src_main_kubectl_/#functions","text":"bundledKubectlPath","title":"Functions"},{"location":"extensions/api/modules/_src_main_kubectl_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_kubectl_/#bundledpath","text":"\u2022 Let bundledPath : string Defined in src/main/kubectl.ts:36","title":"bundledPath"},{"location":"extensions/api/modules/_src_main_kubectl_/#bundledversion","text":"\u2022 Const bundledVersion : string = getBundledKubectlVersion() Defined in src/main/kubectl.ts:14","title":"bundledVersion"},{"location":"extensions/api/modules/_src_main_kubectl_/#initscriptversionstring","text":"\u2022 Const initScriptVersionString : \\\"# lens-initscript v3 \\\" = \"# lens-initscript v3\" Defined in src/main/kubectl.ts:37","title":"initScriptVersionString"},{"location":"extensions/api/modules/_src_main_kubectl_/#kubectlmap","text":"\u2022 Const kubectlMap : Map\\ = new Map([ [\"1.7\", \"1.8.15\"], [\"1.8\", \"1.9.10\"], [\"1.9\", \"1.10.13\"], [\"1.10\", \"1.11.10\"], [\"1.11\", \"1.12.10\"], [\"1.12\", \"1.13.12\"], [\"1.13\", \"1.13.12\"], [\"1.14\", \"1.14.10\"], [\"1.15\", \"1.15.11\"], [\"1.16\", \"1.16.14\"], [\"1.17\", bundledVersion], [\"1.18\", \"1.18.8\"], [\"1.19\", \"1.19.0\"]]) Defined in src/main/kubectl.ts:15","title":"kubectlMap"},{"location":"extensions/api/modules/_src_main_kubectl_/#packagemirrors","text":"\u2022 Const packageMirrors : Map\\ = new Map([ [\"default\", \"https://storage.googleapis.com/kubernetes-release/release\"], [\"china\", \"https://mirror.azure.cn/kubernetes/kubectl\"]]) Defined in src/main/kubectl.ts:31","title":"packageMirrors"},{"location":"extensions/api/modules/_src_main_kubectl_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_main_kubectl_/#bundledkubectlpath","text":"\u25b8 bundledKubectlPath (): string Defined in src/main/kubectl.ts:39 Returns: string","title":"bundledKubectlPath"},{"location":"extensions/api/modules/_src_main_lens_api_/","text":"@k8slens/extensions Globals / \"src/main/lens-api\" Module: \"src/main/lens-api\" # Index # Classes # LensApi","title":"API Reference"},{"location":"extensions/api/modules/_src_main_lens_api_/#module-srcmainlens-api","text":"","title":"Module: \"src/main/lens-api\""},{"location":"extensions/api/modules/_src_main_lens_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_lens_api_/#classes","text":"LensApi","title":"Classes"},{"location":"extensions/api/modules/_src_main_lens_binary_/","text":"@k8slens/extensions Globals / \"src/main/lens-binary\" Module: \"src/main/lens-binary\" # Index # Classes # LensBinary Type aliases # LensBinaryOpts Type aliases # LensBinaryOpts # \u01ac LensBinaryOpts : { baseDir: string ; newBinaryName?: string ; originalBinaryName: string ; requestOpts?: request.Options ; version: string } Defined in src/main/lens-binary.ts:9 Type declaration: Name Type baseDir string newBinaryName? string originalBinaryName string requestOpts? request.Options version string","title":"API Reference"},{"location":"extensions/api/modules/_src_main_lens_binary_/#module-srcmainlens-binary","text":"","title":"Module: \"src/main/lens-binary\""},{"location":"extensions/api/modules/_src_main_lens_binary_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_lens_binary_/#classes","text":"LensBinary","title":"Classes"},{"location":"extensions/api/modules/_src_main_lens_binary_/#type-aliases","text":"LensBinaryOpts","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_lens_binary_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_lens_binary_/#lensbinaryopts","text":"\u01ac LensBinaryOpts : { baseDir: string ; newBinaryName?: string ; originalBinaryName: string ; requestOpts?: request.Options ; version: string } Defined in src/main/lens-binary.ts:9","title":"LensBinaryOpts"},{"location":"extensions/api/modules/_src_main_logger_/","text":"@k8slens/extensions Globals / \"src/main/logger\" Module: \"src/main/logger\" # Index # Variables # logLevel logger Object literals # consoleOptions fileOptions Variables # logLevel # \u2022 Const logLevel : string = process.env.LOG_LEVEL ? process.env.LOG_LEVEL : isDebugging ? \"debug\" : \"info\" Defined in src/main/logger.ts:5 logger # \u2022 Const logger : Logger = winston.createLogger({ format: winston.format.combine( winston.format.colorize(), winston.format.simple(), ), transports: [ new winston.transports.Console(consoleOptions), new winston.transports.File(fileOptions), ],}) Defined in src/main/logger.ts:22 Object literals # consoleOptions # \u25aa Const consoleOptions : object Defined in src/main/logger.ts:7 Properties: Name Type Value handleExceptions false false level string logLevel fileOptions # \u25aa Const fileOptions : object Defined in src/main/logger.ts:12 Properties: Name Type Value dirname string (app ?? remote?.app)?.getPath(\"logs\") filename string \"lens.log\" handleExceptions false false level string logLevel maxFiles number 16 maxsize number 16 * 1024 tailable true true","title":"API Reference"},{"location":"extensions/api/modules/_src_main_logger_/#module-srcmainlogger","text":"","title":"Module: \"src/main/logger\""},{"location":"extensions/api/modules/_src_main_logger_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_logger_/#variables","text":"logLevel logger","title":"Variables"},{"location":"extensions/api/modules/_src_main_logger_/#object-literals","text":"consoleOptions fileOptions","title":"Object literals"},{"location":"extensions/api/modules/_src_main_logger_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_logger_/#loglevel","text":"\u2022 Const logLevel : string = process.env.LOG_LEVEL ? process.env.LOG_LEVEL : isDebugging ? \"debug\" : \"info\" Defined in src/main/logger.ts:5","title":"logLevel"},{"location":"extensions/api/modules/_src_main_logger_/#logger","text":"\u2022 Const logger : Logger = winston.createLogger({ format: winston.format.combine( winston.format.colorize(), winston.format.simple(), ), transports: [ new winston.transports.Console(consoleOptions), new winston.transports.File(fileOptions), ],}) Defined in src/main/logger.ts:22","title":"logger"},{"location":"extensions/api/modules/_src_main_logger_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_main_logger_/#consoleoptions","text":"\u25aa Const consoleOptions : object Defined in src/main/logger.ts:7","title":"consoleOptions"},{"location":"extensions/api/modules/_src_main_logger_/#fileoptions","text":"\u25aa Const fileOptions : object Defined in src/main/logger.ts:12","title":"fileOptions"},{"location":"extensions/api/modules/_src_main_menu_/","text":"@k8slens/extensions Globals / \"src/main/menu\" Module: \"src/main/menu\" # Index # Type aliases # MenuTopId Functions # buildMenu initMenu showAbout Type aliases # MenuTopId # \u01ac MenuTopId : \\\"mac\\\" | \\\"file\\\" | \\\"edit\\\" | \\\"view\\\" | \\\"help\\\" Defined in src/main/menu.ts:13 Functions # buildMenu # \u25b8 buildMenu ( windowManager : WindowManager ): void Defined in src/main/menu.ts:37 Parameters: Name Type windowManager WindowManager Returns: void initMenu # \u25b8 initMenu ( windowManager : WindowManager ): IReactionDisposer Defined in src/main/menu.ts:15 Parameters: Name Type windowManager WindowManager Returns: IReactionDisposer showAbout # \u25b8 showAbout ( browserWindow : BrowserWindow): void Defined in src/main/menu.ts:21 Parameters: Name Type browserWindow BrowserWindow Returns: void","title":"API Reference"},{"location":"extensions/api/modules/_src_main_menu_/#module-srcmainmenu","text":"","title":"Module: \"src/main/menu\""},{"location":"extensions/api/modules/_src_main_menu_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_menu_/#type-aliases","text":"MenuTopId","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_menu_/#functions","text":"buildMenu initMenu showAbout","title":"Functions"},{"location":"extensions/api/modules/_src_main_menu_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_menu_/#menutopid","text":"\u01ac MenuTopId : \\\"mac\\\" | \\\"file\\\" | \\\"edit\\\" | \\\"view\\\" | \\\"help\\\" Defined in src/main/menu.ts:13","title":"MenuTopId"},{"location":"extensions/api/modules/_src_main_menu_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_main_menu_/#buildmenu","text":"\u25b8 buildMenu ( windowManager : WindowManager ): void Defined in src/main/menu.ts:37","title":"buildMenu"},{"location":"extensions/api/modules/_src_main_menu_/#initmenu","text":"\u25b8 initMenu ( windowManager : WindowManager ): IReactionDisposer Defined in src/main/menu.ts:15","title":"initMenu"},{"location":"extensions/api/modules/_src_main_menu_/#showabout","text":"\u25b8 showAbout ( browserWindow : BrowserWindow): void Defined in src/main/menu.ts:21","title":"showAbout"},{"location":"extensions/api/modules/_src_main_port_/","text":"@k8slens/extensions Globals / \"src/main/port\" Module: \"src/main/port\" # Index # Functions # getFreePort Functions # getFreePort # \u25b8 getFreePort (): Promise \\ Defined in src/main/port.ts:6 Returns: Promise \\","title":"API Reference"},{"location":"extensions/api/modules/_src_main_port_/#module-srcmainport","text":"","title":"Module: \"src/main/port\""},{"location":"extensions/api/modules/_src_main_port_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_port_/#functions","text":"getFreePort","title":"Functions"},{"location":"extensions/api/modules/_src_main_port_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_main_port_/#getfreeport","text":"\u25b8 getFreePort (): Promise \\ Defined in src/main/port.ts:6 Returns: Promise \\","title":"getFreePort"},{"location":"extensions/api/modules/_src_main_prometheus_helm_/","text":"@k8slens/extensions Globals / \"src/main/prometheus/helm\" Module: \"src/main/prometheus/helm\" # Index # Classes # PrometheusHelm","title":"API Reference"},{"location":"extensions/api/modules/_src_main_prometheus_helm_/#module-srcmainprometheushelm","text":"","title":"Module: \"src/main/prometheus/helm\""},{"location":"extensions/api/modules/_src_main_prometheus_helm_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_prometheus_helm_/#classes","text":"PrometheusHelm","title":"Classes"},{"location":"extensions/api/modules/_src_main_prometheus_lens_/","text":"@k8slens/extensions Globals / \"src/main/prometheus/lens\" Module: \"src/main/prometheus/lens\" # Index # Classes # PrometheusLens","title":"API Reference"},{"location":"extensions/api/modules/_src_main_prometheus_lens_/#module-srcmainprometheuslens","text":"","title":"Module: \"src/main/prometheus/lens\""},{"location":"extensions/api/modules/_src_main_prometheus_lens_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_prometheus_lens_/#classes","text":"PrometheusLens","title":"Classes"},{"location":"extensions/api/modules/_src_main_prometheus_operator_/","text":"@k8slens/extensions Globals / \"src/main/prometheus/operator\" Module: \"src/main/prometheus/operator\" # Index # Classes # PrometheusOperator","title":"API Reference"},{"location":"extensions/api/modules/_src_main_prometheus_operator_/#module-srcmainprometheusoperator","text":"","title":"Module: \"src/main/prometheus/operator\""},{"location":"extensions/api/modules/_src_main_prometheus_operator_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_prometheus_operator_/#classes","text":"PrometheusOperator","title":"Classes"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/","text":"@k8slens/extensions Globals / \"src/main/prometheus/provider-registry\" Module: \"src/main/prometheus/provider-registry\" # Index # Classes # PrometheusProviderRegistry Interfaces # PrometheusProvider Type aliases # PrometheusClusterQuery PrometheusIngressQuery PrometheusNodeQuery PrometheusPodQuery PrometheusProviderList PrometheusPvcQuery PrometheusQuery PrometheusQueryOpts PrometheusService Type aliases # PrometheusClusterQuery # \u01ac PrometheusClusterQuery : { cpuCapacity: string ; cpuLimits: string ; cpuRequests: string ; cpuUsage: string ; memoryCapacity: string ; memoryLimits: string ; memoryRequests: string ; memoryUsage: string ; podCapacity: string ; podUsage: string } Defined in src/main/prometheus/provider-registry.ts:3 Type declaration: Name Type cpuCapacity string cpuLimits string cpuRequests string cpuUsage string memoryCapacity string memoryLimits string memoryRequests string memoryUsage string podCapacity string podUsage string PrometheusIngressQuery # \u01ac PrometheusIngressQuery : { bytesSentFailure: string ; bytesSentSuccess: string ; requestDurationSeconds: string ; responseDurationSeconds: string } Defined in src/main/prometheus/provider-registry.ts:42 Type declaration: Name Type bytesSentFailure string bytesSentSuccess string requestDurationSeconds string responseDurationSeconds string PrometheusNodeQuery # \u01ac PrometheusNodeQuery : { cpuCapacity: string ; cpuUsage: string ; fsSize: string ; fsUsage: string ; memoryCapacity: string ; memoryUsage: string } Defined in src/main/prometheus/provider-registry.ts:16 Type declaration: Name Type cpuCapacity string cpuUsage string fsSize string fsUsage string memoryCapacity string memoryUsage string PrometheusPodQuery # \u01ac PrometheusPodQuery : { cpuLimits: string ; cpuRequests: string ; cpuUsage: string ; fsUsage: string ; memoryLimits: string ; memoryRequests: string ; memoryUsage: string ; networkReceive: string ; networkTransmit: string } Defined in src/main/prometheus/provider-registry.ts:25 Type declaration: Name Type cpuLimits string cpuRequests string cpuUsage string fsUsage string memoryLimits string memoryRequests string memoryUsage string networkReceive string networkTransmit string PrometheusProviderList # \u01ac PrometheusProviderList : { [key:string]: PrometheusProvider ; } Defined in src/main/prometheus/provider-registry.ts:69 PrometheusPvcQuery # \u01ac PrometheusPvcQuery : { diskCapacity: string ; diskUsage: string } Defined in src/main/prometheus/provider-registry.ts:37 Type declaration: Name Type diskCapacity string diskUsage string PrometheusQuery # \u01ac PrometheusQuery : PrometheusNodeQuery | PrometheusClusterQuery | PrometheusPodQuery | PrometheusPvcQuery | PrometheusIngressQuery Defined in src/main/prometheus/provider-registry.ts:53 PrometheusQueryOpts # \u01ac PrometheusQueryOpts : { [key:string]: string | any; } Defined in src/main/prometheus/provider-registry.ts:49 PrometheusService # \u01ac PrometheusService : { id: string ; namespace: string ; port: number ; service: string } Defined in src/main/prometheus/provider-registry.ts:55 Type declaration: Name Type id string namespace string port number service string","title":"API Reference"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#module-srcmainprometheusprovider-registry","text":"","title":"Module: \"src/main/prometheus/provider-registry\""},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#classes","text":"PrometheusProviderRegistry","title":"Classes"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#interfaces","text":"PrometheusProvider","title":"Interfaces"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#type-aliases","text":"PrometheusClusterQuery PrometheusIngressQuery PrometheusNodeQuery PrometheusPodQuery PrometheusProviderList PrometheusPvcQuery PrometheusQuery PrometheusQueryOpts PrometheusService","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheusclusterquery","text":"\u01ac PrometheusClusterQuery : { cpuCapacity: string ; cpuLimits: string ; cpuRequests: string ; cpuUsage: string ; memoryCapacity: string ; memoryLimits: string ; memoryRequests: string ; memoryUsage: string ; podCapacity: string ; podUsage: string } Defined in src/main/prometheus/provider-registry.ts:3","title":"PrometheusClusterQuery"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheusingressquery","text":"\u01ac PrometheusIngressQuery : { bytesSentFailure: string ; bytesSentSuccess: string ; requestDurationSeconds: string ; responseDurationSeconds: string } Defined in src/main/prometheus/provider-registry.ts:42","title":"PrometheusIngressQuery"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheusnodequery","text":"\u01ac PrometheusNodeQuery : { cpuCapacity: string ; cpuUsage: string ; fsSize: string ; fsUsage: string ; memoryCapacity: string ; memoryUsage: string } Defined in src/main/prometheus/provider-registry.ts:16","title":"PrometheusNodeQuery"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheuspodquery","text":"\u01ac PrometheusPodQuery : { cpuLimits: string ; cpuRequests: string ; cpuUsage: string ; fsUsage: string ; memoryLimits: string ; memoryRequests: string ; memoryUsage: string ; networkReceive: string ; networkTransmit: string } Defined in src/main/prometheus/provider-registry.ts:25","title":"PrometheusPodQuery"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheusproviderlist","text":"\u01ac PrometheusProviderList : { [key:string]: PrometheusProvider ; } Defined in src/main/prometheus/provider-registry.ts:69","title":"PrometheusProviderList"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheuspvcquery","text":"\u01ac PrometheusPvcQuery : { diskCapacity: string ; diskUsage: string } Defined in src/main/prometheus/provider-registry.ts:37","title":"PrometheusPvcQuery"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheusquery","text":"\u01ac PrometheusQuery : PrometheusNodeQuery | PrometheusClusterQuery | PrometheusPodQuery | PrometheusPvcQuery | PrometheusIngressQuery Defined in src/main/prometheus/provider-registry.ts:53","title":"PrometheusQuery"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheusqueryopts","text":"\u01ac PrometheusQueryOpts : { [key:string]: string | any; } Defined in src/main/prometheus/provider-registry.ts:49","title":"PrometheusQueryOpts"},{"location":"extensions/api/modules/_src_main_prometheus_provider_registry_/#prometheusservice","text":"\u01ac PrometheusService : { id: string ; namespace: string ; port: number ; service: string } Defined in src/main/prometheus/provider-registry.ts:55","title":"PrometheusService"},{"location":"extensions/api/modules/_src_main_prometheus_stacklight_/","text":"@k8slens/extensions Globals / \"src/main/prometheus/stacklight\" Module: \"src/main/prometheus/stacklight\" # Index # Classes # PrometheusStacklight","title":"API Reference"},{"location":"extensions/api/modules/_src_main_prometheus_stacklight_/#module-srcmainprometheusstacklight","text":"","title":"Module: \"src/main/prometheus/stacklight\""},{"location":"extensions/api/modules/_src_main_prometheus_stacklight_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_prometheus_stacklight_/#classes","text":"PrometheusStacklight","title":"Classes"},{"location":"extensions/api/modules/_src_main_promise_exec_/","text":"@k8slens/extensions Globals / \"src/main/promise-exec\" Module: \"src/main/promise-exec\" # Index # Variables # promiseExec Variables # promiseExec # \u2022 Const promiseExec : __promisify__ = util.promisify(exec) Defined in src/main/promise-exec.ts:4","title":"API Reference"},{"location":"extensions/api/modules/_src_main_promise_exec_/#module-srcmainpromise-exec","text":"","title":"Module: \"src/main/promise-exec\""},{"location":"extensions/api/modules/_src_main_promise_exec_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_promise_exec_/#variables","text":"promiseExec","title":"Variables"},{"location":"extensions/api/modules/_src_main_promise_exec_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_promise_exec_/#promiseexec","text":"\u2022 Const promiseExec : __promisify__ = util.promisify(exec) Defined in src/main/promise-exec.ts:4","title":"promiseExec"},{"location":"extensions/api/modules/_src_main_resource_applier_/","text":"@k8slens/extensions Globals / \"src/main/resource-applier\" Module: \"src/main/resource-applier\" # Index # Classes # ResourceApplier","title":"API Reference"},{"location":"extensions/api/modules/_src_main_resource_applier_/#module-srcmainresource-applier","text":"","title":"Module: \"src/main/resource-applier\""},{"location":"extensions/api/modules/_src_main_resource_applier_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_resource_applier_/#classes","text":"ResourceApplier","title":"Classes"},{"location":"extensions/api/modules/_src_main_router_/","text":"@k8slens/extensions Globals / \"src/main/router\" Module: \"src/main/router\" # Index # Classes # Router Interfaces # LensApiRequest RouteParams RouterRequestOpts","title":"API Reference"},{"location":"extensions/api/modules/_src_main_router_/#module-srcmainrouter","text":"","title":"Module: \"src/main/router\""},{"location":"extensions/api/modules/_src_main_router_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_router_/#classes","text":"Router","title":"Classes"},{"location":"extensions/api/modules/_src_main_router_/#interfaces","text":"LensApiRequest RouteParams RouterRequestOpts","title":"Interfaces"},{"location":"extensions/api/modules/_src_main_routes_helm_route_/","text":"@k8slens/extensions Globals / \"src/main/routes/helm-route\" Module: \"src/main/routes/helm-route\" # Index # Classes # HelmApiRoute Variables # helmRoute Variables # helmRoute # \u2022 Const helmRoute : HelmApiRoute = new HelmApiRoute() Defined in src/main/routes/helm-route.ts:114","title":"API Reference"},{"location":"extensions/api/modules/_src_main_routes_helm_route_/#module-srcmainrouteshelm-route","text":"","title":"Module: \"src/main/routes/helm-route\""},{"location":"extensions/api/modules/_src_main_routes_helm_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_routes_helm_route_/#classes","text":"HelmApiRoute","title":"Classes"},{"location":"extensions/api/modules/_src_main_routes_helm_route_/#variables","text":"helmRoute","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_helm_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_helm_route_/#helmroute","text":"\u2022 Const helmRoute : HelmApiRoute = new HelmApiRoute() Defined in src/main/routes/helm-route.ts:114","title":"helmRoute"},{"location":"extensions/api/modules/_src_main_routes_index_/","text":"@k8slens/extensions Globals / \"src/main/routes/index\" Module: \"src/main/routes/index\" # Index # References # IMetricsQuery helmRoute kubeconfigRoute metricsRoute portForwardRoute resourceApplierRoute watchRoute References # IMetricsQuery # Re-exports: IMetricsQuery helmRoute # Re-exports: helmRoute kubeconfigRoute # Re-exports: kubeconfigRoute metricsRoute # Re-exports: metricsRoute portForwardRoute # Re-exports: portForwardRoute resourceApplierRoute # Re-exports: resourceApplierRoute watchRoute # Re-exports: watchRoute","title":"API Reference"},{"location":"extensions/api/modules/_src_main_routes_index_/#module-srcmainroutesindex","text":"","title":"Module: \"src/main/routes/index\""},{"location":"extensions/api/modules/_src_main_routes_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_routes_index_/#references","text":"IMetricsQuery helmRoute kubeconfigRoute metricsRoute portForwardRoute resourceApplierRoute watchRoute","title":"References"},{"location":"extensions/api/modules/_src_main_routes_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_main_routes_index_/#imetricsquery","text":"Re-exports: IMetricsQuery","title":"IMetricsQuery"},{"location":"extensions/api/modules/_src_main_routes_index_/#helmroute","text":"Re-exports: helmRoute","title":"helmRoute"},{"location":"extensions/api/modules/_src_main_routes_index_/#kubeconfigroute","text":"Re-exports: kubeconfigRoute","title":"kubeconfigRoute"},{"location":"extensions/api/modules/_src_main_routes_index_/#metricsroute","text":"Re-exports: metricsRoute","title":"metricsRoute"},{"location":"extensions/api/modules/_src_main_routes_index_/#portforwardroute","text":"Re-exports: portForwardRoute","title":"portForwardRoute"},{"location":"extensions/api/modules/_src_main_routes_index_/#resourceapplierroute","text":"Re-exports: resourceApplierRoute","title":"resourceApplierRoute"},{"location":"extensions/api/modules/_src_main_routes_index_/#watchroute","text":"Re-exports: watchRoute","title":"watchRoute"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/","text":"@k8slens/extensions Globals / \"src/main/routes/kubeconfig-route\" Module: \"src/main/routes/kubeconfig-route\" # Index # Classes # KubeconfigRoute Variables # kubeconfigRoute Functions # generateKubeConfig Variables # kubeconfigRoute # \u2022 Const kubeconfigRoute : KubeconfigRoute = new KubeconfigRoute() Defined in src/main/routes/kubeconfig-route.ts:58 Functions # generateKubeConfig # \u25b8 generateKubeConfig ( username : string, secret : V1Secret, cluster : Cluster ): object Defined in src/main/routes/kubeconfig-route.ts:6 Parameters: Name Type username string secret V1Secret cluster Cluster Returns: object Name Type apiVersion string clusters { name: string = cluster.contextName; cluster: { certificate-authority-data: string = secret.data[\"ca.crt\"]; server: string = cluster.apiUrl } }[] contexts { name: string = cluster.contextName; context: { cluster: string = cluster.contextName; namespace: string = secret.metadata.namespace; user: string = username } }[] current-context string kind string users { name: string = username; user: { token: string = tokenData.toString(\"utf8\") } }[]","title":"API Reference"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#module-srcmainrouteskubeconfig-route","text":"","title":"Module: \"src/main/routes/kubeconfig-route\""},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#classes","text":"KubeconfigRoute","title":"Classes"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#variables","text":"kubeconfigRoute","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#functions","text":"generateKubeConfig","title":"Functions"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#kubeconfigroute","text":"\u2022 Const kubeconfigRoute : KubeconfigRoute = new KubeconfigRoute() Defined in src/main/routes/kubeconfig-route.ts:58","title":"kubeconfigRoute"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_main_routes_kubeconfig_route_/#generatekubeconfig","text":"\u25b8 generateKubeConfig ( username : string, secret : V1Secret, cluster : Cluster ): object Defined in src/main/routes/kubeconfig-route.ts:6","title":"generateKubeConfig"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/","text":"@k8slens/extensions Globals / \"src/main/routes/metrics-route\" Module: \"src/main/routes/metrics-route\" # Index # Classes # MetricsRoute Type aliases # IMetricsQuery Variables # metricsRoute Type aliases # IMetricsQuery # \u01ac IMetricsQuery : string | string[] | { [metricName:string]: string; } Defined in src/main/routes/metrics-route.ts:5 Variables # metricsRoute # \u2022 Const metricsRoute : MetricsRoute = new MetricsRoute() Defined in src/main/routes/metrics-route.ts:73","title":"API Reference"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#module-srcmainroutesmetrics-route","text":"","title":"Module: \"src/main/routes/metrics-route\""},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#classes","text":"MetricsRoute","title":"Classes"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#type-aliases","text":"IMetricsQuery","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#variables","text":"metricsRoute","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#imetricsquery","text":"\u01ac IMetricsQuery : string | string[] | { [metricName:string]: string; } Defined in src/main/routes/metrics-route.ts:5","title":"IMetricsQuery"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_metrics_route_/#metricsroute","text":"\u2022 Const metricsRoute : MetricsRoute = new MetricsRoute() Defined in src/main/routes/metrics-route.ts:73","title":"metricsRoute"},{"location":"extensions/api/modules/_src_main_routes_port_forward_route_/","text":"@k8slens/extensions Globals / \"src/main/routes/port-forward-route\" Module: \"src/main/routes/port-forward-route\" # Index # Classes # PortForward PortForwardRoute Variables # portForwardRoute Variables # portForwardRoute # \u2022 Const portForwardRoute : PortForwardRoute = new PortForwardRoute() Defined in src/main/routes/port-forward-route.ts:108","title":"API Reference"},{"location":"extensions/api/modules/_src_main_routes_port_forward_route_/#module-srcmainroutesport-forward-route","text":"","title":"Module: \"src/main/routes/port-forward-route\""},{"location":"extensions/api/modules/_src_main_routes_port_forward_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_routes_port_forward_route_/#classes","text":"PortForward PortForwardRoute","title":"Classes"},{"location":"extensions/api/modules/_src_main_routes_port_forward_route_/#variables","text":"portForwardRoute","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_port_forward_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_port_forward_route_/#portforwardroute","text":"\u2022 Const portForwardRoute : PortForwardRoute = new PortForwardRoute() Defined in src/main/routes/port-forward-route.ts:108","title":"portForwardRoute"},{"location":"extensions/api/modules/_src_main_routes_resource_applier_route_/","text":"@k8slens/extensions Globals / \"src/main/routes/resource-applier-route\" Module: \"src/main/routes/resource-applier-route\" # Index # Classes # ResourceApplierApiRoute Variables # resourceApplierRoute Variables # resourceApplierRoute # \u2022 Const resourceApplierRoute : ResourceApplierApiRoute = new ResourceApplierApiRoute() Defined in src/main/routes/resource-applier-route.ts:17","title":"API Reference"},{"location":"extensions/api/modules/_src_main_routes_resource_applier_route_/#module-srcmainroutesresource-applier-route","text":"","title":"Module: \"src/main/routes/resource-applier-route\""},{"location":"extensions/api/modules/_src_main_routes_resource_applier_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_routes_resource_applier_route_/#classes","text":"ResourceApplierApiRoute","title":"Classes"},{"location":"extensions/api/modules/_src_main_routes_resource_applier_route_/#variables","text":"resourceApplierRoute","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_resource_applier_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_resource_applier_route_/#resourceapplierroute","text":"\u2022 Const resourceApplierRoute : ResourceApplierApiRoute = new ResourceApplierApiRoute() Defined in src/main/routes/resource-applier-route.ts:17","title":"resourceApplierRoute"},{"location":"extensions/api/modules/_src_main_routes_watch_route_/","text":"@k8slens/extensions Globals / \"src/main/routes/watch-route\" Module: \"src/main/routes/watch-route\" # Index # Classes # ApiWatcher WatchRoute Variables # watchRoute Variables # watchRoute # \u2022 Const watchRoute : WatchRoute = new WatchRoute() Defined in src/main/routes/watch-route.ts:111","title":"API Reference"},{"location":"extensions/api/modules/_src_main_routes_watch_route_/#module-srcmainrouteswatch-route","text":"","title":"Module: \"src/main/routes/watch-route\""},{"location":"extensions/api/modules/_src_main_routes_watch_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_routes_watch_route_/#classes","text":"ApiWatcher WatchRoute","title":"Classes"},{"location":"extensions/api/modules/_src_main_routes_watch_route_/#variables","text":"watchRoute","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_watch_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_routes_watch_route_/#watchroute","text":"\u2022 Const watchRoute : WatchRoute = new WatchRoute() Defined in src/main/routes/watch-route.ts:111","title":"watchRoute"},{"location":"extensions/api/modules/_src_main_tray_/","text":"@k8slens/extensions Globals / \"src/main/tray\" Module: \"src/main/tray\" # Index # Variables # tray Functions # buildTray createTrayMenu getTrayIcon initTray Variables # tray # \u2022 Let tray : Tray Defined in src/main/tray.ts:16 Functions # buildTray # \u25b8 buildTray ( icon : string | NativeImage, menu : Menu): Tray Defined in src/main/tray.ts:45 Parameters: Name Type icon string | NativeImage menu Menu Returns: Tray createTrayMenu # \u25b8 createTrayMenu ( windowManager : WindowManager ): Menu Defined in src/main/tray.ts:58 Parameters: Name Type windowManager WindowManager Returns: Menu getTrayIcon # \u25b8 getTrayIcon ( isDark? : boolean): string Defined in src/main/tray.ts:21 Parameters: Name Type Default value isDark boolean nativeTheme.shouldUseDarkColors Returns: string initTray # \u25b8 initTray ( windowManager : WindowManager ): (Anonymous function) Defined in src/main/tray.ts:29 Parameters: Name Type windowManager WindowManager Returns: (Anonymous function)","title":"API Reference"},{"location":"extensions/api/modules/_src_main_tray_/#module-srcmaintray","text":"","title":"Module: \"src/main/tray\""},{"location":"extensions/api/modules/_src_main_tray_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_tray_/#variables","text":"tray","title":"Variables"},{"location":"extensions/api/modules/_src_main_tray_/#functions","text":"buildTray createTrayMenu getTrayIcon initTray","title":"Functions"},{"location":"extensions/api/modules/_src_main_tray_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_main_tray_/#tray","text":"\u2022 Let tray : Tray Defined in src/main/tray.ts:16","title":"tray"},{"location":"extensions/api/modules/_src_main_tray_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_main_tray_/#buildtray","text":"\u25b8 buildTray ( icon : string | NativeImage, menu : Menu): Tray Defined in src/main/tray.ts:45","title":"buildTray"},{"location":"extensions/api/modules/_src_main_tray_/#createtraymenu","text":"\u25b8 createTrayMenu ( windowManager : WindowManager ): Menu Defined in src/main/tray.ts:58","title":"createTrayMenu"},{"location":"extensions/api/modules/_src_main_tray_/#gettrayicon","text":"\u25b8 getTrayIcon ( isDark? : boolean): string Defined in src/main/tray.ts:21","title":"getTrayIcon"},{"location":"extensions/api/modules/_src_main_tray_/#inittray","text":"\u25b8 initTray ( windowManager : WindowManager ): (Anonymous function) Defined in src/main/tray.ts:29","title":"initTray"},{"location":"extensions/api/modules/_src_main_window_manager_/","text":"@k8slens/extensions Globals / \"src/main/window-manager\" Module: \"src/main/window-manager\" # Index # Classes # WindowManager","title":"API Reference"},{"location":"extensions/api/modules/_src_main_window_manager_/#module-srcmainwindow-manager","text":"","title":"Module: \"src/main/window-manager\""},{"location":"extensions/api/modules/_src_main_window_manager_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_main_window_manager_/#classes","text":"WindowManager","title":"Classes"},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_0_0_beta_2_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/2.0.0-beta.2\" Module: \"src/migrations/cluster-store/2.0.0-beta.2\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_0_0_beta_2_/#module-srcmigrationscluster-store200-beta2","text":"","title":"Module: \"src/migrations/cluster-store/2.0.0-beta.2\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_4_1_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/2.4.1\" Module: \"src/migrations/cluster-store/2.4.1\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_4_1_/#module-srcmigrationscluster-store241","text":"","title":"Module: \"src/migrations/cluster-store/2.4.1\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_6_0_beta_2_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/2.6.0-beta.2\" Module: \"src/migrations/cluster-store/2.6.0-beta.2\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_6_0_beta_2_/#module-srcmigrationscluster-store260-beta2","text":"","title":"Module: \"src/migrations/cluster-store/2.6.0-beta.2\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_6_0_beta_3_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/2.6.0-beta.3\" Module: \"src/migrations/cluster-store/2.6.0-beta.3\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_6_0_beta_3_/#module-srcmigrationscluster-store260-beta3","text":"","title":"Module: \"src/migrations/cluster-store/2.6.0-beta.3\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_7_0_beta_0_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/2.7.0-beta.0\" Module: \"src/migrations/cluster-store/2.7.0-beta.0\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_7_0_beta_0_/#module-srcmigrationscluster-store270-beta0","text":"","title":"Module: \"src/migrations/cluster-store/2.7.0-beta.0\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_7_0_beta_1_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/2.7.0-beta.1\" Module: \"src/migrations/cluster-store/2.7.0-beta.1\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_2_7_0_beta_1_/#module-srcmigrationscluster-store270-beta1","text":"","title":"Module: \"src/migrations/cluster-store/2.7.0-beta.1\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_3_6_0_beta_1_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/3.6.0-beta.1\" Module: \"src/migrations/cluster-store/3.6.0-beta.1\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_3_6_0_beta_1_/#module-srcmigrationscluster-store360-beta1","text":"","title":"Module: \"src/migrations/cluster-store/3.6.0-beta.1\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_index_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/index\" Module: \"src/migrations/cluster-store/index\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_index_/#module-srcmigrationscluster-storeindex","text":"","title":"Module: \"src/migrations/cluster-store/index\""},{"location":"extensions/api/modules/_src_migrations_cluster_store_snap_/","text":"@k8slens/extensions Globals / \"src/migrations/cluster-store/snap\" Module: \"src/migrations/cluster-store/snap\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_cluster_store_snap_/#module-srcmigrationscluster-storesnap","text":"","title":"Module: \"src/migrations/cluster-store/snap\""},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/","text":"@k8slens/extensions Globals / \"src/migrations/migration-wrapper\" Module: \"src/migrations/migration-wrapper\" # Index # Interfaces # MigrationOpts Functions # infoLog migration Functions # infoLog # \u25b8 infoLog (... args : any[]): void Defined in src/migrations/migration-wrapper.ts:9 Parameters: Name Type ...args any[] Returns: void migration # \u25b8 migration \\ ( __namedParameters : { run: run ; version: string }): object Defined in src/migrations/migration-wrapper.ts:14 Type parameters: Name Default S any Parameters: Name Type __namedParameters { run: run ; version: string } Returns: object Name Type [version] (storeConfig: Config\\ ) => void","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/#module-srcmigrationsmigration-wrapper","text":"","title":"Module: \"src/migrations/migration-wrapper\""},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/#interfaces","text":"MigrationOpts","title":"Interfaces"},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/#functions","text":"infoLog migration","title":"Functions"},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/#infolog","text":"\u25b8 infoLog (... args : any[]): void Defined in src/migrations/migration-wrapper.ts:9","title":"infoLog"},{"location":"extensions/api/modules/_src_migrations_migration_wrapper_/#migration","text":"\u25b8 migration \\ ( __namedParameters : { run: run ; version: string }): object Defined in src/migrations/migration-wrapper.ts:14","title":"migration"},{"location":"extensions/api/modules/_src_migrations_user_store_2_1_0_beta_4_/","text":"@k8slens/extensions Globals / \"src/migrations/user-store/2.1.0-beta.4\" Module: \"src/migrations/user-store/2.1.0-beta.4\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_user_store_2_1_0_beta_4_/#module-srcmigrationsuser-store210-beta4","text":"","title":"Module: \"src/migrations/user-store/2.1.0-beta.4\""},{"location":"extensions/api/modules/_src_migrations_user_store_index_/","text":"@k8slens/extensions Globals / \"src/migrations/user-store/index\" Module: \"src/migrations/user-store/index\" #","title":"API Reference"},{"location":"extensions/api/modules/_src_migrations_user_store_index_/#module-srcmigrationsuser-storeindex","text":"","title":"Module: \"src/migrations/user-store/index\""},{"location":"extensions/api/modules/_src_renderer_api_api_manager_/","text":"@k8slens/extensions Globals / \"src/renderer/api/api-manager\" Module: \"src/renderer/api/api-manager\" # Index # Classes # ApiManager Variables # apiManager Variables # apiManager # \u2022 Const apiManager : ApiManager = new ApiManager() Defined in src/renderer/api/api-manager.ts:52","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_api_manager_/#module-srcrendererapiapi-manager","text":"","title":"Module: \"src/renderer/api/api-manager\""},{"location":"extensions/api/modules/_src_renderer_api_api_manager_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_api_manager_/#classes","text":"ApiManager","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_api_manager_/#variables","text":"apiManager","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_api_manager_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_api_manager_/#apimanager","text":"\u2022 Const apiManager : ApiManager = new ApiManager() Defined in src/renderer/api/api-manager.ts:52","title":"apiManager"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster.api\" Module: \"src/renderer/api/endpoints/cluster.api\" # Index # Enumerations # ClusterStatus Classes # Cluster ClusterApi Interfaces # IClusterMetrics Variables # clusterApi Variables # clusterApi # \u2022 Const clusterApi : ClusterApi = new ClusterApi({ objectConstructor: Cluster,}) Defined in src/renderer/api/endpoints/cluster.api.ts:97","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#module-srcrendererapiendpointsclusterapi","text":"","title":"Module: \"src/renderer/api/endpoints/cluster.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#enumerations","text":"ClusterStatus","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#classes","text":"Cluster ClusterApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#interfaces","text":"IClusterMetrics","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#variables","text":"clusterApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_api_/#clusterapi","text":"\u2022 Const clusterApi : ClusterApi = new ClusterApi({ objectConstructor: Cluster,}) Defined in src/renderer/api/endpoints/cluster.api.ts:97","title":"clusterApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster-role.api\" Module: \"src/renderer/api/endpoints/cluster-role.api\" # Index # Classes # ClusterRole Variables # clusterRoleApi Variables # clusterRoleApi # \u2022 Const clusterRoleApi : KubeApi \\< ClusterRole > = new KubeApi({ objectConstructor: ClusterRole,}) Defined in src/renderer/api/endpoints/cluster-role.api.ts:12","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/#module-srcrendererapiendpointscluster-roleapi","text":"","title":"Module: \"src/renderer/api/endpoints/cluster-role.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/#classes","text":"ClusterRole","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/#variables","text":"clusterRoleApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_api_/#clusterroleapi","text":"\u2022 Const clusterRoleApi : KubeApi \\< ClusterRole > = new KubeApi({ objectConstructor: ClusterRole,}) Defined in src/renderer/api/endpoints/cluster-role.api.ts:12","title":"clusterRoleApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cluster-role-binding.api\" Module: \"src/renderer/api/endpoints/cluster-role-binding.api\" # Index # Classes # ClusterRoleBinding Variables # clusterRoleBindingApi Variables # clusterRoleBindingApi # \u2022 Const clusterRoleBindingApi : KubeApi \\< ClusterRoleBinding > = new KubeApi({ objectConstructor: ClusterRoleBinding,}) Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:10","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/#module-srcrendererapiendpointscluster-role-bindingapi","text":"","title":"Module: \"src/renderer/api/endpoints/cluster-role-binding.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/#classes","text":"ClusterRoleBinding","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/#variables","text":"clusterRoleBindingApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cluster_role_binding_api_/#clusterrolebindingapi","text":"\u2022 Const clusterRoleBindingApi : KubeApi \\< ClusterRoleBinding > = new KubeApi({ objectConstructor: ClusterRoleBinding,}) Defined in src/renderer/api/endpoints/cluster-role-binding.api.ts:10","title":"clusterRoleBindingApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/configmap.api\" Module: \"src/renderer/api/endpoints/configmap.api\" # Index # Classes # ConfigMap Variables # configMapApi Variables # configMapApi # \u2022 Const configMapApi : KubeApi \\< ConfigMap > = new KubeApi({ objectConstructor: ConfigMap,}) Defined in src/renderer/api/endpoints/configmap.api.ts:26","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/#module-srcrendererapiendpointsconfigmapapi","text":"","title":"Module: \"src/renderer/api/endpoints/configmap.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/#classes","text":"ConfigMap","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/#variables","text":"configMapApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_configmap_api_/#configmapapi","text":"\u2022 Const configMapApi : KubeApi \\< ConfigMap > = new KubeApi({ objectConstructor: ConfigMap,}) Defined in src/renderer/api/endpoints/configmap.api.ts:26","title":"configMapApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/crd.api\" Module: \"src/renderer/api/endpoints/crd.api\" # Index # Classes # CustomResourceDefinition Type aliases # AdditionalPrinterColumnsCommon AdditionalPrinterColumnsV1 AdditionalPrinterColumnsV1Beta Variables # crdApi Type aliases # AdditionalPrinterColumnsCommon # \u01ac AdditionalPrinterColumnsCommon : { description: string ; name: string ; priority: number ; type: \\\"integer\\\" | \\\"number\\\" | \\\"string\\\" | \\\"boolean\\\" | \\\"date\\\" } Defined in src/renderer/api/endpoints/crd.api.ts:5 Type declaration: Name Type description string name string priority number type \\\"integer\\\" | \\\"number\\\" | \\\"string\\\" | \\\"boolean\\\" | \\\"date\\\" AdditionalPrinterColumnsV1 # \u01ac AdditionalPrinterColumnsV1 : AdditionalPrinterColumnsCommon & { jsonPath: string } Defined in src/renderer/api/endpoints/crd.api.ts:12 AdditionalPrinterColumnsV1Beta # \u01ac AdditionalPrinterColumnsV1Beta : AdditionalPrinterColumnsCommon & { JSONPath: string } Defined in src/renderer/api/endpoints/crd.api.ts:16 Variables # crdApi # \u2022 Const crdApi : VersionedKubeApi \\< CustomResourceDefinition > = new VersionedKubeApi\\ ({ objectConstructor: CustomResourceDefinition}) Defined in src/renderer/api/endpoints/crd.api.ts:149","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#module-srcrendererapiendpointscrdapi","text":"","title":"Module: \"src/renderer/api/endpoints/crd.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#classes","text":"CustomResourceDefinition","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#type-aliases","text":"AdditionalPrinterColumnsCommon AdditionalPrinterColumnsV1 AdditionalPrinterColumnsV1Beta","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#variables","text":"crdApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#additionalprintercolumnscommon","text":"\u01ac AdditionalPrinterColumnsCommon : { description: string ; name: string ; priority: number ; type: \\\"integer\\\" | \\\"number\\\" | \\\"string\\\" | \\\"boolean\\\" | \\\"date\\\" } Defined in src/renderer/api/endpoints/crd.api.ts:5","title":"AdditionalPrinterColumnsCommon"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#additionalprintercolumnsv1","text":"\u01ac AdditionalPrinterColumnsV1 : AdditionalPrinterColumnsCommon & { jsonPath: string } Defined in src/renderer/api/endpoints/crd.api.ts:12","title":"AdditionalPrinterColumnsV1"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#additionalprintercolumnsv1beta","text":"\u01ac AdditionalPrinterColumnsV1Beta : AdditionalPrinterColumnsCommon & { JSONPath: string } Defined in src/renderer/api/endpoints/crd.api.ts:16","title":"AdditionalPrinterColumnsV1Beta"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_crd_api_/#crdapi","text":"\u2022 Const crdApi : VersionedKubeApi \\< CustomResourceDefinition > = new VersionedKubeApi\\ ({ objectConstructor: CustomResourceDefinition}) Defined in src/renderer/api/endpoints/crd.api.ts:149","title":"crdApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/cron-job.api\" Module: \"src/renderer/api/endpoints/cron-job.api\" # Index # Classes # CronJob Variables # cronJobApi Variables # cronJobApi # \u2022 Const cronJobApi : KubeApi \\< CronJob > = new KubeApi({ objectConstructor: CronJob,}) Defined in src/renderer/api/endpoints/cron-job.api.ts:92","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/#module-srcrendererapiendpointscron-jobapi","text":"","title":"Module: \"src/renderer/api/endpoints/cron-job.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/#classes","text":"CronJob","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/#variables","text":"cronJobApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_cron_job_api_/#cronjobapi","text":"\u2022 Const cronJobApi : KubeApi \\< CronJob > = new KubeApi({ objectConstructor: CronJob,}) Defined in src/renderer/api/endpoints/cron-job.api.ts:92","title":"cronJobApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/daemon-set.api\" Module: \"src/renderer/api/endpoints/daemon-set.api\" # Index # Classes # DaemonSet Variables # daemonSetApi Variables # daemonSetApi # \u2022 Const daemonSetApi : KubeApi \\< DaemonSet > = new KubeApi({ objectConstructor: DaemonSet,}) Defined in src/renderer/api/endpoints/daemon-set.api.ts:73","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/#module-srcrendererapiendpointsdaemon-setapi","text":"","title":"Module: \"src/renderer/api/endpoints/daemon-set.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/#classes","text":"DaemonSet","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/#variables","text":"daemonSetApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_daemon_set_api_/#daemonsetapi","text":"\u2022 Const daemonSetApi : KubeApi \\< DaemonSet > = new KubeApi({ objectConstructor: DaemonSet,}) Defined in src/renderer/api/endpoints/daemon-set.api.ts:73","title":"daemonSetApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/deployment.api\" Module: \"src/renderer/api/endpoints/deployment.api\" # Index # Classes # Deployment DeploymentApi Variables # deploymentApi Variables # deploymentApi # \u2022 Const deploymentApi : DeploymentApi = new DeploymentApi({ objectConstructor: Deployment,}) Defined in src/renderer/api/endpoints/deployment.api.ts:190","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/#module-srcrendererapiendpointsdeploymentapi","text":"","title":"Module: \"src/renderer/api/endpoints/deployment.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/#classes","text":"Deployment DeploymentApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/#variables","text":"deploymentApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_deployment_api_/#deploymentapi","text":"\u2022 Const deploymentApi : DeploymentApi = new DeploymentApi({ objectConstructor: Deployment,}) Defined in src/renderer/api/endpoints/deployment.api.ts:190","title":"deploymentApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/endpoint.api\" Module: \"src/renderer/api/endpoints/endpoint.api\" # Index # Classes # Endpoint EndpointAddress EndpointSubset Interfaces # IEndpointAddress IEndpointPort IEndpointSubset ITargetRef Variables # endpointApi Variables # endpointApi # \u2022 Const endpointApi : KubeApi \\< Endpoint > = new KubeApi({ objectConstructor: Endpoint,}) Defined in src/renderer/api/endpoints/endpoint.api.ts:122","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/#module-srcrendererapiendpointsendpointapi","text":"","title":"Module: \"src/renderer/api/endpoints/endpoint.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/#classes","text":"Endpoint EndpointAddress EndpointSubset","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/#interfaces","text":"IEndpointAddress IEndpointPort IEndpointSubset ITargetRef","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/#variables","text":"endpointApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_endpoint_api_/#endpointapi","text":"\u2022 Const endpointApi : KubeApi \\< Endpoint > = new KubeApi({ objectConstructor: Endpoint,}) Defined in src/renderer/api/endpoints/endpoint.api.ts:122","title":"endpointApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_events_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/events.api\" Module: \"src/renderer/api/endpoints/events.api\" # Index # Classes # KubeEvent Variables # eventApi Variables # eventApi # \u2022 Const eventApi : KubeApi \\< KubeEvent > = new KubeApi({ objectConstructor: KubeEvent,}) Defined in src/renderer/api/endpoints/events.api.ts:56","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_events_api_/#module-srcrendererapiendpointseventsapi","text":"","title":"Module: \"src/renderer/api/endpoints/events.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_events_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_events_api_/#classes","text":"KubeEvent","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_events_api_/#variables","text":"eventApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_events_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_events_api_/#eventapi","text":"\u2022 Const eventApi : KubeApi \\< KubeEvent > = new KubeApi({ objectConstructor: KubeEvent,}) Defined in src/renderer/api/endpoints/events.api.ts:56","title":"eventApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/hpa.api\" Module: \"src/renderer/api/endpoints/hpa.api\" # Index # Enumerations # HpaMetricType Classes # HorizontalPodAutoscaler Interfaces # IHpaMetric Type aliases # IHpaMetricData Variables # hpaApi Type aliases # IHpaMetricData # \u01ac IHpaMetricData \\ : T & { currentAverageUtilization?: number ; currentAverageValue?: string ; metricName?: string ; name?: string ; target?: { apiVersion: string ; kind: string ; name: string } ; targetAverageUtilization?: number ; targetAverageValue?: string } Defined in src/renderer/api/endpoints/hpa.api.ts:11 Type parameters: Name Default T any Variables # hpaApi # \u2022 Const hpaApi : KubeApi \\< HorizontalPodAutoscaler > = new KubeApi({ objectConstructor: HorizontalPodAutoscaler,}) Defined in src/renderer/api/endpoints/hpa.api.ts:137","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#module-srcrendererapiendpointshpaapi","text":"","title":"Module: \"src/renderer/api/endpoints/hpa.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#enumerations","text":"HpaMetricType","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#classes","text":"HorizontalPodAutoscaler","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#interfaces","text":"IHpaMetric","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#type-aliases","text":"IHpaMetricData","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#variables","text":"hpaApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#ihpametricdata","text":"\u01ac IHpaMetricData \\ : T & { currentAverageUtilization?: number ; currentAverageValue?: string ; metricName?: string ; name?: string ; target?: { apiVersion: string ; kind: string ; name: string } ; targetAverageUtilization?: number ; targetAverageValue?: string } Defined in src/renderer/api/endpoints/hpa.api.ts:11","title":"IHpaMetricData"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_hpa_api_/#hpaapi","text":"\u2022 Const hpaApi : KubeApi \\< HorizontalPodAutoscaler > = new KubeApi({ objectConstructor: HorizontalPodAutoscaler,}) Defined in src/renderer/api/endpoints/hpa.api.ts:137","title":"hpaApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/index\" Module: \"src/renderer/api/endpoints/index\" # Index # References # Cluster ClusterApi ClusterRole ClusterRoleBinding ClusterStatus ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment DeploymentApi Endpoint EndpointAddress EndpointSubset HorizontalPodAutoscaler HpaMetricType IClusterMetrics IEndpointAddress IEndpointPort IEndpointSubset IHpaMetric IHpaMetricData IIngressMetrics ILoadBalancerIngress INodeMetrics IPodContainer IPodContainerStatus IPodLogsQuery IPodMetrics IPolicyEgress IPolicyIngress IPolicyIpBlock IPolicySelector IPvcMetrics IResourceQuotaValues IRoleBindingSubject ISecretRef ISelfSubjectReviewRule IServicePort Ingress IngressApi Job KubeEvent Namespace NamespaceStatus NetworkPolicy Node NodesApi PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget PodMetrics PodSecurityPolicy PodStatus PodsApi ReplicaSet ResourceQuota Role RoleBinding Secret SecretType SelfSubjectRulesReview SelfSubjectRulesReviewApi Service ServiceAccount ServicePort StatefulSet StorageClass clusterApi clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi hpaApi ingressApi jobApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podMetricsApi podsApi pspApi pvcApi replicaSetApi resourceQuotaApi roleApi roleBindingApi secretsApi selfSubjectRulesReviewApi serviceAccountsApi serviceApi statefulSetApi storageClassApi References # Cluster # Re-exports: Cluster ClusterApi # Re-exports: ClusterApi ClusterRole # Re-exports: ClusterRole ClusterRoleBinding # Re-exports: ClusterRoleBinding ClusterStatus # Re-exports: ClusterStatus ConfigMap # Re-exports: ConfigMap CronJob # Re-exports: CronJob CustomResourceDefinition # Re-exports: CustomResourceDefinition DaemonSet # Re-exports: DaemonSet Deployment # Re-exports: Deployment DeploymentApi # Re-exports: DeploymentApi Endpoint # Re-exports: Endpoint EndpointAddress # Re-exports: EndpointAddress EndpointSubset # Re-exports: EndpointSubset HorizontalPodAutoscaler # Re-exports: HorizontalPodAutoscaler HpaMetricType # Re-exports: HpaMetricType IClusterMetrics # Re-exports: IClusterMetrics IEndpointAddress # Re-exports: IEndpointAddress IEndpointPort # Re-exports: IEndpointPort IEndpointSubset # Re-exports: IEndpointSubset IHpaMetric # Re-exports: IHpaMetric IHpaMetricData # Re-exports: IHpaMetricData IIngressMetrics # Re-exports: IIngressMetrics ILoadBalancerIngress # Re-exports: ILoadBalancerIngress INodeMetrics # Re-exports: INodeMetrics IPodContainer # Re-exports: IPodContainer IPodContainerStatus # Re-exports: IPodContainerStatus IPodLogsQuery # Re-exports: IPodLogsQuery IPodMetrics # Re-exports: IPodMetrics IPolicyEgress # Re-exports: IPolicyEgress IPolicyIngress # Re-exports: IPolicyIngress IPolicyIpBlock # Re-exports: IPolicyIpBlock IPolicySelector # Re-exports: IPolicySelector IPvcMetrics # Re-exports: IPvcMetrics IResourceQuotaValues # Re-exports: IResourceQuotaValues IRoleBindingSubject # Re-exports: IRoleBindingSubject ISecretRef # Re-exports: ISecretRef ISelfSubjectReviewRule # Re-exports: ISelfSubjectReviewRule IServicePort # Re-exports: IServicePort Ingress # Re-exports: Ingress IngressApi # Re-exports: IngressApi Job # Re-exports: Job KubeEvent # Re-exports: KubeEvent Namespace # Re-exports: Namespace NamespaceStatus # Re-exports: NamespaceStatus NetworkPolicy # Re-exports: NetworkPolicy Node # Re-exports: Node NodesApi # Re-exports: NodesApi PersistentVolume # Re-exports: PersistentVolume PersistentVolumeClaim # Re-exports: PersistentVolumeClaim PersistentVolumeClaimsApi # Re-exports: PersistentVolumeClaimsApi Pod # Re-exports: Pod PodDisruptionBudget # Re-exports: PodDisruptionBudget PodMetrics # Re-exports: PodMetrics PodSecurityPolicy # Re-exports: PodSecurityPolicy PodStatus # Re-exports: PodStatus PodsApi # Re-exports: PodsApi ReplicaSet # Re-exports: ReplicaSet ResourceQuota # Re-exports: ResourceQuota Role # Re-exports: Role RoleBinding # Re-exports: RoleBinding Secret # Re-exports: Secret SecretType # Re-exports: SecretType SelfSubjectRulesReview # Re-exports: SelfSubjectRulesReview SelfSubjectRulesReviewApi # Re-exports: SelfSubjectRulesReviewApi Service # Re-exports: Service ServiceAccount # Re-exports: ServiceAccount ServicePort # Re-exports: ServicePort StatefulSet # Re-exports: StatefulSet StorageClass # Re-exports: StorageClass clusterApi # Re-exports: clusterApi clusterRoleApi # Re-exports: clusterRoleApi clusterRoleBindingApi # Re-exports: clusterRoleBindingApi configMapApi # Re-exports: configMapApi crdApi # Re-exports: crdApi cronJobApi # Re-exports: cronJobApi daemonSetApi # Re-exports: daemonSetApi deploymentApi # Re-exports: deploymentApi endpointApi # Re-exports: endpointApi eventApi # Re-exports: eventApi hpaApi # Re-exports: hpaApi ingressApi # Re-exports: ingressApi jobApi # Re-exports: jobApi namespacesApi # Re-exports: namespacesApi networkPolicyApi # Re-exports: networkPolicyApi nodesApi # Re-exports: nodesApi pdbApi # Re-exports: pdbApi persistentVolumeApi # Re-exports: persistentVolumeApi podMetricsApi # Re-exports: podMetricsApi podsApi # Re-exports: podsApi pspApi # Re-exports: pspApi pvcApi # Re-exports: pvcApi replicaSetApi # Re-exports: replicaSetApi resourceQuotaApi # Re-exports: resourceQuotaApi roleApi # Re-exports: roleApi roleBindingApi # Re-exports: roleBindingApi secretsApi # Re-exports: secretsApi selfSubjectRulesReviewApi # Re-exports: selfSubjectRulesReviewApi serviceAccountsApi # Re-exports: serviceAccountsApi serviceApi # Re-exports: serviceApi statefulSetApi # Re-exports: statefulSetApi storageClassApi # Re-exports: storageClassApi","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#module-srcrendererapiendpointsindex","text":"","title":"Module: \"src/renderer/api/endpoints/index\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#references","text":"Cluster ClusterApi ClusterRole ClusterRoleBinding ClusterStatus ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment DeploymentApi Endpoint EndpointAddress EndpointSubset HorizontalPodAutoscaler HpaMetricType IClusterMetrics IEndpointAddress IEndpointPort IEndpointSubset IHpaMetric IHpaMetricData IIngressMetrics ILoadBalancerIngress INodeMetrics IPodContainer IPodContainerStatus IPodLogsQuery IPodMetrics IPolicyEgress IPolicyIngress IPolicyIpBlock IPolicySelector IPvcMetrics IResourceQuotaValues IRoleBindingSubject ISecretRef ISelfSubjectReviewRule IServicePort Ingress IngressApi Job KubeEvent Namespace NamespaceStatus NetworkPolicy Node NodesApi PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget PodMetrics PodSecurityPolicy PodStatus PodsApi ReplicaSet ResourceQuota Role RoleBinding Secret SecretType SelfSubjectRulesReview SelfSubjectRulesReviewApi Service ServiceAccount ServicePort StatefulSet StorageClass clusterApi clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi hpaApi ingressApi jobApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podMetricsApi podsApi pspApi pvcApi replicaSetApi resourceQuotaApi roleApi roleBindingApi secretsApi selfSubjectRulesReviewApi serviceAccountsApi serviceApi statefulSetApi storageClassApi","title":"References"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#cluster","text":"Re-exports: Cluster","title":"Cluster"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#clusterapi","text":"Re-exports: ClusterApi","title":"ClusterApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#clusterrole","text":"Re-exports: ClusterRole","title":"ClusterRole"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#clusterrolebinding","text":"Re-exports: ClusterRoleBinding","title":"ClusterRoleBinding"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#clusterstatus","text":"Re-exports: ClusterStatus","title":"ClusterStatus"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#configmap","text":"Re-exports: ConfigMap","title":"ConfigMap"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#cronjob","text":"Re-exports: CronJob","title":"CronJob"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#customresourcedefinition","text":"Re-exports: CustomResourceDefinition","title":"CustomResourceDefinition"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#daemonset","text":"Re-exports: DaemonSet","title":"DaemonSet"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#deployment","text":"Re-exports: Deployment","title":"Deployment"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#deploymentapi","text":"Re-exports: DeploymentApi","title":"DeploymentApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#endpoint","text":"Re-exports: Endpoint","title":"Endpoint"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#endpointaddress","text":"Re-exports: EndpointAddress","title":"EndpointAddress"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#endpointsubset","text":"Re-exports: EndpointSubset","title":"EndpointSubset"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#horizontalpodautoscaler","text":"Re-exports: HorizontalPodAutoscaler","title":"HorizontalPodAutoscaler"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#hpametrictype","text":"Re-exports: HpaMetricType","title":"HpaMetricType"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iclustermetrics","text":"Re-exports: IClusterMetrics","title":"IClusterMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iendpointaddress","text":"Re-exports: IEndpointAddress","title":"IEndpointAddress"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iendpointport","text":"Re-exports: IEndpointPort","title":"IEndpointPort"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iendpointsubset","text":"Re-exports: IEndpointSubset","title":"IEndpointSubset"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ihpametric","text":"Re-exports: IHpaMetric","title":"IHpaMetric"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ihpametricdata","text":"Re-exports: IHpaMetricData","title":"IHpaMetricData"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iingressmetrics","text":"Re-exports: IIngressMetrics","title":"IIngressMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iloadbalanceringress","text":"Re-exports: ILoadBalancerIngress","title":"ILoadBalancerIngress"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#inodemetrics","text":"Re-exports: INodeMetrics","title":"INodeMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipodcontainer","text":"Re-exports: IPodContainer","title":"IPodContainer"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipodcontainerstatus","text":"Re-exports: IPodContainerStatus","title":"IPodContainerStatus"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipodlogsquery","text":"Re-exports: IPodLogsQuery","title":"IPodLogsQuery"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipodmetrics","text":"Re-exports: IPodMetrics","title":"IPodMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipolicyegress","text":"Re-exports: IPolicyEgress","title":"IPolicyEgress"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipolicyingress","text":"Re-exports: IPolicyIngress","title":"IPolicyIngress"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipolicyipblock","text":"Re-exports: IPolicyIpBlock","title":"IPolicyIpBlock"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipolicyselector","text":"Re-exports: IPolicySelector","title":"IPolicySelector"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ipvcmetrics","text":"Re-exports: IPvcMetrics","title":"IPvcMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iresourcequotavalues","text":"Re-exports: IResourceQuotaValues","title":"IResourceQuotaValues"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#irolebindingsubject","text":"Re-exports: IRoleBindingSubject","title":"IRoleBindingSubject"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#isecretref","text":"Re-exports: ISecretRef","title":"ISecretRef"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iselfsubjectreviewrule","text":"Re-exports: ISelfSubjectReviewRule","title":"ISelfSubjectReviewRule"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#iserviceport","text":"Re-exports: IServicePort","title":"IServicePort"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ingress","text":"Re-exports: Ingress","title":"Ingress"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ingressapi","text":"Re-exports: IngressApi","title":"IngressApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#job","text":"Re-exports: Job","title":"Job"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#kubeevent","text":"Re-exports: KubeEvent","title":"KubeEvent"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#namespace","text":"Re-exports: Namespace","title":"Namespace"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#namespacestatus","text":"Re-exports: NamespaceStatus","title":"NamespaceStatus"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#networkpolicy","text":"Re-exports: NetworkPolicy","title":"NetworkPolicy"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#node","text":"Re-exports: Node","title":"Node"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#nodesapi","text":"Re-exports: NodesApi","title":"NodesApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#persistentvolume","text":"Re-exports: PersistentVolume","title":"PersistentVolume"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#persistentvolumeclaim","text":"Re-exports: PersistentVolumeClaim","title":"PersistentVolumeClaim"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#persistentvolumeclaimsapi","text":"Re-exports: PersistentVolumeClaimsApi","title":"PersistentVolumeClaimsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#pod","text":"Re-exports: Pod","title":"Pod"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#poddisruptionbudget","text":"Re-exports: PodDisruptionBudget","title":"PodDisruptionBudget"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#podmetrics","text":"Re-exports: PodMetrics","title":"PodMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#podsecuritypolicy","text":"Re-exports: PodSecurityPolicy","title":"PodSecurityPolicy"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#podstatus","text":"Re-exports: PodStatus","title":"PodStatus"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#podsapi","text":"Re-exports: PodsApi","title":"PodsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#replicaset","text":"Re-exports: ReplicaSet","title":"ReplicaSet"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#resourcequota","text":"Re-exports: ResourceQuota","title":"ResourceQuota"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#role","text":"Re-exports: Role","title":"Role"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#rolebinding","text":"Re-exports: RoleBinding","title":"RoleBinding"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#secret","text":"Re-exports: Secret","title":"Secret"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#secrettype","text":"Re-exports: SecretType","title":"SecretType"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#selfsubjectrulesreview","text":"Re-exports: SelfSubjectRulesReview","title":"SelfSubjectRulesReview"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#selfsubjectrulesreviewapi","text":"Re-exports: SelfSubjectRulesReviewApi","title":"SelfSubjectRulesReviewApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#service","text":"Re-exports: Service","title":"Service"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#serviceaccount","text":"Re-exports: ServiceAccount","title":"ServiceAccount"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#serviceport","text":"Re-exports: ServicePort","title":"ServicePort"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#statefulset","text":"Re-exports: StatefulSet","title":"StatefulSet"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#storageclass","text":"Re-exports: StorageClass","title":"StorageClass"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#clusterapi_1","text":"Re-exports: clusterApi","title":"clusterApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#clusterroleapi","text":"Re-exports: clusterRoleApi","title":"clusterRoleApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#clusterrolebindingapi","text":"Re-exports: clusterRoleBindingApi","title":"clusterRoleBindingApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#configmapapi","text":"Re-exports: configMapApi","title":"configMapApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#crdapi","text":"Re-exports: crdApi","title":"crdApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#cronjobapi","text":"Re-exports: cronJobApi","title":"cronJobApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#daemonsetapi","text":"Re-exports: daemonSetApi","title":"daemonSetApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#deploymentapi_1","text":"Re-exports: deploymentApi","title":"deploymentApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#endpointapi","text":"Re-exports: endpointApi","title":"endpointApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#eventapi","text":"Re-exports: eventApi","title":"eventApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#hpaapi","text":"Re-exports: hpaApi","title":"hpaApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#ingressapi_1","text":"Re-exports: ingressApi","title":"ingressApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#jobapi","text":"Re-exports: jobApi","title":"jobApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#namespacesapi","text":"Re-exports: namespacesApi","title":"namespacesApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#networkpolicyapi","text":"Re-exports: networkPolicyApi","title":"networkPolicyApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#nodesapi_1","text":"Re-exports: nodesApi","title":"nodesApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#pdbapi","text":"Re-exports: pdbApi","title":"pdbApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#persistentvolumeapi","text":"Re-exports: persistentVolumeApi","title":"persistentVolumeApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#podmetricsapi","text":"Re-exports: podMetricsApi","title":"podMetricsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#podsapi_1","text":"Re-exports: podsApi","title":"podsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#pspapi","text":"Re-exports: pspApi","title":"pspApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#pvcapi","text":"Re-exports: pvcApi","title":"pvcApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#replicasetapi","text":"Re-exports: replicaSetApi","title":"replicaSetApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#resourcequotaapi","text":"Re-exports: resourceQuotaApi","title":"resourceQuotaApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#roleapi","text":"Re-exports: roleApi","title":"roleApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#rolebindingapi","text":"Re-exports: roleBindingApi","title":"roleBindingApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#secretsapi","text":"Re-exports: secretsApi","title":"secretsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#selfsubjectrulesreviewapi_1","text":"Re-exports: selfSubjectRulesReviewApi","title":"selfSubjectRulesReviewApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#serviceaccountsapi","text":"Re-exports: serviceAccountsApi","title":"serviceAccountsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#serviceapi","text":"Re-exports: serviceApi","title":"serviceApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#statefulsetapi","text":"Re-exports: statefulSetApi","title":"statefulSetApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_index_/#storageclassapi","text":"Re-exports: storageClassApi","title":"storageClassApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/ingress.api\" Module: \"src/renderer/api/endpoints/ingress.api\" # Index # Classes # Ingress IngressApi Interfaces # IIngressMetrics ILoadBalancerIngress Variables # ingressApi Variables # ingressApi # \u2022 Const ingressApi : IngressApi = new IngressApi({ objectConstructor: Ingress,}) Defined in src/renderer/api/endpoints/ingress.api.ts:122","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/#module-srcrendererapiendpointsingressapi","text":"","title":"Module: \"src/renderer/api/endpoints/ingress.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/#classes","text":"Ingress IngressApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/#interfaces","text":"IIngressMetrics ILoadBalancerIngress","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/#variables","text":"ingressApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_ingress_api_/#ingressapi","text":"\u2022 Const ingressApi : IngressApi = new IngressApi({ objectConstructor: Ingress,}) Defined in src/renderer/api/endpoints/ingress.api.ts:122","title":"ingressApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_job_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/job.api\" Module: \"src/renderer/api/endpoints/job.api\" # Index # Classes # Job Variables # jobApi Variables # jobApi # \u2022 Const jobApi : KubeApi \\< Job > = new KubeApi({ objectConstructor: Job,}) Defined in src/renderer/api/endpoints/job.api.ts:106","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_job_api_/#module-srcrendererapiendpointsjobapi","text":"","title":"Module: \"src/renderer/api/endpoints/job.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_job_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_job_api_/#classes","text":"Job","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_job_api_/#variables","text":"jobApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_job_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_job_api_/#jobapi","text":"\u2022 Const jobApi : KubeApi \\< Job > = new KubeApi({ objectConstructor: Job,}) Defined in src/renderer/api/endpoints/job.api.ts:106","title":"jobApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/metrics.api\" Module: \"src/renderer/api/endpoints/metrics.api\" # Index # Interfaces # IMetrics IMetricsReqParams IMetricsResult Functions # getItemMetrics getMetricLastPoints isMetricsEmpty normalizeMetrics Object literals # metricsApi Functions # getItemMetrics # \u25b8 getItemMetrics ( metrics : { [key:string]: IMetrics ; }, itemName : string): object Defined in src/renderer/api/endpoints/metrics.api.ts:101 Parameters: Name Type metrics { [key:string]: IMetrics ; } itemName string Returns: object getMetricLastPoints # \u25b8 getMetricLastPoints ( metrics : { [key:string]: IMetrics ; }): Partial\\<{ [metric:string]: number; }> Defined in src/renderer/api/endpoints/metrics.api.ts:115 Parameters: Name Type metrics { [key:string]: IMetrics ; } Returns: Partial\\<{ [metric:string]: number; }> isMetricsEmpty # \u25b8 isMetricsEmpty ( metrics : { [key:string]: IMetrics ; }): boolean Defined in src/renderer/api/endpoints/metrics.api.ts:97 Parameters: Name Type metrics { [key:string]: IMetrics ; } Returns: boolean normalizeMetrics # \u25b8 normalizeMetrics ( metrics : IMetrics , frames? : number): IMetrics Defined in src/renderer/api/endpoints/metrics.api.ts:58 Parameters: Name Type Default value metrics IMetrics - frames number 60 Returns: IMetrics Object literals # metricsApi # \u25aa Const metricsApi : object Defined in src/renderer/api/endpoints/metrics.api.ts:36 Properties: Name Type Value getMetrics function \\ (query: T, reqParams: IMetricsReqParams ) => Promise \\","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#module-srcrendererapiendpointsmetricsapi","text":"","title":"Module: \"src/renderer/api/endpoints/metrics.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#interfaces","text":"IMetrics IMetricsReqParams IMetricsResult","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#functions","text":"getItemMetrics getMetricLastPoints isMetricsEmpty normalizeMetrics","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#object-literals","text":"metricsApi","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#getitemmetrics","text":"\u25b8 getItemMetrics ( metrics : { [key:string]: IMetrics ; }, itemName : string): object Defined in src/renderer/api/endpoints/metrics.api.ts:101","title":"getItemMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#getmetriclastpoints","text":"\u25b8 getMetricLastPoints ( metrics : { [key:string]: IMetrics ; }): Partial\\<{ [metric:string]: number; }> Defined in src/renderer/api/endpoints/metrics.api.ts:115","title":"getMetricLastPoints"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#ismetricsempty","text":"\u25b8 isMetricsEmpty ( metrics : { [key:string]: IMetrics ; }): boolean Defined in src/renderer/api/endpoints/metrics.api.ts:97","title":"isMetricsEmpty"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#normalizemetrics","text":"\u25b8 normalizeMetrics ( metrics : IMetrics , frames? : number): IMetrics Defined in src/renderer/api/endpoints/metrics.api.ts:58","title":"normalizeMetrics"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_metrics_api_/#metricsapi","text":"\u25aa Const metricsApi : object Defined in src/renderer/api/endpoints/metrics.api.ts:36","title":"metricsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/namespaces.api\" Module: \"src/renderer/api/endpoints/namespaces.api\" # Index # Enumerations # NamespaceStatus Classes # Namespace Variables # namespacesApi Variables # namespacesApi # \u2022 Const namespacesApi : KubeApi \\< Namespace > = new KubeApi({ objectConstructor: Namespace,}) Defined in src/renderer/api/endpoints/namespaces.api.ts:25","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/#module-srcrendererapiendpointsnamespacesapi","text":"","title":"Module: \"src/renderer/api/endpoints/namespaces.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/#enumerations","text":"NamespaceStatus","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/#classes","text":"Namespace","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/#variables","text":"namespacesApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_namespaces_api_/#namespacesapi","text":"\u2022 Const namespacesApi : KubeApi \\< Namespace > = new KubeApi({ objectConstructor: Namespace,}) Defined in src/renderer/api/endpoints/namespaces.api.ts:25","title":"namespacesApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/network-policy.api\" Module: \"src/renderer/api/endpoints/network-policy.api\" # Index # Classes # NetworkPolicy Interfaces # IPolicyEgress IPolicyIngress IPolicyIpBlock IPolicySelector Variables # networkPolicyApi Variables # networkPolicyApi # \u2022 Const networkPolicyApi : KubeApi \\< NetworkPolicy > = new KubeApi({ objectConstructor: NetworkPolicy,}) Defined in src/renderer/api/endpoints/network-policy.api.ts:69","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/#module-srcrendererapiendpointsnetwork-policyapi","text":"","title":"Module: \"src/renderer/api/endpoints/network-policy.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/#classes","text":"NetworkPolicy","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/#interfaces","text":"IPolicyEgress IPolicyIngress IPolicyIpBlock IPolicySelector","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/#variables","text":"networkPolicyApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_network_policy_api_/#networkpolicyapi","text":"\u2022 Const networkPolicyApi : KubeApi \\< NetworkPolicy > = new KubeApi({ objectConstructor: NetworkPolicy,}) Defined in src/renderer/api/endpoints/network-policy.api.ts:69","title":"networkPolicyApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/nodes.api\" Module: \"src/renderer/api/endpoints/nodes.api\" # Index # Classes # Node NodesApi Interfaces # INodeMetrics Variables # nodesApi Variables # nodesApi # \u2022 Const nodesApi : NodesApi = new NodesApi({ objectConstructor: Node,}) Defined in src/renderer/api/endpoints/nodes.api.ts:160","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/#module-srcrendererapiendpointsnodesapi","text":"","title":"Module: \"src/renderer/api/endpoints/nodes.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/#classes","text":"Node NodesApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/#interfaces","text":"INodeMetrics","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/#variables","text":"nodesApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_nodes_api_/#nodesapi","text":"\u2022 Const nodesApi : NodesApi = new NodesApi({ objectConstructor: Node,}) Defined in src/renderer/api/endpoints/nodes.api.ts:160","title":"nodesApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/persistent-volume.api\" Module: \"src/renderer/api/endpoints/persistent-volume.api\" # Index # Classes # PersistentVolume Variables # persistentVolumeApi Variables # persistentVolumeApi # \u2022 Const persistentVolumeApi : KubeApi \\< PersistentVolume > = new KubeApi({ objectConstructor: PersistentVolume,}) Defined in src/renderer/api/endpoints/persistent-volume.api.ts:68","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/#module-srcrendererapiendpointspersistent-volumeapi","text":"","title":"Module: \"src/renderer/api/endpoints/persistent-volume.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/#classes","text":"PersistentVolume","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/#variables","text":"persistentVolumeApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_api_/#persistentvolumeapi","text":"\u2022 Const persistentVolumeApi : KubeApi \\< PersistentVolume > = new KubeApi({ objectConstructor: PersistentVolume,}) Defined in src/renderer/api/endpoints/persistent-volume.api.ts:68","title":"persistentVolumeApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/persistent-volume-claims.api\" Module: \"src/renderer/api/endpoints/persistent-volume-claims.api\" # Index # Classes # PersistentVolumeClaim PersistentVolumeClaimsApi Interfaces # IPvcMetrics Variables # pvcApi Variables # pvcApi # \u2022 Const pvcApi : PersistentVolumeClaimsApi = new PersistentVolumeClaimsApi({ objectConstructor: PersistentVolumeClaim,}) Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:85","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/#module-srcrendererapiendpointspersistent-volume-claimsapi","text":"","title":"Module: \"src/renderer/api/endpoints/persistent-volume-claims.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/#classes","text":"PersistentVolumeClaim PersistentVolumeClaimsApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/#interfaces","text":"IPvcMetrics","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/#variables","text":"pvcApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_persistent_volume_claims_api_/#pvcapi","text":"\u2022 Const pvcApi : PersistentVolumeClaimsApi = new PersistentVolumeClaimsApi({ objectConstructor: PersistentVolumeClaim,}) Defined in src/renderer/api/endpoints/persistent-volume-claims.api.ts:85","title":"pvcApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pod-metrics.api\" Module: \"src/renderer/api/endpoints/pod-metrics.api\" # Index # Classes # PodMetrics Variables # podMetricsApi Variables # podMetricsApi # \u2022 Const podMetricsApi : KubeApi \\< PodMetrics > = new KubeApi({ objectConstructor: PodMetrics,}) Defined in src/renderer/api/endpoints/pod-metrics.api.ts:20","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/#module-srcrendererapiendpointspod-metricsapi","text":"","title":"Module: \"src/renderer/api/endpoints/pod-metrics.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/#classes","text":"PodMetrics","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/#variables","text":"podMetricsApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pod_metrics_api_/#podmetricsapi","text":"\u2022 Const podMetricsApi : KubeApi \\< PodMetrics > = new KubeApi({ objectConstructor: PodMetrics,}) Defined in src/renderer/api/endpoints/pod-metrics.api.ts:20","title":"podMetricsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/poddisruptionbudget.api\" Module: \"src/renderer/api/endpoints/poddisruptionbudget.api\" # Index # Classes # PodDisruptionBudget Variables # pdbApi Variables # pdbApi # \u2022 Const pdbApi : KubeApi \\< PodDisruptionBudget > = new KubeApi({ objectConstructor: PodDisruptionBudget,}) Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:46","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/#module-srcrendererapiendpointspoddisruptionbudgetapi","text":"","title":"Module: \"src/renderer/api/endpoints/poddisruptionbudget.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/#classes","text":"PodDisruptionBudget","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/#variables","text":"pdbApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_poddisruptionbudget_api_/#pdbapi","text":"\u2022 Const pdbApi : KubeApi \\< PodDisruptionBudget > = new KubeApi({ objectConstructor: PodDisruptionBudget,}) Defined in src/renderer/api/endpoints/poddisruptionbudget.api.ts:46","title":"pdbApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/pods.api\" Module: \"src/renderer/api/endpoints/pods.api\" # Index # Enumerations # PodStatus Classes # Pod PodsApi Interfaces # IContainerProbe IPodContainer IPodContainerStatus IPodLogsQuery IPodMetrics Variables # podsApi Variables # podsApi # \u2022 Const podsApi : PodsApi = new PodsApi({ objectConstructor: Pod,}) Defined in src/renderer/api/endpoints/pods.api.ts:432","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#module-srcrendererapiendpointspodsapi","text":"","title":"Module: \"src/renderer/api/endpoints/pods.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#enumerations","text":"PodStatus","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#classes","text":"Pod PodsApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#interfaces","text":"IContainerProbe IPodContainer IPodContainerStatus IPodLogsQuery IPodMetrics","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#variables","text":"podsApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_pods_api_/#podsapi","text":"\u2022 Const podsApi : PodsApi = new PodsApi({ objectConstructor: Pod,}) Defined in src/renderer/api/endpoints/pods.api.ts:432","title":"podsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/podsecuritypolicy.api\" Module: \"src/renderer/api/endpoints/podsecuritypolicy.api\" # Index # Classes # PodSecurityPolicy Variables # pspApi Variables # pspApi # \u2022 Const pspApi : KubeApi \\< PodSecurityPolicy > = new KubeApi({ objectConstructor: PodSecurityPolicy,}) Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:91","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/#module-srcrendererapiendpointspodsecuritypolicyapi","text":"","title":"Module: \"src/renderer/api/endpoints/podsecuritypolicy.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/#classes","text":"PodSecurityPolicy","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/#variables","text":"pspApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_podsecuritypolicy_api_/#pspapi","text":"\u2022 Const pspApi : KubeApi \\< PodSecurityPolicy > = new KubeApi({ objectConstructor: PodSecurityPolicy,}) Defined in src/renderer/api/endpoints/podsecuritypolicy.api.ts:91","title":"pspApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/replica-set.api\" Module: \"src/renderer/api/endpoints/replica-set.api\" # Index # Classes # ReplicaSet Variables # replicaSetApi Variables # replicaSetApi # \u2022 Const replicaSetApi : KubeApi \\< ReplicaSet > = new KubeApi({ objectConstructor: ReplicaSet,}) Defined in src/renderer/api/endpoints/replica-set.api.ts:55","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/#module-srcrendererapiendpointsreplica-setapi","text":"","title":"Module: \"src/renderer/api/endpoints/replica-set.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/#classes","text":"ReplicaSet","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/#variables","text":"replicaSetApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_replica_set_api_/#replicasetapi","text":"\u2022 Const replicaSetApi : KubeApi \\< ReplicaSet > = new KubeApi({ objectConstructor: ReplicaSet,}) Defined in src/renderer/api/endpoints/replica-set.api.ts:55","title":"replicaSetApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/resource-applier.api\" Module: \"src/renderer/api/endpoints/resource-applier.api\" # Index # Object literals # resourceApplierApi Object literals # resourceApplierApi # \u25aa Const resourceApplierApi : object Defined in src/renderer/api/endpoints/resource-applier.api.ts:7 Properties: Name Type Value annotations string[] [ \"kubectl.kubernetes.io/last-applied-configuration\" ] update function \\ (resource: object | string) => Promise \\","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/#module-srcrendererapiendpointsresource-applierapi","text":"","title":"Module: \"src/renderer/api/endpoints/resource-applier.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/#object-literals","text":"resourceApplierApi","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_applier_api_/#resourceapplierapi","text":"\u25aa Const resourceApplierApi : object Defined in src/renderer/api/endpoints/resource-applier.api.ts:7","title":"resourceApplierApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/resource-quota.api\" Module: \"src/renderer/api/endpoints/resource-quota.api\" # Index # Classes # ResourceQuota Interfaces # IResourceQuotaValues Variables # resourceQuotaApi Variables # resourceQuotaApi # \u2022 Const resourceQuotaApi : KubeApi \\< ResourceQuota > = new KubeApi({ objectConstructor: ResourceQuota,}) Defined in src/renderer/api/endpoints/resource-quota.api.ts:65","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/#module-srcrendererapiendpointsresource-quotaapi","text":"","title":"Module: \"src/renderer/api/endpoints/resource-quota.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/#classes","text":"ResourceQuota","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/#interfaces","text":"IResourceQuotaValues","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/#variables","text":"resourceQuotaApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_resource_quota_api_/#resourcequotaapi","text":"\u2022 Const resourceQuotaApi : KubeApi \\< ResourceQuota > = new KubeApi({ objectConstructor: ResourceQuota,}) Defined in src/renderer/api/endpoints/resource-quota.api.ts:65","title":"resourceQuotaApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/role.api\" Module: \"src/renderer/api/endpoints/role.api\" # Index # Classes # Role Variables # roleApi Variables # roleApi # \u2022 Const roleApi : KubeApi \\< Role > = new KubeApi({ objectConstructor: Role,}) Defined in src/renderer/api/endpoints/role.api.ts:21","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_api_/#module-srcrendererapiendpointsroleapi","text":"","title":"Module: \"src/renderer/api/endpoints/role.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_api_/#classes","text":"Role","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_api_/#variables","text":"roleApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_api_/#roleapi","text":"\u2022 Const roleApi : KubeApi \\< Role > = new KubeApi({ objectConstructor: Role,}) Defined in src/renderer/api/endpoints/role.api.ts:21","title":"roleApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/role-binding.api\" Module: \"src/renderer/api/endpoints/role-binding.api\" # Index # Classes # RoleBinding Interfaces # IRoleBindingSubject Variables # roleBindingApi Variables # roleBindingApi # \u2022 Const roleBindingApi : KubeApi \\< RoleBinding > = new KubeApi({ objectConstructor: RoleBinding,}) Defined in src/renderer/api/endpoints/role-binding.api.ts:34","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/#module-srcrendererapiendpointsrole-bindingapi","text":"","title":"Module: \"src/renderer/api/endpoints/role-binding.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/#classes","text":"RoleBinding","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/#interfaces","text":"IRoleBindingSubject","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/#variables","text":"roleBindingApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_role_binding_api_/#rolebindingapi","text":"\u2022 Const roleBindingApi : KubeApi \\< RoleBinding > = new KubeApi({ objectConstructor: RoleBinding,}) Defined in src/renderer/api/endpoints/role-binding.api.ts:34","title":"roleBindingApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/secret.api\" Module: \"src/renderer/api/endpoints/secret.api\" # Index # Enumerations # SecretType Classes # Secret Interfaces # ISecretRef Variables # secretsApi Variables # secretsApi # \u2022 Const secretsApi : KubeApi \\< Secret > = new KubeApi({ objectConstructor: Secret,}) Defined in src/renderer/api/endpoints/secret.api.ts:48","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#module-srcrendererapiendpointssecretapi","text":"","title":"Module: \"src/renderer/api/endpoints/secret.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#enumerations","text":"SecretType","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#classes","text":"Secret","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#interfaces","text":"ISecretRef","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#variables","text":"secretsApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_secret_api_/#secretsapi","text":"\u2022 Const secretsApi : KubeApi \\< Secret > = new KubeApi({ objectConstructor: Secret,}) Defined in src/renderer/api/endpoints/secret.api.ts:48","title":"secretsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\" Module: \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\" # Index # Classes # SelfSubjectRulesReview SelfSubjectRulesReviewApi Interfaces # ISelfSubjectReviewRule Variables # selfSubjectRulesReviewApi Variables # selfSubjectRulesReviewApi # \u2022 Const selfSubjectRulesReviewApi : SelfSubjectRulesReviewApi = new SelfSubjectRulesReviewApi({ objectConstructor: SelfSubjectRulesReview,}) Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:65","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/#module-srcrendererapiendpointsselfsubjectrulesreviewsapi","text":"","title":"Module: \"src/renderer/api/endpoints/selfsubjectrulesreviews.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/#classes","text":"SelfSubjectRulesReview SelfSubjectRulesReviewApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/#interfaces","text":"ISelfSubjectReviewRule","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/#variables","text":"selfSubjectRulesReviewApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_selfsubjectrulesreviews_api_/#selfsubjectrulesreviewapi","text":"\u2022 Const selfSubjectRulesReviewApi : SelfSubjectRulesReviewApi = new SelfSubjectRulesReviewApi({ objectConstructor: SelfSubjectRulesReview,}) Defined in src/renderer/api/endpoints/selfsubjectrulesreviews.api.ts:65","title":"selfSubjectRulesReviewApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/service-accounts.api\" Module: \"src/renderer/api/endpoints/service-accounts.api\" # Index # Classes # ServiceAccount Variables # serviceAccountsApi Variables # serviceAccountsApi # \u2022 Const serviceAccountsApi : KubeApi \\< ServiceAccount > = new KubeApi\\ ({ objectConstructor: ServiceAccount,}) Defined in src/renderer/api/endpoints/service-accounts.api.ts:27","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/#module-srcrendererapiendpointsservice-accountsapi","text":"","title":"Module: \"src/renderer/api/endpoints/service-accounts.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/#classes","text":"ServiceAccount","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/#variables","text":"serviceAccountsApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_accounts_api_/#serviceaccountsapi","text":"\u2022 Const serviceAccountsApi : KubeApi \\< ServiceAccount > = new KubeApi\\ ({ objectConstructor: ServiceAccount,}) Defined in src/renderer/api/endpoints/service-accounts.api.ts:27","title":"serviceAccountsApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/service.api\" Module: \"src/renderer/api/endpoints/service.api\" # Index # Classes # Service ServicePort Interfaces # IServicePort Variables # serviceApi Variables # serviceApi # \u2022 Const serviceApi : KubeApi \\< Service > = new KubeApi({ objectConstructor: Service,}) Defined in src/renderer/api/endpoints/service.api.ts:97","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/#module-srcrendererapiendpointsserviceapi","text":"","title":"Module: \"src/renderer/api/endpoints/service.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/#classes","text":"Service ServicePort","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/#interfaces","text":"IServicePort","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/#variables","text":"serviceApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_service_api_/#serviceapi","text":"\u2022 Const serviceApi : KubeApi \\< Service > = new KubeApi({ objectConstructor: Service,}) Defined in src/renderer/api/endpoints/service.api.ts:97","title":"serviceApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/stateful-set.api\" Module: \"src/renderer/api/endpoints/stateful-set.api\" # Index # Classes # StatefulSet Variables # statefulSetApi Variables # statefulSetApi # \u2022 Const statefulSetApi : KubeApi \\< StatefulSet > = new KubeApi({ objectConstructor: StatefulSet,}) Defined in src/renderer/api/endpoints/stateful-set.api.ts:81","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/#module-srcrendererapiendpointsstateful-setapi","text":"","title":"Module: \"src/renderer/api/endpoints/stateful-set.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/#classes","text":"StatefulSet","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/#variables","text":"statefulSetApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_stateful_set_api_/#statefulsetapi","text":"\u2022 Const statefulSetApi : KubeApi \\< StatefulSet > = new KubeApi({ objectConstructor: StatefulSet,}) Defined in src/renderer/api/endpoints/stateful-set.api.ts:81","title":"statefulSetApi"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/endpoints/storage-class.api\" Module: \"src/renderer/api/endpoints/storage-class.api\" # Index # Classes # StorageClass Variables # storageClassApi Variables # storageClassApi # \u2022 Const storageClassApi : KubeApi \\< StorageClass > = new KubeApi({ objectConstructor: StorageClass,}) Defined in src/renderer/api/endpoints/storage-class.api.ts:36","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/#module-srcrendererapiendpointsstorage-classapi","text":"","title":"Module: \"src/renderer/api/endpoints/storage-class.api\""},{"location":"extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/#classes","text":"StorageClass","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/#variables","text":"storageClassApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_endpoints_storage_class_api_/#storageclassapi","text":"\u2022 Const storageClassApi : KubeApi \\< StorageClass > = new KubeApi({ objectConstructor: StorageClass,}) Defined in src/renderer/api/endpoints/storage-class.api.ts:36","title":"storageClassApi"},{"location":"extensions/api/modules/_src_renderer_api_index_/","text":"@k8slens/extensions Globals / \"src/renderer/api/index\" Module: \"src/renderer/api/index\" # Index # Variables # apiBase apiKube Functions # onApiError Variables # apiBase # \u2022 Const apiBase : JsonApi \\< JsonApiData , JsonApiParams \\ > = new JsonApi({ apiBase: apiPrefix, debug: isDevelopment,}) Defined in src/renderer/api/index.ts:6 apiKube # \u2022 Const apiKube : KubeJsonApi = new KubeJsonApi({ apiBase: apiKubePrefix, debug: isDevelopment,}) Defined in src/renderer/api/index.ts:10 Functions # onApiError # \u25b8 onApiError ( error : JsonApiErrorParsed , res : Response): void Defined in src/renderer/api/index.ts:16 Parameters: Name Type error JsonApiErrorParsed res Response Returns: void","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_index_/#module-srcrendererapiindex","text":"","title":"Module: \"src/renderer/api/index\""},{"location":"extensions/api/modules/_src_renderer_api_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_index_/#variables","text":"apiBase apiKube","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_index_/#functions","text":"onApiError","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_index_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_index_/#apibase","text":"\u2022 Const apiBase : JsonApi \\< JsonApiData , JsonApiParams \\ > = new JsonApi({ apiBase: apiPrefix, debug: isDevelopment,}) Defined in src/renderer/api/index.ts:6","title":"apiBase"},{"location":"extensions/api/modules/_src_renderer_api_index_/#apikube","text":"\u2022 Const apiKube : KubeJsonApi = new KubeJsonApi({ apiBase: apiKubePrefix, debug: isDevelopment,}) Defined in src/renderer/api/index.ts:10","title":"apiKube"},{"location":"extensions/api/modules/_src_renderer_api_index_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_index_/#onapierror","text":"\u25b8 onApiError ( error : JsonApiErrorParsed , res : Response): void Defined in src/renderer/api/index.ts:16","title":"onApiError"},{"location":"extensions/api/modules/_src_renderer_api_json_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/json-api\" Module: \"src/renderer/api/json-api\" # Index # Classes # JsonApi JsonApiErrorParsed Interfaces # JsonApiConfig JsonApiData JsonApiError JsonApiLog JsonApiParams","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_json_api_/#module-srcrendererapijson-api","text":"","title":"Module: \"src/renderer/api/json-api\""},{"location":"extensions/api/modules/_src_renderer_api_json_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_json_api_/#classes","text":"JsonApi JsonApiErrorParsed","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_json_api_/#interfaces","text":"JsonApiConfig JsonApiData JsonApiError JsonApiLog JsonApiParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api\" Module: \"src/renderer/api/kube-api\" # Index # References # IKubeApiLinkRef IKubeApiParsed IKubeObjectRef createKubeApiURL lookupApiLink parseKubeApi Classes # KubeApi Interfaces # IKubeApiCluster IKubeApiOptions IKubeApiQueryParams Functions # forCluster References # IKubeApiLinkRef # Re-exports: IKubeApiLinkRef IKubeApiParsed # Re-exports: IKubeApiParsed IKubeObjectRef # Re-exports: IKubeObjectRef createKubeApiURL # Re-exports: createKubeApiURL lookupApiLink # Re-exports: lookupApiLink parseKubeApi # Re-exports: parseKubeApi Functions # forCluster # \u25b8 forCluster \\ ( cluster : IKubeApiCluster , kubeClass : IKubeObjectConstructor \\ ): KubeApi \\ Defined in src/renderer/api/kube-api.ts:33 Type parameters: Name Type T KubeObject Parameters: Name Type cluster IKubeApiCluster kubeClass IKubeObjectConstructor \\ Returns: KubeApi \\","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#module-srcrendererapikube-api","text":"","title":"Module: \"src/renderer/api/kube-api\""},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#references","text":"IKubeApiLinkRef IKubeApiParsed IKubeObjectRef createKubeApiURL lookupApiLink parseKubeApi","title":"References"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#classes","text":"KubeApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#interfaces","text":"IKubeApiCluster IKubeApiOptions IKubeApiQueryParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#functions","text":"forCluster","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#ikubeapilinkref","text":"Re-exports: IKubeApiLinkRef","title":"IKubeApiLinkRef"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#ikubeapiparsed","text":"Re-exports: IKubeApiParsed","title":"IKubeApiParsed"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#ikubeobjectref","text":"Re-exports: IKubeObjectRef","title":"IKubeObjectRef"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#createkubeapiurl","text":"Re-exports: createKubeApiURL","title":"createKubeApiURL"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#lookupapilink","text":"Re-exports: lookupApiLink","title":"lookupApiLink"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#parsekubeapi","text":"Re-exports: parseKubeApi","title":"parseKubeApi"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_/#forcluster","text":"\u25b8 forCluster \\ ( cluster : IKubeApiCluster , kubeClass : IKubeObjectConstructor \\ ): KubeApi \\ Defined in src/renderer/api/kube-api.ts:33","title":"forCluster"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api-parse\" Module: \"src/renderer/api/kube-api-parse\" # Index # Interfaces # IKubeApiLinkRef IKubeApiParsed IKubeObjectRef Functions # createKubeApiURL lookupApiLink parseKubeApi Functions # createKubeApiURL # \u25b8 createKubeApiURL ( ref : IKubeApiLinkRef ): string Defined in src/renderer/api/kube-api-parse.ts:107 Parameters: Name Type ref IKubeApiLinkRef Returns: string lookupApiLink # \u25b8 lookupApiLink ( ref : IKubeObjectRef , parentObject : KubeObject ): string Defined in src/renderer/api/kube-api-parse.ts:118 Parameters: Name Type ref IKubeObjectRef parentObject KubeObject Returns: string parseKubeApi # \u25b8 parseKubeApi ( path : string): IKubeApiParsed Defined in src/renderer/api/kube-api-parse.ts:28 Parameters: Name Type path string Returns: IKubeApiParsed","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#module-srcrendererapikube-api-parse","text":"","title":"Module: \"src/renderer/api/kube-api-parse\""},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#interfaces","text":"IKubeApiLinkRef IKubeApiParsed IKubeObjectRef","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#functions","text":"createKubeApiURL lookupApiLink parseKubeApi","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#createkubeapiurl","text":"\u25b8 createKubeApiURL ( ref : IKubeApiLinkRef ): string Defined in src/renderer/api/kube-api-parse.ts:107","title":"createKubeApiURL"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#lookupapilink","text":"\u25b8 lookupApiLink ( ref : IKubeObjectRef , parentObject : KubeObject ): string Defined in src/renderer/api/kube-api-parse.ts:118","title":"lookupApiLink"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_parse_/#parsekubeapi","text":"\u25b8 parseKubeApi ( path : string): IKubeApiParsed Defined in src/renderer/api/kube-api-parse.ts:28","title":"parseKubeApi"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_versioned_/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-api-versioned\" Module: \"src/renderer/api/kube-api-versioned\" # Index # Classes # VersionedKubeApi","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_versioned_/#module-srcrendererapikube-api-versioned","text":"","title":"Module: \"src/renderer/api/kube-api-versioned\""},{"location":"extensions/api/modules/_src_renderer_api_kube_api_versioned_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_kube_api_versioned_/#classes","text":"VersionedKubeApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_kube_json_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-json-api\" Module: \"src/renderer/api/kube-json-api\" # Index # Classes # KubeJsonApi Interfaces # KubeJsonApiData KubeJsonApiDataList KubeJsonApiError","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_kube_json_api_/#module-srcrendererapikube-json-api","text":"","title":"Module: \"src/renderer/api/kube-json-api\""},{"location":"extensions/api/modules/_src_renderer_api_kube_json_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_kube_json_api_/#classes","text":"KubeJsonApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_kube_json_api_/#interfaces","text":"KubeJsonApiData KubeJsonApiDataList KubeJsonApiError","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-object\" Module: \"src/renderer/api/kube-object\" # Index # Classes # KubeObject Interfaces # IKubeObjectMetadata Type aliases # IKubeMetaField IKubeObjectConstructor Type aliases # IKubeMetaField # \u01ac IKubeMetaField : keyof IKubeObjectMetadata Defined in src/renderer/api/kube-object.ts:43 IKubeObjectConstructor # \u01ac IKubeObjectConstructor \\ : {} & { apiBase?: string ; kind?: string ; namespaced?: boolean } Defined in src/renderer/api/kube-object.ts:11 Type parameters: Name Type Default T KubeObject any","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#module-srcrendererapikube-object","text":"","title":"Module: \"src/renderer/api/kube-object\""},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#classes","text":"KubeObject","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#interfaces","text":"IKubeObjectMetadata","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#type-aliases","text":"IKubeMetaField IKubeObjectConstructor","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#ikubemetafield","text":"\u01ac IKubeMetaField : keyof IKubeObjectMetadata Defined in src/renderer/api/kube-object.ts:43","title":"IKubeMetaField"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_/#ikubeobjectconstructor","text":"\u01ac IKubeObjectConstructor \\ : {} & { apiBase?: string ; kind?: string ; namespaced?: boolean } Defined in src/renderer/api/kube-object.ts:11","title":"IKubeObjectConstructor"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_detail_registry_/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-object-detail-registry\" Module: \"src/renderer/api/kube-object-detail-registry\" # Index # References # kubeObjectDetailRegistry References # kubeObjectDetailRegistry # Re-exports: kubeObjectDetailRegistry","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_detail_registry_/#module-srcrendererapikube-object-detail-registry","text":"","title":"Module: \"src/renderer/api/kube-object-detail-registry\""},{"location":"extensions/api/modules/_src_renderer_api_kube_object_detail_registry_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_detail_registry_/#references","text":"kubeObjectDetailRegistry","title":"References"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_detail_registry_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_api_kube_object_detail_registry_/#kubeobjectdetailregistry","text":"Re-exports: kubeObjectDetailRegistry","title":"kubeObjectDetailRegistry"},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/kube-watch-api\" Module: \"src/renderer/api/kube-watch-api\" # Index # Classes # KubeWatchApi Interfaces # IKubeWatchEvent IKubeWatchRouteEvent IKubeWatchRouteQuery Variables # kubeWatchApi Variables # kubeWatchApi # \u2022 Const kubeWatchApi : KubeWatchApi = new KubeWatchApi() Defined in src/renderer/api/kube-watch-api.ts:168","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/#module-srcrendererapikube-watch-api","text":"","title":"Module: \"src/renderer/api/kube-watch-api\""},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/#classes","text":"KubeWatchApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/#interfaces","text":"IKubeWatchEvent IKubeWatchRouteEvent IKubeWatchRouteQuery","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/#variables","text":"kubeWatchApi","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_api_kube_watch_api_/#kubewatchapi","text":"\u2022 Const kubeWatchApi : KubeWatchApi = new KubeWatchApi() Defined in src/renderer/api/kube-watch-api.ts:168","title":"kubeWatchApi"},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/terminal-api\" Module: \"src/renderer/api/terminal-api\" # Index # Enumerations # TerminalChannels TerminalColor Classes # TerminalApi Type aliases # TerminalApiQuery Type aliases # TerminalApiQuery # \u01ac TerminalApiQuery : Record\\ & { id: string ; node?: string ; type?: string | \\\"node\\\" } Defined in src/renderer/api/terminal-api.ts:27","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/#module-srcrendererapiterminal-api","text":"","title":"Module: \"src/renderer/api/terminal-api\""},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/#enumerations","text":"TerminalChannels TerminalColor","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/#classes","text":"TerminalApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/#type-aliases","text":"TerminalApiQuery","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_api_terminal_api_/#terminalapiquery","text":"\u01ac TerminalApiQuery : Record\\ & { id: string ; node?: string ; type?: string | \\\"node\\\" } Defined in src/renderer/api/terminal-api.ts:27","title":"TerminalApiQuery"},{"location":"extensions/api/modules/_src_renderer_api_websocket_api_/","text":"@k8slens/extensions Globals / \"src/renderer/api/websocket-api\" Module: \"src/renderer/api/websocket-api\" # Index # Enumerations # WebSocketApiState Classes # WebSocketApi Interfaces # IMessage IParams","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_websocket_api_/#module-srcrendererapiwebsocket-api","text":"","title":"Module: \"src/renderer/api/websocket-api\""},{"location":"extensions/api/modules/_src_renderer_api_websocket_api_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_websocket_api_/#enumerations","text":"WebSocketApiState","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_api_websocket_api_/#classes","text":"WebSocketApi","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_websocket_api_/#interfaces","text":"IMessage IParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_api_workload_kube_object_/","text":"@k8slens/extensions Globals / \"src/renderer/api/workload-kube-object\" Module: \"src/renderer/api/workload-kube-object\" # Index # Classes # WorkloadKubeObject Interfaces # IAffinity IMatchExpression INodeAffinity IPodAffinity IToleration","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_api_workload_kube_object_/#module-srcrendererapiworkload-kube-object","text":"","title":"Module: \"src/renderer/api/workload-kube-object\""},{"location":"extensions/api/modules/_src_renderer_api_workload_kube_object_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_api_workload_kube_object_/#classes","text":"WorkloadKubeObject","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_api_workload_kube_object_/#interfaces","text":"IAffinity IMatchExpression INodeAffinity IPodAffinity IToleration","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+add-cluster/add-cluster.route\" Module: \"src/renderer/components/+add-cluster/add-cluster.route\" # Index # Variables # addClusterURL Object literals # addClusterRoute Variables # addClusterURL # \u2022 Const addClusterURL : (Anonymous function) = buildURL(addClusterRoute.path) Defined in src/renderer/components/+add-cluster/add-cluster.route.ts:8 Object literals # addClusterRoute # \u25aa Const addClusterRoute : object Defined in src/renderer/components/+add-cluster/add-cluster.route.ts:4 Properties: Name Type Value path string \"/add-cluster\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#module-srcrenderercomponentsadd-clusteradd-clusterroute","text":"","title":"Module: \"src/renderer/components/+add-cluster/add-cluster.route\""},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#variables","text":"addClusterURL","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#object-literals","text":"addClusterRoute","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#addclusterurl","text":"\u2022 Const addClusterURL : (Anonymous function) = buildURL(addClusterRoute.path) Defined in src/renderer/components/+add-cluster/add-cluster.route.ts:8","title":"addClusterURL"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__add_cluster_add_cluster_route_/#addclusterroute","text":"\u25aa Const addClusterRoute : object Defined in src/renderer/components/+add-cluster/add-cluster.route.ts:4","title":"addClusterRoute"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+cluster-settings/cluster-settings.route\" Module: \"src/renderer/components/+cluster-settings/cluster-settings.route\" # Index # Interfaces # IClusterSettingsRouteParams Variables # clusterSettingsURL Object literals # clusterSettingsRoute Variables # clusterSettingsURL # \u2022 Const clusterSettingsURL : (Anonymous function) = buildURL\\ (clusterSettingsRoute.path) Defined in src/renderer/components/+cluster-settings/cluster-settings.route.ts:12 Object literals # clusterSettingsRoute # \u25aa Const clusterSettingsRoute : object Defined in src/renderer/components/+cluster-settings/cluster-settings.route.ts:8 Properties: Name Type Value path string `/cluster/:clusterId/settings`","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#module-srcrenderercomponentscluster-settingscluster-settingsroute","text":"","title":"Module: \"src/renderer/components/+cluster-settings/cluster-settings.route\""},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#interfaces","text":"IClusterSettingsRouteParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#variables","text":"clusterSettingsURL","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#object-literals","text":"clusterSettingsRoute","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#clustersettingsurl","text":"\u2022 Const clusterSettingsURL : (Anonymous function) = buildURL\\ (clusterSettingsRoute.path) Defined in src/renderer/components/+cluster-settings/cluster-settings.route.ts:12","title":"clusterSettingsURL"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__cluster_settings_cluster_settings_route_/#clustersettingsroute","text":"\u25aa Const clusterSettingsRoute : object Defined in src/renderer/components/+cluster-settings/cluster-settings.route.ts:8","title":"clusterSettingsRoute"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_details_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-details\" Module: \"src/renderer/components/+custom-resources/crd-details\" # Index # Classes # CRDDetails Interfaces # Props","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_details_/#module-srcrenderercomponentscustom-resourcescrd-details","text":"","title":"Module: \"src/renderer/components/+custom-resources/crd-details\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_details_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_details_/#classes","text":"CRDDetails","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_details_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_list_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-list\" Module: \"src/renderer/components/+custom-resources/crd-list\" # Index # Enumerations # sortBy Classes # CrdList","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_list_/#module-srcrenderercomponentscustom-resourcescrd-list","text":"","title":"Module: \"src/renderer/components/+custom-resources/crd-list\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_list_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_list_/#enumerations","text":"sortBy","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_list_/#classes","text":"CrdList","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resource-details\" Module: \"src/renderer/components/+custom-resources/crd-resource-details\" # Index # Classes # CrdResourceDetails Interfaces # Props Functions # CrdColumnValue Functions # CrdColumnValue # \u25b8 CrdColumnValue ( __namedParameters : { value: string | {} | any[] }): Element Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:20 Parameters: Name Type __namedParameters { value: string | {} | any[] } Returns: Element","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/#module-srcrenderercomponentscustom-resourcescrd-resource-details","text":"","title":"Module: \"src/renderer/components/+custom-resources/crd-resource-details\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/#classes","text":"CrdResourceDetails","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/#functions","text":"CrdColumnValue","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_details_/#crdcolumnvalue","text":"\u25b8 CrdColumnValue ( __namedParameters : { value: string | {} | any[] }): Element Defined in src/renderer/components/+custom-resources/crd-resource-details.tsx:20","title":"CrdColumnValue"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resource.store\" Module: \"src/renderer/components/+custom-resources/crd-resource.store\" # Index # Classes # CRDResourceStore","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_store_/#module-srcrenderercomponentscustom-resourcescrd-resourcestore","text":"","title":"Module: \"src/renderer/components/+custom-resources/crd-resource.store\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resource_store_/#classes","text":"CRDResourceStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resources_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd-resources\" Module: \"src/renderer/components/+custom-resources/crd-resources\" # Index # Enumerations # sortBy Classes # CrdResources Interfaces # Props","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resources_/#module-srcrenderercomponentscustom-resourcescrd-resources","text":"","title":"Module: \"src/renderer/components/+custom-resources/crd-resources\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resources_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resources_/#enumerations","text":"sortBy","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resources_/#classes","text":"CrdResources","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_resources_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd.route\" Module: \"src/renderer/components/+custom-resources/crd.route\" # Index # Interfaces # ICRDListQuery ICRDRouteParams Variables # crdResourcesURL crdURL Object literals # crdDefinitionsRoute crdResourcesRoute crdRoute Variables # crdResourcesURL # \u2022 Const crdResourcesURL : (Anonymous function) = buildURL\\ (crdResourcesRoute.path) Defined in src/renderer/components/+custom-resources/crd.route.ts:26 crdURL # \u2022 Const crdURL : (Anonymous function) = buildURL\\<{}, ICRDListQuery>(crdDefinitionsRoute.path) Defined in src/renderer/components/+custom-resources/crd.route.ts:25 Object literals # crdDefinitionsRoute # \u25aa Const crdDefinitionsRoute : object Defined in src/renderer/components/+custom-resources/crd.route.ts:8 Properties: Name Type Value path string crdRoute.path + \"/definitions\" crdResourcesRoute # \u25aa Const crdResourcesRoute : object Defined in src/renderer/components/+custom-resources/crd.route.ts:12 Properties: Name Type Value path string crdRoute.path + \"/:group/:name\" crdRoute # \u25aa Const crdRoute : object Defined in src/renderer/components/+custom-resources/crd.route.ts:4 Properties: Name Type Value path string \"/crd\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#module-srcrenderercomponentscustom-resourcescrdroute","text":"","title":"Module: \"src/renderer/components/+custom-resources/crd.route\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#interfaces","text":"ICRDListQuery ICRDRouteParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#variables","text":"crdResourcesURL crdURL","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#object-literals","text":"crdDefinitionsRoute crdResourcesRoute crdRoute","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#crdresourcesurl","text":"\u2022 Const crdResourcesURL : (Anonymous function) = buildURL\\ (crdResourcesRoute.path) Defined in src/renderer/components/+custom-resources/crd.route.ts:26","title":"crdResourcesURL"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#crdurl","text":"\u2022 Const crdURL : (Anonymous function) = buildURL\\<{}, ICRDListQuery>(crdDefinitionsRoute.path) Defined in src/renderer/components/+custom-resources/crd.route.ts:25","title":"crdURL"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#crddefinitionsroute","text":"\u25aa Const crdDefinitionsRoute : object Defined in src/renderer/components/+custom-resources/crd.route.ts:8","title":"crdDefinitionsRoute"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#crdresourcesroute","text":"\u25aa Const crdResourcesRoute : object Defined in src/renderer/components/+custom-resources/crd.route.ts:12","title":"crdResourcesRoute"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_route_/#crdroute","text":"\u25aa Const crdRoute : object Defined in src/renderer/components/+custom-resources/crd.route.ts:4","title":"crdRoute"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/crd.store\" Module: \"src/renderer/components/+custom-resources/crd.store\" # Index # Classes # CRDStore Variables # crdStore Functions # initStore Variables # crdStore # \u2022 Const crdStore : CRDStore = new CRDStore() Defined in src/renderer/components/+custom-resources/crd.store.ts:65 Functions # initStore # \u25b8 initStore ( crd : CustomResourceDefinition ): void Defined in src/renderer/components/+custom-resources/crd.store.ts:10 Parameters: Name Type crd CustomResourceDefinition Returns: void","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#module-srcrenderercomponentscustom-resourcescrdstore","text":"","title":"Module: \"src/renderer/components/+custom-resources/crd.store\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#classes","text":"CRDStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#variables","text":"crdStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#functions","text":"initStore","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#crdstore","text":"\u2022 Const crdStore : CRDStore = new CRDStore() Defined in src/renderer/components/+custom-resources/crd.store.ts:65","title":"crdStore"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_crd_store_/#initstore","text":"\u25b8 initStore ( crd : CustomResourceDefinition ): void Defined in src/renderer/components/+custom-resources/crd.store.ts:10","title":"initStore"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+custom-resources/index\" Module: \"src/renderer/components/+custom-resources/index\" # Index # References # CRDDetails CrdList CrdResourceDetails CrdResources ICRDListQuery ICRDRouteParams crdDefinitionsRoute crdResourcesRoute crdResourcesURL crdRoute crdURL References # CRDDetails # Re-exports: CRDDetails CrdList # Re-exports: CrdList CrdResourceDetails # Re-exports: CrdResourceDetails CrdResources # Re-exports: CrdResources ICRDListQuery # Re-exports: ICRDListQuery ICRDRouteParams # Re-exports: ICRDRouteParams crdDefinitionsRoute # Re-exports: crdDefinitionsRoute crdResourcesRoute # Re-exports: crdResourcesRoute crdResourcesURL # Re-exports: crdResourcesURL crdRoute # Re-exports: crdRoute crdURL # Re-exports: crdURL","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#module-srcrenderercomponentscustom-resourcesindex","text":"","title":"Module: \"src/renderer/components/+custom-resources/index\""},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#references","text":"CRDDetails CrdList CrdResourceDetails CrdResources ICRDListQuery ICRDRouteParams crdDefinitionsRoute crdResourcesRoute crdResourcesURL crdRoute crdURL","title":"References"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crddetails","text":"Re-exports: CRDDetails","title":"CRDDetails"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crdlist","text":"Re-exports: CrdList","title":"CrdList"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crdresourcedetails","text":"Re-exports: CrdResourceDetails","title":"CrdResourceDetails"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crdresources","text":"Re-exports: CrdResources","title":"CrdResources"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#icrdlistquery","text":"Re-exports: ICRDListQuery","title":"ICRDListQuery"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#icrdrouteparams","text":"Re-exports: ICRDRouteParams","title":"ICRDRouteParams"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crddefinitionsroute","text":"Re-exports: crdDefinitionsRoute","title":"crdDefinitionsRoute"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crdresourcesroute","text":"Re-exports: crdResourcesRoute","title":"crdResourcesRoute"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crdresourcesurl","text":"Re-exports: crdResourcesURL","title":"crdResourcesURL"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crdroute","text":"Re-exports: crdRoute","title":"crdRoute"},{"location":"extensions/api/modules/_src_renderer_components__custom_resources_index_/#crdurl","text":"Re-exports: crdURL","title":"crdURL"},{"location":"extensions/api/modules/_src_renderer_components__events_event_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+events/event.store\" Module: \"src/renderer/components/+events/event.store\" # Index # Classes # EventStore Variables # eventStore Variables # eventStore # \u2022 Const eventStore : EventStore = new EventStore() Defined in src/renderer/components/+events/event.store.ts:51","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__events_event_store_/#module-srcrenderercomponentseventseventstore","text":"","title":"Module: \"src/renderer/components/+events/event.store\""},{"location":"extensions/api/modules/_src_renderer_components__events_event_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__events_event_store_/#classes","text":"EventStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__events_event_store_/#variables","text":"eventStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__events_event_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__events_event_store_/#eventstore","text":"\u2022 Const eventStore : EventStore = new EventStore() Defined in src/renderer/components/+events/event.store.ts:51","title":"eventStore"},{"location":"extensions/api/modules/_src_renderer_components__events_kube_event_details_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+events/kube-event-details\" Module: \"src/renderer/components/+events/kube-event-details\" # Index # Classes # KubeEventDetails Interfaces # KubeEventDetailsProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__events_kube_event_details_/#module-srcrenderercomponentseventskube-event-details","text":"","title":"Module: \"src/renderer/components/+events/kube-event-details\""},{"location":"extensions/api/modules/_src_renderer_components__events_kube_event_details_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__events_kube_event_details_/#classes","text":"KubeEventDetails","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__events_kube_event_details_/#interfaces","text":"KubeEventDetailsProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+extensions/extensions.route\" Module: \"src/renderer/components/+extensions/extensions.route\" # Index # Variables # extensionsURL Object literals # extensionsRoute Variables # extensionsURL # \u2022 Const extensionsURL : (Anonymous function) = buildURL(extensionsRoute.path) Defined in src/renderer/components/+extensions/extensions.route.ts:8 Object literals # extensionsRoute # \u25aa Const extensionsRoute : object Defined in src/renderer/components/+extensions/extensions.route.ts:4 Properties: Name Type Value path string \"/extensions\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#module-srcrenderercomponentsextensionsextensionsroute","text":"","title":"Module: \"src/renderer/components/+extensions/extensions.route\""},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#variables","text":"extensionsURL","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#object-literals","text":"extensionsRoute","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#extensionsurl","text":"\u2022 Const extensionsURL : (Anonymous function) = buildURL(extensionsRoute.path) Defined in src/renderer/components/+extensions/extensions.route.ts:8","title":"extensionsURL"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__extensions_extensions_route_/#extensionsroute","text":"\u25aa Const extensionsRoute : object Defined in src/renderer/components/+extensions/extensions.route.ts:4","title":"extensionsRoute"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+namespaces/namespace-select\" Module: \"src/renderer/components/+namespaces/namespace-select\" # Index # Classes # NamespaceSelect NamespaceSelectFilter Interfaces # Props Object literals # defaultProps Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/+namespaces/namespace-select.tsx:22 Properties: Name Type Value showClusterOption false false showIcons true true clusterOptionLabel","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/#module-srcrenderercomponentsnamespacesnamespace-select","text":"","title":"Module: \"src/renderer/components/+namespaces/namespace-select\""},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/#classes","text":"NamespaceSelect NamespaceSelectFilter","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_select_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/+namespaces/namespace-select.tsx:22","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+namespaces/namespace.store\" Module: \"src/renderer/components/+namespaces/namespace.store\" # Index # Classes # NamespaceStore Variables # namespaceStore Variables # namespaceStore # \u2022 Const namespaceStore : NamespaceStore = new NamespaceStore() Defined in src/renderer/components/+namespaces/namespace.store.ts:97","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/#module-srcrenderercomponentsnamespacesnamespacestore","text":"","title":"Module: \"src/renderer/components/+namespaces/namespace.store\""},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/#classes","text":"NamespaceStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/#variables","text":"namespaceStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__namespaces_namespace_store_/#namespacestore","text":"\u2022 Const namespaceStore : NamespaceStore = new NamespaceStore() Defined in src/renderer/components/+namespaces/namespace.store.ts:97","title":"namespaceStore"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+preferences/preferences.route\" Module: \"src/renderer/components/+preferences/preferences.route\" # Index # Variables # preferencesURL Object literals # preferencesRoute Variables # preferencesURL # \u2022 Const preferencesURL : (Anonymous function) = buildURL(preferencesRoute.path) Defined in src/renderer/components/+preferences/preferences.route.ts:8 Object literals # preferencesRoute # \u25aa Const preferencesRoute : object Defined in src/renderer/components/+preferences/preferences.route.ts:4 Properties: Name Type Value path string \"/preferences\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#module-srcrenderercomponentspreferencespreferencesroute","text":"","title":"Module: \"src/renderer/components/+preferences/preferences.route\""},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#variables","text":"preferencesURL","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#object-literals","text":"preferencesRoute","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#preferencesurl","text":"\u2022 Const preferencesURL : (Anonymous function) = buildURL(preferencesRoute.path) Defined in src/renderer/components/+preferences/preferences.route.ts:8","title":"preferencesURL"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__preferences_preferences_route_/#preferencesroute","text":"\u25aa Const preferencesRoute : object Defined in src/renderer/components/+preferences/preferences.route.ts:4","title":"preferencesRoute"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+whats-new/whats-new.route\" Module: \"src/renderer/components/+whats-new/whats-new.route\" # Index # Variables # whatsNewURL Object literals # whatsNewRoute Variables # whatsNewURL # \u2022 Const whatsNewURL : (Anonymous function) = buildURL(whatsNewRoute.path) Defined in src/renderer/components/+whats-new/whats-new.route.ts:8 Object literals # whatsNewRoute # \u25aa Const whatsNewRoute : object Defined in src/renderer/components/+whats-new/whats-new.route.ts:4 Properties: Name Type Value path string \"/what-s-new\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#module-srcrenderercomponentswhats-newwhats-newroute","text":"","title":"Module: \"src/renderer/components/+whats-new/whats-new.route\""},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#variables","text":"whatsNewURL","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#object-literals","text":"whatsNewRoute","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#whatsnewurl","text":"\u2022 Const whatsNewURL : (Anonymous function) = buildURL(whatsNewRoute.path) Defined in src/renderer/components/+whats-new/whats-new.route.ts:8","title":"whatsNewURL"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components__whats_new_whats_new_route_/#whatsnewroute","text":"\u25aa Const whatsNewRoute : object Defined in src/renderer/components/+whats-new/whats-new.route.ts:4","title":"whatsNewRoute"},{"location":"extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/+workloads-pods/pods.store\" Module: \"src/renderer/components/+workloads-pods/pods.store\" # Index # Classes # PodsStore Variables # podsStore Variables # podsStore # \u2022 Const podsStore : PodsStore = new PodsStore() Defined in src/renderer/components/+workloads-pods/pods.store.ts:78","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/#module-srcrenderercomponentsworkloads-podspodsstore","text":"","title":"Module: \"src/renderer/components/+workloads-pods/pods.store\""},{"location":"extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/#classes","text":"PodsStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/#variables","text":"podsStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components__workloads_pods_pods_store_/#podsstore","text":"\u2022 Const podsStore : PodsStore = new PodsStore() Defined in src/renderer/components/+workloads-pods/pods.store.ts:78","title":"podsStore"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/","text":"@k8slens/extensions Globals / \"src/renderer/components/ace-editor/ace-editor\" Module: \"src/renderer/components/ace-editor/ace-editor\" # Index # Classes # AceEditor Interfaces # Props State Object literals # defaultProps Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/ace-editor/ace-editor.tsx:27 Properties: Name Type Value foldStyle \\\"markbegin\\\" \"markbegin\" mode string \"yaml\" onBlur any noop onFocus any noop printMargin false false showGutter true true tabSize number 2 useWorker false false value string \"\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/#module-srcrenderercomponentsace-editorace-editor","text":"","title":"Module: \"src/renderer/components/ace-editor/ace-editor\""},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/#classes","text":"AceEditor","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/#interfaces","text":"Props State","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_ace_editor_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/ace-editor/ace-editor.tsx:27","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/ace-editor/index\" Module: \"src/renderer/components/ace-editor/index\" # Index # References # AceEditor References # AceEditor # Re-exports: AceEditor","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_index_/#module-srcrenderercomponentsace-editorindex","text":"","title":"Module: \"src/renderer/components/ace-editor/index\""},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_index_/#references","text":"AceEditor","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_ace_editor_index_/#aceeditor","text":"Re-exports: AceEditor","title":"AceEditor"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_add_remove_buttons_/","text":"@k8slens/extensions Globals / \"src/renderer/components/add-remove-buttons/add-remove-buttons\" Module: \"src/renderer/components/add-remove-buttons/add-remove-buttons\" # Index # Classes # AddRemoveButtons Interfaces # AddRemoveButtonsProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_add_remove_buttons_/#module-srcrenderercomponentsadd-remove-buttonsadd-remove-buttons","text":"","title":"Module: \"src/renderer/components/add-remove-buttons/add-remove-buttons\""},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_add_remove_buttons_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_add_remove_buttons_/#classes","text":"AddRemoveButtons","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_add_remove_buttons_/#interfaces","text":"AddRemoveButtonsProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/add-remove-buttons/index\" Module: \"src/renderer/components/add-remove-buttons/index\" # Index # References # AddRemoveButtons AddRemoveButtonsProps References # AddRemoveButtons # Re-exports: AddRemoveButtons AddRemoveButtonsProps # Re-exports: AddRemoveButtonsProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_index_/#module-srcrenderercomponentsadd-remove-buttonsindex","text":"","title":"Module: \"src/renderer/components/add-remove-buttons/index\""},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_index_/#references","text":"AddRemoveButtons AddRemoveButtonsProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_index_/#addremovebuttons","text":"Re-exports: AddRemoveButtons","title":"AddRemoveButtons"},{"location":"extensions/api/modules/_src_renderer_components_add_remove_buttons_index_/#addremovebuttonsprops","text":"Re-exports: AddRemoveButtonsProps","title":"AddRemoveButtonsProps"},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/","text":"@k8slens/extensions Globals / \"src/renderer/components/animate/animate\" Module: \"src/renderer/components/animate/animate\" # Index # Classes # Animate Interfaces # AnimateProps Type aliases # AnimateName Type aliases # AnimateName # \u01ac AnimateName : \\\"opacity\\\" | \\\"slide-right\\\" | \\\"opacity-scale\\\" | string Defined in src/renderer/components/animate/animate.tsx:7","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/#module-srcrenderercomponentsanimateanimate","text":"","title":"Module: \"src/renderer/components/animate/animate\""},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/#classes","text":"Animate","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/#interfaces","text":"AnimateProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/#type-aliases","text":"AnimateName","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_animate_animate_/#animatename","text":"\u01ac AnimateName : \\\"opacity\\\" | \\\"slide-right\\\" | \\\"opacity-scale\\\" | string Defined in src/renderer/components/animate/animate.tsx:7","title":"AnimateName"},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/animate/index\" Module: \"src/renderer/components/animate/index\" # Index # References # Animate AnimateName AnimateProps References # Animate # Re-exports: Animate AnimateName # Re-exports: AnimateName AnimateProps # Re-exports: AnimateProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/#module-srcrenderercomponentsanimateindex","text":"","title":"Module: \"src/renderer/components/animate/index\""},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/#references","text":"Animate AnimateName AnimateProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/#animate","text":"Re-exports: Animate","title":"Animate"},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/#animatename","text":"Re-exports: AnimateName","title":"AnimateName"},{"location":"extensions/api/modules/_src_renderer_components_animate_index_/#animateprops","text":"Re-exports: AnimateProps","title":"AnimateProps"},{"location":"extensions/api/modules/_src_renderer_components_badge_badge_/","text":"@k8slens/extensions Globals / \"src/renderer/components/badge/badge\" Module: \"src/renderer/components/badge/badge\" # Index # Classes # Badge Interfaces # BadgeProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_badge_badge_/#module-srcrenderercomponentsbadgebadge","text":"","title":"Module: \"src/renderer/components/badge/badge\""},{"location":"extensions/api/modules/_src_renderer_components_badge_badge_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_badge_badge_/#classes","text":"Badge","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_badge_badge_/#interfaces","text":"BadgeProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_badge_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/badge/index\" Module: \"src/renderer/components/badge/index\" # Index # References # Badge BadgeProps References # Badge # Re-exports: Badge BadgeProps # Re-exports: BadgeProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_badge_index_/#module-srcrenderercomponentsbadgeindex","text":"","title":"Module: \"src/renderer/components/badge/index\""},{"location":"extensions/api/modules/_src_renderer_components_badge_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_badge_index_/#references","text":"Badge BadgeProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_badge_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_badge_index_/#badge","text":"Re-exports: Badge","title":"Badge"},{"location":"extensions/api/modules/_src_renderer_components_badge_index_/#badgeprops","text":"Re-exports: BadgeProps","title":"BadgeProps"},{"location":"extensions/api/modules/_src_renderer_components_button_button_/","text":"@k8slens/extensions Globals / \"src/renderer/components/button/button\" Module: \"src/renderer/components/button/button\" # Index # Classes # Button Interfaces # ButtonProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_button_button_/#module-srcrenderercomponentsbuttonbutton","text":"","title":"Module: \"src/renderer/components/button/button\""},{"location":"extensions/api/modules/_src_renderer_components_button_button_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_button_button_/#classes","text":"Button","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_button_button_/#interfaces","text":"ButtonProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_button_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/button/index\" Module: \"src/renderer/components/button/index\" # Index # References # Button ButtonProps References # Button # Re-exports: Button ButtonProps # Re-exports: ButtonProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_button_index_/#module-srcrenderercomponentsbuttonindex","text":"","title":"Module: \"src/renderer/components/button/index\""},{"location":"extensions/api/modules/_src_renderer_components_button_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_button_index_/#references","text":"Button ButtonProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_button_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_button_index_/#button","text":"Re-exports: Button","title":"Button"},{"location":"extensions/api/modules/_src_renderer_components_button_index_/#buttonprops","text":"Re-exports: ButtonProps","title":"ButtonProps"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_checkbox_/","text":"@k8slens/extensions Globals / \"src/renderer/components/checkbox/checkbox\" Module: \"src/renderer/components/checkbox/checkbox\" # Index # Classes # Checkbox Interfaces # CheckboxProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_checkbox_/#module-srcrenderercomponentscheckboxcheckbox","text":"","title":"Module: \"src/renderer/components/checkbox/checkbox\""},{"location":"extensions/api/modules/_src_renderer_components_checkbox_checkbox_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_checkbox_/#classes","text":"Checkbox","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_checkbox_/#interfaces","text":"CheckboxProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/checkbox/index\" Module: \"src/renderer/components/checkbox/index\" # Index # References # Checkbox CheckboxProps References # Checkbox # Re-exports: Checkbox CheckboxProps # Re-exports: CheckboxProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_index_/#module-srcrenderercomponentscheckboxindex","text":"","title":"Module: \"src/renderer/components/checkbox/index\""},{"location":"extensions/api/modules/_src_renderer_components_checkbox_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_index_/#references","text":"Checkbox CheckboxProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_index_/#checkbox","text":"Re-exports: Checkbox","title":"Checkbox"},{"location":"extensions/api/modules/_src_renderer_components_checkbox_index_/#checkboxprops","text":"Re-exports: CheckboxProps","title":"CheckboxProps"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/","text":"@k8slens/extensions Globals / \"src/renderer/components/cluster-manager/cluster-view.route\" Module: \"src/renderer/components/cluster-manager/cluster-view.route\" # Index # Interfaces # IClusterViewRouteParams Variables # clusterViewURL Object literals # clusterViewRoute Variables # clusterViewURL # \u2022 Const clusterViewURL : (Anonymous function) = buildURL\\ (clusterViewRoute.path) Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:13 Object literals # clusterViewRoute # \u25aa Const clusterViewRoute : object Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:8 Properties: Name Type Value exact true true path string \"/cluster/:clusterId\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#module-srcrenderercomponentscluster-managercluster-viewroute","text":"","title":"Module: \"src/renderer/components/cluster-manager/cluster-view.route\""},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#interfaces","text":"IClusterViewRouteParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#variables","text":"clusterViewURL","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#object-literals","text":"clusterViewRoute","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#clusterviewurl","text":"\u2022 Const clusterViewURL : (Anonymous function) = buildURL\\ (clusterViewRoute.path) Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:13","title":"clusterViewURL"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_cluster_manager_cluster_view_route_/#clusterviewroute","text":"\u25aa Const clusterViewRoute : object Defined in src/renderer/components/cluster-manager/cluster-view.route.ts:8","title":"clusterViewRoute"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_confirm_dialog_/","text":"@k8slens/extensions Globals / \"src/renderer/components/confirm-dialog/confirm-dialog\" Module: \"src/renderer/components/confirm-dialog/confirm-dialog\" # Index # Classes # ConfirmDialog Interfaces # ConfirmDialogParams ConfirmDialogProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_confirm_dialog_/#module-srcrenderercomponentsconfirm-dialogconfirm-dialog","text":"","title":"Module: \"src/renderer/components/confirm-dialog/confirm-dialog\""},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_confirm_dialog_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_confirm_dialog_/#classes","text":"ConfirmDialog","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_confirm_dialog_/#interfaces","text":"ConfirmDialogParams ConfirmDialogProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/confirm-dialog/index\" Module: \"src/renderer/components/confirm-dialog/index\" # Index # References # ConfirmDialog ConfirmDialogParams ConfirmDialogProps References # ConfirmDialog # Re-exports: ConfirmDialog ConfirmDialogParams # Re-exports: ConfirmDialogParams ConfirmDialogProps # Re-exports: ConfirmDialogProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/#module-srcrenderercomponentsconfirm-dialogindex","text":"","title":"Module: \"src/renderer/components/confirm-dialog/index\""},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/#references","text":"ConfirmDialog ConfirmDialogParams ConfirmDialogProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/#confirmdialog","text":"Re-exports: ConfirmDialog","title":"ConfirmDialog"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/#confirmdialogparams","text":"Re-exports: ConfirmDialogParams","title":"ConfirmDialogParams"},{"location":"extensions/api/modules/_src_renderer_components_confirm_dialog_index_/#confirmdialogprops","text":"Re-exports: ConfirmDialogProps","title":"ConfirmDialogProps"},{"location":"extensions/api/modules/_src_renderer_components_dialog_dialog_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dialog/dialog\" Module: \"src/renderer/components/dialog/dialog\" # Index # Classes # Dialog Interfaces # DialogProps DialogState","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dialog_dialog_/#module-srcrenderercomponentsdialogdialog","text":"","title":"Module: \"src/renderer/components/dialog/dialog\""},{"location":"extensions/api/modules/_src_renderer_components_dialog_dialog_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dialog_dialog_/#classes","text":"Dialog","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_dialog_dialog_/#interfaces","text":"DialogProps DialogState","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_dialog_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dialog/index\" Module: \"src/renderer/components/dialog/index\" # Index # References # Dialog DialogProps References # Dialog # Re-exports: Dialog DialogProps # Re-exports: DialogProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dialog_index_/#module-srcrenderercomponentsdialogindex","text":"","title":"Module: \"src/renderer/components/dialog/index\""},{"location":"extensions/api/modules/_src_renderer_components_dialog_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dialog_index_/#references","text":"Dialog DialogProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_dialog_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_dialog_index_/#dialog","text":"Re-exports: Dialog","title":"Dialog"},{"location":"extensions/api/modules/_src_renderer_components_dialog_index_/#dialogprops","text":"Re-exports: DialogProps","title":"DialogProps"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/dock.store\" Module: \"src/renderer/components/dock/dock.store\" # Index # Enumerations # TabKind Classes # DockStore Interfaces # IDockTab Type aliases # TabId Variables # dockStore Type aliases # TabId # \u01ac TabId : string Defined in src/renderer/components/dock/dock.store.ts:6 Variables # dockStore # \u2022 Const dockStore : DockStore = new DockStore() Defined in src/renderer/components/dock/dock.store.ts:192","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#module-srcrenderercomponentsdockdockstore","text":"","title":"Module: \"src/renderer/components/dock/dock.store\""},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#enumerations","text":"TabKind","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#classes","text":"DockStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#interfaces","text":"IDockTab","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#type-aliases","text":"TabId","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#variables","text":"dockStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#tabid","text":"\u01ac TabId : string Defined in src/renderer/components/dock/dock.store.ts:6","title":"TabId"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_store_/#dockstore","text":"\u2022 Const dockStore : DockStore = new DockStore() Defined in src/renderer/components/dock/dock.store.ts:192","title":"dockStore"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_tab_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/dock-tab.store\" Module: \"src/renderer/components/dock/dock-tab.store\" # Index # Classes # DockTabStore Interfaces # Options","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_tab_store_/#module-srcrenderercomponentsdockdock-tabstore","text":"","title":"Module: \"src/renderer/components/dock/dock-tab.store\""},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_tab_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_tab_store_/#classes","text":"DockTabStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_dock_dock_tab_store_/#interfaces","text":"Options","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/edit-resource.store\" Module: \"src/renderer/components/dock/edit-resource.store\" # Index # Classes # EditResourceStore Interfaces # KubeEditResource Variables # editResourceStore Functions # editResourceTab isEditResourceTab Variables # editResourceStore # \u2022 Const editResourceStore : EditResourceStore = new EditResourceStore() Defined in src/renderer/components/dock/edit-resource.store.ts:65 Functions # editResourceTab # \u25b8 editResourceTab ( object : KubeObject , tabParams? : Partial\\< IDockTab >): IDockTab Defined in src/renderer/components/dock/edit-resource.store.ts:67 Parameters: Name Type Default value object KubeObject - tabParams Partial\\< IDockTab > {} Returns: IDockTab isEditResourceTab # \u25b8 isEditResourceTab ( tab : IDockTab ): boolean Defined in src/renderer/components/dock/edit-resource.store.ts:88 Parameters: Name Type tab IDockTab Returns: boolean","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#module-srcrenderercomponentsdockedit-resourcestore","text":"","title":"Module: \"src/renderer/components/dock/edit-resource.store\""},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#classes","text":"EditResourceStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#interfaces","text":"KubeEditResource","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#variables","text":"editResourceStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#functions","text":"editResourceTab isEditResourceTab","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#editresourcestore","text":"\u2022 Const editResourceStore : EditResourceStore = new EditResourceStore() Defined in src/renderer/components/dock/edit-resource.store.ts:65","title":"editResourceStore"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#editresourcetab","text":"\u25b8 editResourceTab ( object : KubeObject , tabParams? : Partial\\< IDockTab >): IDockTab Defined in src/renderer/components/dock/edit-resource.store.ts:67","title":"editResourceTab"},{"location":"extensions/api/modules/_src_renderer_components_dock_edit_resource_store_/#iseditresourcetab","text":"\u25b8 isEditResourceTab ( tab : IDockTab ): boolean Defined in src/renderer/components/dock/edit-resource.store.ts:88","title":"isEditResourceTab"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/pod-logs.store\" Module: \"src/renderer/components/dock/pod-logs.store\" # Index # Classes # PodLogsStore Interfaces # IPodLogsData Type aliases # PodLogLine TabId Variables # logRange podLogsStore Functions # createPodLogsTab isPodLogsTab Type aliases # PodLogLine # \u01ac PodLogLine : string Defined in src/renderer/components/dock/pod-logs.store.ts:20 TabId # \u01ac TabId : string Defined in src/renderer/components/dock/pod-logs.store.ts:19 Variables # logRange # \u2022 Const logRange : 500 = 500 Defined in src/renderer/components/dock/pod-logs.store.ts:23 podLogsStore # \u2022 Const podLogsStore : PodLogsStore = new PodLogsStore() Defined in src/renderer/components/dock/pod-logs.store.ts:176 Functions # createPodLogsTab # \u25b8 createPodLogsTab ( data : IPodLogsData , tabParams? : Partial\\< IDockTab >): IDockTab Defined in src/renderer/components/dock/pod-logs.store.ts:178 Parameters: Name Type Default value data IPodLogsData - tabParams Partial\\< IDockTab > {} Returns: IDockTab isPodLogsTab # \u25b8 isPodLogsTab ( tab : IDockTab ): boolean Defined in src/renderer/components/dock/pod-logs.store.ts:197 Parameters: Name Type tab IDockTab Returns: boolean","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#module-srcrenderercomponentsdockpod-logsstore","text":"","title":"Module: \"src/renderer/components/dock/pod-logs.store\""},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#classes","text":"PodLogsStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#interfaces","text":"IPodLogsData","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#type-aliases","text":"PodLogLine TabId","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#variables","text":"logRange podLogsStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#functions","text":"createPodLogsTab isPodLogsTab","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#podlogline","text":"\u01ac PodLogLine : string Defined in src/renderer/components/dock/pod-logs.store.ts:20","title":"PodLogLine"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#tabid","text":"\u01ac TabId : string Defined in src/renderer/components/dock/pod-logs.store.ts:19","title":"TabId"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#logrange","text":"\u2022 Const logRange : 500 = 500 Defined in src/renderer/components/dock/pod-logs.store.ts:23","title":"logRange"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#podlogsstore","text":"\u2022 Const podLogsStore : PodLogsStore = new PodLogsStore() Defined in src/renderer/components/dock/pod-logs.store.ts:176","title":"podLogsStore"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#createpodlogstab","text":"\u25b8 createPodLogsTab ( data : IPodLogsData , tabParams? : Partial\\< IDockTab >): IDockTab Defined in src/renderer/components/dock/pod-logs.store.ts:178","title":"createPodLogsTab"},{"location":"extensions/api/modules/_src_renderer_components_dock_pod_logs_store_/#ispodlogstab","text":"\u25b8 isPodLogsTab ( tab : IDockTab ): boolean Defined in src/renderer/components/dock/pod-logs.store.ts:197","title":"isPodLogsTab"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/terminal\" Module: \"src/renderer/components/dock/terminal\" # Index # Classes # Terminal","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_/#module-srcrenderercomponentsdockterminal","text":"","title":"Module: \"src/renderer/components/dock/terminal\""},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_/#classes","text":"Terminal","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/dock/terminal.store\" Module: \"src/renderer/components/dock/terminal.store\" # Index # Classes # TerminalStore Interfaces # ITerminalTab Variables # terminalStore Functions # createTerminalTab isTerminalTab Variables # terminalStore # \u2022 Const terminalStore : TerminalStore = new TerminalStore() Defined in src/renderer/components/dock/terminal.store.ts:116 Functions # createTerminalTab # \u25b8 createTerminalTab ( tabParams? : Partial\\< ITerminalTab >): IDockTab Defined in src/renderer/components/dock/terminal.store.ts:18 Parameters: Name Type Default value tabParams Partial\\< ITerminalTab > {} Returns: IDockTab isTerminalTab # \u25b8 isTerminalTab ( tab : IDockTab ): boolean Defined in src/renderer/components/dock/terminal.store.ts:14 Parameters: Name Type tab IDockTab Returns: boolean","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#module-srcrenderercomponentsdockterminalstore","text":"","title":"Module: \"src/renderer/components/dock/terminal.store\""},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#classes","text":"TerminalStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#interfaces","text":"ITerminalTab","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#variables","text":"terminalStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#functions","text":"createTerminalTab isTerminalTab","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#terminalstore","text":"\u2022 Const terminalStore : TerminalStore = new TerminalStore() Defined in src/renderer/components/dock/terminal.store.ts:116","title":"terminalStore"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#createterminaltab","text":"\u25b8 createTerminalTab ( tabParams? : Partial\\< ITerminalTab >): IDockTab Defined in src/renderer/components/dock/terminal.store.ts:18","title":"createTerminalTab"},{"location":"extensions/api/modules/_src_renderer_components_dock_terminal_store_/#isterminaltab","text":"\u25b8 isTerminalTab ( tab : IDockTab ): boolean Defined in src/renderer/components/dock/terminal.store.ts:14","title":"isTerminalTab"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer\" Module: \"src/renderer/components/drawer/drawer\" # Index # Classes # Drawer Interfaces # DrawerProps Object literals # defaultProps Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/drawer/drawer.tsx:23 Properties: Name Type Value animation string \"slide-right\" onClose any noop position \\\"right\\\" \"right\" usePortal false false","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/#module-srcrenderercomponentsdrawerdrawer","text":"","title":"Module: \"src/renderer/components/drawer/drawer\""},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/#classes","text":"Drawer","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/#interfaces","text":"DrawerProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/drawer/drawer.tsx:23","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-item\" Module: \"src/renderer/components/drawer/drawer-item\" # Index # Classes # DrawerItem Interfaces # DrawerItemProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_/#module-srcrenderercomponentsdrawerdrawer-item","text":"","title":"Module: \"src/renderer/components/drawer/drawer-item\""},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_/#classes","text":"DrawerItem","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_/#interfaces","text":"DrawerItemProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-item-labels\" Module: \"src/renderer/components/drawer/drawer-item-labels\" # Index # Interfaces # DrawerItemLabelsProps Functions # DrawerItemLabels Functions # DrawerItemLabels # \u25b8 DrawerItemLabels ( props : DrawerItemLabelsProps ): Element Defined in src/renderer/components/drawer/drawer-item-labels.tsx:9 Parameters: Name Type props DrawerItemLabelsProps Returns: Element","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/#module-srcrenderercomponentsdrawerdrawer-item-labels","text":"","title":"Module: \"src/renderer/components/drawer/drawer-item-labels\""},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/#interfaces","text":"DrawerItemLabelsProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/#functions","text":"DrawerItemLabels","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_item_labels_/#draweritemlabels","text":"\u25b8 DrawerItemLabels ( props : DrawerItemLabelsProps ): Element Defined in src/renderer/components/drawer/drawer-item-labels.tsx:9","title":"DrawerItemLabels"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_param_toggler_/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-param-toggler\" Module: \"src/renderer/components/drawer/drawer-param-toggler\" # Index # Classes # DrawerParamToggler Interfaces # DrawerParamTogglerProps State","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_param_toggler_/#module-srcrenderercomponentsdrawerdrawer-param-toggler","text":"","title":"Module: \"src/renderer/components/drawer/drawer-param-toggler\""},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_param_toggler_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_param_toggler_/#classes","text":"DrawerParamToggler","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_param_toggler_/#interfaces","text":"DrawerParamTogglerProps State","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_title_/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/drawer-title\" Module: \"src/renderer/components/drawer/drawer-title\" # Index # Classes # DrawerTitle Interfaces # DrawerTitleProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_title_/#module-srcrenderercomponentsdrawerdrawer-title","text":"","title":"Module: \"src/renderer/components/drawer/drawer-title\""},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_title_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_title_/#classes","text":"DrawerTitle","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_drawer_drawer_title_/#interfaces","text":"DrawerTitleProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/drawer/index\" Module: \"src/renderer/components/drawer/index\" # Index # References # Drawer DrawerItem DrawerItemLabels DrawerItemLabelsProps DrawerItemProps DrawerParamToggler DrawerParamTogglerProps DrawerProps DrawerTitle DrawerTitleProps References # Drawer # Re-exports: Drawer DrawerItem # Re-exports: DrawerItem DrawerItemLabels # Re-exports: DrawerItemLabels DrawerItemLabelsProps # Re-exports: DrawerItemLabelsProps DrawerItemProps # Re-exports: DrawerItemProps DrawerParamToggler # Re-exports: DrawerParamToggler DrawerParamTogglerProps # Re-exports: DrawerParamTogglerProps DrawerProps # Re-exports: DrawerProps DrawerTitle # Re-exports: DrawerTitle DrawerTitleProps # Re-exports: DrawerTitleProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#module-srcrenderercomponentsdrawerindex","text":"","title":"Module: \"src/renderer/components/drawer/index\""},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#references","text":"Drawer DrawerItem DrawerItemLabels DrawerItemLabelsProps DrawerItemProps DrawerParamToggler DrawerParamTogglerProps DrawerProps DrawerTitle DrawerTitleProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#drawer","text":"Re-exports: Drawer","title":"Drawer"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#draweritem","text":"Re-exports: DrawerItem","title":"DrawerItem"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#draweritemlabels","text":"Re-exports: DrawerItemLabels","title":"DrawerItemLabels"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#draweritemlabelsprops","text":"Re-exports: DrawerItemLabelsProps","title":"DrawerItemLabelsProps"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#draweritemprops","text":"Re-exports: DrawerItemProps","title":"DrawerItemProps"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#drawerparamtoggler","text":"Re-exports: DrawerParamToggler","title":"DrawerParamToggler"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#drawerparamtogglerprops","text":"Re-exports: DrawerParamTogglerProps","title":"DrawerParamTogglerProps"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#drawerprops","text":"Re-exports: DrawerProps","title":"DrawerProps"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#drawertitle","text":"Re-exports: DrawerTitle","title":"DrawerTitle"},{"location":"extensions/api/modules/_src_renderer_components_drawer_index_/#drawertitleprops","text":"Re-exports: DrawerTitleProps","title":"DrawerTitleProps"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_error_boundary_/","text":"@k8slens/extensions Globals / \"src/renderer/components/error-boundary/error-boundary\" Module: \"src/renderer/components/error-boundary/error-boundary\" # Index # Classes # ErrorBoundary Interfaces # Props State","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_error_boundary_/#module-srcrenderercomponentserror-boundaryerror-boundary","text":"","title":"Module: \"src/renderer/components/error-boundary/error-boundary\""},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_error_boundary_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_error_boundary_/#classes","text":"ErrorBoundary","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_error_boundary_/#interfaces","text":"Props State","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/error-boundary/index\" Module: \"src/renderer/components/error-boundary/index\" # Index # References # ErrorBoundary References # ErrorBoundary # Re-exports: ErrorBoundary","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_index_/#module-srcrenderercomponentserror-boundaryindex","text":"","title":"Module: \"src/renderer/components/error-boundary/index\""},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_index_/#references","text":"ErrorBoundary","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_error_boundary_index_/#errorboundary","text":"Re-exports: ErrorBoundary","title":"ErrorBoundary"},{"location":"extensions/api/modules/_src_renderer_components_icon_icon_/","text":"@k8slens/extensions Globals / \"src/renderer/components/icon/icon\" Module: \"src/renderer/components/icon/icon\" # Index # Classes # Icon Interfaces # IconProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_icon_icon_/#module-srcrenderercomponentsiconicon","text":"","title":"Module: \"src/renderer/components/icon/icon\""},{"location":"extensions/api/modules/_src_renderer_components_icon_icon_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_icon_icon_/#classes","text":"Icon","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_icon_icon_/#interfaces","text":"IconProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_icon_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/icon/index\" Module: \"src/renderer/components/icon/index\" # Index # References # Icon IconProps References # Icon # Re-exports: Icon IconProps # Re-exports: IconProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_icon_index_/#module-srcrenderercomponentsiconindex","text":"","title":"Module: \"src/renderer/components/icon/index\""},{"location":"extensions/api/modules/_src_renderer_components_icon_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_icon_index_/#references","text":"Icon IconProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_icon_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_icon_index_/#icon","text":"Re-exports: Icon","title":"Icon"},{"location":"extensions/api/modules/_src_renderer_components_icon_index_/#iconprops","text":"Re-exports: IconProps","title":"IconProps"},{"location":"extensions/api/modules/_src_renderer_components_input_file_input_/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/file-input\" Module: \"src/renderer/components/input/file-input\" # Index # Classes # FileInput Interfaces # FileInputSelection Props","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_input_file_input_/#module-srcrenderercomponentsinputfile-input","text":"","title":"Module: \"src/renderer/components/input/file-input\""},{"location":"extensions/api/modules/_src_renderer_components_input_file_input_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_input_file_input_/#classes","text":"FileInput","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_input_file_input_/#interfaces","text":"FileInputSelection Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/index\" Module: \"src/renderer/components/input/index\" # Index # References # FileInput FileInputSelection Input InputProps InputValidator InputValidators SearchInput SearchInputUrl References # FileInput # Re-exports: FileInput FileInputSelection # Re-exports: FileInputSelection Input # Re-exports: Input InputProps # Re-exports: InputProps InputValidator # Re-exports: InputValidator InputValidators # Re-exports: InputValidators SearchInput # Re-exports: SearchInput SearchInputUrl # Re-exports: SearchInputUrl","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#module-srcrenderercomponentsinputindex","text":"","title":"Module: \"src/renderer/components/input/index\""},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#references","text":"FileInput FileInputSelection Input InputProps InputValidator InputValidators SearchInput SearchInputUrl","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#fileinput","text":"Re-exports: FileInput","title":"FileInput"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#fileinputselection","text":"Re-exports: FileInputSelection","title":"FileInputSelection"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#input","text":"Re-exports: Input","title":"Input"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#inputprops","text":"Re-exports: InputProps","title":"InputProps"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#inputvalidator","text":"Re-exports: InputValidator","title":"InputValidator"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#inputvalidators","text":"Re-exports: InputValidators","title":"InputValidators"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#searchinput","text":"Re-exports: SearchInput","title":"SearchInput"},{"location":"extensions/api/modules/_src_renderer_components_input_index_/#searchinputurl","text":"Re-exports: SearchInputUrl","title":"SearchInputUrl"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/input\" Module: \"src/renderer/components/input/input\" # Index # Classes # Input Interfaces # State Type aliases # InputElement InputElementProps InputProps Variables # InputValidators conditionalValidators Object literals # defaultProps Type aliases # InputElement # \u01ac InputElement : HTMLInputElement | HTMLTextAreaElement Defined in src/renderer/components/input/input.tsx:16 InputElementProps # \u01ac InputElementProps : InputHTMLAttributes\\< InputElement > & TextareaHTMLAttributes\\< InputElement > & DOMAttributes\\< InputElement > Defined in src/renderer/components/input/input.tsx:17 InputProps # \u01ac InputProps \\ : Omit \\< InputElementProps , \\\"onChange\\\" | \\\"onSubmit\\\"> & { autoSelectOnFocus?: boolean ; className?: string ; contentRight?: string | React.ReactNode ; dirty?: boolean ; iconLeft?: string | React.ReactNode ; iconRight?: string | React.ReactNode ; maxRows?: number ; multiLine?: boolean ; showValidationLine?: boolean ; theme?: \\\"round-black\\\" ; validators?: InputValidator | InputValidator [] ; value?: T ; onChange?: (value: T, evt: ChangeEvent\\< InputElement >) => void ; onSubmit?: (value: T) => void } Defined in src/renderer/components/input/input.tsx:19 Type parameters: Name Default T string Variables # InputValidators # \u2022 InputValidators : InputValidators Defined in src/renderer/components/input/input.tsx:13 conditionalValidators # \u2022 conditionalValidators : InputValidator [] Defined in src/renderer/components/input/input.tsx:13 Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/input/input.tsx:45 Properties: Name Type Value maxRows number 10000 rows number 1 showValidationLine true true validators undefined[] []","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#module-srcrenderercomponentsinputinput","text":"","title":"Module: \"src/renderer/components/input/input\""},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#classes","text":"Input","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#interfaces","text":"State","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#type-aliases","text":"InputElement InputElementProps InputProps","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#variables","text":"InputValidators conditionalValidators","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#inputelement","text":"\u01ac InputElement : HTMLInputElement | HTMLTextAreaElement Defined in src/renderer/components/input/input.tsx:16","title":"InputElement"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#inputelementprops","text":"\u01ac InputElementProps : InputHTMLAttributes\\< InputElement > & TextareaHTMLAttributes\\< InputElement > & DOMAttributes\\< InputElement > Defined in src/renderer/components/input/input.tsx:17","title":"InputElementProps"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#inputprops","text":"\u01ac InputProps \\ : Omit \\< InputElementProps , \\\"onChange\\\" | \\\"onSubmit\\\"> & { autoSelectOnFocus?: boolean ; className?: string ; contentRight?: string | React.ReactNode ; dirty?: boolean ; iconLeft?: string | React.ReactNode ; iconRight?: string | React.ReactNode ; maxRows?: number ; multiLine?: boolean ; showValidationLine?: boolean ; theme?: \\\"round-black\\\" ; validators?: InputValidator | InputValidator [] ; value?: T ; onChange?: (value: T, evt: ChangeEvent\\< InputElement >) => void ; onSubmit?: (value: T) => void } Defined in src/renderer/components/input/input.tsx:19","title":"InputProps"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#inputvalidators","text":"\u2022 InputValidators : InputValidators Defined in src/renderer/components/input/input.tsx:13","title":"InputValidators"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#conditionalvalidators","text":"\u2022 conditionalValidators : InputValidator [] Defined in src/renderer/components/input/input.tsx:13","title":"conditionalValidators"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_input_input_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/input/input.tsx:45","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/input_validators\" Module: \"src/renderer/components/input/input_validators\" # Index # Interfaces # InputValidator Variables # conditionalValidators systemNameMatcher Object literals # accountId isEmail isNumber isPath isRequired isUrl maxLength minLength systemName Variables # conditionalValidators # \u2022 Const conditionalValidators : InputValidator [] = [ isRequired, isEmail, isNumber, isUrl, minLength, maxLength] Defined in src/renderer/components/input/input_validators.ts:74 systemNameMatcher # \u2022 Const systemNameMatcher : RegExp = /^ a-z0-9 ?(. a-z0-9 ?)*$/ Defined in src/renderer/components/input/input_validators.ts:63 Object literals # accountId # \u25aa Const accountId : object Defined in src/renderer/components/input/input_validators.ts:69 Properties: Name Type Value message function () => any validate function (value: string) => false | true | Promise \\ isEmail # \u25aa Const isEmail : object Defined in src/renderer/components/input/input_validators.ts:20 Properties: Name Type Value condition function (__namedParameters: { type: string }) => boolean message function () => any validate function (value: string) => boolean isNumber # \u25aa Const isNumber : object Defined in src/renderer/components/input/input_validators.ts:26 Properties: Name Type Value condition function (__namedParameters: { type: string }) => boolean message function () => any validate function (value: string, __namedParameters: { max: string | number ; min: string | number }) => boolean isPath # \u25aa Const isPath : object Defined in src/renderer/components/input/input_validators.ts:45 Properties: Name Type Value condition function (__namedParameters: { type: string }) => boolean message function () => any validate function (value: string) => boolean isRequired # \u25aa Const isRequired : object Defined in src/renderer/components/input/input_validators.ts:14 Properties: Name Type Value condition function (__namedParameters: { required: boolean }) => boolean message function () => any validate function (value: string) => boolean isUrl # \u25aa Const isUrl : object Defined in src/renderer/components/input/input_validators.ts:39 Properties: Name Type Value condition function (__namedParameters: { type: string }) => boolean message function () => any validate function (value: string) => boolean maxLength # \u25aa Const maxLength : object Defined in src/renderer/components/input/input_validators.ts:57 Properties: Name Type Value condition function (__namedParameters: { maxLength: number }) => boolean message function (value: string, __namedParameters: { maxLength: number }) => any validate function (value: string, __namedParameters: { maxLength: number }) => boolean minLength # \u25aa Const minLength : object Defined in src/renderer/components/input/input_validators.ts:51 Properties: Name Type Value condition function (__namedParameters: { minLength: number }) => boolean message function (value: string, __namedParameters: { minLength: number }) => any validate function (value: string, __namedParameters: { minLength: number }) => boolean systemName # \u25aa Const systemName : object Defined in src/renderer/components/input/input_validators.ts:64 Properties: Name Type Value message function () => any validate function (value: string) => boolean","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#module-srcrenderercomponentsinputinput_validators","text":"","title":"Module: \"src/renderer/components/input/input_validators\""},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#interfaces","text":"InputValidator","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#variables","text":"conditionalValidators systemNameMatcher","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#object-literals","text":"accountId isEmail isNumber isPath isRequired isUrl maxLength minLength systemName","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#conditionalvalidators","text":"\u2022 Const conditionalValidators : InputValidator [] = [ isRequired, isEmail, isNumber, isUrl, minLength, maxLength] Defined in src/renderer/components/input/input_validators.ts:74","title":"conditionalValidators"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#systemnamematcher","text":"\u2022 Const systemNameMatcher : RegExp = /^ a-z0-9 ?(. a-z0-9 ?)*$/ Defined in src/renderer/components/input/input_validators.ts:63","title":"systemNameMatcher"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#accountid","text":"\u25aa Const accountId : object Defined in src/renderer/components/input/input_validators.ts:69","title":"accountId"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#isemail","text":"\u25aa Const isEmail : object Defined in src/renderer/components/input/input_validators.ts:20","title":"isEmail"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#isnumber","text":"\u25aa Const isNumber : object Defined in src/renderer/components/input/input_validators.ts:26","title":"isNumber"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#ispath","text":"\u25aa Const isPath : object Defined in src/renderer/components/input/input_validators.ts:45","title":"isPath"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#isrequired","text":"\u25aa Const isRequired : object Defined in src/renderer/components/input/input_validators.ts:14","title":"isRequired"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#isurl","text":"\u25aa Const isUrl : object Defined in src/renderer/components/input/input_validators.ts:39","title":"isUrl"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#maxlength","text":"\u25aa Const maxLength : object Defined in src/renderer/components/input/input_validators.ts:57","title":"maxLength"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#minlength","text":"\u25aa Const minLength : object Defined in src/renderer/components/input/input_validators.ts:51","title":"minLength"},{"location":"extensions/api/modules/_src_renderer_components_input_input_validators_/#systemname","text":"\u25aa Const systemName : object Defined in src/renderer/components/input/input_validators.ts:64","title":"systemName"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/search-input\" Module: \"src/renderer/components/input/search-input\" # Index # Classes # SearchInput Interfaces # Props Object literals # defaultProps Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/input/search-input.tsx:17 Properties: Name Type Value autoFocus true true closeIcon true true placeholder","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/#module-srcrenderercomponentsinputsearch-input","text":"","title":"Module: \"src/renderer/components/input/search-input\""},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/#classes","text":"SearchInput","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/input/search-input.tsx:17","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_url_/","text":"@k8slens/extensions Globals / \"src/renderer/components/input/search-input-url\" Module: \"src/renderer/components/input/search-input-url\" # Index # Classes # SearchInputUrl Interfaces # Props","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_url_/#module-srcrenderercomponentsinputsearch-input-url","text":"","title":"Module: \"src/renderer/components/input/search-input-url\""},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_url_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_url_/#classes","text":"SearchInputUrl","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_input_search_input_url_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/filter-icon\" Module: \"src/renderer/components/item-object-list/filter-icon\" # Index # Interfaces # Props Functions # FilterIcon Functions # FilterIcon # \u25b8 FilterIcon ( props : Props ): Element Defined in src/renderer/components/item-object-list/filter-icon.tsx:9 Parameters: Name Type props Props Returns: Element","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/#module-srcrenderercomponentsitem-object-listfilter-icon","text":"","title":"Module: \"src/renderer/components/item-object-list/filter-icon\""},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/#functions","text":"FilterIcon","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_filter_icon_/#filtericon","text":"\u25b8 FilterIcon ( props : Props ): Element Defined in src/renderer/components/item-object-list/filter-icon.tsx:9","title":"FilterIcon"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/item-list-layout\" Module: \"src/renderer/components/item-object-list/item-list-layout\" # Index # Classes # ItemListLayout Interfaces # IHeaderPlaceholders ItemListLayoutProps ItemListLayoutUserSettings Type aliases # ItemsFilter SearchFilter Object literals # defaultProps Type aliases # ItemsFilter # \u01ac ItemsFilter \\ : (items: T[]) => T[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:26 Type parameters: Name Type Default T ItemObject any SearchFilter # \u01ac SearchFilter \\ : (item: T) => string | number | (string | number)[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:25 Type parameters: Name Type Default T ItemObject any Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/item-object-list/item-list-layout.tsx:74 Properties: Name Type Value copyClassNameFromHeadCells true true dependentStores undefined[] [] filterItems undefined[] [] hasDetailsView true true isSearchable true true isSelectable true true onDetails any noop showHeader true true virtual true true","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#module-srcrenderercomponentsitem-object-listitem-list-layout","text":"","title":"Module: \"src/renderer/components/item-object-list/item-list-layout\""},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#classes","text":"ItemListLayout","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#interfaces","text":"IHeaderPlaceholders ItemListLayoutProps ItemListLayoutUserSettings","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#type-aliases","text":"ItemsFilter SearchFilter","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#itemsfilter","text":"\u01ac ItemsFilter \\ : (items: T[]) => T[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:26","title":"ItemsFilter"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#searchfilter","text":"\u01ac SearchFilter \\ : (item: T) => string | number | (string | number)[] Defined in src/renderer/components/item-object-list/item-list-layout.tsx:25","title":"SearchFilter"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_item_list_layout_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/item-object-list/item-list-layout.tsx:74","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_list_/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters-list\" Module: \"src/renderer/components/item-object-list/page-filters-list\" # Index # Classes # PageFiltersList Interfaces # Props","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_list_/#module-srcrenderercomponentsitem-object-listpage-filters-list","text":"","title":"Module: \"src/renderer/components/item-object-list/page-filters-list\""},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_list_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_list_/#classes","text":"PageFiltersList","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_list_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_select_/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters-select\" Module: \"src/renderer/components/item-object-list/page-filters-select\" # Index # Classes # PageFiltersSelect Interfaces # Props SelectOptionFilter","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_select_/#module-srcrenderercomponentsitem-object-listpage-filters-select","text":"","title":"Module: \"src/renderer/components/item-object-list/page-filters-select\""},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_select_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_select_/#classes","text":"PageFiltersSelect","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_select_/#interfaces","text":"Props SelectOptionFilter","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/item-object-list/page-filters.store\" Module: \"src/renderer/components/item-object-list/page-filters.store\" # Index # Enumerations # FilterType Classes # PageFiltersStore Interfaces # Filter Variables # pageFilters Variables # pageFilters # \u2022 Const pageFilters : PageFiltersStore = new PageFiltersStore() Defined in src/renderer/components/item-object-list/page-filters.store.ts:117","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#module-srcrenderercomponentsitem-object-listpage-filtersstore","text":"","title":"Module: \"src/renderer/components/item-object-list/page-filters.store\""},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#enumerations","text":"FilterType","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#classes","text":"PageFiltersStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#interfaces","text":"Filter","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#variables","text":"pageFilters","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_item_object_list_page_filters_store_/#pagefilters","text":"\u2022 Const pageFilters : PageFiltersStore = new PageFiltersStore() Defined in src/renderer/components/item-object-list/page-filters.store.ts:117","title":"pageFilters"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/index\" Module: \"src/renderer/components/kube-object/index\" # Index # References # KubeObjectDetails KubeObjectDetailsProps KubeObjectListLayout KubeObjectListLayoutProps KubeObjectMenu KubeObjectMenuProps KubeObjectMeta KubeObjectMetaProps References # KubeObjectDetails # Re-exports: KubeObjectDetails KubeObjectDetailsProps # Re-exports: KubeObjectDetailsProps KubeObjectListLayout # Re-exports: KubeObjectListLayout KubeObjectListLayoutProps # Re-exports: KubeObjectListLayoutProps KubeObjectMenu # Re-exports: KubeObjectMenu KubeObjectMenuProps # Re-exports: KubeObjectMenuProps KubeObjectMeta # Re-exports: KubeObjectMeta KubeObjectMetaProps # Re-exports: KubeObjectMetaProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#module-srcrenderercomponentskube-objectindex","text":"","title":"Module: \"src/renderer/components/kube-object/index\""},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#references","text":"KubeObjectDetails KubeObjectDetailsProps KubeObjectListLayout KubeObjectListLayoutProps KubeObjectMenu KubeObjectMenuProps KubeObjectMeta KubeObjectMetaProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectdetails","text":"Re-exports: KubeObjectDetails","title":"KubeObjectDetails"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectdetailsprops","text":"Re-exports: KubeObjectDetailsProps","title":"KubeObjectDetailsProps"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectlistlayout","text":"Re-exports: KubeObjectListLayout","title":"KubeObjectListLayout"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectlistlayoutprops","text":"Re-exports: KubeObjectListLayoutProps","title":"KubeObjectListLayoutProps"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectmenu","text":"Re-exports: KubeObjectMenu","title":"KubeObjectMenu"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectmenuprops","text":"Re-exports: KubeObjectMenuProps","title":"KubeObjectMenuProps"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectmeta","text":"Re-exports: KubeObjectMeta","title":"KubeObjectMeta"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_index_/#kubeobjectmetaprops","text":"Re-exports: KubeObjectMetaProps","title":"KubeObjectMetaProps"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_details_/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-details\" Module: \"src/renderer/components/kube-object/kube-object-details\" # Index # Classes # KubeObjectDetails Interfaces # KubeObjectDetailsProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_details_/#module-srcrenderercomponentskube-objectkube-object-details","text":"","title":"Module: \"src/renderer/components/kube-object/kube-object-details\""},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_details_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_details_/#classes","text":"KubeObjectDetails","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_details_/#interfaces","text":"KubeObjectDetailsProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_list_layout_/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-list-layout\" Module: \"src/renderer/components/kube-object/kube-object-list-layout\" # Index # Classes # KubeObjectListLayout Interfaces # KubeObjectListLayoutProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_list_layout_/#module-srcrenderercomponentskube-objectkube-object-list-layout","text":"","title":"Module: \"src/renderer/components/kube-object/kube-object-list-layout\""},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_list_layout_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_list_layout_/#classes","text":"KubeObjectListLayout","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_list_layout_/#interfaces","text":"KubeObjectListLayoutProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_menu_/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-menu\" Module: \"src/renderer/components/kube-object/kube-object-menu\" # Index # Classes # KubeObjectMenu Interfaces # KubeObjectMenuProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_menu_/#module-srcrenderercomponentskube-objectkube-object-menu","text":"","title":"Module: \"src/renderer/components/kube-object/kube-object-menu\""},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_menu_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_menu_/#classes","text":"KubeObjectMenu","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_menu_/#interfaces","text":"KubeObjectMenuProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_meta_/","text":"@k8slens/extensions Globals / \"src/renderer/components/kube-object/kube-object-meta\" Module: \"src/renderer/components/kube-object/kube-object-meta\" # Index # Classes # KubeObjectMeta Interfaces # KubeObjectMetaProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_meta_/#module-srcrenderercomponentskube-objectkube-object-meta","text":"","title":"Module: \"src/renderer/components/kube-object/kube-object-meta\""},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_meta_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_meta_/#classes","text":"KubeObjectMeta","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_kube_object_kube_object_meta_/#interfaces","text":"KubeObjectMetaProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/page-layout\" Module: \"src/renderer/components/layout/page-layout\" # Index # Classes # PageLayout Interfaces # PageLayoutProps Object literals # defaultProps Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/layout/page-layout.tsx:20 Properties: Name Type Value contentGaps true true provideBackButtonNavigation true true","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/#module-srcrenderercomponentslayoutpage-layout","text":"","title":"Module: \"src/renderer/components/layout/page-layout\""},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/#classes","text":"PageLayout","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/#interfaces","text":"PageLayoutProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_layout_page_layout_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/layout/page-layout.tsx:20","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_layout_tab_layout_/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/tab-layout\" Module: \"src/renderer/components/layout/tab-layout\" # Index # Interfaces # TabLayoutProps TabRoute Variables # TabLayout Variables # TabLayout # \u2022 Const 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":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_layout_tab_layout_/#module-srcrenderercomponentslayouttab-layout","text":"","title":"Module: \"src/renderer/components/layout/tab-layout\""},{"location":"extensions/api/modules/_src_renderer_components_layout_tab_layout_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_layout_tab_layout_/#interfaces","text":"TabLayoutProps TabRoute","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_layout_tab_layout_/#variables","text":"TabLayout","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_layout_tab_layout_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_layout_tab_layout_/#tablayout","text":"\u2022 Const 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":"TabLayout"},{"location":"extensions/api/modules/_src_renderer_components_layout_wizard_layout_/","text":"@k8slens/extensions Globals / \"src/renderer/components/layout/wizard-layout\" Module: \"src/renderer/components/layout/wizard-layout\" # Index # Classes # WizardLayout Interfaces # WizardLayoutProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_layout_wizard_layout_/#module-srcrenderercomponentslayoutwizard-layout","text":"","title":"Module: \"src/renderer/components/layout/wizard-layout\""},{"location":"extensions/api/modules/_src_renderer_components_layout_wizard_layout_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_layout_wizard_layout_/#classes","text":"WizardLayout","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_layout_wizard_layout_/#interfaces","text":"WizardLayoutProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/line-progress/index\" Module: \"src/renderer/components/line-progress/index\" # Index # References # LineProgress LineProgressProps References # LineProgress # Re-exports: LineProgress LineProgressProps # Re-exports: LineProgressProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_index_/#module-srcrenderercomponentsline-progressindex","text":"","title":"Module: \"src/renderer/components/line-progress/index\""},{"location":"extensions/api/modules/_src_renderer_components_line_progress_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_index_/#references","text":"LineProgress LineProgressProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_index_/#lineprogress","text":"Re-exports: LineProgress","title":"LineProgress"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_index_/#lineprogressprops","text":"Re-exports: LineProgressProps","title":"LineProgressProps"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_line_progress_/","text":"@k8slens/extensions Globals / \"src/renderer/components/line-progress/line-progress\" Module: \"src/renderer/components/line-progress/line-progress\" # Index # Classes # LineProgress Interfaces # LineProgressProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_line_progress_/#module-srcrenderercomponentsline-progressline-progress","text":"","title":"Module: \"src/renderer/components/line-progress/line-progress\""},{"location":"extensions/api/modules/_src_renderer_components_line_progress_line_progress_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_line_progress_/#classes","text":"LineProgress","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_line_progress_line_progress_/#interfaces","text":"LineProgressProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/index\" Module: \"src/renderer/components/menu/index\" # Index # References # Menu MenuActions MenuActionsProps MenuContext MenuContextValue MenuItem MenuItemProps MenuPosition MenuProps SubMenu References # Menu # Re-exports: Menu MenuActions # Re-exports: MenuActions MenuActionsProps # Re-exports: MenuActionsProps MenuContext # Re-exports: MenuContext MenuContextValue # Re-exports: MenuContextValue MenuItem # Re-exports: MenuItem MenuItemProps # Re-exports: MenuItemProps MenuPosition # Re-exports: MenuPosition MenuProps # Re-exports: MenuProps SubMenu # Re-exports: SubMenu","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#module-srcrenderercomponentsmenuindex","text":"","title":"Module: \"src/renderer/components/menu/index\""},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#references","text":"Menu MenuActions MenuActionsProps MenuContext MenuContextValue MenuItem MenuItemProps MenuPosition MenuProps SubMenu","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menu","text":"Re-exports: Menu","title":"Menu"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menuactions","text":"Re-exports: MenuActions","title":"MenuActions"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menuactionsprops","text":"Re-exports: MenuActionsProps","title":"MenuActionsProps"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menucontext","text":"Re-exports: MenuContext","title":"MenuContext"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menucontextvalue","text":"Re-exports: MenuContextValue","title":"MenuContextValue"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menuitem","text":"Re-exports: MenuItem","title":"MenuItem"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menuitemprops","text":"Re-exports: MenuItemProps","title":"MenuItemProps"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menuposition","text":"Re-exports: MenuPosition","title":"MenuPosition"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#menuprops","text":"Re-exports: MenuProps","title":"MenuProps"},{"location":"extensions/api/modules/_src_renderer_components_menu_index_/#submenu","text":"Re-exports: SubMenu","title":"SubMenu"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu\" Module: \"src/renderer/components/menu/menu\" # Index # Classes # Menu MenuItem Interfaces # MenuItemProps MenuPosition MenuProps State Type aliases # MenuContextValue Variables # MenuContext Functions # SubMenu Object literals # defaultPropsMenu defaultPropsMenuItem Type aliases # MenuContextValue # \u01ac MenuContextValue : Menu Defined in src/renderer/components/menu/menu.tsx:11 Variables # MenuContext # \u2022 Const MenuContext : Context\\< Menu > = React.createContext\\ (null) Defined in src/renderer/components/menu/menu.tsx:10 Functions # SubMenu # \u25b8 SubMenu ( props : Partial\\< MenuProps >): Element Defined in src/renderer/components/menu/menu.tsx:258 Parameters: Name Type props Partial\\< MenuProps > Returns: Element Object literals # defaultPropsMenu # \u25aa Const defaultPropsMenu : object Defined in src/renderer/components/menu/menu.tsx:40 Properties: Name Type Value autoFocus false false closeOnClickItem true true closeOnClickOutside true true closeOnScroll false false usePortal false false position object { bottom: true = true; right: true = true } defaultPropsMenuItem # \u25aa Const defaultPropsMenuItem : object Defined in src/renderer/components/menu/menu.tsx:280 Properties: Name Type Value onClick any noop","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#module-srcrenderercomponentsmenumenu","text":"","title":"Module: \"src/renderer/components/menu/menu\""},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#classes","text":"Menu MenuItem","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#interfaces","text":"MenuItemProps MenuPosition MenuProps State","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#type-aliases","text":"MenuContextValue","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#variables","text":"MenuContext","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#functions","text":"SubMenu","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#object-literals","text":"defaultPropsMenu defaultPropsMenuItem","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#menucontextvalue","text":"\u01ac MenuContextValue : Menu Defined in src/renderer/components/menu/menu.tsx:11","title":"MenuContextValue"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#menucontext","text":"\u2022 Const MenuContext : Context\\< Menu > = React.createContext\\ (null) Defined in src/renderer/components/menu/menu.tsx:10","title":"MenuContext"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#submenu","text":"\u25b8 SubMenu ( props : Partial\\< MenuProps >): Element Defined in src/renderer/components/menu/menu.tsx:258","title":"SubMenu"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#defaultpropsmenu","text":"\u25aa Const defaultPropsMenu : object Defined in src/renderer/components/menu/menu.tsx:40","title":"defaultPropsMenu"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_/#defaultpropsmenuitem","text":"\u25aa Const defaultPropsMenuItem : object Defined in src/renderer/components/menu/menu.tsx:280","title":"defaultPropsMenuItem"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_actions_/","text":"@k8slens/extensions Globals / \"src/renderer/components/menu/menu-actions\" Module: \"src/renderer/components/menu/menu-actions\" # Index # Classes # MenuActions Interfaces # MenuActionsProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_actions_/#module-srcrenderercomponentsmenumenu-actions","text":"","title":"Module: \"src/renderer/components/menu/menu-actions\""},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_actions_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_actions_/#classes","text":"MenuActions","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_menu_menu_actions_/#interfaces","text":"MenuActionsProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_no_items_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/no-items/index\" Module: \"src/renderer/components/no-items/index\" # Index # References # NoItems References # NoItems # Re-exports: NoItems","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_no_items_index_/#module-srcrenderercomponentsno-itemsindex","text":"","title":"Module: \"src/renderer/components/no-items/index\""},{"location":"extensions/api/modules/_src_renderer_components_no_items_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_no_items_index_/#references","text":"NoItems","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_no_items_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_no_items_index_/#noitems","text":"Re-exports: NoItems","title":"NoItems"},{"location":"extensions/api/modules/_src_renderer_components_no_items_no_items_/","text":"@k8slens/extensions Globals / \"src/renderer/components/no-items/no-items\" Module: \"src/renderer/components/no-items/no-items\" # Index # Interfaces # Props Functions # NoItems Functions # NoItems # \u25b8 NoItems ( props : Props ): Element Defined in src/renderer/components/no-items/no-items.tsx:12 Parameters: Name Type props Props Returns: Element","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_no_items_no_items_/#module-srcrenderercomponentsno-itemsno-items","text":"","title":"Module: \"src/renderer/components/no-items/no-items\""},{"location":"extensions/api/modules/_src_renderer_components_no_items_no_items_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_no_items_no_items_/#interfaces","text":"Props","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_no_items_no_items_/#functions","text":"NoItems","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_no_items_no_items_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_no_items_no_items_/#noitems","text":"\u25b8 NoItems ( props : Props ): Element Defined in src/renderer/components/no-items/no-items.tsx:12","title":"NoItems"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/notifications/index\" Module: \"src/renderer/components/notifications/index\" # Index # References # Notification NotificationId NotificationMessage NotificationStatus Notifications NotificationsStore notificationsStore References # Notification # Re-exports: Notification NotificationId # Re-exports: NotificationId NotificationMessage # Re-exports: NotificationMessage NotificationStatus # Re-exports: NotificationStatus Notifications # Re-exports: Notifications NotificationsStore # Re-exports: NotificationsStore notificationsStore # Re-exports: notificationsStore","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#module-srcrenderercomponentsnotificationsindex","text":"","title":"Module: \"src/renderer/components/notifications/index\""},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#references","text":"Notification NotificationId NotificationMessage NotificationStatus Notifications NotificationsStore notificationsStore","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#notification","text":"Re-exports: Notification","title":"Notification"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#notificationid","text":"Re-exports: NotificationId","title":"NotificationId"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#notificationmessage","text":"Re-exports: NotificationMessage","title":"NotificationMessage"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#notificationstatus","text":"Re-exports: NotificationStatus","title":"NotificationStatus"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#notifications","text":"Re-exports: Notifications","title":"Notifications"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#notificationsstore","text":"Re-exports: NotificationsStore","title":"NotificationsStore"},{"location":"extensions/api/modules/_src_renderer_components_notifications_index_/#notificationsstore_1","text":"Re-exports: notificationsStore","title":"notificationsStore"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_/","text":"@k8slens/extensions Globals / \"src/renderer/components/notifications/notifications\" Module: \"src/renderer/components/notifications/notifications\" # Index # Classes # Notifications","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_/#module-srcrenderercomponentsnotificationsnotifications","text":"","title":"Module: \"src/renderer/components/notifications/notifications\""},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_/#classes","text":"Notifications","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/","text":"@k8slens/extensions Globals / \"src/renderer/components/notifications/notifications.store\" Module: \"src/renderer/components/notifications/notifications.store\" # Index # Enumerations # NotificationStatus Classes # NotificationsStore Interfaces # Notification Type aliases # NotificationId NotificationMessage Variables # notificationsStore Type aliases # 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 Variables # notificationsStore # \u2022 Const notificationsStore : NotificationsStore = new NotificationsStore() Defined in src/renderer/components/notifications/notifications.store.ts:67","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#module-srcrenderercomponentsnotificationsnotificationsstore","text":"","title":"Module: \"src/renderer/components/notifications/notifications.store\""},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#enumerations","text":"NotificationStatus","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#classes","text":"NotificationsStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#interfaces","text":"Notification","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#type-aliases","text":"NotificationId NotificationMessage","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#variables","text":"notificationsStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#notificationid","text":"\u01ac NotificationId : string | number Defined in src/renderer/components/notifications/notifications.store.ts:8","title":"NotificationId"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#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/_src_renderer_components_notifications_notifications_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_notifications_notifications_store_/#notificationsstore","text":"\u2022 Const notificationsStore : NotificationsStore = new NotificationsStore() Defined in src/renderer/components/notifications/notifications.store.ts:67","title":"notificationsStore"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/radio/index\" Module: \"src/renderer/components/radio/index\" # Index # References # Radio RadioGroup RadioGroupProps RadioProps References # Radio # Re-exports: Radio RadioGroup # Re-exports: RadioGroup RadioGroupProps # Re-exports: RadioGroupProps RadioProps # Re-exports: RadioProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#module-srcrenderercomponentsradioindex","text":"","title":"Module: \"src/renderer/components/radio/index\""},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#references","text":"Radio RadioGroup RadioGroupProps RadioProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#radio","text":"Re-exports: Radio","title":"Radio"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#radiogroup","text":"Re-exports: RadioGroup","title":"RadioGroup"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#radiogroupprops","text":"Re-exports: RadioGroupProps","title":"RadioGroupProps"},{"location":"extensions/api/modules/_src_renderer_components_radio_index_/#radioprops","text":"Re-exports: RadioProps","title":"RadioProps"},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/","text":"@k8slens/extensions Globals / \"src/renderer/components/radio/radio\" Module: \"src/renderer/components/radio/radio\" # Index # Classes # Radio RadioGroup Interfaces # RadioGroupProps Type aliases # RadioProps Type aliases # RadioProps # \u01ac RadioProps : HTMLProps\\ & { checked?: boolean ; disabled?: boolean ; label?: React.ReactNode | any ; name?: string ; value?: any ; onChange?: (value: ChangeEvent\\ ) => void } Defined in src/renderer/components/radio/radio.tsx:38","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/#module-srcrenderercomponentsradioradio","text":"","title":"Module: \"src/renderer/components/radio/radio\""},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/#classes","text":"Radio RadioGroup","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/#interfaces","text":"RadioGroupProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/#type-aliases","text":"RadioProps","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_radio_radio_/#radioprops","text":"\u01ac RadioProps : HTMLProps\\ & { checked?: boolean ; disabled?: boolean ; label?: React.ReactNode | any ; name?: string ; value?: any ; onChange?: (value: ChangeEvent\\ ) => void } Defined in src/renderer/components/radio/radio.tsx:38","title":"RadioProps"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/select/index\" Module: \"src/renderer/components/select/index\" # Index # References # GroupSelectOption Select SelectOption SelectProps References # GroupSelectOption # Re-exports: GroupSelectOption Select # Re-exports: Select SelectOption # Re-exports: SelectOption SelectProps # Re-exports: SelectProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#module-srcrenderercomponentsselectindex","text":"","title":"Module: \"src/renderer/components/select/index\""},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#references","text":"GroupSelectOption Select SelectOption SelectProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#groupselectoption","text":"Re-exports: GroupSelectOption","title":"GroupSelectOption"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#select","text":"Re-exports: Select","title":"Select"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#selectoption","text":"Re-exports: SelectOption","title":"SelectOption"},{"location":"extensions/api/modules/_src_renderer_components_select_index_/#selectprops","text":"Re-exports: SelectProps","title":"SelectProps"},{"location":"extensions/api/modules/_src_renderer_components_select_select_/","text":"@k8slens/extensions Globals / \"src/renderer/components/select/select\" Module: \"src/renderer/components/select/select\" # Index # Classes # Select Interfaces # GroupSelectOption SelectOption SelectProps Variables # Menu Variables # Menu # \u2022 Menu : ComponentType\\< MenuProps \\ > Defined in src/renderer/components/select/select.tsx:13","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_select_select_/#module-srcrenderercomponentsselectselect","text":"","title":"Module: \"src/renderer/components/select/select\""},{"location":"extensions/api/modules/_src_renderer_components_select_select_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_select_select_/#classes","text":"Select","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_select_select_/#interfaces","text":"GroupSelectOption SelectOption SelectProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_select_select_/#variables","text":"Menu","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_select_select_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_select_select_/#menu","text":"\u2022 Menu : ComponentType\\< MenuProps \\ > Defined in src/renderer/components/select/select.tsx:13","title":"Menu"},{"location":"extensions/api/modules/_src_renderer_components_slider_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/slider/index\" Module: \"src/renderer/components/slider/index\" # Index # References # Slider SliderProps References # Slider # Re-exports: Slider SliderProps # Re-exports: SliderProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_slider_index_/#module-srcrenderercomponentssliderindex","text":"","title":"Module: \"src/renderer/components/slider/index\""},{"location":"extensions/api/modules/_src_renderer_components_slider_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_slider_index_/#references","text":"Slider SliderProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_slider_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_slider_index_/#slider","text":"Re-exports: Slider","title":"Slider"},{"location":"extensions/api/modules/_src_renderer_components_slider_index_/#sliderprops","text":"Re-exports: SliderProps","title":"SliderProps"},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/","text":"@k8slens/extensions Globals / \"src/renderer/components/slider/slider\" Module: \"src/renderer/components/slider/slider\" # Index # Classes # Slider Interfaces # SliderProps Object literals # defaultProps Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/slider/slider.tsx:14 Properties: Name Type Value max number 100 min number 0 step number 1","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/#module-srcrenderercomponentssliderslider","text":"","title":"Module: \"src/renderer/components/slider/slider\""},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/#classes","text":"Slider","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/#interfaces","text":"SliderProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_slider_slider_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/slider/slider.tsx:14","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_spinner_cube_spinner_/","text":"@k8slens/extensions Globals / \"src/renderer/components/spinner/cube-spinner\" Module: \"src/renderer/components/spinner/cube-spinner\" # Index # Classes # CubeSpinner Interfaces # CubeSpinnerProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_spinner_cube_spinner_/#module-srcrenderercomponentsspinnercube-spinner","text":"","title":"Module: \"src/renderer/components/spinner/cube-spinner\""},{"location":"extensions/api/modules/_src_renderer_components_spinner_cube_spinner_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_spinner_cube_spinner_/#classes","text":"CubeSpinner","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_spinner_cube_spinner_/#interfaces","text":"CubeSpinnerProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/spinner/index\" Module: \"src/renderer/components/spinner/index\" # Index # References # CubeSpinner CubeSpinnerProps Spinner SpinnerProps References # CubeSpinner # Re-exports: CubeSpinner CubeSpinnerProps # Re-exports: CubeSpinnerProps Spinner # Re-exports: Spinner SpinnerProps # Re-exports: SpinnerProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#module-srcrenderercomponentsspinnerindex","text":"","title":"Module: \"src/renderer/components/spinner/index\""},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#references","text":"CubeSpinner CubeSpinnerProps Spinner SpinnerProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#cubespinner","text":"Re-exports: CubeSpinner","title":"CubeSpinner"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#cubespinnerprops","text":"Re-exports: CubeSpinnerProps","title":"CubeSpinnerProps"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#spinner","text":"Re-exports: Spinner","title":"Spinner"},{"location":"extensions/api/modules/_src_renderer_components_spinner_index_/#spinnerprops","text":"Re-exports: SpinnerProps","title":"SpinnerProps"},{"location":"extensions/api/modules/_src_renderer_components_spinner_spinner_/","text":"@k8slens/extensions Globals / \"src/renderer/components/spinner/spinner\" Module: \"src/renderer/components/spinner/spinner\" # Index # Classes # Spinner Interfaces # SpinnerProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_spinner_spinner_/#module-srcrenderercomponentsspinnerspinner","text":"","title":"Module: \"src/renderer/components/spinner/spinner\""},{"location":"extensions/api/modules/_src_renderer_components_spinner_spinner_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_spinner_spinner_/#classes","text":"Spinner","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_spinner_spinner_/#interfaces","text":"SpinnerProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/status-brick/index\" Module: \"src/renderer/components/status-brick/index\" # Index # References # StatusBrick StatusBrickProps References # StatusBrick # Re-exports: StatusBrick StatusBrickProps # Re-exports: StatusBrickProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_index_/#module-srcrenderercomponentsstatus-brickindex","text":"","title":"Module: \"src/renderer/components/status-brick/index\""},{"location":"extensions/api/modules/_src_renderer_components_status_brick_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_index_/#references","text":"StatusBrick StatusBrickProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_index_/#statusbrick","text":"Re-exports: StatusBrick","title":"StatusBrick"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_index_/#statusbrickprops","text":"Re-exports: StatusBrickProps","title":"StatusBrickProps"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_status_brick_/","text":"@k8slens/extensions Globals / \"src/renderer/components/status-brick/status-brick\" Module: \"src/renderer/components/status-brick/status-brick\" # Index # Classes # StatusBrick Interfaces # StatusBrickProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_status_brick_/#module-srcrenderercomponentsstatus-brickstatus-brick","text":"","title":"Module: \"src/renderer/components/status-brick/status-brick\""},{"location":"extensions/api/modules/_src_renderer_components_status_brick_status_brick_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_status_brick_/#classes","text":"StatusBrick","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_status_brick_status_brick_/#interfaces","text":"StatusBrickProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_stepper_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/stepper/index\" Module: \"src/renderer/components/stepper/index\" # Index # References # Stepper StepperProps References # Stepper # Re-exports: Stepper StepperProps # Re-exports: StepperProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_stepper_index_/#module-srcrenderercomponentsstepperindex","text":"","title":"Module: \"src/renderer/components/stepper/index\""},{"location":"extensions/api/modules/_src_renderer_components_stepper_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_stepper_index_/#references","text":"Stepper StepperProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_stepper_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_stepper_index_/#stepper","text":"Re-exports: Stepper","title":"Stepper"},{"location":"extensions/api/modules/_src_renderer_components_stepper_index_/#stepperprops","text":"Re-exports: StepperProps","title":"StepperProps"},{"location":"extensions/api/modules/_src_renderer_components_stepper_stepper_/","text":"@k8slens/extensions Globals / \"src/renderer/components/stepper/stepper\" Module: \"src/renderer/components/stepper/stepper\" # Index # Classes # Stepper Interfaces # Step StepperProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_stepper_stepper_/#module-srcrenderercomponentsstepperstepper","text":"","title":"Module: \"src/renderer/components/stepper/stepper\""},{"location":"extensions/api/modules/_src_renderer_components_stepper_stepper_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_stepper_stepper_/#classes","text":"Stepper","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_stepper_stepper_/#interfaces","text":"Step StepperProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/index\" Module: \"src/renderer/components/table/index\" # Index # References # Table TableCell TableCellElem TableCellProps TableHead TableHeadElem TableHeadProps TableOrderBy TableProps TableRow TableRowElem TableRowProps TableSortBy TableSortCallback TableSortParams References # Table # Re-exports: Table TableCell # Re-exports: TableCell TableCellElem # Re-exports: TableCellElem TableCellProps # Re-exports: TableCellProps TableHead # Re-exports: TableHead TableHeadElem # Re-exports: TableHeadElem TableHeadProps # Re-exports: TableHeadProps TableOrderBy # Re-exports: TableOrderBy TableProps # Re-exports: TableProps TableRow # Re-exports: TableRow TableRowElem # Re-exports: TableRowElem TableRowProps # Re-exports: TableRowProps TableSortBy # Re-exports: TableSortBy TableSortCallback # Re-exports: TableSortCallback TableSortParams # Re-exports: TableSortParams","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#module-srcrenderercomponentstableindex","text":"","title":"Module: \"src/renderer/components/table/index\""},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#references","text":"Table TableCell TableCellElem TableCellProps TableHead TableHeadElem TableHeadProps TableOrderBy TableProps TableRow TableRowElem TableRowProps TableSortBy TableSortCallback TableSortParams","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#table","text":"Re-exports: Table","title":"Table"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablecell","text":"Re-exports: TableCell","title":"TableCell"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablecellelem","text":"Re-exports: TableCellElem","title":"TableCellElem"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablecellprops","text":"Re-exports: TableCellProps","title":"TableCellProps"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablehead","text":"Re-exports: TableHead","title":"TableHead"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tableheadelem","text":"Re-exports: TableHeadElem","title":"TableHeadElem"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tableheadprops","text":"Re-exports: TableHeadProps","title":"TableHeadProps"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tableorderby","text":"Re-exports: TableOrderBy","title":"TableOrderBy"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tableprops","text":"Re-exports: TableProps","title":"TableProps"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablerow","text":"Re-exports: TableRow","title":"TableRow"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablerowelem","text":"Re-exports: TableRowElem","title":"TableRowElem"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablerowprops","text":"Re-exports: TableRowProps","title":"TableRowProps"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablesortby","text":"Re-exports: TableSortBy","title":"TableSortBy"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablesortcallback","text":"Re-exports: TableSortCallback","title":"TableSortCallback"},{"location":"extensions/api/modules/_src_renderer_components_table_index_/#tablesortparams","text":"Re-exports: TableSortParams","title":"TableSortParams"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table\" Module: \"src/renderer/components/table/table\" # Index # Classes # Table Interfaces # TableProps Type aliases # TableOrderBy TableSortBy TableSortCallback TableSortParams Type aliases # TableOrderBy # \u01ac TableOrderBy : \\\"asc\\\" | \\\"desc\\\" | string Defined in src/renderer/components/table/table.tsx:18 TableSortBy # \u01ac TableSortBy : string Defined in src/renderer/components/table/table.tsx:17 TableSortCallback # \u01ac TableSortCallback \\ : (data: D) => string | number | (string | number)[] Defined in src/renderer/components/table/table.tsx:20 Type parameters: Name Default D any TableSortParams # \u01ac TableSortParams : { orderBy: TableOrderBy ; sortBy: TableSortBy } Defined in src/renderer/components/table/table.tsx:19 Type declaration: Name Type orderBy TableOrderBy sortBy TableSortBy","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#module-srcrenderercomponentstabletable","text":"","title":"Module: \"src/renderer/components/table/table\""},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#classes","text":"Table","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#interfaces","text":"TableProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#type-aliases","text":"TableOrderBy TableSortBy TableSortCallback TableSortParams","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#tableorderby","text":"\u01ac TableOrderBy : \\\"asc\\\" | \\\"desc\\\" | string Defined in src/renderer/components/table/table.tsx:18","title":"TableOrderBy"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#tablesortby","text":"\u01ac TableSortBy : string Defined in src/renderer/components/table/table.tsx:17","title":"TableSortBy"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#tablesortcallback","text":"\u01ac TableSortCallback \\ : (data: D) => string | number | (string | number)[] Defined in src/renderer/components/table/table.tsx:20","title":"TableSortCallback"},{"location":"extensions/api/modules/_src_renderer_components_table_table_/#tablesortparams","text":"\u01ac TableSortParams : { orderBy: TableOrderBy ; sortBy: TableSortBy } Defined in src/renderer/components/table/table.tsx:19","title":"TableSortParams"},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-cell\" Module: \"src/renderer/components/table/table-cell\" # Index # Classes # TableCell Interfaces # TableCellProps Type aliases # TableCellElem Type aliases # TableCellElem # \u01ac TableCellElem : ReactElement\\< TableCellProps > Defined in src/renderer/components/table/table-cell.tsx:9","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/#module-srcrenderercomponentstabletable-cell","text":"","title":"Module: \"src/renderer/components/table/table-cell\""},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/#classes","text":"TableCell","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/#interfaces","text":"TableCellProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/#type-aliases","text":"TableCellElem","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_cell_/#tablecellelem","text":"\u01ac TableCellElem : ReactElement\\< TableCellProps > Defined in src/renderer/components/table/table-cell.tsx:9","title":"TableCellElem"},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-head\" Module: \"src/renderer/components/table/table-head\" # Index # Classes # TableHead Interfaces # TableHeadProps Type aliases # TableHeadElem Type aliases # TableHeadElem # \u01ac TableHeadElem : ReactElement\\< TableHeadProps > Defined in src/renderer/components/table/table-head.tsx:6","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/#module-srcrenderercomponentstabletable-head","text":"","title":"Module: \"src/renderer/components/table/table-head\""},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/#classes","text":"TableHead","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/#interfaces","text":"TableHeadProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/#type-aliases","text":"TableHeadElem","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_head_/#tableheadelem","text":"\u01ac TableHeadElem : ReactElement\\< TableHeadProps > Defined in src/renderer/components/table/table-head.tsx:6","title":"TableHeadElem"},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/","text":"@k8slens/extensions Globals / \"src/renderer/components/table/table-row\" Module: \"src/renderer/components/table/table-row\" # Index # Classes # TableRow Interfaces # TableRowProps Type aliases # TableRowElem Type aliases # TableRowElem # \u01ac TableRowElem : ReactElement\\< TableRowProps > Defined in src/renderer/components/table/table-row.tsx:7","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/#module-srcrenderercomponentstabletable-row","text":"","title":"Module: \"src/renderer/components/table/table-row\""},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/#classes","text":"TableRow","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/#interfaces","text":"TableRowProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/#type-aliases","text":"TableRowElem","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_table_table_row_/#tablerowelem","text":"\u01ac TableRowElem : ReactElement\\< TableRowProps > Defined in src/renderer/components/table/table-row.tsx:7","title":"TableRowElem"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/tabs/index\" Module: \"src/renderer/components/tabs/index\" # Index # References # Tab TabProps Tabs TabsProps References # Tab # Re-exports: Tab TabProps # Re-exports: TabProps Tabs # Re-exports: Tabs TabsProps # Re-exports: TabsProps","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#module-srcrenderercomponentstabsindex","text":"","title":"Module: \"src/renderer/components/tabs/index\""},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#references","text":"Tab TabProps Tabs TabsProps","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#tab","text":"Re-exports: Tab","title":"Tab"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#tabprops","text":"Re-exports: TabProps","title":"TabProps"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#tabs","text":"Re-exports: Tabs","title":"Tabs"},{"location":"extensions/api/modules/_src_renderer_components_tabs_index_/#tabsprops","text":"Re-exports: TabsProps","title":"TabsProps"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/","text":"@k8slens/extensions Globals / \"src/renderer/components/tabs/tabs\" Module: \"src/renderer/components/tabs/tabs\" # Index # Classes # Tab Tabs Interfaces # TabProps TabsContextValue TabsProps Type aliases # Omit Variables # TabsContext Type aliases # Omit # \u01ac Omit \\ : Pick\\ > Defined in src/renderer/components/tabs/tabs.tsx:15 Type parameters: Name Type T - K keyof T Variables # TabsContext # \u2022 Const TabsContext : Context\\< TabsContextValue \\ > = React.createContext\\ ({}) Defined in src/renderer/components/tabs/tabs.tsx:6","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#module-srcrenderercomponentstabstabs","text":"","title":"Module: \"src/renderer/components/tabs/tabs\""},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#classes","text":"Tab Tabs","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#interfaces","text":"TabProps TabsContextValue TabsProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#type-aliases","text":"Omit","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#variables","text":"TabsContext","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#omit","text":"\u01ac Omit \\ : Pick\\ > Defined in src/renderer/components/tabs/tabs.tsx:15","title":"Omit"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_tabs_tabs_/#tabscontext","text":"\u2022 Const TabsContext : Context\\< TabsContextValue \\ > = React.createContext\\ ({}) Defined in src/renderer/components/tabs/tabs.tsx:6","title":"TabsContext"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/index\" Module: \"src/renderer/components/tooltip/index\" # Index # References # Tooltip TooltipContentFormatters TooltipDecoratorProps TooltipPosition TooltipProps withTooltip References # Tooltip # Re-exports: Tooltip TooltipContentFormatters # Re-exports: TooltipContentFormatters TooltipDecoratorProps # Re-exports: TooltipDecoratorProps TooltipPosition # Re-exports: TooltipPosition TooltipProps # Re-exports: TooltipProps withTooltip # Re-exports: withTooltip","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#module-srcrenderercomponentstooltipindex","text":"","title":"Module: \"src/renderer/components/tooltip/index\""},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#references","text":"Tooltip TooltipContentFormatters TooltipDecoratorProps TooltipPosition TooltipProps withTooltip","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#tooltip","text":"Re-exports: Tooltip","title":"Tooltip"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#tooltipcontentformatters","text":"Re-exports: TooltipContentFormatters","title":"TooltipContentFormatters"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#tooltipdecoratorprops","text":"Re-exports: TooltipDecoratorProps","title":"TooltipDecoratorProps"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#tooltipposition","text":"Re-exports: TooltipPosition","title":"TooltipPosition"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#tooltipprops","text":"Re-exports: TooltipProps","title":"TooltipProps"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_index_/#withtooltip","text":"Re-exports: withTooltip","title":"withTooltip"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/tooltip\" Module: \"src/renderer/components/tooltip/tooltip\" # Index # Enumerations # TooltipPosition Classes # Tooltip Interfaces # TooltipContentFormatters TooltipProps Object literals # defaultProps Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/tooltip/tooltip.tsx:41 Properties: Name Type Value offset number 10 usePortal true true","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#module-srcrenderercomponentstooltiptooltip","text":"","title":"Module: \"src/renderer/components/tooltip/tooltip\""},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#enumerations","text":"TooltipPosition","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#classes","text":"Tooltip","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#interfaces","text":"TooltipContentFormatters TooltipProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_tooltip_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/tooltip/tooltip.tsx:41","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/","text":"@k8slens/extensions Globals / \"src/renderer/components/tooltip/withTooltip\" Module: \"src/renderer/components/tooltip/withTooltip\" # Index # Interfaces # TooltipDecoratorProps Functions # withTooltip Functions # withTooltip # \u25b8 withTooltip \\ ( Target : T): T Defined in src/renderer/components/tooltip/withTooltip.tsx:18 Type parameters: Name Type T React.ComponentType\\ Parameters: Name Type Target T Returns: T","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/#module-srcrenderercomponentstooltipwithtooltip","text":"","title":"Module: \"src/renderer/components/tooltip/withTooltip\""},{"location":"extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/#interfaces","text":"TooltipDecoratorProps","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/#functions","text":"withTooltip","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_components_tooltip_withtooltip_/#withtooltip","text":"\u25b8 withTooltip \\ ( Target : T): T Defined in src/renderer/components/tooltip/withTooltip.tsx:18","title":"withTooltip"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_index_/","text":"@k8slens/extensions Globals / \"src/renderer/components/virtual-list/index\" Module: \"src/renderer/components/virtual-list/index\" # Index # References # VirtualList References # VirtualList # Re-exports: VirtualList","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_index_/#module-srcrenderercomponentsvirtual-listindex","text":"","title":"Module: \"src/renderer/components/virtual-list/index\""},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_index_/#references","text":"VirtualList","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_index_/#virtuallist","text":"Re-exports: VirtualList","title":"VirtualList"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/","text":"@k8slens/extensions Globals / \"src/renderer/components/virtual-list/virtual-list\" Module: \"src/renderer/components/virtual-list/virtual-list\" # Index # Classes # VirtualList Interfaces # Props RowData RowProps State Variables # Row Object literals # defaultProps Variables # Row # \u2022 Const Row : (Anonymous function) = observer((props: RowProps) => { const { index, style, data } = props; const { items, getRow } = data; const item = items[index]; const uid = typeof item == \"string\" ? index : items[index].getId(); const row = getRow(uid); if (!row) return null; return React.cloneElement(row, { style: Object.assign({}, row.props.style, style) });}) Defined in src/renderer/components/virtual-list/virtual-list.tsx:126 Object literals # defaultProps # \u25aa Const defaultProps : object Defined in src/renderer/components/virtual-list/virtual-list.tsx:34 Properties: Name Type Value initialOffset number 1 onScroll any noop readyOffset number 10 width string \"100%\"","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#module-srcrenderercomponentsvirtual-listvirtual-list","text":"","title":"Module: \"src/renderer/components/virtual-list/virtual-list\""},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#classes","text":"VirtualList","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#interfaces","text":"Props RowData RowProps State","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#variables","text":"Row","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#object-literals","text":"defaultProps","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#row","text":"\u2022 Const Row : (Anonymous function) = observer((props: RowProps) => { const { index, style, data } = props; const { items, getRow } = data; const item = items[index]; const uid = typeof item == \"string\" ? index : items[index].getId(); const row = getRow(uid); if (!row) return null; return React.cloneElement(row, { style: Object.assign({}, row.props.style, style) });}) Defined in src/renderer/components/virtual-list/virtual-list.tsx:126","title":"Row"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#object-literals_1","text":"","title":"Object literals"},{"location":"extensions/api/modules/_src_renderer_components_virtual_list_virtual_list_/#defaultprops","text":"\u25aa Const defaultProps : object Defined in src/renderer/components/virtual-list/virtual-list.tsx:34","title":"defaultProps"},{"location":"extensions/api/modules/_src_renderer_i18n_/","text":"@k8slens/extensions Globals / \"src/renderer/i18n\" Module: \"src/renderer/i18n\" # Index # Classes # LocalizationStore Interfaces # ILanguage Variables # _i18n i18nStore plurals Variables # _i18n # \u2022 Const _i18n : I18n = setupI18n({ missing: (message, id) => { // console.warn('Missing localization:', message, id); return id; }}) Defined in src/renderer/i18n.ts:15 i18nStore # \u2022 Const i18nStore : LocalizationStore = new LocalizationStore() Defined in src/renderer/i18n.ts:57 plurals # \u2022 Const plurals : Record\\ = require('make-plural/plurals') Defined in src/renderer/i18n.ts:7","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_i18n_/#module-srcrendereri18n","text":"","title":"Module: \"src/renderer/i18n\""},{"location":"extensions/api/modules/_src_renderer_i18n_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_i18n_/#classes","text":"LocalizationStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_i18n_/#interfaces","text":"ILanguage","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_i18n_/#variables","text":"_i18n i18nStore plurals","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_i18n_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_i18n_/#_i18n","text":"\u2022 Const _i18n : I18n = setupI18n({ missing: (message, id) => { // console.warn('Missing localization:', message, id); return id; }}) Defined in src/renderer/i18n.ts:15","title":"_i18n"},{"location":"extensions/api/modules/_src_renderer_i18n_/#i18nstore","text":"\u2022 Const i18nStore : LocalizationStore = new LocalizationStore() Defined in src/renderer/i18n.ts:57","title":"i18nStore"},{"location":"extensions/api/modules/_src_renderer_i18n_/#plurals","text":"\u2022 Const plurals : Record\\ = require('make-plural/plurals') Defined in src/renderer/i18n.ts:7","title":"plurals"},{"location":"extensions/api/modules/_src_renderer_item_store_/","text":"@k8slens/extensions Globals / \"src/renderer/item.store\" Module: \"src/renderer/item.store\" # Index # Classes # ItemStore Interfaces # ItemObject","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_item_store_/#module-srcrendereritemstore","text":"","title":"Module: \"src/renderer/item.store\""},{"location":"extensions/api/modules/_src_renderer_item_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_item_store_/#classes","text":"ItemStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_item_store_/#interfaces","text":"ItemObject","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_kube_object_store_/","text":"@k8slens/extensions Globals / \"src/renderer/kube-object.store\" Module: \"src/renderer/kube-object.store\" # Index # Classes # KubeObjectStore","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_kube_object_store_/#module-srcrendererkube-objectstore","text":"","title":"Module: \"src/renderer/kube-object.store\""},{"location":"extensions/api/modules/_src_renderer_kube_object_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_kube_object_store_/#classes","text":"KubeObjectStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_navigation_/","text":"@k8slens/extensions Globals / \"src/renderer/navigation\" Module: \"src/renderer/navigation\" # Index # Interfaces # IQueryParams Variables # history navigation Functions # getDetails getDetailsUrl getMatchedClusterId getQueryString getSearch getSelectedDetails hideDetails navigate setQueryParams setSearch showDetails Variables # history # \u2022 Const history : History\\<{}> = typeof window !== \"undefined\" ? createBrowserHistory() : createMemoryHistory() Defined in src/renderer/navigation.ts:11 navigation # \u2022 Const navigation : IObservableHistory\\<{}> = createObservableHistory(history) Defined in src/renderer/navigation.ts:12 Functions # getDetails # \u25b8 getDetails (): string Defined in src/renderer/navigation.ts:47 Returns: string getDetailsUrl # \u25b8 getDetailsUrl ( details : string): string Defined in src/renderer/navigation.ts:55 Parameters: Name Type details string Returns: string getMatchedClusterId # \u25b8 getMatchedClusterId (): string Defined in src/renderer/navigation.ts:84 Returns: string getQueryString # \u25b8 getQueryString ( params? : Partial\\< IQueryParams >, merge? : boolean): string Defined in src/renderer/navigation.ts:32 Parameters: Name Type Default value params? Partial\\< IQueryParams > - merge boolean true Returns: string getSearch # \u25b8 getSearch (): string Defined in src/renderer/navigation.ts:80 Returns: string getSelectedDetails # \u25b8 getSelectedDetails (): string Defined in src/renderer/navigation.ts:51 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 setQueryParams # \u25b8 setQueryParams \\ ( params? : T & IQueryParams , __namedParameters? : { merge: boolean = true; replace: boolean = false }): void Defined in src/renderer/navigation.ts:42 Type parameters: Name T Parameters: Name Type Default value params? T & IQueryParams - __namedParameters { merge: boolean = true; replace: boolean = false } {} Returns: void setSearch # \u25b8 setSearch ( text : string): void Defined in src/renderer/navigation.ts:74 Parameters: Name Type text string Returns: void showDetails # \u25b8 showDetails ( path : string, resetSelected? : boolean): void Defined in src/renderer/navigation.ts:63 Parameters: Name Type Default value path string - resetSelected boolean true Returns: void","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_navigation_/#module-srcrenderernavigation","text":"","title":"Module: \"src/renderer/navigation\""},{"location":"extensions/api/modules/_src_renderer_navigation_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_navigation_/#interfaces","text":"IQueryParams","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_navigation_/#variables","text":"history navigation","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_navigation_/#functions","text":"getDetails getDetailsUrl getMatchedClusterId getQueryString getSearch getSelectedDetails hideDetails navigate setQueryParams setSearch showDetails","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_navigation_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_navigation_/#history","text":"\u2022 Const history : History\\<{}> = typeof window !== \"undefined\" ? createBrowserHistory() : createMemoryHistory() Defined in src/renderer/navigation.ts:11","title":"history"},{"location":"extensions/api/modules/_src_renderer_navigation_/#navigation","text":"\u2022 Const navigation : IObservableHistory\\<{}> = createObservableHistory(history) Defined in src/renderer/navigation.ts:12","title":"navigation"},{"location":"extensions/api/modules/_src_renderer_navigation_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_navigation_/#getdetails","text":"\u25b8 getDetails (): string Defined in src/renderer/navigation.ts:47 Returns: string","title":"getDetails"},{"location":"extensions/api/modules/_src_renderer_navigation_/#getdetailsurl","text":"\u25b8 getDetailsUrl ( details : string): string Defined in src/renderer/navigation.ts:55","title":"getDetailsUrl"},{"location":"extensions/api/modules/_src_renderer_navigation_/#getmatchedclusterid","text":"\u25b8 getMatchedClusterId (): string Defined in src/renderer/navigation.ts:84 Returns: string","title":"getMatchedClusterId"},{"location":"extensions/api/modules/_src_renderer_navigation_/#getquerystring","text":"\u25b8 getQueryString ( params? : Partial\\< IQueryParams >, merge? : boolean): string Defined in src/renderer/navigation.ts:32","title":"getQueryString"},{"location":"extensions/api/modules/_src_renderer_navigation_/#getsearch","text":"\u25b8 getSearch (): string Defined in src/renderer/navigation.ts:80 Returns: string","title":"getSearch"},{"location":"extensions/api/modules/_src_renderer_navigation_/#getselecteddetails","text":"\u25b8 getSelectedDetails (): string Defined in src/renderer/navigation.ts:51 Returns: string","title":"getSelectedDetails"},{"location":"extensions/api/modules/_src_renderer_navigation_/#hidedetails","text":"\u25b8 hideDetails (): void Defined in src/renderer/navigation.ts:70 Returns: void","title":"hideDetails"},{"location":"extensions/api/modules/_src_renderer_navigation_/#navigate","text":"\u25b8 navigate ( location : LocationDescriptor): void Defined in src/renderer/navigation.ts:14","title":"navigate"},{"location":"extensions/api/modules/_src_renderer_navigation_/#setqueryparams","text":"\u25b8 setQueryParams \\ ( params? : T & IQueryParams , __namedParameters? : { merge: boolean = true; replace: boolean = false }): void Defined in src/renderer/navigation.ts:42","title":"setQueryParams"},{"location":"extensions/api/modules/_src_renderer_navigation_/#setsearch","text":"\u25b8 setSearch ( text : string): void Defined in src/renderer/navigation.ts:74","title":"setSearch"},{"location":"extensions/api/modules/_src_renderer_navigation_/#showdetails","text":"\u25b8 showDetails ( path : string, resetSelected? : boolean): void Defined in src/renderer/navigation.ts:63","title":"showDetails"},{"location":"extensions/api/modules/_src_renderer_theme_store_/","text":"@k8slens/extensions Globals / \"src/renderer/theme.store\" Module: \"src/renderer/theme.store\" # Index # Enumerations # ThemeType Classes # ThemeStore Interfaces # Theme Type aliases # ThemeId Variables # themeStore Type aliases # ThemeId # \u01ac ThemeId : string Defined in src/renderer/theme.store.ts:6 Variables # themeStore # \u2022 Const themeStore : ThemeStore = new ThemeStore() Defined in src/renderer/theme.store.ts:103","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#module-srcrendererthemestore","text":"","title":"Module: \"src/renderer/theme.store\""},{"location":"extensions/api/modules/_src_renderer_theme_store_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#enumerations","text":"ThemeType","title":"Enumerations"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#classes","text":"ThemeStore","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#interfaces","text":"Theme","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#type-aliases","text":"ThemeId","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#variables","text":"themeStore","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#themeid","text":"\u01ac ThemeId : string Defined in src/renderer/theme.store.ts:6","title":"ThemeId"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_theme_store_/#themestore","text":"\u2022 Const themeStore : ThemeStore = new ThemeStore() Defined in src/renderer/theme.store.ts:103","title":"themeStore"},{"location":"extensions/api/modules/_src_renderer_utils_cancelablefetch_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/cancelableFetch\" Module: \"src/renderer/utils/cancelableFetch\" # Index # Interfaces # CancelablePromise WrappingFunction Functions # cancelableFetch Functions # cancelableFetch # \u25b8 cancelableFetch ( reqInfo : RequestInfo, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/utils/cancelableFetch.ts:15 Parameters: Name Type Default value reqInfo RequestInfo - reqInit RequestInit {} Returns: CancelablePromise \\","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_cancelablefetch_/#module-srcrendererutilscancelablefetch","text":"","title":"Module: \"src/renderer/utils/cancelableFetch\""},{"location":"extensions/api/modules/_src_renderer_utils_cancelablefetch_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_cancelablefetch_/#interfaces","text":"CancelablePromise WrappingFunction","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_utils_cancelablefetch_/#functions","text":"cancelableFetch","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_cancelablefetch_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_cancelablefetch_/#cancelablefetch","text":"\u25b8 cancelableFetch ( reqInfo : RequestInfo, reqInit? : RequestInit): CancelablePromise \\ Defined in src/renderer/utils/cancelableFetch.ts:15","title":"cancelableFetch"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/convertCpu\" Module: \"src/renderer/utils/convertCpu\" # Index # Variables # million shortBillion thousand Functions # cpuUnitsToNumber Variables # million # \u2022 Const million : number = thousand * thousand Defined in src/renderer/utils/convertCpu.ts:4 shortBillion # \u2022 Const shortBillion : number = thousand * million Defined in src/renderer/utils/convertCpu.ts:5 thousand # \u2022 Const thousand : 1000 = 1000 Defined in src/renderer/utils/convertCpu.ts:3 Functions # cpuUnitsToNumber # \u25b8 cpuUnitsToNumber ( cpu : string): number Defined in src/renderer/utils/convertCpu.ts:7 Parameters: Name Type cpu string Returns: number","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#module-srcrendererutilsconvertcpu","text":"","title":"Module: \"src/renderer/utils/convertCpu\""},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#variables","text":"million shortBillion thousand","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#functions","text":"cpuUnitsToNumber","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#million","text":"\u2022 Const million : number = thousand * thousand Defined in src/renderer/utils/convertCpu.ts:4","title":"million"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#shortbillion","text":"\u2022 Const shortBillion : number = thousand * million Defined in src/renderer/utils/convertCpu.ts:5","title":"shortBillion"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#thousand","text":"\u2022 Const thousand : 1000 = 1000 Defined in src/renderer/utils/convertCpu.ts:3","title":"thousand"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_convertcpu_/#cpuunitstonumber","text":"\u25b8 cpuUnitsToNumber ( cpu : string): number Defined in src/renderer/utils/convertCpu.ts:7","title":"cpuUnitsToNumber"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/convertMemory\" Module: \"src/renderer/utils/convertMemory\" # Index # Variables # base suffixes Functions # bytesToUnits unitsToBytes Variables # base # \u2022 Const base : 1024 = 1024 Defined in src/renderer/utils/convertMemory.ts:3 suffixes # \u2022 Const suffixes : string[] = ['K', 'M', 'G', 'T', 'P', 'E'] Defined in src/renderer/utils/convertMemory.ts:4 Functions # bytesToUnits # \u25b8 bytesToUnits ( bytes : number, precision? : number): string Defined in src/renderer/utils/convertMemory.ts:18 Parameters: Name Type Default value bytes number - precision number 1 Returns: string unitsToBytes # \u25b8 unitsToBytes ( value : string): number Defined in src/renderer/utils/convertMemory.ts:6 Parameters: Name Type value string Returns: number","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#module-srcrendererutilsconvertmemory","text":"","title":"Module: \"src/renderer/utils/convertMemory\""},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#variables","text":"base suffixes","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#functions","text":"bytesToUnits unitsToBytes","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#base","text":"\u2022 Const base : 1024 = 1024 Defined in src/renderer/utils/convertMemory.ts:3","title":"base"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#suffixes","text":"\u2022 Const suffixes : string[] = ['K', 'M', 'G', 'T', 'P', 'E'] Defined in src/renderer/utils/convertMemory.ts:4","title":"suffixes"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#bytestounits","text":"\u25b8 bytesToUnits ( bytes : number, precision? : number): string Defined in src/renderer/utils/convertMemory.ts:18","title":"bytesToUnits"},{"location":"extensions/api/modules/_src_renderer_utils_convertmemory_/#unitstobytes","text":"\u25b8 unitsToBytes ( value : string): number Defined in src/renderer/utils/convertMemory.ts:6","title":"unitsToBytes"},{"location":"extensions/api/modules/_src_renderer_utils_copytoclipboard_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/copyToClipboard\" Module: \"src/renderer/utils/copyToClipboard\" # Index # Functions # copyToClipboard isSelectable Functions # copyToClipboard # \u25b8 copyToClipboard ( elem : HTMLElement, resetSelection? : boolean): boolean Defined in src/renderer/utils/copyToClipboard.ts:3 Parameters: Name Type Default value elem HTMLElement - resetSelection boolean true Returns: boolean isSelectable # \u25b8 isSelectable ( elem : HTMLElement): elem is HTMLInputElement Defined in src/renderer/utils/copyToClipboard.ts:19 Parameters: Name Type elem HTMLElement Returns: elem is HTMLInputElement","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_copytoclipboard_/#module-srcrendererutilscopytoclipboard","text":"","title":"Module: \"src/renderer/utils/copyToClipboard\""},{"location":"extensions/api/modules/_src_renderer_utils_copytoclipboard_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_copytoclipboard_/#functions","text":"copyToClipboard isSelectable","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_copytoclipboard_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_copytoclipboard_/#copytoclipboard","text":"\u25b8 copyToClipboard ( elem : HTMLElement, resetSelection? : boolean): boolean Defined in src/renderer/utils/copyToClipboard.ts:3","title":"copyToClipboard"},{"location":"extensions/api/modules/_src_renderer_utils_copytoclipboard_/#isselectable","text":"\u25b8 isSelectable ( elem : HTMLElement): elem is HTMLInputElement Defined in src/renderer/utils/copyToClipboard.ts:19","title":"isSelectable"},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/createStorage\" Module: \"src/renderer/utils/createStorage\" # Index # Classes # StorageHelper Interfaces # IStorageHelperOptions Functions # createStorage Functions # createStorage # \u25b8 createStorage \\ ( key : string, defaultValue? : T, options? : IStorageHelperOptions ): StorageHelper \\ Defined in src/renderer/utils/createStorage.ts:8 Type parameters: Name T Parameters: Name Type key string defaultValue? T options? IStorageHelperOptions Returns: StorageHelper \\","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/#module-srcrendererutilscreatestorage","text":"","title":"Module: \"src/renderer/utils/createStorage\""},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/#classes","text":"StorageHelper","title":"Classes"},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/#interfaces","text":"IStorageHelperOptions","title":"Interfaces"},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/#functions","text":"createStorage","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_createstorage_/#createstorage","text":"\u25b8 createStorage \\ ( key : string, defaultValue? : T, options? : IStorageHelperOptions ): StorageHelper \\ Defined in src/renderer/utils/createStorage.ts:8","title":"createStorage"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/cssNames\" Module: \"src/renderer/utils/cssNames\" # Index # Type aliases # IClassName IClassNameMap Functions # cssNames Type aliases # IClassName # \u01ac IClassName : string | string[] | IClassNameMap Defined in src/renderer/utils/cssNames.ts:3 IClassNameMap # \u01ac IClassNameMap : { [className:string]: boolean | any; } Defined in src/renderer/utils/cssNames.ts:4 Functions # cssNames # \u25b8 cssNames (... args : IClassName []): string Defined in src/renderer/utils/cssNames.ts:8 Parameters: Name Type ...args IClassName [] Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#module-srcrendererutilscssnames","text":"","title":"Module: \"src/renderer/utils/cssNames\""},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#type-aliases","text":"IClassName IClassNameMap","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#functions","text":"cssNames","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#iclassname","text":"\u01ac IClassName : string | string[] | IClassNameMap Defined in src/renderer/utils/cssNames.ts:3","title":"IClassName"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#iclassnamemap","text":"\u01ac IClassNameMap : { [className:string]: boolean | any; } Defined in src/renderer/utils/cssNames.ts:4","title":"IClassNameMap"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_cssnames_/#cssnames","text":"\u25b8 cssNames (... args : IClassName []): string Defined in src/renderer/utils/cssNames.ts:8","title":"cssNames"},{"location":"extensions/api/modules/_src_renderer_utils_cssvar_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/cssVar\" Module: \"src/renderer/utils/cssVar\" # Index # Functions # cssVar Functions # cssVar # \u25b8 cssVar ( elem : HTMLElement): object Defined in src/renderer/utils/cssVar.ts:3 Parameters: Name Type elem HTMLElement Returns: object Name Type get (name: string) => { toString: () => string ; valueOf: () => number } set (name: string, value: number | string) => void","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_cssvar_/#module-srcrendererutilscssvar","text":"","title":"Module: \"src/renderer/utils/cssVar\""},{"location":"extensions/api/modules/_src_renderer_utils_cssvar_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_cssvar_/#functions","text":"cssVar","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_cssvar_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_cssvar_/#cssvar","text":"\u25b8 cssVar ( elem : HTMLElement): object Defined in src/renderer/utils/cssVar.ts:3","title":"cssVar"},{"location":"extensions/api/modules/_src_renderer_utils_downloadfile_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/downloadFile\" Module: \"src/renderer/utils/downloadFile\" # Index # Functions # downloadFile Functions # downloadFile # \u25b8 downloadFile ( filename : string, contents : any, type : string): void Defined in src/renderer/utils/downloadFile.ts:1 Parameters: Name Type filename string contents any type string Returns: void","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_downloadfile_/#module-srcrendererutilsdownloadfile","text":"","title":"Module: \"src/renderer/utils/downloadFile\""},{"location":"extensions/api/modules/_src_renderer_utils_downloadfile_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_downloadfile_/#functions","text":"downloadFile","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_downloadfile_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_downloadfile_/#downloadfile","text":"\u25b8 downloadFile ( filename : string, contents : any, type : string): void Defined in src/renderer/utils/downloadFile.ts:1","title":"downloadFile"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/formatDuration\" Module: \"src/renderer/utils/formatDuration\" # Index # Variables # suffixes Functions # formatDuration Variables # suffixes # \u2022 Const suffixes : string[] = [\"w\", \"d\", \"h\", \"m\", \"s\"] Defined in src/renderer/utils/formatDuration.ts:3 Functions # formatDuration # \u25b8 formatDuration ( timeValue : number, compact : boolean): string Defined in src/renderer/utils/formatDuration.ts:10 This function formats durations in a more human readable form. Parameters: Name Type Description timeValue number the duration in milliseconds to format compact boolean when true, only the largest non-zero time frame will be returned Returns: string","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#module-srcrendererutilsformatduration","text":"","title":"Module: \"src/renderer/utils/formatDuration\""},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#variables","text":"suffixes","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#functions","text":"formatDuration","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#suffixes","text":"\u2022 Const suffixes : string[] = [\"w\", \"d\", \"h\", \"m\", \"s\"] Defined in src/renderer/utils/formatDuration.ts:3","title":"suffixes"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_formatduration_/#formatduration","text":"\u25b8 formatDuration ( timeValue : number, compact : boolean): string Defined in src/renderer/utils/formatDuration.ts:10 This function formats durations in a more human readable form.","title":"formatDuration"},{"location":"extensions/api/modules/_src_renderer_utils_index_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/index\" Module: \"src/renderer/utils/index\" # Index # References # EventEmitter IClassName IClassNameMap IStorageHelperOptions Singleton StorageHelper autobind base64 bytesToUnits cloneJsonObject copyToClipboard cpuUnitsToNumber createStorage cssNames cssVar debouncePromise defineGlobal downloadFile formatDuration getAppVersion getBundledExtensions getBundledKubectlVersion getRandId interval isReactNode metricUnitsToNumber openExternal prevDefault saveToAppFiles splitArray stopPropagation toCamelCase unitsToBytes Variables # isElectron noop References # EventEmitter # Re-exports: EventEmitter IClassName # Re-exports: IClassName IClassNameMap # Re-exports: IClassNameMap IStorageHelperOptions # Re-exports: IStorageHelperOptions Singleton # Re-exports: Singleton StorageHelper # Re-exports: StorageHelper autobind # Re-exports: autobind base64 # Re-exports: base64 bytesToUnits # Re-exports: bytesToUnits cloneJsonObject # Re-exports: cloneJsonObject copyToClipboard # Re-exports: copyToClipboard cpuUnitsToNumber # Re-exports: cpuUnitsToNumber createStorage # Re-exports: createStorage cssNames # Re-exports: cssNames cssVar # Re-exports: cssVar debouncePromise # Re-exports: debouncePromise defineGlobal # Re-exports: defineGlobal downloadFile # Re-exports: downloadFile formatDuration # Re-exports: formatDuration getAppVersion # Re-exports: getAppVersion getBundledExtensions # Re-exports: getBundledExtensions getBundledKubectlVersion # Re-exports: getBundledKubectlVersion getRandId # Re-exports: getRandId interval # Re-exports: interval isReactNode # Re-exports: isReactNode metricUnitsToNumber # Re-exports: metricUnitsToNumber openExternal # Re-exports: openExternal prevDefault # Re-exports: prevDefault saveToAppFiles # Re-exports: saveToAppFiles splitArray # Re-exports: splitArray stopPropagation # Re-exports: stopPropagation toCamelCase # Re-exports: toCamelCase unitsToBytes # Re-exports: unitsToBytes Variables # isElectron # \u2022 Const isElectron : boolean = !!navigator.userAgent.match(/Electron/) Defined in src/renderer/utils/index.ts:4 noop # \u2022 Const noop : any = Function() Defined in src/renderer/utils/index.ts:3","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#module-srcrendererutilsindex","text":"","title":"Module: \"src/renderer/utils/index\""},{"location":"extensions/api/modules/_src_renderer_utils_index_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#references","text":"EventEmitter IClassName IClassNameMap IStorageHelperOptions Singleton StorageHelper autobind base64 bytesToUnits cloneJsonObject copyToClipboard cpuUnitsToNumber createStorage cssNames cssVar debouncePromise defineGlobal downloadFile formatDuration getAppVersion getBundledExtensions getBundledKubectlVersion getRandId interval isReactNode metricUnitsToNumber openExternal prevDefault saveToAppFiles splitArray stopPropagation toCamelCase unitsToBytes","title":"References"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#variables","text":"isElectron noop","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#eventemitter","text":"Re-exports: EventEmitter","title":"EventEmitter"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#iclassname","text":"Re-exports: IClassName","title":"IClassName"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#iclassnamemap","text":"Re-exports: IClassNameMap","title":"IClassNameMap"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#istoragehelperoptions","text":"Re-exports: IStorageHelperOptions","title":"IStorageHelperOptions"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#singleton","text":"Re-exports: Singleton","title":"Singleton"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#storagehelper","text":"Re-exports: StorageHelper","title":"StorageHelper"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#autobind","text":"Re-exports: autobind","title":"autobind"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#base64","text":"Re-exports: base64","title":"base64"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#bytestounits","text":"Re-exports: bytesToUnits","title":"bytesToUnits"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#clonejsonobject","text":"Re-exports: cloneJsonObject","title":"cloneJsonObject"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#copytoclipboard","text":"Re-exports: copyToClipboard","title":"copyToClipboard"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#cpuunitstonumber","text":"Re-exports: cpuUnitsToNumber","title":"cpuUnitsToNumber"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#createstorage","text":"Re-exports: createStorage","title":"createStorage"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#cssnames","text":"Re-exports: cssNames","title":"cssNames"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#cssvar","text":"Re-exports: cssVar","title":"cssVar"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#debouncepromise","text":"Re-exports: debouncePromise","title":"debouncePromise"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#defineglobal","text":"Re-exports: defineGlobal","title":"defineGlobal"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#downloadfile","text":"Re-exports: downloadFile","title":"downloadFile"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#formatduration","text":"Re-exports: formatDuration","title":"formatDuration"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#getappversion","text":"Re-exports: getAppVersion","title":"getAppVersion"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#getbundledextensions","text":"Re-exports: getBundledExtensions","title":"getBundledExtensions"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#getbundledkubectlversion","text":"Re-exports: getBundledKubectlVersion","title":"getBundledKubectlVersion"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#getrandid","text":"Re-exports: getRandId","title":"getRandId"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#interval","text":"Re-exports: interval","title":"interval"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#isreactnode","text":"Re-exports: isReactNode","title":"isReactNode"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#metricunitstonumber","text":"Re-exports: metricUnitsToNumber","title":"metricUnitsToNumber"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#openexternal","text":"Re-exports: openExternal","title":"openExternal"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#prevdefault","text":"Re-exports: prevDefault","title":"prevDefault"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#savetoappfiles","text":"Re-exports: saveToAppFiles","title":"saveToAppFiles"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#splitarray","text":"Re-exports: splitArray","title":"splitArray"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#stoppropagation","text":"Re-exports: stopPropagation","title":"stopPropagation"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#tocamelcase","text":"Re-exports: toCamelCase","title":"toCamelCase"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#unitstobytes","text":"Re-exports: unitsToBytes","title":"unitsToBytes"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#iselectron","text":"\u2022 Const isElectron : boolean = !!navigator.userAgent.match(/Electron/) Defined in src/renderer/utils/index.ts:4","title":"isElectron"},{"location":"extensions/api/modules/_src_renderer_utils_index_/#noop","text":"\u2022 Const noop : any = Function() Defined in src/renderer/utils/index.ts:3","title":"noop"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/interval\" Module: \"src/renderer/utils/interval\" # Index # Type aliases # IntervalCallback Functions # interval Type aliases # IntervalCallback # \u01ac IntervalCallback : (count: number) => void Defined in src/renderer/utils/interval.ts:3 Functions # interval # \u25b8 interval ( timeSec? : number, callback : IntervalCallback , autoRun? : boolean): object Defined in src/renderer/utils/interval.ts:5 Parameters: Name Type Default value timeSec number 1 callback IntervalCallback - autoRun boolean false Returns: object Name Type restart (runImmediately: boolean) => void start (runImmediately: boolean) => void stop () => void isRunning","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#module-srcrendererutilsinterval","text":"","title":"Module: \"src/renderer/utils/interval\""},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#type-aliases","text":"IntervalCallback","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#functions","text":"interval","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#intervalcallback","text":"\u01ac IntervalCallback : (count: number) => void Defined in src/renderer/utils/interval.ts:3","title":"IntervalCallback"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_interval_/#interval","text":"\u25b8 interval ( timeSec? : number, callback : IntervalCallback , autoRun? : boolean): object Defined in src/renderer/utils/interval.ts:5","title":"interval"},{"location":"extensions/api/modules/_src_renderer_utils_isreactnode_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/isReactNode\" Module: \"src/renderer/utils/isReactNode\" # Index # Functions # isReactNode Functions # isReactNode # \u25b8 isReactNode ( node : ReactNode): node is ReactNode Defined in src/renderer/utils/isReactNode.ts:4 Parameters: Name Type node ReactNode Returns: node is ReactNode","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_isreactnode_/#module-srcrendererutilsisreactnode","text":"","title":"Module: \"src/renderer/utils/isReactNode\""},{"location":"extensions/api/modules/_src_renderer_utils_isreactnode_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_isreactnode_/#functions","text":"isReactNode","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_isreactnode_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_isreactnode_/#isreactnode","text":"\u25b8 isReactNode ( node : ReactNode): node is ReactNode Defined in src/renderer/utils/isReactNode.ts:4","title":"isReactNode"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/metricUnitsToNumber\" Module: \"src/renderer/utils/metricUnitsToNumber\" # Index # Variables # base suffixes Functions # metricUnitsToNumber Variables # base # \u2022 Const base : 1000 = 1000 Defined in src/renderer/utils/metricUnitsToNumber.ts:1 suffixes # \u2022 Const suffixes : string[] = [\"k\", \"m\", \"g\", \"t\", \"q\"] Defined in src/renderer/utils/metricUnitsToNumber.ts:2 Functions # metricUnitsToNumber # \u25b8 metricUnitsToNumber ( value : string): number Defined in src/renderer/utils/metricUnitsToNumber.ts:4 Parameters: Name Type value string Returns: number","title":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#module-srcrendererutilsmetricunitstonumber","text":"","title":"Module: \"src/renderer/utils/metricUnitsToNumber\""},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#variables","text":"base suffixes","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#functions","text":"metricUnitsToNumber","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#base","text":"\u2022 Const base : 1000 = 1000 Defined in src/renderer/utils/metricUnitsToNumber.ts:1","title":"base"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#suffixes","text":"\u2022 Const suffixes : string[] = [\"k\", \"m\", \"g\", \"t\", \"q\"] Defined in src/renderer/utils/metricUnitsToNumber.ts:2","title":"suffixes"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_metricunitstonumber_/#metricunitstonumber","text":"\u25b8 metricUnitsToNumber ( value : string): number Defined in src/renderer/utils/metricUnitsToNumber.ts:4","title":"metricUnitsToNumber"},{"location":"extensions/api/modules/_src_renderer_utils_prevdefault_/","text":"@k8slens/extensions Globals / \"src/renderer/utils/prevDefault\" Module: \"src/renderer/utils/prevDefault\" # Index # Functions # prevDefault stopPropagation Functions # prevDefault # \u25b8 prevDefault \\ ( callback : (evt: E) => any): (Anonymous function) Defined in src/renderer/utils/prevDefault.ts:15 Type parameters: Name Type E SyntheticEvent | Event Parameters: Name Type callback (evt: E) => any 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":"API Reference"},{"location":"extensions/api/modules/_src_renderer_utils_prevdefault_/#module-srcrendererutilsprevdefault","text":"","title":"Module: \"src/renderer/utils/prevDefault\""},{"location":"extensions/api/modules/_src_renderer_utils_prevdefault_/#index","text":"","title":"Index"},{"location":"extensions/api/modules/_src_renderer_utils_prevdefault_/#functions","text":"prevDefault stopPropagation","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_prevdefault_/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/_src_renderer_utils_prevdefault_/#prevdefault","text":"\u25b8 prevDefault \\ ( callback : (evt: E) => any): (Anonymous function) Defined in src/renderer/utils/prevDefault.ts:15","title":"prevDefault"},{"location":"extensions/api/modules/_src_renderer_utils_prevdefault_/#stoppropagation","text":"\u25b8 stopPropagation ( evt : Event | SyntheticEvent): void Defined in src/renderer/utils/prevDefault.ts:23","title":"stopPropagation"},{"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 14b85a5618..acc521699d 100644 Binary files a/latest/sitemap.xml.gz and b/latest/sitemap.xml.gz differ